INFO 2025-08-04 07:52:17,430 autoreload 39703 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 07:53:45,209 autoreload 39703 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-04 07:53:45,453 autoreload 40334 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 07:53:47,142 basehttp 40334 6125760512 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 07:53:47,292 basehttp 40334 6125760512 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 07:53:47,298 log 40334 6125760512 Not Found: /accounts/login/ WARNING 2025-08-04 07:53:47,298 basehttp 40334 6125760512 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 07:53:53,704 basehttp 40334 6125760512 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:53:53,748 basehttp 40334 6125760512 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:53:53,767 basehttp 40334 6125760512 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 07:53:56,069 basehttp 40334 6125760512 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 07:59:21,985 autoreload 42813 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 07:59:23,197 basehttp 42813 6133837824 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 07:59:23,274 basehttp 42813 6133837824 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 07:59:23,280 log 42813 6133837824 Not Found: /accounts/login/ WARNING 2025-08-04 07:59:23,280 basehttp 42813 6133837824 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 07:59:29,136 basehttp 42813 6133837824 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:59:29,177 basehttp 42813 6133837824 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 07:59:29,187 basehttp 42813 6133837824 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 07:59:33,946 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:00:51,689 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:00:54,267 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:01:21,375 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 INFO 2025-08-04 08:01:40,053 basehttp 42813 6133837824 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 08:01:40,073 basehttp 42813 6133837824 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 08:01:43,411 basehttp 42813 6133837824 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:01:43,423 basehttp 42813 6150664192 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:01:43,424 basehttp 42813 6167490560 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:01:43,425 basehttp 42813 6133837824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-04 08:01:44,652 log 42813 6133837824 Internal Server Error: /en/admin/accounts/user/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (timezone) specified for User During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 98, in get_form return super().get_form(request, obj, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (timezone) specified for User. Check fields/fieldsets/exclude attributes of class UserAdmin. ERROR 2025-08-04 08:01:44,654 basehttp 42813 6133837824 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 500 167179 INFO 2025-08-04 08:01:55,662 basehttp 42813 6133837824 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:02:24,915 autoreload 42813 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/admin.py changed, reloading. INFO 2025-08-04 08:02:25,272 autoreload 44198 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 08:02:26,618 basehttp 44198 6169014272 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:02:26,630 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:28,515 basehttp 44198 6169014272 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75469 INFO 2025-08-04 08:02:28,523 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:29,769 basehttp 44198 6169014272 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149577 INFO 2025-08-04 08:02:29,777 basehttp 44198 13170143232 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,777 basehttp 44198 13186969600 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,777 basehttp 44198 13203795968 "GET /static/admin/js/SelectBox.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,778 basehttp 44198 13220622336 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,780 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:29,812 basehttp 44198 13220622336 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,812 basehttp 44198 13203795968 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-08-04 08:02:29,814 basehttp 44198 6169014272 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-04 08:02:35,772 basehttp 44198 6169014272 "GET /en/admin/accounts/user/1/password/ HTTP/1.1" 200 67159 INFO 2025-08-04 08:02:35,779 basehttp 44198 13203795968 "GET /static/admin/js/unusable_password_field.js HTTP/1.1" 200 1480 INFO 2025-08-04 08:02:35,779 basehttp 44198 6169014272 "GET /static/admin/css/unusable_password_field.css HTTP/1.1" 200 663 INFO 2025-08-04 08:02:52,181 basehttp 44198 6169014272 "POST /en/admin/accounts/user/1/password/ HTTP/1.1" 302 0 INFO 2025-08-04 08:02:52,214 basehttp 44198 6169014272 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149713 INFO 2025-08-04 08:02:52,232 basehttp 44198 6169014272 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 08:02:55,185 basehttp 44198 6169014272 "GET / HTTP/1.1" 302 0 ERROR 2025-08-04 08:02:55,216 log 44198 13203795968 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:02:55,218 basehttp 44198 13203795968 "GET /en/ HTTP/1.1" 500 162137 ERROR 2025-08-04 08:04:29,717 log 44198 13203795968 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' not found. 'appointment_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:04:29,718 basehttp 44198 13203795968 "GET /en/ HTTP/1.1" 500 162872 INFO 2025-08-04 08:06:17,400 autoreload 44198 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-08-04 08:06:17,746 autoreload 45896 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 08:06:21,947 log 45896 6124711936 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:06:21,950 basehttp 45896 6124711936 "GET /en/ HTTP/1.1" 500 162683 INFO 2025-08-04 08:08:12,310 autoreload 45896 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-04 08:08:12,577 autoreload 46749 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 08:10:54,443 autoreload 46749 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-04 08:10:54,678 autoreload 47911 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 08:29:16,016 log 47911 6192869376 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:29:16,017 basehttp 47911 6192869376 "GET /en/ HTTP/1.1" 500 162683 ERROR 2025-08-04 08:29:16,813 log 47911 6192869376 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 08:29:16,815 basehttp 47911 6192869376 "GET /en/ HTTP/1.1" 500 162683 INFO 2025-08-04 09:32:07,700 autoreload 76098 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 09:32:09,293 basehttp 76098 6194851840 "GET / HTTP/1.1" 302 0 ERROR 2025-08-04 09:32:09,394 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'test_order_create' not found. 'test_order_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:32:09,397 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 161927 ERROR 2025-08-04 09:32:38,591 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_create' not found. 'prescription_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:32:38,594 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 162184 ERROR 2025-08-04 09:34:22,795 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'exam_create' not found. 'exam_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:34:22,801 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 161387 ERROR 2025-08-04 09:34:34,478 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:34:34,481 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 160518 ERROR 2025-08-04 09:34:50,040 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'record_create' not found. 'record_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:34:50,042 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 160855 ERROR 2025-08-04 09:35:22,005 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_create' not found. 'prescription_create' is not a valid view function or pattern name. ERROR 2025-08-04 09:35:22,006 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 159960 ERROR 2025-08-04 09:35:33,488 log 76098 6194851840 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_export' not found. 'dashboard_export' is not a valid view function or pattern name. ERROR 2025-08-04 09:35:33,490 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 500 157474 INFO 2025-08-04 09:35:59,360 basehttp 76098 6194851840 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 09:35:59,411 basehttp 76098 6194851840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 09:35:59,420 basehttp 76098 6228504576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 09:35:59,420 basehttp 76098 6245330944 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 09:35:59,421 basehttp 76098 6211678208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 ERROR 2025-08-04 09:36:09,612 log 76098 6211678208 Internal Server Error: /en/patients/register/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: patients/patient_create.html ERROR 2025-08-04 09:36:09,613 basehttp 76098 6211678208 "GET /en/patients/register/ HTTP/1.1" 500 81659 INFO 2025-08-04 09:38:51,617 autoreload 76098 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-04 09:38:51,986 autoreload 79100 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 09:38:52,731 basehttp 79100 6165573632 "GET /en/patients/register/ HTTP/1.1" 200 22459 INFO 2025-08-04 09:41:59,016 basehttp 79100 6182400000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 09:41:59,018 basehttp 79100 6165573632 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 09:41:59,018 basehttp 79100 6199226368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 ERROR 2025-08-04 09:42:01,338 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:42:01,339 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127493 ERROR 2025-08-04 09:43:03,794 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:03,796 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:04,736 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:04,737 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:20,104 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:20,106 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:21,247 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 09:43:21,248 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 127630 ERROR 2025-08-04 09:43:45,503 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-08-04 09:43:45,505 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 166065 ERROR 2025-08-04 09:44:37,040 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-08-04 09:44:37,041 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 165761 ERROR 2025-08-04 09:44:38,047 log 79100 6199226368 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-08-04 09:44:38,049 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 500 165761 INFO 2025-08-04 09:45:02,183 basehttp 79100 6199226368 "GET /en/appointments/create/ HTTP/1.1" 200 27162 INFO 2025-08-04 12:20:40,258 basehttp 79100 6165573632 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 12:20:40,309 basehttp 79100 6165573632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 12:20:40,313 basehttp 79100 6199226368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 12:20:40,313 basehttp 79100 6216052736 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 12:20:40,314 basehttp 79100 6182400000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 12:20:51,069 log 79100 6182400000 Forbidden (CSRF token from POST incorrect.): /en/admin/login/ WARNING 2025-08-04 12:20:51,070 basehttp 79100 6182400000 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 403 2503 INFO 2025-08-04 12:21:10,363 autoreload 87711 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 12:21:11,513 basehttp 87711 6136524800 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 12:21:11,602 basehttp 87711 6136524800 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 12:21:11,647 basehttp 87711 6136524800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 12:21:11,657 basehttp 87711 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 12:21:11,658 basehttp 87711 6170177536 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 12:21:11,660 basehttp 87711 6153351168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 12:21:19,694 basehttp 87711 6153351168 "GET /en/billing/bills/create/ HTTP/1.1" 200 31954 INFO 2025-08-04 12:22:43,260 basehttp 87711 6153351168 "GET /en/admin/billing/medicalbill/ HTTP/1.1" 200 71981 INFO 2025-08-04 12:22:54,529 basehttp 87711 6153351168 "GET /en/admin/core/tenant/ HTTP/1.1" 200 80293 INFO 2025-08-04 12:22:54,543 basehttp 87711 6153351168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 12:22:54,552 basehttp 87711 6153351168 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-08-04 12:22:56,883 basehttp 87711 6153351168 "GET /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 81057 INFO 2025-08-04 12:22:56,898 basehttp 87711 6153351168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 12:23:18,358 basehttp 87711 6153351168 "POST /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 67237 INFO 2025-08-04 12:23:18,374 basehttp 87711 6153351168 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-08-04 12:23:19,713 basehttp 87711 6153351168 "POST /en/admin/core/tenant/?o=-1 HTTP/1.1" 302 0 INFO 2025-08-04 12:23:19,730 basehttp 87711 6153351168 "GET /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 75795 INFO 2025-08-04 12:23:19,748 basehttp 87711 6153351168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-04 12:23:36,382 log 87711 6153351168 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'print_bills' not found. 'print_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:23:36,384 basehttp 87711 6153351168 "GET /en/billing/bills/ HTTP/1.1" 500 161320 INFO 2025-08-04 12:30:57,008 autoreload 87711 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-04 12:30:57,329 autoreload 91971 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:33:08,669 log 91971 6325039104 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'print_bills' not found. 'print_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:33:08,671 basehttp 91971 6325039104 "GET /en/billing/bills/ HTTP/1.1" 500 161457 INFO 2025-08-04 12:34:08,195 autoreload 91971 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-04 12:34:08,480 autoreload 93418 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:34:13,895 log 93418 6125383680 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_bills' not found. 'bulk_submit_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:34:13,897 basehttp 93418 6125383680 "GET /en/billing/bills/ HTTP/1.1" 500 161711 INFO 2025-08-04 12:44:38,712 autoreload 93418 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-04 12:44:39,049 autoreload 98014 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:44:43,847 log 98014 6159970304 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_bills' not found. 'bulk_submit_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:44:43,851 basehttp 98014 6159970304 "GET /en/billing/bills/ HTTP/1.1" 500 161711 ERROR 2025-08-04 12:44:44,767 log 98014 6159970304 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_bills' not found. 'bulk_submit_bills' is not a valid view function or pattern name. ERROR 2025-08-04 12:44:44,770 basehttp 98014 6159970304 "GET /en/billing/bills/ HTTP/1.1" 500 161711 INFO 2025-08-04 12:45:42,154 autoreload 98014 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-04 12:45:42,518 autoreload 98470 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 12:46:36,128 autoreload 98470 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-04 12:46:36,457 autoreload 98872 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 12:46:55,344 basehttp 98872 6128087040 "GET /en/billing/bills/ HTTP/1.1" 200 25610 INFO 2025-08-04 12:46:55,364 basehttp 98872 6128087040 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-04 12:47:02,615 basehttp 98872 6128087040 "GET /en/billing/bills/create/ HTTP/1.1" 200 31954 INFO 2025-08-04 12:47:06,502 basehttp 98872 6128087040 "GET /en/billing/bills/?search=&status=&date_from=&date_to=&min_amount= HTTP/1.1" 200 25610 INFO 2025-08-04 12:47:06,542 basehttp 98872 6128087040 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-04 12:47:18,608 basehttp 98872 6128087040 "GET /en/billing/bills/ HTTP/1.1" 200 25610 INFO 2025-08-04 12:47:18,635 basehttp 98872 6128087040 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-04 12:47:30,665 basehttp 98872 6128087040 "GET /en/billing/export/bills/ HTTP/1.1" 200 85 ERROR 2025-08-04 12:47:45,866 log 98872 6128087040 Internal Server Error: /en/laboratory/tests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 12:47:45,868 basehttp 98872 6128087040 "GET /en/laboratory/tests/create/ HTTP/1.1" 500 126868 INFO 2025-08-04 12:50:44,086 basehttp 98872 6128087040 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 21889 INFO 2025-08-04 12:56:35,299 autoreload 98872 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-04 12:56:35,689 autoreload 3451 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:56:38,634 log 3451 6129561600 Internal Server Error: /en/laboratory/tests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base.html ERROR 2025-08-04 12:56:38,636 basehttp 3451 6129561600 "GET /en/laboratory/tests/create/ HTTP/1.1" 500 127607 INFO 2025-08-04 12:57:03,705 basehttp 3451 6129561600 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 12:58:11,261 basehttp 3451 6129561600 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 12:58:12,884 basehttp 3451 6129561600 "GET /en/ HTTP/1.1" 200 27902 INFO 2025-08-04 12:58:12,935 basehttp 3451 6129561600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 12:58:12,940 basehttp 3451 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 12:58:12,941 basehttp 3451 6163214336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 12:58:12,941 basehttp 3451 6146387968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 ERROR 2025-08-04 12:58:17,626 log 3451 6146387968 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'category' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 140, in get_context_data 'categories': LabTest._meta.get_field('category').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: LabTest has no field named 'category' ERROR 2025-08-04 12:58:17,628 basehttp 3451 6146387968 "GET /en/laboratory/tests/ HTTP/1.1" 500 93149 INFO 2025-08-04 12:59:22,047 autoreload 3451 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-04 12:59:22,374 autoreload 4703 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 12:59:22,801 log 4703 6197522432 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_form' not found. 'lab_test_form' is not a valid view function or pattern name. ERROR 2025-08-04 12:59:22,803 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 500 167072 ERROR 2025-08-04 13:00:07,154 log 4703 6197522432 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_form' not found. 'lab_test_form' is not a valid view function or pattern name. ERROR 2025-08-04 13:00:07,156 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 500 182058 ERROR 2025-08-04 13:00:29,077 log 4703 6197522432 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_form' not found. 'lab_test_form' is not a valid view function or pattern name. ERROR 2025-08-04 13:00:29,079 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 500 182058 INFO 2025-08-04 13:00:49,359 basehttp 4703 6197522432 "GET /en/laboratory/tests/ HTTP/1.1" 200 23448 INFO 2025-08-04 13:00:53,514 basehttp 4703 6197522432 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:06:17,753 autoreload 4703 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:06:18,073 autoreload 7770 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:06:20,848 basehttp 7770 6191116288 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:06:29,685 autoreload 7770 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:06:29,999 autoreload 7861 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:06:46,581 autoreload 7955 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:08:47,699 autoreload 7955 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:08:47,979 autoreload 8881 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:10:00,072 autoreload 8881 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:10:00,449 autoreload 9520 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:11:25,532 autoreload 9520 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-04 13:11:25,871 autoreload 10132 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:11:28,406 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:11:32,581 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:11:33,479 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:11:34,145 basehttp 10132 6131970048 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 35025 INFO 2025-08-04 13:12:57,470 autoreload 10132 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-04 13:12:57,746 autoreload 10827 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:12:58,065 basehttp 10827 6168604672 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:13:29,116 basehttp 10827 6168604672 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:13:48,015 basehttp 10827 6168604672 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:16:16,455 autoreload 10827 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-04 13:16:16,734 autoreload 12207 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:16:17,372 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:16:18,631 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 38061 INFO 2025-08-04 13:18:00,877 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 41045 ERROR 2025-08-04 13:41:40,494 log 12207 6192607232 Internal Server Error: /en/laboratory/tests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 228, in do_block raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'block' tag with name 'content' appears more than once ERROR 2025-08-04 13:41:40,499 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 500 175742 INFO 2025-08-04 13:42:18,041 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49550 INFO 2025-08-04 13:42:18,052 basehttp 12207 6209433600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:42:18,054 basehttp 12207 6243086336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 13:42:18,056 basehttp 12207 6226259968 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:42:18,056 basehttp 12207 6192607232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:43:23,753 basehttp 12207 6192607232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49551 ERROR 2025-08-04 13:43:26,927 log 12207 6192607232 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 57, in get_context_data 'specimens_collected': Specimen.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-04 13:43:26,930 basehttp 12207 6192607232 "GET /en/laboratory/ HTTP/1.1" 500 131945 INFO 2025-08-04 13:43:32,719 basehttp 12207 6192607232 "GET /en/laboratory/tests/ HTTP/1.1" 200 31954 WARNING 2025-08-04 13:46:28,528 log 12207 6192607232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:28,528 basehttp 12207 6192607232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:46:28,564 basehttp 12207 6192607232 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:46:33,067 basehttp 12207 6192607232 "GET /en/laboratory/tests/ HTTP/1.1" 200 31954 INFO 2025-08-04 13:46:33,074 basehttp 12207 6243086336 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:46:33,075 basehttp 12207 6276739072 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:46:33,076 basehttp 12207 6259912704 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:46:33,079 basehttp 12207 6259912704 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-04 13:46:33,087 log 12207 6243086336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:33,087 basehttp 12207 6243086336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:46:33,088 basehttp 12207 6192607232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 13:46:33,090 basehttp 12207 6259912704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 13:46:33,093 basehttp 12207 6209433600 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:46:33,094 basehttp 12207 6226259968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:46:33,097 basehttp 12207 6276739072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:46:33,445 basehttp 12207 6276739072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:46:33,465 basehttp 12207 6276739072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:46:33,465 basehttp 12207 6192607232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:46:33,467 basehttp 12207 6226259968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:46:33,468 basehttp 12207 6209433600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:46:33,469 basehttp 12207 6259912704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:46:33,469 basehttp 12207 6192607232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:46:33,470 basehttp 12207 6226259968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:46:33,471 basehttp 12207 6243086336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:46:33,474 basehttp 12207 6209433600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:46:33,474 basehttp 12207 6276739072 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:46:33,475 basehttp 12207 6192607232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:46:33,476 basehttp 12207 6243086336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:46:33,476 basehttp 12207 6259912704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:46:33,477 basehttp 12207 6226259968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:46:33,479 basehttp 12207 6209433600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:46:33,479 basehttp 12207 6192607232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:46:33,479 basehttp 12207 6276739072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:46:33,480 basehttp 12207 6259912704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:46:33,481 basehttp 12207 6192607232 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:46:33,481 basehttp 12207 6243086336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:46:33,482 basehttp 12207 6226259968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 13:46:33,482 basehttp 12207 6276739072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:46:33,482 basehttp 12207 6209433600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 WARNING 2025-08-04 13:46:33,579 log 12207 6276739072 Not Found: /favicon.ico WARNING 2025-08-04 13:46:33,579 basehttp 12207 6276739072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 13:46:50,716 basehttp 12207 6276739072 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49551 WARNING 2025-08-04 13:46:50,732 log 12207 6276739072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:50,732 basehttp 12207 6276739072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:46:54,304 log 12207 6276739072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:54,304 basehttp 12207 6276739072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:46:54,322 log 12207 6276739072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:46:54,322 basehttp 12207 6276739072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:48:06,460 basehttp 12207 6276739072 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 13:48:06,478 basehttp 12207 6209433600 "GET /en/ HTTP/1.1" 200 36382 WARNING 2025-08-04 13:48:06,496 log 12207 6209433600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:48:06,496 basehttp 12207 6209433600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:49:43,863 basehttp 12207 6209433600 "GET /en/ HTTP/1.1" 200 36462 INFO 2025-08-04 13:49:43,873 basehttp 12207 6259912704 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:49:43,874 basehttp 12207 6192607232 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:49:43,874 basehttp 12207 6276739072 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:49:43,877 basehttp 12207 6276739072 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 13:49:43,881 basehttp 12207 6209433600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 13:49:43,887 basehttp 12207 6276739072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-04 13:49:43,892 log 12207 6209433600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:49:43,892 basehttp 12207 6209433600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:49:43,893 basehttp 12207 6243086336 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:49:43,895 basehttp 12207 6226259968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:49:43,899 basehttp 12207 6192607232 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:49:44,222 basehttp 12207 6192607232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:49:44,224 basehttp 12207 6243086336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:49:44,224 basehttp 12207 6226259968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:49:44,224 basehttp 12207 6276739072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:49:44,225 basehttp 12207 6209433600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:49:44,227 basehttp 12207 6259912704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:49:44,228 basehttp 12207 6243086336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:49:44,229 basehttp 12207 6226259968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:49:44,229 basehttp 12207 6276739072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:49:44,231 basehttp 12207 6209433600 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:49:44,231 basehttp 12207 6259912704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:49:44,232 basehttp 12207 6243086336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:49:44,233 basehttp 12207 6226259968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:49:44,234 basehttp 12207 6192607232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:49:44,235 basehttp 12207 6243086336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:49:44,236 basehttp 12207 6209433600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:49:44,237 basehttp 12207 6276739072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:49:44,238 basehttp 12207 6259912704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:49:44,239 basehttp 12207 6192607232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 13:49:44,240 basehttp 12207 6226259968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:49:44,241 basehttp 12207 6243086336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 13:49:44,241 basehttp 12207 6209433600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:49:44,241 basehttp 12207 6259912704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:49:44,247 basehttp 12207 6276739072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:49:44,277 basehttp 12207 6259912704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 WARNING 2025-08-04 13:49:44,280 log 12207 6276739072 Not Found: /favicon.ico WARNING 2025-08-04 13:49:44,281 basehttp 12207 6276739072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 13:49:44,283 basehttp 12207 6209433600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:49:44,283 basehttp 12207 6226259968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:49:44,285 basehttp 12207 6243086336 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:50:14,598 basehttp 12207 6243086336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:50:44,622 basehttp 12207 6226259968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:50:44,622 basehttp 12207 6243086336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:50:45,606 basehttp 12207 6243086336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:51:16,596 basehttp 12207 6243086336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:51:30,832 autoreload 27992 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 13:51:36,254 basehttp 27992 6166016000 "GET /en/ HTTP/1.1" 200 36486 INFO 2025-08-04 13:51:36,269 basehttp 27992 13186969600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:51:36,271 basehttp 27992 13220622336 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:51:36,272 basehttp 27992 13237448704 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:51:36,275 basehttp 27992 13220622336 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 13:51:36,284 basehttp 27992 6166016000 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 13:51:36,285 log 27992 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 13:51:36,286 basehttp 27992 13220622336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-04 13:51:36,286 basehttp 27992 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:51:36,294 basehttp 27992 13203795968 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:51:36,305 basehttp 27992 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:51:36,306 basehttp 27992 13237448704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:51:36,578 basehttp 27992 13237448704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:51:36,677 basehttp 27992 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:51:36,679 basehttp 27992 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:51:36,681 basehttp 27992 13220622336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:51:36,683 basehttp 27992 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:51:36,684 basehttp 27992 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:51:36,684 basehttp 27992 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:51:36,686 basehttp 27992 6166016000 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:51:36,688 basehttp 27992 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:51:36,700 basehttp 27992 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:51:36,699 basehttp 27992 6166016000 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:51:36,701 basehttp 27992 6166016000 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:51:36,703 basehttp 27992 13237448704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:51:36,705 basehttp 27992 6166016000 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:51:36,709 basehttp 27992 6166016000 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:51:36,714 basehttp 27992 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:51:36,720 basehttp 27992 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:51:36,721 basehttp 27992 6166016000 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:51:36,721 basehttp 27992 13237448704 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:51:36,724 basehttp 27992 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:51:36,725 basehttp 27992 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:51:36,734 basehttp 27992 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:51:36,735 basehttp 27992 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:51:37,115 basehttp 27992 6166016000 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:51:37,115 basehttp 27992 13170143232 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:51:37,115 basehttp 27992 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 13:51:37,116 basehttp 27992 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:51:37,116 basehttp 27992 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 WARNING 2025-08-04 13:51:37,127 log 27992 13186969600 Not Found: /favicon.ico WARNING 2025-08-04 13:51:37,127 basehttp 27992 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 13:52:06,702 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:52:36,723 basehttp 27992 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:52:36,723 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:52:36,724 basehttp 27992 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:06,710 basehttp 27992 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:16,614 basehttp 27992 13220622336 "GET /en/ HTTP/1.1" 200 36462 WARNING 2025-08-04 13:53:16,633 log 27992 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:16,633 basehttp 27992 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:16,988 basehttp 27992 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:16,991 basehttp 27992 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:16,992 basehttp 27992 13237448704 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:16,993 basehttp 27992 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:24,889 basehttp 27992 13170143232 "GET /en/ HTTP/1.1" 200 36462 INFO 2025-08-04 13:53:24,899 basehttp 27992 13186969600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 13:53:24,900 basehttp 27992 6166016000 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 13:53:24,902 basehttp 27992 13203795968 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 13:53:24,904 basehttp 27992 13186969600 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 13:53:24,911 basehttp 27992 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 13:53:24,911 basehttp 27992 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 13:53:24,917 log 27992 6166016000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:24,918 basehttp 27992 6166016000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:24,923 basehttp 27992 13220622336 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 13:53:24,925 basehttp 27992 13237448704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 13:53:24,925 basehttp 27992 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 13:53:25,114 basehttp 27992 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 13:53:25,282 basehttp 27992 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 13:53:25,282 basehttp 27992 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 13:53:25,282 basehttp 27992 6166016000 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 13:53:25,282 basehttp 27992 13220622336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 13:53:25,284 basehttp 27992 13237448704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 13:53:25,284 basehttp 27992 13186969600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 13:53:25,287 basehttp 27992 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 13:53:25,288 basehttp 27992 6166016000 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 13:53:25,289 basehttp 27992 13220622336 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 13:53:25,290 basehttp 27992 13170143232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 13:53:25,290 basehttp 27992 13220622336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 13:53:25,291 basehttp 27992 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 13:53:25,292 basehttp 27992 13220622336 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 13:53:25,293 basehttp 27992 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 13:53:25,293 basehttp 27992 13220622336 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 13:53:25,294 basehttp 27992 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 13:53:25,294 basehttp 27992 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 13:53:25,296 basehttp 27992 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 13:53:25,296 basehttp 27992 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 13:53:25,297 basehttp 27992 13220622336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 13:53:25,297 basehttp 27992 13170143232 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 13:53:25,299 basehttp 27992 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 13:53:25,299 basehttp 27992 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 13:53:25,311 basehttp 27992 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:25,319 basehttp 27992 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:25,320 basehttp 27992 6166016000 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:25,322 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 13:53:25,326 log 27992 13203795968 Not Found: /favicon.ico WARNING 2025-08-04 13:53:25,326 basehttp 27992 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-08-04 13:53:29,501 log 27992 13203795968 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'audit_log_export' not found. 'audit_log_export' is not a valid view function or pattern name. ERROR 2025-08-04 13:53:29,503 basehttp 27992 13203795968 "GET /en/audit-log/ HTTP/1.1" 500 156569 WARNING 2025-08-04 13:53:29,517 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:29,518 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:53:33,820 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:33,820 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 13:53:33,834 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:33,834 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:40,453 basehttp 27992 13203795968 "GET /en/ HTTP/1.1" 200 36462 WARNING 2025-08-04 13:53:40,469 log 27992 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:40,469 basehttp 27992 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:40,568 basehttp 27992 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:40,569 basehttp 27992 13237448704 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:40,569 basehttp 27992 6166016000 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:40,571 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:53:48,636 basehttp 27992 13186969600 "GET /en/ HTTP/1.1" 200 36462 WARNING 2025-08-04 13:53:48,653 log 27992 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 13:53:48,653 basehttp 27992 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 13:53:48,725 basehttp 27992 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:53:48,728 basehttp 27992 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 13:53:48,729 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:53:48,731 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:54:18,716 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:54:48,737 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:54:48,737 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:54:48,740 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:55:18,721 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:55:48,741 basehttp 27992 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:55:48,742 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:55:48,743 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:56:18,726 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:56:48,742 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:56:48,743 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:56:48,744 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:57:18,728 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:57:48,746 basehttp 27992 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:57:48,747 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:57:48,748 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:58:18,742 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:58:48,746 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:58:48,748 basehttp 27992 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:58:48,750 basehttp 27992 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:59:18,746 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 13:59:48,750 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 13:59:48,753 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 13:59:48,754 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:00:18,752 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:00:48,756 basehttp 27992 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 14:00:48,756 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 14:00:48,759 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:01:18,756 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:01:48,756 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 14:01:48,757 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 14:01:48,760 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:02:18,766 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:05:44,443 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 14:05:44,446 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 14:05:44,446 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 14:06:15,444 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:06:52,132 basehttp 27992 6166016000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:06:52,133 basehttp 27992 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:06:52,135 basehttp 27992 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:09:45,508 basehttp 27992 6166016000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:09:45,510 basehttp 27992 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:09:45,510 basehttp 27992 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:46:23,334 basehttp 27992 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:48:42,496 basehttp 27992 6166016000 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 15:48:42,509 basehttp 27992 6166016000 "GET /en/ HTTP/1.1" 200 36495 WARNING 2025-08-04 15:49:49,686 log 27992 6166016000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 15:49:49,686 basehttp 27992 6166016000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:49:57,911 basehttp 27992 6166016000 "GET /en/ HTTP/1.1" 200 36495 INFO 2025-08-04 15:49:57,920 basehttp 27992 13186969600 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 15:49:57,920 basehttp 27992 13237448704 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 15:49:57,923 basehttp 27992 13186969600 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 15:49:57,925 basehttp 27992 13237448704 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-04 15:49:57,929 log 27992 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 15:49:57,930 basehttp 27992 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:49:57,934 basehttp 27992 6166016000 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 15:49:57,936 basehttp 27992 13237448704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 15:49:57,940 basehttp 27992 13203795968 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 15:49:57,942 basehttp 27992 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 15:49:57,943 basehttp 27992 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 15:49:58,205 basehttp 27992 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 15:49:58,205 basehttp 27992 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 15:49:58,205 basehttp 27992 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 15:49:58,208 basehttp 27992 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 15:49:58,208 basehttp 27992 6166016000 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 15:49:58,208 basehttp 27992 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 15:49:58,210 basehttp 27992 13220622336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 15:49:58,212 basehttp 27992 13170143232 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 15:49:58,212 basehttp 27992 13237448704 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 15:49:58,213 basehttp 27992 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 15:49:58,214 basehttp 27992 6166016000 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 15:49:58,215 basehttp 27992 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 15:49:58,216 basehttp 27992 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 15:49:58,217 basehttp 27992 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 15:49:58,218 basehttp 27992 13237448704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 15:49:58,218 basehttp 27992 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 15:49:58,219 basehttp 27992 6166016000 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 15:49:58,220 basehttp 27992 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 15:49:58,220 basehttp 27992 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 15:49:58,221 basehttp 27992 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 15:49:58,222 basehttp 27992 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 15:49:58,222 basehttp 27992 6166016000 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 15:49:58,222 basehttp 27992 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 15:49:58,225 basehttp 27992 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-04 15:49:58,485 log 27992 13220622336 Not Found: /favicon.ico WARNING 2025-08-04 15:49:58,485 basehttp 27992 13220622336 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 15:53:00,699 autoreload 37392 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 15:53:08,285 basehttp 37392 6201241600 "GET /en/ HTTP/1.1" 200 36456 INFO 2025-08-04 15:53:08,302 basehttp 37392 6234894336 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 15:53:08,302 basehttp 37392 6285373440 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 15:53:08,305 basehttp 37392 6234894336 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 15:53:08,307 basehttp 37392 6268547072 "GET /static/plugins/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-04 15:53:08,308 basehttp 37392 6234894336 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 15:53:08,310 basehttp 37392 6201241600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 15:53:08,319 log 37392 6285373440 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 15:53:08,319 basehttp 37392 6251720704 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 WARNING 2025-08-04 15:53:08,320 basehttp 37392 6285373440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:53:08,322 basehttp 37392 6234894336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 15:53:08,329 basehttp 37392 6218067968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 15:53:08,331 basehttp 37392 6268547072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 15:53:08,472 basehttp 37392 6268547072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 15:53:08,474 basehttp 37392 6251720704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 15:53:08,475 basehttp 37392 6218067968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 15:53:08,475 basehttp 37392 6234894336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 15:53:08,476 basehttp 37392 6201241600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 15:53:08,476 basehttp 37392 6285373440 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 15:53:08,478 basehttp 37392 6251720704 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 15:53:08,479 basehttp 37392 6234894336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 15:53:08,479 basehttp 37392 6201241600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 15:53:08,479 basehttp 37392 6218067968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 15:53:08,481 basehttp 37392 6285373440 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 15:53:08,483 basehttp 37392 6234894336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 15:53:08,483 basehttp 37392 6218067968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 15:53:08,483 basehttp 37392 6201241600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 15:53:08,483 basehttp 37392 6251720704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 15:53:08,484 basehttp 37392 6268547072 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 15:53:08,484 basehttp 37392 6285373440 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 15:53:08,487 basehttp 37392 6234894336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 15:53:08,487 basehttp 37392 6218067968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 15:53:08,488 basehttp 37392 6251720704 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 15:53:08,488 basehttp 37392 6268547072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 15:53:08,491 basehttp 37392 6285373440 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 15:53:08,492 basehttp 37392 6285373440 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 15:53:08,494 basehttp 37392 6201241600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 15:53:08,518 basehttp 37392 6234894336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:53:08,525 basehttp 37392 6218067968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:53:08,526 basehttp 37392 6268547072 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 15:53:08,528 basehttp 37392 6251720704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 15:53:08,581 log 37392 6251720704 Not Found: /favicon.ico WARNING 2025-08-04 15:53:08,581 basehttp 37392 6251720704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 15:53:19,986 basehttp 37392 6251720704 "GET /en/ HTTP/1.1" 200 36456 INFO 2025-08-04 15:53:19,997 basehttp 37392 6234894336 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 15:53:19,999 basehttp 37392 6234894336 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-04 15:53:20,000 basehttp 37392 6285373440 "GET /static/plugins/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-04 15:53:20,003 basehttp 37392 6234894336 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 15:53:20,004 basehttp 37392 6285373440 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-04 15:53:20,008 log 37392 6251720704 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 15:53:20,008 basehttp 37392 6268547072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-04 15:53:20,009 basehttp 37392 6251720704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 15:53:20,013 basehttp 37392 6234894336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 15:53:20,017 basehttp 37392 6201241600 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 15:53:20,019 basehttp 37392 6218067968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 15:53:20,020 basehttp 37392 6285373440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 15:53:20,170 basehttp 37392 6285373440 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 15:53:20,171 basehttp 37392 6234894336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 15:53:20,172 basehttp 37392 6218067968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 15:53:20,172 basehttp 37392 6251720704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 15:53:20,173 basehttp 37392 6201241600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 15:53:20,174 basehttp 37392 6268547072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 15:53:20,174 basehttp 37392 6234894336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 15:53:20,175 basehttp 37392 6251720704 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 15:53:20,175 basehttp 37392 6218067968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 15:53:20,176 basehttp 37392 6285373440 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 15:53:20,177 basehttp 37392 6268547072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 15:53:20,177 basehttp 37392 6234894336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 15:53:20,178 basehttp 37392 6201241600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 15:53:20,178 basehttp 37392 6218067968 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 15:53:20,178 basehttp 37392 6251720704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 15:53:20,180 basehttp 37392 6268547072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 15:53:20,181 basehttp 37392 6285373440 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 15:53:20,181 basehttp 37392 6218067968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 15:53:20,181 basehttp 37392 6234894336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 15:53:20,182 basehttp 37392 6201241600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 15:53:20,182 basehttp 37392 6251720704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 15:53:20,182 basehttp 37392 6268547072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 15:53:20,183 basehttp 37392 6285373440 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 15:53:20,186 basehttp 37392 6285373440 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 15:53:20,218 basehttp 37392 6201241600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1010 INFO 2025-08-04 15:53:20,220 basehttp 37392 6285373440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2 INFO 2025-08-04 15:53:20,220 basehttp 37392 6251720704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 15:53:20,221 basehttp 37392 6268547072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 15:53:20,271 log 37392 6268547072 Not Found: /favicon.ico WARNING 2025-08-04 15:53:20,272 basehttp 37392 6268547072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 15:53:50,557 basehttp 37392 6268547072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 15:57:11,397 autoreload 39258 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 15:57:12,021 log 39258 6132035584 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'audit_log_export' not found. 'audit_log_export' is not a valid view function or pattern name. ERROR 2025-08-04 15:57:12,023 basehttp 39258 6132035584 "GET /en/audit-log/ HTTP/1.1" 500 156749 WARNING 2025-08-04 15:57:12,033 log 39258 6132035584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 15:57:12,033 basehttp 39258 6132035584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 16:29:41,970 autoreload 53518 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 16:29:43,722 basehttp 53518 6167261184 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 16:29:43,824 basehttp 53518 6167261184 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 16:29:43,830 log 53518 6167261184 Not Found: /accounts/login/ WARNING 2025-08-04 16:29:43,830 basehttp 53518 6167261184 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 17:05:59,741 autoreload 69142 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 17:06:08,842 basehttp 69142 6201962496 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-04 17:06:08,947 basehttp 69142 6201962496 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 17:06:08,961 basehttp 69142 6201962496 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 17:06:08,979 basehttp 69142 6269267968 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-04 17:06:08,980 basehttp 69142 6235615232 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-04 17:06:08,980 basehttp 69142 6252441600 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-04 17:06:08,980 basehttp 69142 6218788864 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-04 17:06:08,982 basehttp 69142 6269267968 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-04 17:06:08,983 basehttp 69142 6286094336 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 WARNING 2025-08-04 17:06:08,983 log 69142 6201962496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:06:08,983 basehttp 69142 6201962496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:06:08,984 basehttp 69142 6286094336 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-04 17:06:10,522 basehttp 69142 6286094336 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 WARNING 2025-08-04 17:06:10,541 log 69142 6286094336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:06:10,541 basehttp 69142 6286094336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:06:16,580 basehttp 69142 6286094336 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4380 WARNING 2025-08-04 17:06:16,599 log 69142 6286094336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:06:16,599 basehttp 69142 6286094336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:07:36,466 autoreload 69849 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 17:07:38,687 basehttp 69849 6192869376 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 17:07:38,777 basehttp 69849 6192869376 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 17:07:38,790 basehttp 69849 6209695744 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-08-04 17:07:38,793 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:07:38,794 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:07:38,794 basehttp 69849 6226522112 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-04 17:07:38,794 basehttp 69849 6209695744 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-04 17:07:41,792 basehttp 69849 6209695744 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 17:07:41,811 basehttp 69849 6226522112 "GET /en/ HTTP/1.1" 200 50326 INFO 2025-08-04 17:07:41,820 basehttp 69849 6192869376 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-04 17:07:41,825 log 69849 6226522112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:07:41,825 basehttp 69849 6226522112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:07:41,933 basehttp 69849 6226522112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6714 INFO 2025-08-04 17:07:41,937 basehttp 69849 6243348480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:07:41,938 basehttp 69849 6209695744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:07:41,938 basehttp 69849 6192869376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:08:11,899 basehttp 69849 6192869376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 17:08:16,794 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:16,794 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:08:16,807 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:16,807 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:08:35,161 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:35,161 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:08:35,169 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:35,169 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:08:37,601 basehttp 69849 6192869376 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75174 INFO 2025-08-04 17:08:37,615 basehttp 69849 6209695744 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-04 17:08:37,616 basehttp 69849 6260174848 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-04 17:08:37,617 basehttp 69849 6277001216 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-04 17:08:37,618 basehttp 69849 6260174848 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-04 17:08:37,618 basehttp 69849 6209695744 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-04 17:08:37,619 basehttp 69849 6277001216 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-04 17:08:37,621 basehttp 69849 6260174848 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-04 17:08:37,623 basehttp 69849 6260174848 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-04 17:08:37,624 basehttp 69849 6226522112 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-04 17:08:37,625 basehttp 69849 6277001216 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-04 17:08:37,626 basehttp 69849 6260174848 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-04 17:08:37,626 basehttp 69849 6209695744 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 WARNING 2025-08-04 17:08:37,629 log 69849 6192869376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:08:37,630 basehttp 69849 6192869376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:08:37,630 basehttp 69849 6209695744 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-04 17:08:37,632 basehttp 69849 6243348480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:08:37,650 basehttp 69849 6243348480 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-04 17:08:37,650 basehttp 69849 6209695744 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-04 17:08:38,874 basehttp 69849 6209695744 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149388 INFO 2025-08-04 17:08:38,886 basehttp 69849 6243348480 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-04 17:08:38,887 basehttp 69849 6260174848 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-04 17:08:38,887 basehttp 69849 6226522112 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-04 17:08:38,888 basehttp 69849 6277001216 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-04 17:08:38,889 basehttp 69849 6243348480 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-04 17:08:38,889 basehttp 69849 6260174848 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-04 17:08:38,889 basehttp 69849 6226522112 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 WARNING 2025-08-04 17:08:38,892 log 69849 6209695744 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-04 17:08:38,892 basehttp 69849 6226522112 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 WARNING 2025-08-04 17:08:38,892 basehttp 69849 6209695744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:08:38,895 basehttp 69849 6209695744 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-04 17:08:38,895 basehttp 69849 6192869376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:08:38,937 basehttp 69849 6209695744 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-04 17:08:38,937 basehttp 69849 6192869376 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-04 17:08:38,938 basehttp 69849 6226522112 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-04 17:58:10,344 autoreload 85373 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 17:58:25,822 basehttp 85373 6167162880 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 17:58:25,848 basehttp 85373 6167162880 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75361 WARNING 2025-08-04 17:58:25,874 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:25,875 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:25,876 basehttp 85373 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:58:36,094 basehttp 85373 12901707776 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 17:58:36,140 basehttp 85373 6167162880 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-04 17:58:36,157 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:36,157 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:36,234 basehttp 85373 6167162880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6719 INFO 2025-08-04 17:58:36,238 basehttp 85373 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:58:36,239 basehttp 85373 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:58:36,242 basehttp 85373 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:58:40,208 basehttp 85373 12901707776 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-04 17:58:40,225 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:40,225 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:40,300 basehttp 85373 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6719 INFO 2025-08-04 17:58:40,304 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:58:40,306 basehttp 85373 6167162880 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:58:40,309 basehttp 85373 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 17:58:43,225 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:43,225 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:58:43,233 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:58:43,233 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:58:56,212 basehttp 85373 12918534144 "GET /en/admin/core/tenant/?o=-1 HTTP/1.1" 200 78449 INFO 2025-08-04 17:58:56,226 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:58:56,237 basehttp 85373 12918534144 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-04 17:58:59,952 basehttp 85373 12918534144 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75158 INFO 2025-08-04 17:58:59,962 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:59:00,993 basehttp 85373 12918534144 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149440 INFO 2025-08-04 17:59:01,008 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:59:09,818 basehttp 85373 12918534144 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 17:59:09,840 basehttp 85373 12918534144 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75378 INFO 2025-08-04 17:59:09,853 basehttp 85373 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 17:59:11,052 basehttp 85373 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:59:14,535 basehttp 85373 12918534144 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-04 17:59:14,552 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:14,552 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:59:14,622 basehttp 85373 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6719 INFO 2025-08-04 17:59:14,624 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 17:59:14,625 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 17:59:14,626 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 17:59:18,836 log 85373 6167162880 Forbidden (CSRF token missing.): /en/notifications/d4501bc8-452e-4c02-a57d-62f31f181f90/dismiss/ WARNING 2025-08-04 17:59:18,836 basehttp 85373 6167162880 "POST /en/notifications/d4501bc8-452e-4c02-a57d-62f31f181f90/dismiss/ HTTP/1.1" 403 2491 WARNING 2025-08-04 17:59:20,642 log 85373 6167162880 Forbidden (CSRF token missing.): /en/notifications/db67754f-786a-4f5e-bd3f-4d3b080bfbfd/dismiss/ WARNING 2025-08-04 17:59:20,642 basehttp 85373 6167162880 "POST /en/notifications/db67754f-786a-4f5e-bd3f-4d3b080bfbfd/dismiss/ HTTP/1.1" 403 2491 ERROR 2025-08-04 17:59:35,525 log 85373 6167162880 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 65, in get_context_data 'recent_executions': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 17:59:35,528 basehttp 85373 6167162880 "GET /en/analytics/ HTTP/1.1" 500 130356 WARNING 2025-08-04 17:59:35,543 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:35,543 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:59:42,784 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:42,784 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 17:59:42,799 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:42,800 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 17:59:44,598 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 17:59:48,455 basehttp 85373 6167162880 "GET /en/appointments/create/ HTTP/1.1" 200 34123 WARNING 2025-08-04 17:59:48,473 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 17:59:48,473 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-04 18:00:09,016 log 85373 6167162880 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-08-04 18:00:09,018 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 500 127880 WARNING 2025-08-04 18:00:09,033 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 18:00:09,034 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-04 19:47:26,648 log 85373 6167162880 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-08-04 19:47:26,652 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 500 128017 WARNING 2025-08-04 19:47:26,664 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:47:26,664 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-04 19:47:27,579 log 85373 6167162880 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-08-04 19:47:27,582 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 500 128017 WARNING 2025-08-04 19:47:27,596 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:47:27,596 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:45,713 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 200 25075 WARNING 2025-08-04 19:51:45,733 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:51:45,733 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:45,780 basehttp 85373 6167162880 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-04 19:51:47,488 basehttp 85373 6167162880 "GET /en/appointments/ HTTP/1.1" 200 25075 WARNING 2025-08-04 19:51:47,508 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:51:47,509 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:47,551 basehttp 85373 6167162880 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-04 19:51:59,775 basehttp 85373 6167162880 "GET /en/appointments/calendar/ HTTP/1.1" 200 24639 WARNING 2025-08-04 19:51:59,788 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:51:59,789 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:51:59,835 basehttp 85373 6167162880 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 220 INFO 2025-08-04 19:51:59,837 basehttp 85373 12901707776 "GET /en/appointments/slots/available/ HTTP/1.1" 200 7396 WARNING 2025-08-04 19:52:12,763 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:52:12,764 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:52:12,774 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:52:12,774 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:52:13,857 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:52:13,857 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:27,726 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:27,727 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:29,985 basehttp 85373 12901707776 "GET /en/ HTTP/1.1" 200 50328 WARNING 2025-08-04 19:53:30,002 log 85373 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:30,002 basehttp 85373 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:30,068 basehttp 85373 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:53:30,073 basehttp 85373 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:53:30,074 basehttp 85373 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:53:30,075 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:53:36,729 basehttp 85373 6167162880 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49620 WARNING 2025-08-04 19:53:36,748 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:36,748 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:42,708 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:42,709 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:42,719 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:42,719 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:44,216 basehttp 85373 6167162880 "GET /en/ HTTP/1.1" 200 50328 WARNING 2025-08-04 19:53:44,233 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:44,233 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:44,311 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:53:44,313 basehttp 85373 6167162880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:53:44,314 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:53:44,316 basehttp 85373 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:53:52,064 basehttp 85373 12918534144 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75175 WARNING 2025-08-04 19:53:52,083 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:52,083 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:53,367 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:53,368 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:53,377 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:53,377 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:54,428 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:54,428 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:54,434 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:54,434 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:56,210 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:56,211 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:53:56,221 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:56,221 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:53:58,570 basehttp 85373 12918534144 "GET /en/billing/bills/create/ HTTP/1.1" 200 40503 WARNING 2025-08-04 19:53:58,591 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:53:58,592 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:05,527 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:05,527 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:05,538 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:05,538 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:08,188 basehttp 85373 12918534144 "GET /en/ HTTP/1.1" 200 50328 WARNING 2025-08-04 19:54:08,206 log 85373 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:08,206 basehttp 85373 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:08,279 basehttp 85373 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:54:08,279 basehttp 85373 6167162880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:54:08,279 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:54:08,282 basehttp 85373 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:54:15,964 basehttp 85373 12935360512 "GET /en/admin/accounts/user/ HTTP/1.1" 200 75175 WARNING 2025-08-04 19:54:15,984 log 85373 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:15,984 basehttp 85373 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:17,601 log 85373 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:17,601 basehttp 85373 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-04 19:54:17,615 log 85373 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:17,615 basehttp 85373 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:38,271 basehttp 85373 6167162880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 INFO 2025-08-04 19:54:42,361 basehttp 85373 6167162880 "GET /en/ HTTP/1.1" 200 50305 INFO 2025-08-04 19:54:42,368 basehttp 85373 12935360512 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-04 19:54:42,372 basehttp 85373 12969013248 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-04 19:54:42,372 basehttp 85373 12935360512 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 WARNING 2025-08-04 19:54:42,374 log 85373 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 19:54:42,375 basehttp 85373 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-04 19:54:42,376 basehttp 85373 12969013248 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-04 19:54:42,377 basehttp 85373 12935360512 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-04 19:54:42,378 basehttp 85373 12901707776 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-04 19:54:42,382 basehttp 85373 12952186880 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-04 19:54:42,382 basehttp 85373 12918534144 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-04 19:54:42,385 basehttp 85373 12969013248 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-04 19:54:42,386 basehttp 85373 12935360512 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-04 19:54:42,545 basehttp 85373 12935360512 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-04 19:54:42,546 basehttp 85373 12901707776 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-04 19:54:42,546 basehttp 85373 12918534144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-04 19:54:42,547 basehttp 85373 12969013248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-04 19:54:42,548 basehttp 85373 12952186880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-04 19:54:42,551 basehttp 85373 6167162880 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-04 19:54:42,552 basehttp 85373 12918534144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-04 19:54:42,552 basehttp 85373 12952186880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-04 19:54:42,552 basehttp 85373 6167162880 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-04 19:54:42,553 basehttp 85373 12918534144 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-04 19:54:42,553 basehttp 85373 12969013248 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-04 19:54:42,553 basehttp 85373 12901707776 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-04 19:54:42,554 basehttp 85373 12952186880 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-04 19:54:42,554 basehttp 85373 6167162880 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-04 19:54:42,555 basehttp 85373 12901707776 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-04 19:54:42,556 basehttp 85373 12969013248 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-04 19:54:42,556 basehttp 85373 12918534144 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-04 19:54:42,557 basehttp 85373 6167162880 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-04 19:54:42,558 basehttp 85373 12969013248 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-04 19:54:42,558 basehttp 85373 12901707776 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-04 19:54:42,559 basehttp 85373 12935360512 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-04 19:54:42,559 basehttp 85373 12952186880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-04 19:54:42,560 basehttp 85373 12918534144 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-04 19:54:42,565 basehttp 85373 6167162880 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-04 19:54:42,583 basehttp 85373 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-04 19:54:42,591 basehttp 85373 12901707776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1048 INFO 2025-08-04 19:54:42,591 basehttp 85373 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 19:54:42,593 basehttp 85373 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 WARNING 2025-08-04 19:54:42,662 log 85373 12952186880 Not Found: /favicon.ico WARNING 2025-08-04 19:54:42,662 basehttp 85373 12952186880 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-04 19:55:01,033 basehttp 85373 12952186880 "GET /en/appointments/create/ HTTP/1.1" 200 34123 INFO 2025-08-04 19:55:19,788 basehttp 85373 12952186880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2092 ERROR 2025-08-04 19:55:34,089 log 85373 12952186880 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 65, in get_context_data 'recent_executions': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 19:55:34,090 basehttp 85373 12952186880 "GET /en/analytics/ HTTP/1.1" 500 130356 INFO 2025-08-04 20:42:16,629 autoreload 85373 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:42:17,003 autoreload 56943 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:42:19,667 log 56943 6190084096 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:42:19,669 basehttp 56943 6190084096 "GET /en/analytics/ HTTP/1.1" 500 100839 INFO 2025-08-04 20:43:18,121 autoreload 56943 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:43:18,421 autoreload 57325 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:43:22,526 log 57325 6135443456 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:43:22,528 basehttp 57325 6135443456 "GET /en/analytics/ HTTP/1.1" 500 100839 ERROR 2025-08-04 20:43:23,371 log 57325 6135443456 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:43:23,373 basehttp 57325 6135443456 "GET /en/analytics/ HTTP/1.1" 500 100839 INFO 2025-08-04 20:43:48,493 autoreload 57325 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:43:48,767 autoreload 57557 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:43:49,442 log 57557 6128283648 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-execution_by')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_by' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:43:49,444 basehttp 57557 6128283648 "GET /en/analytics/ HTTP/1.1" 500 100811 INFO 2025-08-04 20:45:35,220 autoreload 57557 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:45:35,545 autoreload 58318 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:45:38,200 log 58318 6169882624 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-executed_by,')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'executed_by,' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:45:38,202 basehttp 58318 6169882624 "GET /en/analytics/ HTTP/1.1" 500 100811 INFO 2025-08-04 20:46:21,183 autoreload 58318 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:46:21,502 autoreload 58700 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:46:24,038 log 58700 6166818816 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-executed_by,')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'executed_by,' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:46:24,039 basehttp 58700 6166818816 "GET /en/analytics/ HTTP/1.1" 500 100811 INFO 2025-08-04 20:46:40,307 autoreload 58700 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:46:40,586 autoreload 58855 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:46:41,208 log 58855 6137131008 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 73, in get_context_data 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:46:41,209 basehttp 58855 6137131008 "GET /en/analytics/ HTTP/1.1" 500 131208 INFO 2025-08-04 20:46:56,160 autoreload 58855 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:46:56,441 autoreload 58941 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:46:56,687 log 58941 6128021504 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 67, in get_context_data ).order_by('-created_at')[:10], ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:46:56,688 basehttp 58941 6128021504 "GET /en/analytics/ HTTP/1.1" 500 100783 INFO 2025-08-04 20:48:17,833 autoreload 58941 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:48:18,115 autoreload 59555 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:48:18,458 log 59555 6201896960 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 73, in get_context_data 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:48:18,459 basehttp 59555 6201896960 "GET /en/analytics/ HTTP/1.1" 500 131882 INFO 2025-08-04 20:48:55,298 autoreload 59555 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-04 20:48:55,581 autoreload 59788 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:48:57,757 log 59788 6165934080 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 93, in get_context_data 'healthy_data_sources': DataSource.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_test_status' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-04 20:48:57,758 basehttp 59788 6165934080 "GET /en/analytics/ HTTP/1.1" 500 132654 INFO 2025-08-04 20:52:11,529 autoreload 59788 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/models.py changed, reloading. INFO 2025-08-04 20:52:11,803 autoreload 61245 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 20:52:14,918 log 61245 6125400064 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: analytics_data_source.last_test_status The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 97, in get_context_data ).count(), ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 604, in count return self.query.get_count(using=self.db) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 644, in get_count return obj.get_aggregation(using, {"__count": Count("*")})["__count"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: analytics_data_source.last_test_status ERROR 2025-08-04 20:52:14,923 basehttp 61245 6125400064 "GET /en/analytics/ HTTP/1.1" 500 150953 INFO 2025-08-04 20:53:04,234 autoreload 61638 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 20:53:06,998 basehttp 61638 6161362944 "GET /en/analytics/ HTTP/1.1" 200 31926 ERROR 2025-08-04 20:53:07,051 log 61638 6161362944 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 20:53:07,053 basehttp 61638 6161362944 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117149 ERROR 2025-08-04 20:53:13,811 log 61638 6161362944 Internal Server Error: /en/analytics/data-sources/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/data_source_form.html ERROR 2025-08-04 20:53:13,813 basehttp 61638 6161362944 "GET /en/analytics/data-sources/create/ HTTP/1.1" 500 81835 INFO 2025-08-04 21:00:27,651 autoreload 64869 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 21:00:34,289 log 64869 6137884672 Internal Server Error: /en/analytics/data-sources/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/data_source_form.html ERROR 2025-08-04 21:00:34,330 basehttp 64869 6137884672 "GET /en/analytics/data-sources/create/ HTTP/1.1" 500 81972 ERROR 2025-08-04 21:00:34,787 log 64869 6137884672 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 21:00:34,788 basehttp 64869 6137884672 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117149 INFO 2025-08-04 21:00:35,537 basehttp 64869 6137884672 "GET /en/analytics/ HTTP/1.1" 200 31926 ERROR 2025-08-04 21:00:35,587 log 64869 6137884672 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-04 21:00:35,588 basehttp 64869 6137884672 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117149 WARNING 2025-08-04 21:00:52,718 log 64869 6137884672 Not Found: /en/inpatient WARNING 2025-08-04 21:00:52,719 basehttp 64869 6137884672 "GET /en/inpatient HTTP/1.1" 404 28070 ERROR 2025-08-04 21:01:01,814 log 64869 6137884672 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-04 21:01:01,815 basehttp 64869 6137884672 "GET /en/inpatients/ HTTP/1.1" 500 154932 INFO 2025-08-04 21:03:12,318 autoreload 64869 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-04 21:03:12,662 autoreload 66098 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 21:03:13,564 log 66098 6161477632 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-04 21:03:13,567 basehttp 66098 6161477632 "GET /en/inpatients/ HTTP/1.1" 500 154915 INFO 2025-08-04 21:03:34,404 autoreload 66098 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-04 21:03:34,710 autoreload 66253 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 21:03:35,364 basehttp 66253 6127546368 "GET /en/inpatients/ HTTP/1.1" 200 38669 INFO 2025-08-04 21:03:35,417 basehttp 66253 6144372736 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 195 INFO 2025-08-04 21:03:35,417 basehttp 66253 6127546368 "GET /en/inpatients/stats/ HTTP/1.1" 200 2995 ERROR 2025-08-04 21:03:46,754 log 66253 6127546368 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_create' not found. 'admission_create' is not a valid view function or pattern name. ERROR 2025-08-04 21:03:46,756 basehttp 66253 6127546368 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 173463 INFO 2025-08-04 21:07:03,063 autoreload 66253 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-04 21:07:03,365 autoreload 67785 8489639680 Watching for file changes with StatReloader ERROR 2025-08-04 21:07:07,445 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'ad' not found. 'ad' is not a valid view function or pattern name. ERROR 2025-08-04 21:07:07,448 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 173220 ERROR 2025-08-04 21:07:18,621 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_admissions' not found. 'export_admissions' is not a valid view function or pattern name. ERROR 2025-08-04 21:07:18,623 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 172651 ERROR 2025-08-04 21:09:56,851 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_admissions' not found. 'export_admissions' is not a valid view function or pattern name. ERROR 2025-08-04 21:09:56,853 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 172651 ERROR 2025-08-04 21:10:18,943 log 67785 6157660160 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_admissions' not found. 'export_admissions' is not a valid view function or pattern name. ERROR 2025-08-04 21:10:18,944 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 172253 INFO 2025-08-04 21:10:31,065 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 41430 INFO 2025-08-04 21:10:36,216 basehttp 67785 6157660160 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48375 INFO 2025-08-04 21:10:50,563 basehttp 67785 6157660160 "GET /en/inpatients/admissions/ HTTP/1.1" 200 41068 INFO 2025-08-04 21:13:07,190 basehttp 67785 6157660160 "GET /en/inpatients/admissions/ HTTP/1.1" 200 41068 INFO 2025-08-04 21:13:46,826 basehttp 67785 6157660160 "GET /en/inpatients/admissions/ HTTP/1.1" 200 41068 INFO 2025-08-04 21:14:13,554 basehttp 67785 6157660160 "GET /en/inpatients/wards/ HTTP/1.1" 200 26359 INFO 2025-08-04 22:19:46,872 basehttp 67785 6157660160 "GET /en/inpatients/wards/ HTTP/1.1" 200 26359 INFO 2025-08-04 22:19:49,351 basehttp 67785 6157660160 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 41430 INFO 2025-08-04 23:16:28,247 autoreload 24779 8489639680 Watching for file changes with StatReloader INFO 2025-08-04 23:16:31,302 basehttp 24779 6127497216 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 23:16:31,384 basehttp 24779 6127497216 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-04 23:16:31,389 log 24779 6127497216 Not Found: /accounts/login/ WARNING 2025-08-04 23:16:31,390 basehttp 24779 6127497216 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-04 23:16:37,528 basehttp 24779 6127497216 "GET /admin HTTP/1.1" 302 0 INFO 2025-08-04 23:16:37,563 basehttp 24779 6127497216 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 23:16:37,578 basehttp 24779 6127497216 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-04 23:16:37,585 basehttp 24779 6144323584 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-04 23:16:37,585 basehttp 24779 6161149952 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-04 23:16:37,586 basehttp 24779 6127497216 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-04 23:16:37,587 basehttp 24779 6127497216 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-04 23:16:37,587 basehttp 24779 6161149952 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-04 23:16:37,588 basehttp 24779 6144323584 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-04 23:16:37,588 basehttp 24779 6127497216 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-04 23:16:40,391 basehttp 24779 6127497216 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-04 23:16:40,412 basehttp 24779 6127497216 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 23:16:40,425 basehttp 24779 6127497216 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-04 23:16:40,427 basehttp 24779 6127497216 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-04 23:16:40,427 basehttp 24779 6144323584 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-04 23:16:42,332 basehttp 24779 6144323584 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 23:16:42,356 basehttp 24779 6127497216 "GET /en/ HTTP/1.1" 200 50309 INFO 2025-08-04 23:16:42,431 basehttp 24779 6127497216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6724 INFO 2025-08-04 23:16:42,435 basehttp 24779 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-04 23:16:42,435 basehttp 24779 6144323584 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 23:16:42,436 basehttp 24779 6161149952 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-04 23:17:09,003 basehttp 24779 6161149952 "GET /en/inpatients/ HTTP/1.1" 200 44323 INFO 2025-08-04 23:17:09,039 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:17:09,064 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:17:39,042 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:18:09,054 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:18:09,085 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:18:39,045 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:19:09,042 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:19:09,068 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:19:09,100 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:19:34,024 basehttp 24779 6161149952 "GET /en/inpatients/surgery/ HTTP/1.1" 200 26100 INFO 2025-08-04 23:19:38,811 basehttp 24779 6161149952 "GET /en/inpatients/admissions/ HTTP/1.1" 200 42088 INFO 2025-08-04 23:19:50,444 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:20:09,079 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:20:20,450 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:20:50,598 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:21:09,220 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:21:09,254 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:21:20,600 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:21:50,604 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:22:09,185 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:22:09,223 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:22:20,608 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:22:50,610 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:23:09,220 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:23:09,255 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:23:20,612 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:23:50,662 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:24:09,236 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:24:20,623 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:24:50,621 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:25:09,219 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:25:09,253 basehttp 24779 6161149952 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:25:20,624 basehttp 24779 6161149952 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:25:50,628 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:26:09,240 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:26:20,628 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:26:50,631 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:27:09,183 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:27:09,215 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:27:09,246 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:27:20,635 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:27:50,635 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:28:09,238 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:28:20,639 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:28:42,951 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:28:50,641 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:28:53,069 basehttp 24779 6127497216 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 42450 INFO 2025-08-04 23:29:09,206 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:29:09,239 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:29:20,645 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:29:50,647 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:30:09,252 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:30:20,650 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:30:50,654 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:31:09,217 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:31:09,251 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:31:20,655 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:31:50,661 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:32:09,175 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:32:09,238 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:32:20,662 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:32:50,663 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:33:09,201 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:33:09,237 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:33:20,668 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:33:50,669 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:34:09,256 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:34:20,674 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:34:50,674 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:35:09,222 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:35:09,264 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:35:20,682 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:35:50,686 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:36:09,212 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:36:20,637 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:36:50,641 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:37:09,138 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:37:09,169 basehttp 24779 6144323584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:37:09,227 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:37:20,644 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:37:50,646 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:38:09,216 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:38:20,651 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:38:50,654 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:39:09,144 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:39:09,245 basehttp 24779 6127497216 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-04 23:39:20,656 basehttp 24779 6127497216 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:39:48,088 basehttp 24779 6127497216 "GET /en/inpatients/wards/ HTTP/1.1" 200 53060 ERROR 2025-08-04 23:40:15,970 log 24779 6127497216 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-08-04 23:40:15,971 basehttp 24779 6127497216 "GET /en/inpatients/beds/?ward=79 HTTP/1.1" 500 228421 INFO 2025-08-04 23:41:16,521 basehttp 24779 6127497216 "GET /en/hr HTTP/1.1" 301 0 ERROR 2025-08-04 23:41:16,567 log 24779 6144323584 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-04 23:41:16,568 basehttp 24779 6144323584 "GET /en/hr/ HTTP/1.1" 500 137535 INFO 2025-08-04 23:45:34,492 basehttp 24779 6144323584 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-04 23:45:34,511 basehttp 24779 6127497216 "GET /en/admin/ HTTP/1.1" 200 84715 INFO 2025-08-04 23:45:36,456 basehttp 24779 6127497216 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159422 INFO 2025-08-04 23:45:36,467 basehttp 24779 6127497216 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-04 23:45:36,468 basehttp 24779 13203795968 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-04 23:45:36,468 basehttp 24779 13186969600 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-04 23:45:36,469 basehttp 24779 13170143232 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-04 23:45:36,470 basehttp 24779 6127497216 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-04 23:45:36,472 basehttp 24779 13203795968 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-04 23:45:36,473 basehttp 24779 13186969600 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-04 23:45:36,474 basehttp 24779 6161149952 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-04 23:45:36,474 basehttp 24779 6127497216 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-04 23:45:36,474 basehttp 24779 13203795968 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-04 23:45:36,476 basehttp 24779 13170143232 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-04 23:45:36,476 basehttp 24779 13203795968 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-04 23:45:36,476 basehttp 24779 6144323584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:45:36,477 basehttp 24779 6144323584 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-04 23:45:36,488 basehttp 24779 6144323584 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-04 23:45:36,489 basehttp 24779 6144323584 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-04 23:45:39,888 basehttp 24779 6144323584 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 185553 INFO 2025-08-04 23:45:39,901 basehttp 24779 6127497216 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-04 23:45:39,901 basehttp 24779 13186969600 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-04 23:45:39,902 basehttp 24779 6161149952 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-04 23:45:39,902 basehttp 24779 6144323584 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-04 23:45:39,902 basehttp 24779 13170143232 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-04 23:45:39,903 basehttp 24779 6127497216 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-04 23:45:39,903 basehttp 24779 6144323584 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-04 23:45:39,904 basehttp 24779 6144323584 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-04 23:45:39,906 basehttp 24779 13203795968 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:45:39,906 basehttp 24779 6144323584 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-04 23:45:39,937 basehttp 24779 6144323584 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-04 23:45:39,937 basehttp 24779 13203795968 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-04 23:45:39,938 basehttp 24779 6127497216 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-04 23:45:56,512 basehttp 24779 6127497216 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 23:45:56,550 basehttp 24779 6127497216 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159625 INFO 2025-08-04 23:45:56,568 basehttp 24779 6127497216 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:46:11,414 basehttp 24779 6127497216 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 185605 INFO 2025-08-04 23:46:11,424 basehttp 24779 6127497216 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:46:17,824 basehttp 24779 6127497216 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-04 23:46:17,871 basehttp 24779 6127497216 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159716 INFO 2025-08-04 23:46:17,884 basehttp 24779 6127497216 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-04 23:46:30,105 basehttp 24779 6127497216 "GET / HTTP/1.1" 302 0 INFO 2025-08-04 23:46:30,118 basehttp 24779 13203795968 "GET /en/ HTTP/1.1" 200 50322 INFO 2025-08-04 23:46:30,216 basehttp 24779 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6729 INFO 2025-08-04 23:46:30,219 basehttp 24779 13186969600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-04 23:46:30,219 basehttp 24779 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 23:46:30,220 basehttp 24779 6144323584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-04 23:46:36,769 log 24779 6144323584 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-04 23:46:36,770 basehttp 24779 6144323584 "GET /en/hr/ HTTP/1.1" 500 137548 INFO 2025-08-04 23:47:24,874 basehttp 24779 6144323584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-04 23:47:30,215 basehttp 24779 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-04 23:47:30,215 basehttp 24779 6144323584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6729 INFO 2025-08-04 23:47:33,207 basehttp 24779 6144323584 "GET /en/inpatients/ HTTP/1.1" 200 44336 INFO 2025-08-04 23:47:33,241 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-04 23:47:33,267 basehttp 24779 13170143232 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 WARNING 2025-08-04 23:47:40,550 log 24779 13170143232 Not Found: /en/inpatient WARNING 2025-08-04 23:47:40,551 basehttp 24779 13170143232 "GET /en/inpatient HTTP/1.1" 404 28070 WARNING 2025-08-04 23:47:50,653 log 24779 13170143232 Not Found: /en/inpatients/gh WARNING 2025-08-04 23:47:50,653 basehttp 24779 13170143232 "GET /en/inpatients/gh HTTP/1.1" 404 33880 INFO 2025-08-04 23:48:04,969 basehttp 24779 13170143232 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 ERROR 2025-08-04 23:48:38,568 log 24779 13170143232 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-08-04 23:48:38,569 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 500 227905 ERROR 2025-08-04 23:49:41,174 log 24779 13170143232 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'Ward' object is not iterable ERROR 2025-08-04 23:49:41,177 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 500 227887 ERROR 2025-08-04 23:51:21,243 log 24779 13170143232 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-08-04 23:51:21,247 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 500 228042 INFO 2025-08-04 23:51:54,645 basehttp 24779 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 775047 WARNING 2025-08-04 23:52:47,827 log 24779 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-04 23:52:47,827 basehttp 24779 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:04:48,924 basehttp 24779 6127497216 "GET /en/inpatients/beds/ HTTP/1.1" 200 791206 WARNING 2025-08-05 00:04:48,944 log 24779 6127497216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:04:48,944 basehttp 24779 6127497216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:06:04,062 basehttp 24779 6127497216 "GET /en/inpatients/beds/ HTTP/1.1" 200 775047 INFO 2025-08-05 00:06:04,073 basehttp 24779 6161149952 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 00:06:04,075 basehttp 24779 13203795968 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 00:06:04,079 basehttp 24779 13203795968 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 00:06:04,082 basehttp 24779 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-05 00:06:04,083 log 24779 6161149952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:06:04,084 basehttp 24779 6161149952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:06:04,084 basehttp 24779 13203795968 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 00:06:04,085 basehttp 24779 6127497216 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-05 00:06:04,090 basehttp 24779 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 00:06:04,093 basehttp 24779 6144323584 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 00:06:04,094 basehttp 24779 13170143232 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 00:06:04,096 basehttp 24779 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 00:06:04,276 basehttp 24779 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 00:06:04,277 basehttp 24779 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 00:06:04,278 basehttp 24779 6127497216 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 00:06:04,280 basehttp 24779 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 00:06:04,280 basehttp 24779 6144323584 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 00:06:04,281 basehttp 24779 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 00:06:04,281 basehttp 24779 6161149952 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 00:06:04,281 basehttp 24779 6127497216 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 00:06:04,283 basehttp 24779 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 00:06:04,284 basehttp 24779 6144323584 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 00:06:04,284 basehttp 24779 6161149952 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 00:06:04,285 basehttp 24779 13203795968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 00:06:04,285 basehttp 24779 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 00:06:04,286 basehttp 24779 6127497216 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 00:06:04,287 basehttp 24779 6144323584 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 00:06:04,287 basehttp 24779 6161149952 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 00:06:04,288 basehttp 24779 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 00:06:04,288 basehttp 24779 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 00:06:04,289 basehttp 24779 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 00:06:04,290 basehttp 24779 6161149952 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 00:06:04,290 basehttp 24779 6127497216 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 00:06:04,290 basehttp 24779 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 00:06:04,290 basehttp 24779 6144323584 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 00:06:04,314 basehttp 24779 6144323584 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-05 00:06:04,404 log 24779 6144323584 Not Found: /favicon.ico WARNING 2025-08-05 00:06:04,404 basehttp 24779 6144323584 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-05 00:07:21,286 basehttp 24779 6144323584 "GET /en/inpatients/beds/ HTTP/1.1" 200 775047 WARNING 2025-08-05 00:07:21,319 log 24779 6144323584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:07:21,320 basehttp 24779 6144323584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 00:08:42,865 log 24779 6144323584 Not Found: /en/inpatients/gh WARNING 2025-08-05 00:08:42,865 basehttp 24779 6144323584 "GET /en/inpatients/gh HTTP/1.1" 404 33880 INFO 2025-08-05 00:08:58,315 basehttp 24779 6144323584 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-05 00:09:29,130 basehttp 24779 6144323584 "GET /en/inpatients/wards/ HTTP/1.1" 200 53073 INFO 2025-08-05 00:09:35,618 basehttp 24779 6144323584 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 775047 WARNING 2025-08-05 00:09:54,833 log 24779 6144323584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:09:54,833 basehttp 24779 6144323584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:11:31,731 log 24779 6144323584 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_create' not found. 'bed_create' is not a valid view function or pattern name. ERROR 2025-08-05 00:11:31,732 basehttp 24779 6144323584 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219958 WARNING 2025-08-05 00:11:31,759 log 24779 6144323584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:11:31,759 basehttp 24779 6144323584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:14:08,653 autoreload 24779 8489639680 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 00:18:55,382 autoreload 2166 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:19:24,565 basehttp 2166 6132477952 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 00:19:24,652 basehttp 2166 6132477952 "GET /en/ HTTP/1.1" 200 50332 INFO 2025-08-05 00:19:24,743 basehttp 2166 6132477952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 WARNING 2025-08-05 00:19:24,753 log 2166 13052751872 Not Found: /favicon.ico WARNING 2025-08-05 00:19:24,754 basehttp 2166 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-05 00:19:24,768 basehttp 2166 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 00:19:24,769 basehttp 2166 6166130688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 00:19:24,771 basehttp 2166 6149304320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 00:19:28,862 log 2166 6149304320 Forbidden (CSRF token missing.): /en/notifications/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/dismiss/ WARNING 2025-08-05 00:19:28,862 basehttp 2166 6149304320 "POST /en/notifications/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/dismiss/ HTTP/1.1" 403 2491 WARNING 2025-08-05 00:19:31,262 log 2166 6149304320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:19:31,262 basehttp 2166 6149304320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:19:54,738 basehttp 2166 6149304320 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 00:20:24,764 basehttp 2166 6132477952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-05 00:20:24,766 basehttp 2166 6149304320 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 00:20:24,769 basehttp 2166 6166130688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 00:20:33,337 basehttp 2166 6166130688 "GET /en/inpatients/wards/ HTTP/1.1" 200 53073 WARNING 2025-08-05 00:20:33,354 log 2166 6166130688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:20:33,354 basehttp 2166 6166130688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:20:47,703 log 2166 6166130688 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:20:47,707 basehttp 2166 6166130688 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219572 WARNING 2025-08-05 00:20:47,722 log 2166 6166130688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:20:47,722 basehttp 2166 6166130688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:25:06,034 log 2166 6166130688 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:25:06,038 basehttp 2166 6166130688 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219709 WARNING 2025-08-05 00:25:06,055 log 2166 6166130688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:25:06,055 basehttp 2166 6166130688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:26:57,360 autoreload 2166 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:26:57,671 autoreload 5887 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:30:19,747 autoreload 5887 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:30:20,033 autoreload 7351 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:32:29,324 autoreload 7351 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:32:29,576 autoreload 8272 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:33:13,808 autoreload 8272 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:33:14,060 autoreload 8655 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:37:57,066 autoreload 8655 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:37:57,331 autoreload 10641 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:39:36,561 autoreload 10641 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:39:36,844 autoreload 11813 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 00:39:42,475 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:39:42,477 basehttp 11813 6122631168 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219719 WARNING 2025-08-05 00:39:42,492 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:39:42,492 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:39:44,318 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'b' not found. 'b' is not a valid view function or pattern name. ERROR 2025-08-05 00:39:44,319 basehttp 11813 6122631168 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219719 WARNING 2025-08-05 00:39:44,335 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:39:44,335 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:41:18,495 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-05 00:41:18,497 basehttp 11813 6122631168 "GET /en/inpatients/beds/ HTTP/1.1" 500 218467 WARNING 2025-08-05 00:41:18,512 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:41:18,512 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:41:44,967 log 11813 6122631168 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_edit' not found. 'bed_edit' is not a valid view function or pattern name. ERROR 2025-08-05 00:41:44,969 basehttp 11813 6122631168 "GET /en/inpatients/beds/ HTTP/1.1" 500 218424 WARNING 2025-08-05 00:41:44,986 log 11813 6122631168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:41:44,986 basehttp 11813 6122631168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:42:20,161 autoreload 11813 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-05 00:42:20,439 autoreload 12958 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 00:42:21,394 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_edit' not found. 'bed_edit' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:21,396 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219004 WARNING 2025-08-05 00:42:21,411 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:21,411 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:42:22,897 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_edit' not found. 'bed_edit' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:22,898 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219004 WARNING 2025-08-05 00:42:22,912 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:22,912 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:42:47,345 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_updatet' not found. 'bed_updatet' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:47,346 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219082 WARNING 2025-08-05 00:42:47,364 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:47,364 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:42:56,262 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_details_ajax' not found. 'bed_details_ajax' is not a valid view function or pattern name. ERROR 2025-08-05 00:42:56,263 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 219258 WARNING 2025-08-05 00:42:56,282 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:42:56,282 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:44:04,429 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_detail' with no arguments not found. 1 pattern(s) tried: ['en/inpatients/beds/(?P[0-9]+)/\\Z'] ERROR 2025-08-05 00:44:04,430 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 220933 WARNING 2025-08-05 00:44:04,447 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:44:04,447 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:44:56,616 log 12958 6157414400 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:44:56,618 basehttp 12958 6157414400 "GET /en/inpatients/beds/ HTTP/1.1" 500 218912 WARNING 2025-08-05 00:44:56,636 log 12958 6157414400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:44:56,636 basehttp 12958 6157414400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:47:30,718 autoreload 12958 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-05 00:47:31,017 autoreload 15270 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 00:50:08,941 autoreload 15270 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 00:50:09,181 autoreload 16412 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 00:50:14,216 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:50:14,218 basehttp 16412 6203092992 "GET /en/inpatients/beds/ HTTP/1.1" 500 218912 WARNING 2025-08-05 00:50:14,235 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:50:14,235 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 00:51:46,815 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:51:46,816 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:51:47,890 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:51:47,891 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220001 WARNING 2025-08-05 00:51:47,910 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:51:47,910 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:51:49,109 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:51:49,110 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220001 WARNING 2025-08-05 00:51:49,127 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:51:49,127 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:52:23,133 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:23,134 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220009 WARNING 2025-08-05 00:52:23,152 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:23,152 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:52:24,206 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:24,207 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220009 WARNING 2025-08-05 00:52:24,221 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:24,221 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:52:35,615 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_patient_to_bed' not found. 'assign_patient_to_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:35,617 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 220137 WARNING 2025-08-05 00:52:35,627 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:35,627 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 00:52:35,650 log 16412 6203092992 Not Found: /favicon.ico WARNING 2025-08-05 00:52:35,650 basehttp 16412 6203092992 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-08-05 00:52:54,913 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_patient_from_bed' not found. 'discharge_patient_from_bed' is not a valid view function or pattern name. ERROR 2025-08-05 00:52:54,914 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219872 WARNING 2025-08-05 00:52:54,929 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:52:54,930 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:53:06,660 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_bed_maintenance' not found. 'schedule_bed_maintenance' is not a valid view function or pattern name. ERROR 2025-08-05 00:53:06,661 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219066 WARNING 2025-08-05 00:53:06,676 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:53:06,676 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:53:07,888 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_bed_maintenance' not found. 'schedule_bed_maintenance' is not a valid view function or pattern name. ERROR 2025-08-05 00:53:07,889 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 219066 WARNING 2025-08-05 00:53:07,904 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:53:07,904 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:53:38,068 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_history' not found. 'bed_history' is not a valid view function or pattern name. ERROR 2025-08-05 00:53:38,069 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 216915 WARNING 2025-08-05 00:53:38,085 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:53:38,085 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:55:57,584 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_history' not found. 'bed_history' is not a valid view function or pattern name. ERROR 2025-08-05 00:55:57,586 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 217242 WARNING 2025-08-05 00:55:57,604 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:55:57,604 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:58:53,771 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_bulk_update' not found. 'bed_bulk_update' is not a valid view function or pattern name. ERROR 2025-08-05 00:58:53,775 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 217112 WARNING 2025-08-05 00:58:53,790 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:58:53,790 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 00:59:18,993 log 16412 6203092992 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_status_update' not found. 'bed_status_update' is not a valid view function or pattern name. ERROR 2025-08-05 00:59:18,995 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 500 216042 WARNING 2025-08-05 00:59:19,010 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 00:59:19,010 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:59:28,986 basehttp 16412 6203092992 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 WARNING 2025-08-05 00:59:29,009 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-05 00:59:29,009 basehttp 16412 6253572096 "GET /static/css/custom.css HTTP/1.1" 200 1855 WARNING 2025-08-05 00:59:29,010 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 00:59:29,011 basehttp 16412 6287224832 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 00:59:29,012 basehttp 16412 6253572096 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 00:59:29,014 basehttp 16412 6253572096 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 00:59:29,014 basehttp 16412 6203092992 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 00:59:29,016 basehttp 16412 6219919360 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-05 00:59:29,022 basehttp 16412 6203092992 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 00:59:29,024 basehttp 16412 6270398464 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 00:59:29,026 basehttp 16412 6236745728 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 00:59:29,028 basehttp 16412 6253572096 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 00:59:29,342 basehttp 16412 6253572096 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 00:59:29,346 basehttp 16412 6236745728 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-05 00:59:29,367 basehttp 16412 6236745728 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 00:59:29,369 basehttp 16412 6219919360 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 00:59:29,369 basehttp 16412 6203092992 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 00:59:29,369 basehttp 16412 6270398464 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 00:59:29,370 basehttp 16412 6253572096 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 00:59:29,371 basehttp 16412 6203092992 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 00:59:29,372 basehttp 16412 6270398464 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 00:59:29,372 basehttp 16412 6219919360 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 00:59:29,372 basehttp 16412 6287224832 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 00:59:29,372 basehttp 16412 6236745728 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 00:59:29,372 basehttp 16412 6253572096 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 00:59:29,375 basehttp 16412 6287224832 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 00:59:29,375 basehttp 16412 6270398464 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 00:59:29,376 basehttp 16412 6219919360 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 00:59:29,377 basehttp 16412 6203092992 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 00:59:29,377 basehttp 16412 6236745728 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 00:59:29,378 basehttp 16412 6253572096 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 00:59:29,380 basehttp 16412 6236745728 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 00:59:29,380 basehttp 16412 6270398464 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 00:59:29,381 basehttp 16412 6219919360 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 00:59:29,381 basehttp 16412 6203092992 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 00:59:29,382 basehttp 16412 6287224832 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 00:59:30,260 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 INFO 2025-08-05 01:00:00,269 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 INFO 2025-08-05 01:00:30,269 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784157 WARNING 2025-08-05 01:00:59,018 log 16412 6287224832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:00:59,019 basehttp 16412 6287224832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:00,298 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784140 INFO 2025-08-05 01:01:00,831 basehttp 16412 6287224832 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784140 INFO 2025-08-05 01:01:00,840 basehttp 16412 6219919360 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 01:01:00,843 basehttp 16412 6253572096 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 01:01:00,843 basehttp 16412 6219919360 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 01:01:00,845 basehttp 16412 6219919360 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 01:01:00,847 basehttp 16412 6253572096 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 WARNING 2025-08-05 01:01:00,848 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:00,849 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:00,849 basehttp 16412 6287224832 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-05 01:01:00,854 basehttp 16412 6253572096 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 01:01:00,857 basehttp 16412 6236745728 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 01:01:00,859 basehttp 16412 6270398464 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 01:01:00,860 basehttp 16412 6219919360 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 01:01:00,975 basehttp 16412 6219919360 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-05 01:01:01,006 basehttp 16412 6219919360 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 01:01:01,008 basehttp 16412 6236745728 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 01:01:01,008 basehttp 16412 6253572096 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 01:01:01,009 basehttp 16412 6270398464 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 01:01:01,009 basehttp 16412 6287224832 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 01:01:01,011 basehttp 16412 6253572096 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 01:01:01,011 basehttp 16412 6270398464 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 01:01:01,011 basehttp 16412 6236745728 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 01:01:01,012 basehttp 16412 6287224832 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 01:01:01,012 basehttp 16412 6203092992 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 01:01:01,013 basehttp 16412 6236745728 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 01:01:01,014 basehttp 16412 6253572096 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 01:01:01,014 basehttp 16412 6270398464 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 01:01:01,014 basehttp 16412 6219919360 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 01:01:01,014 basehttp 16412 6287224832 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 01:01:01,015 basehttp 16412 6203092992 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 01:01:01,016 basehttp 16412 6253572096 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 01:01:01,017 basehttp 16412 6236745728 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 01:01:01,017 basehttp 16412 6287224832 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 01:01:01,017 basehttp 16412 6270398464 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 01:01:01,018 basehttp 16412 6219919360 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 01:01:01,018 basehttp 16412 6203092992 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 01:01:01,018 basehttp 16412 6253572096 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 01:01:01,102 basehttp 16412 6253572096 "GET /en/inpatients/beds/?ward=80 HTTP/1.1" 200 784140 WARNING 2025-08-05 01:01:01,154 log 16412 6253572096 Not Found: /favicon.ico WARNING 2025-08-05 01:01:01,154 basehttp 16412 6253572096 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-08-05 01:01:30,426 log 16412 6253572096 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-05 01:01:30,427 basehttp 16412 6253572096 "GET /en/inpatients/wards/ HTTP/1.1" 500 177287 WARNING 2025-08-05 01:01:30,446 log 16412 6253572096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:30,446 basehttp 16412 6253572096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:31,355 basehttp 16412 6253572096 "GET /en/ HTTP/1.1" 200 50322 WARNING 2025-08-05 01:01:31,371 log 16412 6253572096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:31,372 basehttp 16412 6253572096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:01:31,489 basehttp 16412 6253572096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-05 01:01:31,490 basehttp 16412 6287224832 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 01:01:31,491 basehttp 16412 6203092992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 01:01:31,492 basehttp 16412 6219919360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 01:01:36,320 basehttp 16412 6219919360 "GET /en/hr HTTP/1.1" 301 0 ERROR 2025-08-05 01:01:36,375 log 16412 6203092992 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-05 01:01:36,376 basehttp 16412 6203092992 "GET /en/hr/ HTTP/1.1" 500 137549 WARNING 2025-08-05 01:01:36,393 log 16412 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:01:36,393 basehttp 16412 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:03:08,066 autoreload 16412 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 01:03:08,412 autoreload 22123 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 01:03:11,389 log 22123 6171734016 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-05 01:03:11,391 basehttp 22123 6171734016 "GET /en/hr/ HTTP/1.1" 500 137686 WARNING 2025-08-05 01:03:11,407 log 22123 6171734016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:11,407 basehttp 22123 6171734016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 01:03:12,779 log 22123 6171734016 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 52, in get_context_data 'pending_reviews': PerformanceReview.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-08-05 01:03:12,780 basehttp 22123 6171734016 "GET /en/hr/ HTTP/1.1" 500 137686 WARNING 2025-08-05 01:03:12,800 log 22123 6171734016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:12,800 basehttp 22123 6171734016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:03:31,372 autoreload 22123 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 01:03:31,702 autoreload 22284 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 01:03:38,424 log 22284 6171111424 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 83, in get_context_data 'total_hours_today': TimeEntry.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: approval_date, approved_by, approved_by_id, break_end_time, break_start_time, clock_in_time, clock_out_time, created_at, department, department_id, employee, employee_id, entry_id, entry_type, id, location, lunch_end_time, lunch_start_time, notes, overtime_hours, regular_hours, status, total_hours, updated_at, work_date ERROR 2025-08-05 01:03:38,426 basehttp 22284 6171111424 "GET /en/hr/ HTTP/1.1" 500 137336 WARNING 2025-08-05 01:03:38,442 log 22284 6171111424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:38,442 basehttp 22284 6171111424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:03:50,473 autoreload 22284 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 01:03:50,752 autoreload 22437 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 01:03:55,902 basehttp 22437 6203240448 "GET /en/hr/ HTTP/1.1" 200 45654 WARNING 2025-08-05 01:03:55,920 log 22437 6203240448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:03:55,920 basehttp 22437 6203240448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:05:33,906 basehttp 22437 6203240448 "GET /en/hr/ HTTP/1.1" 200 43963 WARNING 2025-08-05 01:05:39,976 log 22437 6203240448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:05:39,976 basehttp 22437 6203240448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:05:43,427 basehttp 22437 6203240448 "GET /en/hr/ HTTP/1.1" 200 43963 INFO 2025-08-05 01:05:43,442 basehttp 22437 6287372288 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 01:05:43,442 basehttp 22437 6236893184 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 01:05:43,447 basehttp 22437 6270545920 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 01:05:43,448 basehttp 22437 6287372288 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 01:05:43,450 basehttp 22437 6287372288 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 01:05:43,450 basehttp 22437 6203240448 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-05 01:05:43,456 log 22437 6236893184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:05:43,456 basehttp 22437 6236893184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:05:43,458 basehttp 22437 6287372288 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 01:05:43,461 basehttp 22437 6253719552 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 01:05:43,462 basehttp 22437 6220066816 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 01:05:43,463 basehttp 22437 6270545920 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 01:05:43,690 basehttp 22437 6253719552 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 01:05:43,690 basehttp 22437 6270545920 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 01:05:43,690 basehttp 22437 6220066816 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 01:05:43,691 basehttp 22437 6236893184 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 01:05:43,691 basehttp 22437 6287372288 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 01:05:43,693 basehttp 22437 6203240448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 01:05:43,695 basehttp 22437 6287372288 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 01:05:43,696 basehttp 22437 6236893184 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 01:05:43,696 basehttp 22437 6203240448 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 01:05:43,696 basehttp 22437 6270545920 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 01:05:43,696 basehttp 22437 6220066816 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 01:05:43,698 basehttp 22437 6236893184 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 01:05:43,699 basehttp 22437 6287372288 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 01:05:43,699 basehttp 22437 6220066816 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 01:05:43,699 basehttp 22437 6270545920 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 01:05:43,700 basehttp 22437 6203240448 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 01:05:43,701 basehttp 22437 6236893184 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 01:05:43,702 basehttp 22437 6287372288 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 01:05:43,702 basehttp 22437 6253719552 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 01:05:43,702 basehttp 22437 6270545920 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 01:05:43,703 basehttp 22437 6220066816 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 01:05:43,704 basehttp 22437 6287372288 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 01:05:43,704 basehttp 22437 6203240448 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 01:05:43,706 basehttp 22437 6236893184 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-05 01:05:43,817 log 22437 6236893184 Not Found: /favicon.ico WARNING 2025-08-05 01:05:43,817 basehttp 22437 6236893184 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-05 01:05:53,967 basehttp 22437 6236893184 "GET /en/hr/employees/create/ HTTP/1.1" 200 57333 INFO 2025-08-05 01:05:59,529 basehttp 22437 6236893184 "GET /en/hr/employees/ HTTP/1.1" 200 130752 WARNING 2025-08-05 01:06:05,878 log 22437 6236893184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:06:05,878 basehttp 22437 6236893184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:06:42,093 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37245 WARNING 2025-08-05 01:06:42,113 log 22437 6236893184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 01:06:42,113 basehttp 22437 6236893184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 01:07:27,592 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37232 INFO 2025-08-05 01:07:37,606 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37231 INFO 2025-08-05 01:07:57,625 basehttp 22437 6236893184 "GET /en/hr/employees/892/update/ HTTP/1.1" 200 57107 INFO 2025-08-05 01:08:46,395 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37231 INFO 2025-08-05 01:08:57,249 basehttp 22437 6236893184 "GET /en/hr/employees/892/update/ HTTP/1.1" 200 57107 INFO 2025-08-05 01:08:59,308 basehttp 22437 6236893184 "GET /en/hr/employees/892/ HTTP/1.1" 200 37231 ERROR 2025-08-05 01:09:01,939 log 22437 6236893184 Internal Server Error: /en/hr/employees/892/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_deactivate' not found. 'employee_deactivate' is not a valid view function or pattern name. ERROR 2025-08-05 01:09:01,941 basehttp 22437 6236893184 "GET /en/hr/employees/892/delete/ HTTP/1.1" 500 167669 INFO 2025-08-05 11:05:21,289 autoreload 22964 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 11:05:31,881 basehttp 22964 6159216640 "GET /en/hr/employees/ HTTP/1.1" 200 130752 INFO 2025-08-05 11:05:40,935 basehttp 22964 6159216640 "GET /en/hr/employees/892/ HTTP/1.1" 200 37233 INFO 2025-08-05 11:08:17,185 basehttp 22964 6159216640 "GET /en/hr/ HTTP/1.1" 200 43973 INFO 2025-08-05 11:09:09,127 basehttp 22964 6159216640 "GET /en/hr/employees/ HTTP/1.1" 200 130752 ERROR 2025-08-05 11:09:16,687 log 22964 6159216640 Internal Server Error: /en/hr/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 131, in __iter__ setattr(obj, attr_name, row[col_pos]) AttributeError: property 'employee_count' of 'Department' object has no setter ERROR 2025-08-05 11:09:16,691 basehttp 22964 6159216640 "GET /en/hr/departments/ HTTP/1.1" 500 168367 INFO 2025-08-05 11:12:24,406 basehttp 22964 6159216640 "GET /en/hr/ HTTP/1.1" 200 43973 INFO 2025-08-05 11:12:39,105 basehttp 22964 6159216640 "GET /en/hr/schedules/ HTTP/1.1" 200 123870 WARNING 2025-08-05 11:12:39,115 basehttp 22964 13186969600 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 INFO 2025-08-05 11:12:39,117 basehttp 22964 13170143232 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-05 11:12:39,118 basehttp 22964 6159216640 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-05 11:12:39,119 basehttp 22964 13186969600 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-08-05 11:12:39,121 basehttp 22964 13203795968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-05 11:12:39,121 basehttp 22964 13220622336 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 INFO 2025-08-05 11:12:39,122 basehttp 22964 13170143232 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-05 11:12:39,122 basehttp 22964 6159216640 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 ERROR 2025-08-05 11:13:01,522 log 22964 6159216640 Internal Server Error: /en/hr/schedules/841/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_assignment_delete' not found. 'schedule_assignment_delete' is not a valid view function or pattern name. ERROR 2025-08-05 11:13:01,524 basehttp 22964 6159216640 "GET /en/hr/schedules/841/ HTTP/1.1" 500 212878 INFO 2025-08-05 11:13:09,178 basehttp 22964 6159216640 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 125320 WARNING 2025-08-05 11:13:09,189 basehttp 22964 13170143232 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-05 11:13:09,190 basehttp 22964 13203795968 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-08-05 11:13:09,191 basehttp 22964 6159216640 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 INFO 2025-08-05 11:13:18,661 basehttp 22964 6159216640 "GET /en/hr/schedules/2081/update/ HTTP/1.1" 200 36775 INFO 2025-08-05 11:13:18,667 basehttp 22964 6159216640 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-05 11:13:18,669 basehttp 22964 13186969600 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-05 11:13:18,669 basehttp 22964 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-05 11:13:18,670 basehttp 22964 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-05 11:29:05,166 autoreload 28424 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 11:29:07,783 basehttp 28424 6195310592 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 11:29:07,873 basehttp 28424 6195310592 "GET /en/ HTTP/1.1" 200 50312 INFO 2025-08-05 11:29:07,963 basehttp 28424 6195310592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 11:29:07,965 basehttp 28424 6228963328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 11:29:07,965 basehttp 28424 6245789696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 11:29:07,966 basehttp 28424 6212136960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 11:29:18,818 basehttp 28424 6212136960 "GET /en/appointments/create/ HTTP/1.1" 200 35081 INFO 2025-08-05 11:30:21,161 basehttp 28424 6195310592 "GET /en/appointments/list/ HTTP/1.1" 200 28845 INFO 2025-08-05 12:16:21,735 autoreload 42493 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 12:18:41,456 autoreload 43487 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 12:18:42,551 basehttp 43487 6162247680 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 12:18:42,634 basehttp 43487 6162247680 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-05 12:18:42,639 log 43487 6162247680 Not Found: /accounts/login/ WARNING 2025-08-05 12:18:42,639 basehttp 43487 6162247680 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-05 12:18:53,122 basehttp 43487 6162247680 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-05 12:18:53,158 basehttp 43487 6162247680 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 12:18:53,172 basehttp 43487 6162247680 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-05 12:18:56,159 basehttp 43487 6162247680 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 12:18:56,179 basehttp 43487 6162247680 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 12:18:59,486 basehttp 43487 6162247680 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 12:18:59,514 basehttp 43487 6162247680 "GET /en/ HTTP/1.1" 200 50321 INFO 2025-08-05 12:18:59,580 basehttp 43487 6162247680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6779 INFO 2025-08-05 12:18:59,590 basehttp 43487 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 12:18:59,590 basehttp 43487 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 12:18:59,592 basehttp 43487 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 12:19:10,350 basehttp 43487 12901707776 "GET /en/appointments/create/ HTTP/1.1" 200 35081 INFO 2025-08-05 12:19:29,582 basehttp 43487 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 12:19:59,603 basehttp 43487 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6779 INFO 2025-08-05 12:19:59,603 basehttp 43487 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 12:19:59,604 basehttp 43487 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 12:20:29,587 basehttp 43487 12935360512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:00:49,850 autoreload 52185 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 14:00:54,393 basehttp 52185 6164049920 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-05 14:00:54,401 log 52185 6164049920 Not Found: /accounts/login/ WARNING 2025-08-05 14:00:54,401 basehttp 52185 6164049920 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2579 INFO 2025-08-05 14:01:01,393 basehttp 52185 6164049920 "GET /admin/ HTTP/1.1" 302 0 INFO 2025-08-05 14:01:01,426 basehttp 52185 6164049920 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 14:01:01,441 basehttp 52185 6164049920 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-05 14:01:07,334 basehttp 52185 6164049920 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-05 14:01:07,354 basehttp 52185 6164049920 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:01:12,542 basehttp 52185 6164049920 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 14:01:12,571 basehttp 52185 6164049920 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:01:12,665 basehttp 52185 6164049920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:01:12,669 basehttp 52185 6180876288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:01:12,673 basehttp 52185 6214529024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:01:12,674 basehttp 52185 6197702656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:01:42,661 basehttp 52185 6197702656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:02:12,666 basehttp 52185 6197702656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:02:12,668 basehttp 52185 6214529024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:02:12,670 basehttp 52185 6180876288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:02:14,951 basehttp 52185 6180876288 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-05 14:02:14,989 basehttp 52185 6214529024 "GET /en/hr/ HTTP/1.1" 200 43973 INFO 2025-08-05 14:02:21,219 basehttp 52185 6214529024 "GET /en/hr/employees/create/ HTTP/1.1" 200 57333 INFO 2025-08-05 14:02:35,037 basehttp 52185 6214529024 "GET /en/hr/employees/ HTTP/1.1" 200 130752 INFO 2025-08-05 14:02:41,081 basehttp 52185 6214529024 "GET /en/hr/employees/892/ HTTP/1.1" 200 37233 INFO 2025-08-05 14:03:13,558 basehttp 52185 6214529024 "GET /en/hr/employees/ HTTP/1.1" 200 130752 INFO 2025-08-05 14:03:21,960 basehttp 52185 6214529024 "GET /en/hr/schedules/ HTTP/1.1" 200 123870 WARNING 2025-08-05 14:03:21,972 basehttp 52185 6197702656 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-05 14:03:21,972 basehttp 52185 6214529024 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 WARNING 2025-08-05 14:03:21,974 basehttp 52185 6164049920 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 ERROR 2025-08-05 14:03:28,074 log 52185 6164049920 Internal Server Error: /en/hr/schedules/841/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_assignment_delete' not found. 'schedule_assignment_delete' is not a valid view function or pattern name. ERROR 2025-08-05 14:03:28,077 basehttp 52185 6164049920 "GET /en/hr/schedules/841/ HTTP/1.1" 500 212878 INFO 2025-08-05 14:03:52,665 basehttp 52185 6164049920 "GET /en/hr/departments/create/ HTTP/1.1" 200 43137 WARNING 2025-08-05 14:03:52,674 basehttp 52185 6164049920 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-08-05 14:04:04,488 basehttp 52185 6164049920 "GET /en/patients/register/ HTTP/1.1" 200 29341 INFO 2025-08-05 14:04:08,428 basehttp 52185 6164049920 "GET /en/appointments/create/ HTTP/1.1" 200 35081 INFO 2025-08-05 14:04:17,074 basehttp 52185 6164049920 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:04:17,130 basehttp 52185 6164049920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:04:17,136 basehttp 52185 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:04:17,137 basehttp 52185 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:04:17,138 basehttp 52185 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:04:21,144 basehttp 52185 13170143232 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:04:27,175 basehttp 52185 13170143232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49633 WARNING 2025-08-05 14:04:55,609 log 52185 13170143232 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:04:55,609 basehttp 52185 13170143232 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:05:16,329 basehttp 52185 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:05:17,127 basehttp 52185 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:05:17,127 basehttp 52185 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:05:25,403 basehttp 52185 13170143232 "GET /en/billing/bills/create/ HTTP/1.1" 200 42938 INFO 2025-08-05 14:05:34,311 basehttp 52185 13170143232 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:05:34,383 basehttp 52185 6164049920 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:05:34,385 basehttp 52185 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:05:34,385 basehttp 52185 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:05:34,387 basehttp 52185 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:05:36,500 basehttp 52185 13186969600 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:05:41,690 basehttp 52185 13186969600 "GET /en/ HTTP/1.1" 200 50311 INFO 2025-08-05 14:05:41,756 basehttp 52185 6164049920 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 14:05:41,757 basehttp 52185 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 14:05:41,757 basehttp 52185 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 14:05:41,760 basehttp 52185 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 14:05:43,834 basehttp 52185 13170143232 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:05:52,600 basehttp 52185 13170143232 "GET /en/billing HTTP/1.1" 301 0 ERROR 2025-08-05 14:05:52,627 log 52185 13186969600 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 14:05:52,628 basehttp 52185 13186969600 "GET /en/billing/ HTTP/1.1" 500 151289 ERROR 2025-08-05 14:05:52,746 log 52185 13186969600 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 14:05:52,747 basehttp 52185 13186969600 "GET /en/billing/ HTTP/1.1" 500 151015 INFO 2025-08-05 14:05:58,233 basehttp 52185 13186969600 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:06:05,272 basehttp 52185 13186969600 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-05 14:06:05,290 basehttp 52185 13203795968 "GET /en/emr/ HTTP/1.1" 200 40039 INFO 2025-08-05 14:06:05,320 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:06:35,324 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:07:05,324 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:07:35,325 basehttp 52185 13203795968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:07:53,251 basehttp 52185 13203795968 "GET /en/inpatients HTTP/1.1" 301 0 INFO 2025-08-05 14:07:53,290 basehttp 52185 6164049920 "GET /en/inpatients/ HTTP/1.1" 200 44336 INFO 2025-08-05 14:07:53,318 basehttp 52185 6164049920 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-05 14:07:53,344 basehttp 52185 13170143232 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-05 14:08:05,276 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:08:05,380 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:08:35,402 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:09:05,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:09:35,404 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:09:55,597 log 52185 13170143232 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:09:55,598 basehttp 52185 13170143232 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:10:05,401 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:10:35,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:11:05,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:11:35,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:12:05,403 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:12:35,399 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:13:05,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:13:35,399 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:14:05,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:14:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:14:55,593 log 52185 13170143232 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:14:55,593 basehttp 52185 13170143232 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:15:05,397 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:15:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:16:05,397 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:16:35,391 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:17:05,399 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:17:35,400 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:18:05,396 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:18:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:19:05,374 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:19:35,398 basehttp 52185 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:19:55,589 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:19:55,589 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:20:05,399 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:20:35,396 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:21:05,401 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:21:35,395 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:22:05,395 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:22:35,396 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:23:05,617 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:23:35,645 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:24:37,636 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 WARNING 2025-08-05 14:24:55,582 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:24:55,583 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:25:55,630 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:26:55,627 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:27:54,256 basehttp 52185 6164049920 "GET /en/inpatients/beds/ HTTP/1.1" 200 784140 INFO 2025-08-05 14:28:07,029 basehttp 52185 6164049920 "GET /en/emr/encounters/ HTTP/1.1" 200 37556 INFO 2025-08-05 14:28:12,547 basehttp 52185 6164049920 "GET /en/emr/vital-signs/ HTTP/1.1" 200 23858 INFO 2025-08-05 14:28:16,993 basehttp 52185 6164049920 "GET /en/emr/problems/ HTTP/1.1" 200 26398 INFO 2025-08-05 14:29:31,619 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:29:35,998 basehttp 52185 6164049920 "GET /en/emr/problems/ HTTP/1.1" 200 26398 INFO 2025-08-05 14:29:46,184 basehttp 52185 6164049920 "GET /en/emr/notes/ HTTP/1.1" 200 26840 INFO 2025-08-05 14:29:55,422 basehttp 52185 6164049920 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 26840 WARNING 2025-08-05 14:29:55,581 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:29:55,582 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:29:58,813 basehttp 52185 6164049920 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 37556 INFO 2025-08-05 14:30:05,131 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:30:33,328 basehttp 52185 6164049920 "GET /en/emr/encounters/ HTTP/1.1" 200 37556 INFO 2025-08-05 14:30:35,305 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:31:05,304 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:31:35,306 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:32:05,312 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:32:35,319 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:33:05,321 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:33:35,325 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:34:05,328 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:34:35,336 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-05 14:34:55,587 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:34:55,587 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:35:05,334 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:35:15,044 basehttp 52185 6164049920 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:35:35,336 basehttp 52185 6164049920 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:35:53,535 basehttp 52185 6164049920 "GET /en/appointments/ HTTP/1.1" 200 25088 INFO 2025-08-05 14:35:53,569 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:36:23,581 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:36:53,582 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:37:23,810 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:37:53,813 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:38:23,821 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:38:53,828 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:39:23,829 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:39:53,834 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 WARNING 2025-08-05 14:39:55,819 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:39:55,819 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 14:40:23,839 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:40:53,841 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:41:23,841 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:41:53,847 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:42:23,851 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:42:53,851 basehttp 52185 6164049920 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:43:00,302 basehttp 52185 6164049920 "GET /en/appointments/calendar/ HTTP/1.1" 200 23564 INFO 2025-08-05 14:43:00,350 basehttp 52185 6164049920 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 220 INFO 2025-08-05 14:43:00,350 basehttp 52185 13170143232 "GET /en/appointments/slots/available/ HTTP/1.1" 200 7396 INFO 2025-08-05 14:43:18,087 basehttp 52185 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 23564 INFO 2025-08-05 14:43:18,128 basehttp 52185 6164049920 "GET /en/appointments/slots/available/ HTTP/1.1" 200 7396 INFO 2025-08-05 14:43:18,128 basehttp 52185 13170143232 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 220 INFO 2025-08-05 14:43:28,613 basehttp 52185 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-08-05 14:43:30,960 basehttp 52185 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-05 14:43:32,846 basehttp 52185 13170143232 "GET /en/admin/ HTTP/1.1" 200 85466 INFO 2025-08-05 14:43:39,940 basehttp 52185 13170143232 "GET /en/admin/core/tenant/ HTTP/1.1" 200 77794 INFO 2025-08-05 14:43:39,953 basehttp 52185 6164049920 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-05 14:43:39,956 basehttp 52185 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 14:43:39,962 basehttp 52185 13170143232 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-05 14:43:39,963 basehttp 52185 6164049920 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-05 14:44:04,569 basehttp 52185 6164049920 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 89420 INFO 2025-08-05 14:44:04,580 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 14:44:12,306 basehttp 52185 6164049920 "GET /en/admin/communications/message/ HTTP/1.1" 200 71503 INFO 2025-08-05 14:44:12,320 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 14:44:29,973 basehttp 52185 6164049920 "GET /en/admin/inventory/inventorylocation/ HTTP/1.1" 200 71093 INFO 2025-08-05 14:44:29,987 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-05 14:44:55,831 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:44:55,831 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 WARNING 2025-08-05 14:49:55,828 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:49:55,828 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 WARNING 2025-08-05 14:54:55,760 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:54:55,761 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 WARNING 2025-08-05 14:59:55,764 log 52185 6164049920 Not Found: /en/ajax/dashboard-data/ WARNING 2025-08-05 14:59:55,765 basehttp 52185 6164049920 "GET /en/ajax/dashboard-data/ HTTP/1.1" 404 28103 INFO 2025-08-05 15:10:54,569 basehttp 52185 6164049920 "GET /en/admin/inventory/inventorylocation/?location_type__exact=OR_STORAGE HTTP/1.1" 200 72385 INFO 2025-08-05 15:10:54,582 basehttp 52185 6164049920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 15:18:42,753 autoreload 52185 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-05 15:18:43,107 autoreload 85921 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:19:40,759 autoreload 85921 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-05 15:19:41,053 autoreload 86399 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:21:01,228 autoreload 86399 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-05 15:21:01,502 autoreload 86947 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:21:44,870 autoreload 86947 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 15:21:45,161 autoreload 87254 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:22:41,861 autoreload 87254 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-08-05 15:22:42,140 autoreload 87712 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:23:34,668 autoreload 87712 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-05 15:23:34,951 autoreload 88093 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:24:40,853 autoreload 88093 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-05 15:24:41,132 autoreload 88554 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:25:16,246 autoreload 88554 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-05 15:25:16,519 autoreload 88788 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:26:11,045 autoreload 88788 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-05 15:26:11,334 autoreload 89244 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:26:48,417 autoreload 89244 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-05 15:26:48,693 autoreload 89476 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:27:39,218 autoreload 89476 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 15:27:39,503 autoreload 89858 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:28:40,206 autoreload 89858 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-05 15:28:40,498 autoreload 90319 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:30:26,888 autoreload 90319 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-05 15:30:27,175 autoreload 91089 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:31:19,677 autoreload 91089 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-05 15:31:19,958 autoreload 91471 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:32:06,326 autoreload 91471 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-05 15:32:06,615 autoreload 91779 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:33:35,032 autoreload 91779 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-05 15:33:35,323 autoreload 92471 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 15:34:49,538 autoreload 92471 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-05 15:34:49,829 autoreload 93005 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:27:00,668 autoreload 16307 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:27:01,814 basehttp 16307 6194114560 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 16:27:01,912 basehttp 16307 6194114560 "GET /en/ HTTP/1.1" 200 50322 INFO 2025-08-05 16:27:01,987 basehttp 16307 6194114560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 16:27:01,994 basehttp 16307 6244593664 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 16:27:01,995 basehttp 16307 6227767296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 16:27:01,997 basehttp 16307 6210940928 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 16:27:07,915 basehttp 16307 6210940928 "GET /en/inventory HTTP/1.1" 301 0 ERROR 2025-08-05 16:27:07,977 log 16307 6227767296 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:27:07,978 basehttp 16307 6227767296 "GET /en/inventory/ HTTP/1.1" 500 137576 INFO 2025-08-05 16:28:04,823 autoreload 16307 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:28:05,100 autoreload 16778 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:28:07,494 log 16778 6204092416 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'minimum_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:28:07,496 basehttp 16778 6204092416 "GET /en/inventory/ HTTP/1.1" 500 153287 INFO 2025-08-05 16:31:49,899 autoreload 16778 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 16:31:50,249 autoreload 18380 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:32:25,567 autoreload 18697 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 16:32:26,994 basehttp 18697 6168375296 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 16:32:27,072 basehttp 18697 6168375296 "GET /en/ HTTP/1.1" 200 50322 INFO 2025-08-05 16:32:27,159 basehttp 18697 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 16:32:27,162 basehttp 18697 6218854400 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 16:32:27,164 basehttp 18697 6202028032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 16:32:27,165 basehttp 18697 6185201664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-05 16:32:31,063 log 18697 6185201664 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'min_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:32:31,064 basehttp 18697 6185201664 "GET /en/inventory/ HTTP/1.1" 500 153199 INFO 2025-08-05 16:33:32,808 autoreload 18697 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:33:33,161 autoreload 19168 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:33:35,827 log 19168 6194720768 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 61, in get_context_data expired_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:33:35,829 basehttp 19168 6194720768 "GET /en/inventory/ HTTP/1.1" 500 137697 INFO 2025-08-05 16:34:54,785 autoreload 19168 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:34:55,123 autoreload 19777 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:34:57,836 log 19777 6137344000 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 61, in get_context_data expired_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:34:57,837 basehttp 19777 6137344000 "GET /en/inventory/ HTTP/1.1" 500 138336 INFO 2025-08-05 16:35:56,098 autoreload 19777 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:35:56,378 autoreload 20242 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:37:20,893 log 20242 6192197632 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 67, in get_context_data expiring_soon_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:37:20,894 basehttp 20242 6192197632 "GET /en/inventory/ HTTP/1.1" 500 139022 ERROR 2025-08-05 16:37:22,312 log 20242 6192197632 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 67, in get_context_data expiring_soon_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:37:22,313 basehttp 20242 6192197632 "GET /en/inventory/ HTTP/1.1" 500 139022 INFO 2025-08-05 16:38:13,665 autoreload 20242 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:38:13,944 autoreload 21230 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:38:14,204 log 21230 6171865088 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:38:14,205 basehttp 21230 6171865088 "GET /en/inventory/ HTTP/1.1" 500 137022 INFO 2025-08-05 16:39:41,813 autoreload 21230 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:39:42,131 autoreload 21848 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:39:45,214 log 21848 6133231616 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:39:45,216 basehttp 21848 6133231616 "GET /en/inventory/ HTTP/1.1" 500 137022 ERROR 2025-08-05 16:39:46,194 log 21848 6133231616 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:39:46,196 basehttp 21848 6133231616 "GET /en/inventory/ HTTP/1.1" 500 137022 INFO 2025-08-05 16:42:41,858 autoreload 21848 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:42:42,124 autoreload 23150 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:42:42,780 log 23150 6167310336 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '{ expired_items' from '{ expired_items' ERROR 2025-08-05 16:42:42,781 basehttp 23150 6167310336 "GET /en/inventory/ HTTP/1.1" 500 200749 ERROR 2025-08-05 16:44:04,529 log 23150 6167310336 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'chart_data' not found. 'chart_data' is not a valid view function or pattern name. ERROR 2025-08-05 16:44:04,530 basehttp 23150 6167310336 "GET /en/inventory/ HTTP/1.1" 500 167206 INFO 2025-08-05 16:44:58,415 basehttp 23150 6167310336 "GET /en/inventory/ HTTP/1.1" 200 40976 ERROR 2025-08-05 16:44:58,517 log 23150 6167310336 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 16:44:58,518 basehttp 23150 6167310336 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 123781 ERROR 2025-08-05 16:45:05,159 log 23150 6167310336 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 485, in get_context_data context['categories'] = InventoryItem.CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryItem' has no attribute 'CATEGORY_CHOICES' ERROR 2025-08-05 16:45:05,162 basehttp 23150 6167310336 "GET /en/inventory/items/ HTTP/1.1" 500 85280 ERROR 2025-08-05 16:45:12,175 log 23150 6167310336 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 485, in get_context_data context['categories'] = InventoryItem.CATEGORY_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryItem' has no attribute 'CATEGORY_CHOICES' ERROR 2025-08-05 16:45:12,178 basehttp 23150 6167310336 "GET /en/inventory/items/ HTTP/1.1" 500 85280 INFO 2025-08-05 16:46:45,023 autoreload 23150 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 16:46:45,317 autoreload 24914 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:46:55,392 log 24914 6163263488 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inventory/item_list.html, inventory/inventoryitem_list.html ERROR 2025-08-05 16:46:55,393 basehttp 24914 6163263488 "GET /en/inventory/items/ HTTP/1.1" 500 84832 INFO 2025-08-05 16:53:02,055 autoreload 24914 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 16:53:02,337 autoreload 27677 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 16:53:07,342 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_list_api' not found. 'item_list_api' is not a valid view function or pattern name. ERROR 2025-08-05 16:53:07,344 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 179428 ERROR 2025-08-05 18:17:15,640 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_order_list' not found. 'lab_order_list' is not a valid view function or pattern name. ERROR 2025-08-05 18:17:15,645 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 179454 ERROR 2025-08-05 18:18:49,631 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'manufacturer_list_api' not found. 'manufacturer_list_api' is not a valid view function or pattern name. ERROR 2025-08-05 18:18:49,638 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 178485 ERROR 2025-08-05 18:19:19,746 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_stats' not found. 'item_stats' is not a valid view function or pattern name. ERROR 2025-08-05 18:19:19,749 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 178042 ERROR 2025-08-05 18:19:58,365 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_export' not found. 'item_export' is not a valid view function or pattern name. ERROR 2025-08-05 18:19:58,367 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 177800 ERROR 2025-08-05 18:20:37,801 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_bulk_deactivate' not found. 'item_bulk_deactivate' is not a valid view function or pattern name. ERROR 2025-08-05 18:20:37,803 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 179237 ERROR 2025-08-05 18:20:58,942 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_alerts_api' not found. 'stock_alerts_api' is not a valid view function or pattern name. ERROR 2025-08-05 18:20:58,944 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 177953 ERROR 2025-08-05 18:21:13,987 log 27677 6191394816 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reorder_report' not found. 'reorder_report' is not a valid view function or pattern name. ERROR 2025-08-05 18:21:13,989 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 500 178745 INFO 2025-08-05 18:21:30,527 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 200 44218 INFO 2025-08-05 18:21:30,547 basehttp 27677 6191394816 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-05 18:21:30,613 basehttp 27677 6191394816 "GET /en/inventory/items/ HTTP/1.1" 200 44218 ERROR 2025-08-05 18:21:30,658 log 27677 6208221184 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 18:21:30,659 basehttp 27677 6208221184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 123639 WARNING 2025-08-05 18:21:57,055 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:21:57,055 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:10,446 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:10,446 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:25:14,898 log 27677 6208221184 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 626, in get_queryset queryset = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 18:25:14,899 basehttp 27677 6208221184 "GET /en/inventory/stock/ HTTP/1.1" 500 136405 WARNING 2025-08-05 18:25:14,911 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:14,911 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:17,976 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:17,977 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:17,986 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:17,986 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:25:19,117 log 27677 6208221184 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 779, in get_context_data context['statuses'] = PurchaseOrder.STATUS_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'PurchaseOrder' has no attribute 'STATUS_CHOICES' ERROR 2025-08-05 18:25:19,120 basehttp 27677 6208221184 "GET /en/inventory/orders/ HTTP/1.1" 500 85293 WARNING 2025-08-05 18:25:19,137 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:19,137 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:25,695 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:25,695 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:25:25,713 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:25,713 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:25:27,318 log 27677 6208221184 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 135, in get_queryset return queryset.order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-05 18:25:27,319 basehttp 27677 6208221184 "GET /en/inventory/suppliers/ HTTP/1.1" 500 102260 WARNING 2025-08-05 18:25:27,334 log 27677 6208221184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:25:27,334 basehttp 27677 6208221184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:30:38,949 autoreload 27677 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 18:30:39,351 autoreload 70474 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:30:40,005 log 70474 6167097344 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 135, in get_queryset return queryset.order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-05 18:30:40,008 basehttp 70474 6167097344 "GET /en/inventory/suppliers/ HTTP/1.1" 500 102397 WARNING 2025-08-05 18:30:40,024 log 70474 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:30:40,024 basehttp 70474 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:30:41,216 log 70474 6167097344 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 135, in get_queryset return queryset.order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-05 18:30:41,219 basehttp 70474 6167097344 "GET /en/inventory/suppliers/ HTTP/1.1" 500 102397 WARNING 2025-08-05 18:30:41,232 log 70474 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:30:41,232 basehttp 70474 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:36:03,673 autoreload 70474 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 18:36:03,996 autoreload 72838 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:36:06,435 log 72838 6165852160 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_bulk_actions' not found. 'supplier_bulk_actions' is not a valid view function or pattern name. ERROR 2025-08-05 18:36:06,438 basehttp 72838 6165852160 "GET /en/inventory/suppliers/ HTTP/1.1" 500 166743 WARNING 2025-08-05 18:36:06,454 log 72838 6165852160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:36:06,454 basehttp 72838 6165852160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:37:44,001 autoreload 72838 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 18:37:44,287 autoreload 73534 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:50:16,990 log 73534 6158807040 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_bulk_actions' not found. 'supplier_bulk_actions' is not a valid view function or pattern name. ERROR 2025-08-05 18:50:16,994 basehttp 73534 6158807040 "GET /en/inventory/suppliers/ HTTP/1.1" 500 167148 WARNING 2025-08-05 18:50:17,011 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:50:17,011 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:50:18,251 log 73534 6158807040 Internal Server Error: /en/inventory/suppliers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_bulk_actions' not found. 'supplier_bulk_actions' is not a valid view function or pattern name. ERROR 2025-08-05 18:50:18,254 basehttp 73534 6158807040 "GET /en/inventory/suppliers/ HTTP/1.1" 500 167148 WARNING 2025-08-05 18:50:18,270 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:50:18,270 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:51:02,433 basehttp 73534 6158807040 "GET /en/inventory/suppliers/ HTTP/1.1" 200 35269 WARNING 2025-08-05 18:51:02,446 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:02,446 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:51:14,746 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:14,746 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:51:18,008 log 73534 6158807040 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 626, in get_queryset queryset = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-05 18:51:18,012 basehttp 73534 6158807040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 136877 WARNING 2025-08-05 18:51:18,027 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:18,027 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:51:24,365 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:24,365 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 18:51:24,378 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:24,378 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 18:51:25,477 log 73534 6158807040 Internal Server Error: /en/inventory/locations/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 319, in get_queryset return queryset.order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-05 18:51:25,479 basehttp 73534 6158807040 "GET /en/inventory/locations/ HTTP/1.1" 500 102391 WARNING 2025-08-05 18:51:25,496 log 73534 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:51:25,496 basehttp 73534 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:52:07,789 autoreload 73534 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 18:52:08,186 autoreload 79820 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:52:08,781 log 79820 6199226368 Internal Server Error: /en/inventory/locations/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 323, in get_context_data context['location_types'] = InventoryLocation.LOCATION_TYPE_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'InventoryLocation' has no attribute 'LOCATION_TYPE_CHOICES' ERROR 2025-08-05 18:52:08,783 basehttp 79820 6199226368 "GET /en/inventory/locations/ HTTP/1.1" 500 85598 WARNING 2025-08-05 18:52:08,799 log 79820 6199226368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:52:08,799 basehttp 79820 6199226368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 18:53:38,706 autoreload 79820 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-05 18:53:57,378 autoreload 80672 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 18:54:00,269 log 80672 6121844736 Internal Server Error: /en/inventory/locations/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inventory/location_list.html, inventory/inventorylocation_list.html ERROR 2025-08-05 18:54:00,270 basehttp 80672 6121844736 "GET /en/inventory/locations/ HTTP/1.1" 500 85012 WARNING 2025-08-05 18:54:00,285 log 80672 6121844736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 18:54:00,285 basehttp 80672 6121844736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:08:50,657 autoreload 80672 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-05 19:08:50,927 autoreload 87095 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 19:08:53,419 basehttp 87095 6193541120 "GET /en/inventory/locations/ HTTP/1.1" 200 37882 WARNING 2025-08-05 19:08:53,436 basehttp 87095 6210367488 "GET /static/img/icons/plus.svg HTTP/1.1" 404 1981 WARNING 2025-08-05 19:08:53,438 log 87095 6193541120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:08:53,438 basehttp 87095 6193541120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 19:08:53,441 basehttp 87095 6193541120 "GET /static/img/icons/dash1.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,465 basehttp 87095 6193541120 "GET /static/img/icons/dash2.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,468 basehttp 87095 6244020224 "GET /static/img/icons/filter.svg HTTP/1.1" 404 1987 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6210367488 "GET /static/img/icons/dash3.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6260846592 "GET /static/img/icons/closes.svg HTTP/1.1" 404 1987 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6227193856 "GET /static/img/icons/dash4.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,469 basehttp 87095 6277672960 "GET /static/img/icons/search-white.svg HTTP/1.1" 404 2005 WARNING 2025-08-05 19:08:53,470 basehttp 87095 6193541120 "GET /static/img/icons/pdf.svg HTTP/1.1" 404 1978 WARNING 2025-08-05 19:08:53,472 basehttp 87095 6210367488 "GET /static/img/icons/excel.svg HTTP/1.1" 404 1984 WARNING 2025-08-05 19:08:53,475 basehttp 87095 6227193856 "GET /static/img/icons/search-whites.svg HTTP/1.1" 404 2008 WARNING 2025-08-05 19:08:53,475 basehttp 87095 6244020224 "GET /static/img/icons/printer.svg HTTP/1.1" 404 1990 WARNING 2025-08-05 19:08:53,476 basehttp 87095 6260846592 "GET /static/img/icons/close-circle1.svg HTTP/1.1" 404 2008 INFO 2025-08-05 19:15:08,193 basehttp 87095 6193541120 "GET /en/inventory/locations/ HTTP/1.1" 200 37620 WARNING 2025-08-05 19:15:08,210 log 87095 6193541120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:15:08,210 basehttp 87095 6193541120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:57:32,435 autoreload 8956 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 19:57:35,877 basehttp 8956 6166769664 "GET /en/inventory/locations/ HTTP/1.1" 200 37620 WARNING 2025-08-05 19:57:35,895 log 8956 6166769664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:57:35,895 basehttp 8956 6166769664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:57:38,081 basehttp 8956 6166769664 "GET / HTTP/1.1" 302 0 INFO 2025-08-05 19:57:38,103 basehttp 8956 6166769664 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-05 19:57:38,117 log 8956 6166769664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:57:38,117 basehttp 8956 6166769664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 19:57:38,180 basehttp 8956 6166769664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 19:57:38,191 basehttp 8956 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 19:57:38,191 basehttp 8956 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 19:57:38,194 basehttp 8956 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-05 19:57:49,552 log 8956 6325039104 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 19:57:49,553 basehttp 8956 6325039104 "GET /en/billing/ HTTP/1.1" 500 162999 WARNING 2025-08-05 19:57:49,570 log 8956 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 19:57:49,570 basehttp 8956 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:02:05,961 autoreload 8956 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:02:06,259 autoreload 10947 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:02:06,529 log 10947 6134689792 Internal Server Error: /en/billing/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-08-05 20:02:06,533 basehttp 10947 6134689792 "GET /en/billing/ HTTP/1.1" 500 163712 WARNING 2025-08-05 20:02:06,550 log 10947 6134689792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:06,550 basehttp 10947 6134689792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:02:35,314 autoreload 10947 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:02:35,603 autoreload 11176 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:02:35,901 basehttp 11176 6204190720 "GET /en/billing/ HTTP/1.1" 200 45274 WARNING 2025-08-05 20:02:35,920 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:35,921 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:02:35,968 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 ERROR 2025-08-05 20:02:45,157 log 11176 6204190720 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitem_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitem_set' ERROR 2025-08-05 20:02:45,162 basehttp 11176 6204190720 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86142 WARNING 2025-08-05 20:02:45,178 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:45,178 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:02:53,040 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:53,040 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:02:53,048 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:02:53,049 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:03:05,981 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-05 20:03:10,417 basehttp 11176 6204190720 "GET /en/billing/bills/create/ HTTP/1.1" 200 43534 WARNING 2025-08-05 20:03:10,434 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:10,434 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:03:17,767 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:17,767 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:03:17,776 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:17,776 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:03:19,039 log 11176 6204190720 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_payments' not found. 'export_payments' is not a valid view function or pattern name. ERROR 2025-08-05 20:03:19,040 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 500 164306 WARNING 2025-08-05 20:03:19,056 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:03:19,056 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:04:10,491 log 11176 6204190720 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_stats' not found. 'payment_stats' is not a valid view function or pattern name. ERROR 2025-08-05 20:04:10,492 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 500 164063 WARNING 2025-08-05 20:04:10,508 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:04:10,508 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:05:01,921 log 11176 6204190720 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_payments' not found. 'export_payments' is not a valid view function or pattern name. ERROR 2025-08-05 20:05:01,922 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 500 167688 WARNING 2025-08-05 20:05:01,935 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:01,935 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:05:24,915 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:05:24,931 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:24,931 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:05:32,034 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 WARNING 2025-08-05 20:05:32,036 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:32,036 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:05:32,048 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:32,048 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:05:34,366 basehttp 11176 6221017088 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:05:34,386 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:34,386 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:05:38,488 log 11176 6221017088 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-08-05 20:05:38,490 basehttp 11176 6221017088 "GET /en/billing/payments/create/ HTTP/1.1" 500 168939 WARNING 2025-08-05 20:05:38,507 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:05:38,507 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:53,236 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:53,236 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:53,247 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:53,247 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:09:53,885 basehttp 11176 6221017088 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:09:53,901 log 11176 6221017088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:53,902 basehttp 11176 6221017088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:56,611 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-05 20:09:56,612 basehttp 11176 6221017088 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 WARNING 2025-08-05 20:09:56,612 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:09:56,621 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:56,621 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:09:59,146 log 11176 6204190720 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-08-05 20:09:59,147 basehttp 11176 6204190720 "GET /en/billing/claims/ HTTP/1.1" 500 165857 WARNING 2025-08-05 20:09:59,162 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:09:59,162 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:01,201 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:01,201 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:01,212 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:01,213 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:10:06,463 basehttp 11176 6204190720 "GET /en/billing/export/bills/ HTTP/1.1" 200 829 INFO 2025-08-05 20:10:26,631 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-05 20:10:27,818 basehttp 11176 6204190720 "GET /en/billing/payments/ HTTP/1.1" 200 30551 WARNING 2025-08-05 20:10:27,835 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:27,835 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:29,812 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:29,812 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:10:29,820 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:29,820 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:10:31,043 log 11176 6204190720 Internal Server Error: /en/billing/bills/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_print' not found. 'bill_print' is not a valid view function or pattern name. ERROR 2025-08-05 20:10:31,044 basehttp 11176 6204190720 "GET /en/billing/bills/ HTTP/1.1" 500 200491 WARNING 2025-08-05 20:10:31,058 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:10:31,058 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:11:12,894 basehttp 11176 6204190720 "GET /en/billing/bills/ HTTP/1.1" 200 68717 WARNING 2025-08-05 20:11:12,910 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:11:12,910 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:11:12,957 basehttp 11176 6204190720 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 ERROR 2025-08-05 20:11:23,575 log 11176 6204190720 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitem_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitem_set' ERROR 2025-08-05 20:11:23,578 basehttp 11176 6204190720 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86148 WARNING 2025-08-05 20:11:23,597 log 11176 6204190720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:11:23,597 basehttp 11176 6204190720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:12:41,860 autoreload 11176 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:12:42,191 autoreload 15621 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:12:42,462 log 15621 6202060800 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.objects.all().order_by('line_number') ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 186, in __get__ raise AttributeError( AttributeError: Manager isn't accessible via MedicalBill instances ERROR 2025-08-05 20:12:42,463 basehttp 15621 6202060800 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 90226 WARNING 2025-08-05 20:12:42,481 log 15621 6202060800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:12:42,481 basehttp 15621 6202060800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:13:12,228 autoreload 15621 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:13:12,510 autoreload 15773 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:13:13,246 log 15773 6136950784 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billitem_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billitem_set' ERROR 2025-08-05 20:13:13,251 basehttp 15773 6136950784 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86253 WARNING 2025-08-05 20:13:13,263 log 15773 6136950784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:13:13,263 basehttp 15773 6136950784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:13:31,204 autoreload 15773 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:13:31,507 autoreload 15928 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:14:27,353 autoreload 15928 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:14:27,642 autoreload 16385 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:14:27,958 log 16385 6161182720 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.line_items_set.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'line_items_set'. Did you mean: 'line_items'? ERROR 2025-08-05 20:14:27,960 basehttp 16385 6161182720 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86269 WARNING 2025-08-05 20:14:27,974 log 16385 6161182720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:14:27,975 basehttp 16385 6161182720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:15:07,875 autoreload 16385 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:15:08,159 autoreload 16620 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:15:09,371 log 16620 6200258560 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitems.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitems' ERROR 2025-08-05 20:15:09,373 basehttp 16620 6200258560 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86261 WARNING 2025-08-05 20:15:09,385 log 16620 6200258560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:15:09,385 basehttp 16620 6200258560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:15:11,013 log 16620 6200258560 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.billlineitems.all().order_by('line_number') ^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'billlineitems' ERROR 2025-08-05 20:15:11,015 basehttp 16620 6200258560 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86261 WARNING 2025-08-05 20:15:11,030 log 16620 6200258560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:15:11,030 basehttp 16620 6200258560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:15:29,975 autoreload 16620 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:15:30,270 autoreload 16859 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:15:31,075 log 16859 6194786304 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 204, in get_context_data context['line_items'] = bill.lineitems.all().order_by('line_number') ^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'lineitems'. Did you mean: 'line_items'? ERROR 2025-08-05 20:15:31,077 basehttp 16859 6194786304 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86229 WARNING 2025-08-05 20:15:31,096 log 16859 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:15:31,096 basehttp 16859 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:16:22,794 autoreload 16859 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:16:23,139 autoreload 17242 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:16:25,280 log 17242 6167638016 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 205, in get_context_data context['claims'] = bill.insuranceclaim_set.all().order_by('-submission_date') ^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'insuranceclaim_set'. Did you mean: 'insurance_claims'? ERROR 2025-08-05 20:16:25,283 basehttp 17242 6167638016 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86361 WARNING 2025-08-05 20:16:25,297 log 17242 6167638016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:16:25,297 basehttp 17242 6167638016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:16:39,861 autoreload 17242 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:16:40,211 autoreload 17319 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:16:42,285 log 17319 6165229568 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 206, in get_context_data context['payments'] = bill.payment_set.all().order_by('-payment_date') ^^^^^^^^^^^^^^^^ AttributeError: 'MedicalBill' object has no attribute 'payment_set'. Did you mean: 'payments'? ERROR 2025-08-05 20:16:42,287 basehttp 17319 6165229568 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 86373 WARNING 2025-08-05 20:16:42,304 log 17319 6165229568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:16:42,304 basehttp 17319 6165229568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:16:52,861 autoreload 17319 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-05 20:16:53,136 autoreload 17398 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:16:54,808 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_print' not found. 'bill_print' is not a valid view function or pattern name. ERROR 2025-08-05 20:16:54,810 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171486 WARNING 2025-08-05 20:16:54,828 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:16:54,828 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:17:51,355 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_email' not found. 'bill_email' is not a valid view function or pattern name. ERROR 2025-08-05 20:17:51,356 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171564 WARNING 2025-08-05 20:17:51,372 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:17:51,372 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:18:22,894 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_download' not found. 'bill_download' is not a valid view function or pattern name. ERROR 2025-08-05 20:18:22,895 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171779 WARNING 2025-08-05 20:18:22,910 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:18:22,910 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:18:53,547 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_bills' with arguments '(UUID('53a8edf6-5fb7-4c0d-b505-1cb9b90c144a'),)' not found. 1 pattern(s) tried: ['en/billing/export/bills/\\Z'] ERROR 2025-08-05 20:18:53,549 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 173747 WARNING 2025-08-05 20:18:53,564 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:18:53,564 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:19:22,899 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_print' not found. 'bill_print' is not a valid view function or pattern name. ERROR 2025-08-05 20:19:22,900 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 171358 WARNING 2025-08-05 20:19:22,914 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:19:22,914 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-05 20:19:52,243 log 17398 6124875776 Internal Server Error: /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_email' not found. 'bill_email' is not a valid view function or pattern name. ERROR 2025-08-05 20:19:52,244 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 500 170861 WARNING 2025-08-05 20:19:52,258 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:19:52,258 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:04,366 basehttp 17398 6124875776 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 38548 WARNING 2025-08-05 20:20:04,380 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:04,380 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:22,665 log 17398 6141702144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:22,666 basehttp 17398 6141702144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:22,667 basehttp 17398 6124875776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 WARNING 2025-08-05 20:20:22,674 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:22,674 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:26,413 basehttp 17398 6124875776 "GET /en/billing/bills/ HTTP/1.1" 200 68717 WARNING 2025-08-05 20:20:26,427 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:26,427 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:20:26,503 basehttp 17398 6124875776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-05 20:20:36,549 basehttp 17398 6124875776 "GET /en/billing/bills/64b27867-1cb2-42ff-9212-5cbdaa087246/edit/ HTTP/1.1" 200 43487 WARNING 2025-08-05 20:20:36,564 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:36,564 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:39,740 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:39,740 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:39,750 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:39,750 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:44,251 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:44,252 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:20:46,291 log 17398 6124875776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:20:46,291 basehttp 17398 6124875776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:21:16,329 basehttp 17398 6124875776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:21:46,336 basehttp 17398 6124875776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:21:46,341 basehttp 17398 6141702144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:21:46,342 basehttp 17398 6158528512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 20:21:51,037 log 17398 6158528512 Forbidden (CSRF token missing.): /en/notifications/f4e559c3-3db1-4101-b774-a9f011e207d5/dismiss/ WARNING 2025-08-05 20:21:51,037 basehttp 17398 6158528512 "POST /en/notifications/f4e559c3-3db1-4101-b774-a9f011e207d5/dismiss/ HTTP/1.1" 403 2491 INFO 2025-08-05 20:22:16,336 basehttp 17398 6158528512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:22:46,350 basehttp 17398 6158528512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:22:46,353 basehttp 17398 6141702144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:22:46,353 basehttp 17398 6124875776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:23:16,325 basehttp 17398 6124875776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:23:31,351 autoreload 17398 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-05 20:23:31,756 autoreload 20325 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:23:34,489 basehttp 20325 6137049088 "GET /en/ HTTP/1.1" 200 50324 WARNING 2025-08-05 20:23:34,509 log 20325 6137049088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:23:34,509 basehttp 20325 6137049088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:23:34,582 basehttp 20325 6137049088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:23:34,586 basehttp 20325 6170701824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:23:34,588 basehttp 20325 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 20:23:34,589 basehttp 20325 6153875456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 20:23:37,187 log 20325 6153875456 Forbidden (CSRF token missing.): /en/notifications/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/dismiss/ WARNING 2025-08-05 20:23:37,188 basehttp 20325 6153875456 "POST /en/notifications/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/dismiss/ HTTP/1.1" 403 2491 INFO 2025-08-05 20:24:04,587 basehttp 20325 6153875456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:24:34,593 basehttp 20325 6153875456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6784 INFO 2025-08-05 20:24:34,593 basehttp 20325 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:24:34,597 basehttp 20325 6170701824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:24:38,984 autoreload 20325 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-05 20:24:39,327 autoreload 20862 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:24:42,581 basehttp 20862 6122729472 "GET /en/ HTTP/1.1" 200 50324 INFO 2025-08-05 20:24:42,595 basehttp 20862 6156382208 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-05 20:24:42,596 basehttp 20862 13186969600 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-05 20:24:42,598 basehttp 20862 13170143232 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-05 20:24:42,598 basehttp 20862 13186969600 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-05 20:24:42,601 basehttp 20862 13186969600 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-05 20:24:42,603 basehttp 20862 6122729472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-05 20:24:42,604 log 20862 6156382208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:24:42,604 basehttp 20862 6156382208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:24:42,608 basehttp 20862 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-05 20:24:42,609 basehttp 20862 6173208576 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-05 20:24:42,610 basehttp 20862 6139555840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-05 20:24:42,613 basehttp 20862 13170143232 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-05 20:24:42,813 basehttp 20862 6139555840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-05 20:24:42,814 basehttp 20862 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-05 20:24:42,814 basehttp 20862 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-05 20:24:42,815 basehttp 20862 6173208576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-05 20:24:42,815 basehttp 20862 6122729472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-05 20:24:42,816 basehttp 20862 6156382208 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-05 20:24:42,818 basehttp 20862 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-05 20:24:42,818 basehttp 20862 13170143232 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-05 20:24:42,818 basehttp 20862 6122729472 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-05 20:24:42,819 basehttp 20862 6156382208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-05 20:24:42,819 basehttp 20862 6173208576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-05 20:24:42,821 basehttp 20862 6156382208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-05 20:24:42,821 basehttp 20862 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-05 20:24:42,822 basehttp 20862 6173208576 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-05 20:24:42,822 basehttp 20862 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-05 20:24:42,822 basehttp 20862 6122729472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-05 20:24:42,824 basehttp 20862 6139555840 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-05 20:24:42,824 basehttp 20862 6173208576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-05 20:24:42,825 basehttp 20862 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-05 20:24:42,826 basehttp 20862 6122729472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-05 20:24:42,826 basehttp 20862 6156382208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-05 20:24:42,826 basehttp 20862 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-05 20:24:42,826 basehttp 20862 6139555840 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-05 20:24:42,833 basehttp 20862 6139555840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-05 20:24:42,868 basehttp 20862 6122729472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-05 20:24:42,873 basehttp 20862 6139555840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:24:42,874 basehttp 20862 6156382208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:24:42,877 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-05 20:24:42,944 log 20862 13186969600 Not Found: /favicon.ico WARNING 2025-08-05 20:24:42,945 basehttp 20862 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-08-05 20:24:45,491 log 20862 13186969600 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/ WARNING 2025-08-05 20:24:45,491 basehttp 20862 13186969600 "POST /en/htmx/dismiss-notification/dcc05c3e-c8cc-49c3-b1f9-0b64d51a0717/ HTTP/1.1" 403 2491 INFO 2025-08-05 20:25:12,858 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:25:42,878 basehttp 20862 6156382208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:25:42,879 basehttp 20862 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:25:42,881 basehttp 20862 6139555840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:26:12,861 basehttp 20862 6139555840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:26:42,884 basehttp 20862 6139555840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:26:42,884 basehttp 20862 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:26:42,886 basehttp 20862 6156382208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:27:12,868 basehttp 20862 6156382208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:27:42,887 basehttp 20862 6156382208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6804 INFO 2025-08-05 20:27:42,887 basehttp 20862 6139555840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-05 20:27:42,889 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:28:12,875 basehttp 20862 13186969600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-05 20:28:40,814 basehttp 20862 13186969600 "GET /en/patients/register/ HTTP/1.1" 200 29341 WARNING 2025-08-05 20:28:40,842 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:28:40,842 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:28:48,585 basehttp 20862 13186969600 "GET /en/patients/ HTTP/1.1" 200 69054 WARNING 2025-08-05 20:28:48,601 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:28:48,602 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:28:48,626 basehttp 20862 13186969600 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 ERROR 2025-08-05 20:29:06,991 log 20862 13186969600 Internal Server Error: /en/patients/htmx/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1130, in insurance_info_list ).order_by('-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-05 20:29:06,993 basehttp 20862 13186969600 "GET /en/patients/htmx/insurance-info/115/ HTTP/1.1" 500 89442 ERROR 2025-08-05 20:29:17,577 log 20862 13186969600 Internal Server Error: /en/patients/85/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 132, in get_context_data ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: address_line_1, address_line_2, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-05 20:29:17,578 basehttp 20862 13186969600 "GET /en/patients/85/ HTTP/1.1" 500 102026 WARNING 2025-08-05 20:29:17,595 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:29:17,595 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-05 20:29:55,538 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:29:55,538 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:29:55,542 basehttp 20862 6156382208 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 WARNING 2025-08-05 20:29:55,545 log 20862 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-05 20:29:55,545 basehttp 20862 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-05 20:30:52,974 basehttp 20862 13186969600 "GET /en/patients/htmx/consent-forms/119/ HTTP/1.1" 200 1174 INFO 2025-08-05 20:30:55,502 basehttp 20862 13186969600 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:31:55,502 basehttp 20862 13186969600 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:32:10,911 basehttp 20862 13186969600 "GET /en/admin/inventory/inventorylocation/?location_type__exact=OR_STORAGE HTTP/1.1" 200 72385 INFO 2025-08-05 20:32:10,919 basehttp 20862 6139555840 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-05 20:32:10,920 basehttp 20862 6156382208 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-05 20:32:10,920 basehttp 20862 13186969600 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-05 20:32:10,920 basehttp 20862 6173208576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-05 20:32:10,921 basehttp 20862 6122729472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-05 20:32:10,922 basehttp 20862 6139555840 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-05 20:32:10,923 basehttp 20862 13186969600 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-05 20:32:10,923 basehttp 20862 6173208576 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-05 20:32:10,923 basehttp 20862 6122729472 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-05 20:32:10,925 basehttp 20862 6173208576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-05 20:32:10,925 basehttp 20862 6139555840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-05 20:32:10,926 basehttp 20862 13186969600 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-05 20:32:10,928 basehttp 20862 6173208576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-05 20:32:10,930 basehttp 20862 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:32:10,930 basehttp 20862 6156382208 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-05 20:32:10,935 basehttp 20862 13170143232 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-05 20:32:10,935 basehttp 20862 6122729472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-05 20:32:10,936 basehttp 20862 13170143232 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-05 20:32:10,969 basehttp 20862 13170143232 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-05 20:32:10,969 basehttp 20862 6156382208 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-05 20:32:10,969 basehttp 20862 6122729472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-05 20:32:20,393 basehttp 20862 6122729472 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 143154 INFO 2025-08-05 20:32:20,405 basehttp 20862 6156382208 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-05 20:32:20,409 basehttp 20862 6122729472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-05 20:32:27,958 log 20862 6122729472 Internal Server Error: /en/admin/patients/patientprofile/28/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class PatientProfileAdmin. ERROR 2025-08-05 20:32:27,964 basehttp 20862 6122729472 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 500 168185 INFO 2025-08-05 20:32:55,805 basehttp 20862 6122729472 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:33:01,867 autoreload 20862 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-08-05 20:33:02,288 autoreload 24523 8426135296 Watching for file changes with StatReloader ERROR 2025-08-05 20:33:04,460 log 24523 6194442240 Internal Server Error: /en/admin/patients/patientprofile/28/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class PatientProfileAdmin. ERROR 2025-08-05 20:33:04,464 basehttp 24523 6194442240 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 500 168322 ERROR 2025-08-05 20:33:05,419 log 24523 6194442240 Internal Server Error: /en/admin/patients/patientprofile/28/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'registration_date' cannot be specified for PatientProfile model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class PatientProfileAdmin. ERROR 2025-08-05 20:33:05,422 basehttp 24523 6194442240 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 500 168322 INFO 2025-08-05 20:33:40,345 autoreload 24523 8426135296 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-08-05 20:33:40,622 autoreload 24793 8426135296 Watching for file changes with StatReloader INFO 2025-08-05 20:33:41,503 basehttp 24793 6155268096 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 200 191533 INFO 2025-08-05 20:33:41,519 basehttp 24793 6155268096 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-05 20:33:41,519 basehttp 24793 6239399936 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-05 20:33:41,519 basehttp 24793 6188920832 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-05 20:33:41,520 basehttp 24793 6222573568 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-05 20:33:41,520 basehttp 24793 6205747200 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-05 20:33:41,521 basehttp 24793 6239399936 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-05 20:33:41,522 basehttp 24793 6239399936 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-05 20:33:41,523 basehttp 24793 6239399936 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-05 20:33:41,524 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:33:41,524 basehttp 24793 6239399936 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-05 20:33:41,525 basehttp 24793 6172094464 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-05 20:33:41,555 basehttp 24793 6172094464 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-08-05 20:33:41,558 basehttp 24793 6172094464 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-05 20:33:41,558 basehttp 24793 6172094464 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-05 20:33:54,548 basehttp 24793 6172094464 "POST /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 302 0 INFO 2025-08-05 20:33:54,610 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135291 INFO 2025-08-05 20:33:54,629 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:33:56,818 basehttp 24793 6172094464 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-05 20:34:04,215 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/?all= HTTP/1.1" 200 169476 INFO 2025-08-05 20:34:04,225 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:13,612 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/49/change/?_changelist_filters=all%3D HTTP/1.1" 200 195573 INFO 2025-08-05 20:34:13,629 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:20,819 basehttp 24793 6172094464 "POST /en/admin/patients/patientprofile/49/change/?_changelist_filters=all%3D HTTP/1.1" 302 0 INFO 2025-08-05 20:34:20,861 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135277 INFO 2025-08-05 20:34:20,873 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:23,571 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/add/ HTTP/1.1" 200 186923 INFO 2025-08-05 20:34:23,588 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:27,748 basehttp 24793 6172094464 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135031 INFO 2025-08-05 20:34:33,992 basehttp 24793 6172094464 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 140797 INFO 2025-08-05 20:34:34,006 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:36,702 basehttp 24793 6172094464 "GET /en/admin/accounts/twofactordevice/133/change/ HTTP/1.1" 200 115848 INFO 2025-08-05 20:34:36,716 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:39,629 basehttp 24793 6172094464 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 140797 INFO 2025-08-05 20:34:42,169 basehttp 24793 6172094464 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 69499 INFO 2025-08-05 20:34:42,183 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-05 20:34:46,680 basehttp 24793 6172094464 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 126321 INFO 2025-08-05 20:34:46,693 basehttp 24793 6172094464 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 00:55:34,920 autoreload 4689 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 00:55:38,126 basehttp 4689 6128496640 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 134491 INFO 2025-08-06 00:55:38,138 basehttp 4689 6128496640 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-06 00:55:38,175 log 4689 6128496640 Not Found: /favicon.ico WARNING 2025-08-06 00:55:38,175 basehttp 4689 6128496640 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 00:55:40,637 basehttp 4689 6128496640 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 00:55:40,674 basehttp 4689 6145323008 "GET /en/ HTTP/1.1" 200 50313 INFO 2025-08-06 00:55:40,759 basehttp 4689 6145323008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-06 00:55:40,764 basehttp 4689 6162149376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 00:55:40,765 basehttp 4689 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 00:55:40,768 basehttp 4689 6128496640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 00:55:54,298 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:56:04,258 basehttp 4689 6128496640 "GET /en/patients/ HTTP/1.1" 200 69054 INFO 2025-08-06 00:56:04,278 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:56:55,297 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:57:04,290 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:57:56,314 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:58:04,303 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:58:57,294 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:59:04,309 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 00:59:18,342 basehttp 4689 6128496640 "GET /en/patients/htmx/consent-forms/115/ HTTP/1.1" 200 590 INFO 2025-08-06 01:00:04,298 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 ERROR 2025-08-06 01:00:09,652 log 4689 6128496640 Internal Server Error: /en/patients/htmx/insurance-info/85/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1130, in insurance_info_list ).order_by('-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-06 01:00:09,657 basehttp 4689 6128496640 "GET /en/patients/htmx/insurance-info/85/ HTTP/1.1" 500 89882 INFO 2025-08-06 01:00:50,282 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:01:04,294 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:01:50,280 basehttp 4689 6128496640 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:01:51,951 autoreload 4689 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-06 01:01:52,331 autoreload 7463 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 01:01:59,085 basehttp 7463 6164443136 "GET /en/patients/ HTTP/1.1" 200 69054 INFO 2025-08-06 01:01:59,125 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:02:02,257 basehttp 7463 6164443136 "GET /en/patients/htmx/insurance-info/115/ HTTP/1.1" 200 153 INFO 2025-08-06 01:02:07,271 basehttp 7463 6164443136 "GET /en/patients/htmx/consent-forms/115/ HTTP/1.1" 200 590 WARNING 2025-08-06 01:02:19,919 log 7463 6164443136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:02:19,919 basehttp 7463 6164443136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:02:23,005 basehttp 7463 6164443136 "GET /en/patients/htmx/insurance-info/137/ HTTP/1.1" 200 153 INFO 2025-08-06 01:02:39,244 basehttp 7463 6164443136 "GET /en/patients/htmx/consent-forms/85/ HTTP/1.1" 200 149 INFO 2025-08-06 01:02:59,132 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:03:50,275 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:03:59,128 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:04:50,279 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:04:59,131 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:05:50,279 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:05:59,145 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:06:59,147 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:07:50,272 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:07:59,115 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:08:50,228 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:08:59,114 basehttp 7463 6164443136 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:09:42,714 autoreload 7463 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-06 01:09:43,006 autoreload 11749 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 01:09:44,441 basehttp 11749 6202191872 "GET /en/patients/ HTTP/1.1" 200 69054 WARNING 2025-08-06 01:09:44,465 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:09:44,465 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:09:44,508 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:09:50,232 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:10:23,993 basehttp 11749 6202191872 "GET /en/patients/register/ HTTP/1.1" 200 29341 WARNING 2025-08-06 01:10:24,008 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:24,009 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:31,208 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:31,208 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:31,226 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:31,226 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:31,636 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:31,636 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:10:34,601 log 11749 6202191872 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ WARNING 2025-08-06 01:10:34,602 basehttp 11749 6202191872 "POST /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 403 2491 WARNING 2025-08-06 01:10:35,748 log 11749 6202191872 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ WARNING 2025-08-06 01:10:35,750 basehttp 11749 6202191872 "POST /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 403 2491 INFO 2025-08-06 01:10:38,552 basehttp 11749 6202191872 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 01:10:38,587 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50314 WARNING 2025-08-06 01:10:38,602 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:38,602 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:10:38,673 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6769 INFO 2025-08-06 01:10:38,676 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:10:38,677 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:10:38,678 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:10:42,296 basehttp 11749 6202191872 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49633 WARNING 2025-08-06 01:10:42,317 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:10:42,318 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:11:35,081 basehttp 11749 6202191872 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 49633 WARNING 2025-08-06 01:11:35,100 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:11:35,101 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:11:50,239 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:12:50,241 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:13:08,096 basehttp 11749 6202191872 "GET /en/laboratory/tests/ HTTP/1.1" 200 32036 WARNING 2025-08-06 01:13:08,130 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:13:08,131 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:14:13,369 basehttp 11749 6202191872 "GET /en/laboratory/tests/ HTTP/1.1" 200 32025 WARNING 2025-08-06 01:14:13,399 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:14:13,399 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:14:21,161 basehttp 11749 6202191872 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 01:14:21,180 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:14:21,208 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:14:21,208 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:14:21,263 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:14:21,275 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:14:21,276 basehttp 11749 6202191872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:14:21,276 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:14:50,235 basehttp 11749 6252670976 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:14:51,261 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:15:21,276 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:15:21,277 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:15:21,279 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:15:50,225 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:15:51,255 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:16:21,283 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:16:21,285 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:16:21,286 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:16:50,217 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:16:51,265 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:17:21,284 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:17:21,286 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:17:21,288 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:17:51,274 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:18:21,293 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:18:21,294 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:18:21,297 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:18:50,220 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:18:51,288 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:19:21,293 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:19:21,297 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:19:21,299 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:19:50,208 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:19:51,276 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:20:21,275 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:20:21,276 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:20:21,281 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:20:50,208 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:20:51,284 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:21:21,285 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:21:21,286 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:21:21,289 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:21:33,743 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:21:33,759 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:21:33,759 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:21:33,814 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:21:33,829 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:21:33,831 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6444 INFO 2025-08-06 01:21:33,832 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:21:40,232 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50303 INFO 2025-08-06 01:21:40,245 basehttp 11749 6286323712 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 01:21:40,246 basehttp 11749 6202191872 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 01:21:40,247 basehttp 11749 6269497344 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 01:21:40,248 basehttp 11749 6202191872 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 WARNING 2025-08-06 01:21:40,252 log 11749 6286323712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:21:40,253 basehttp 11749 6286323712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:21:40,254 basehttp 11749 6235844608 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 01:21:40,255 basehttp 11749 6269497344 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-06 01:21:40,266 basehttp 11749 6219018240 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 01:21:40,270 basehttp 11749 6252670976 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 01:21:40,275 basehttp 11749 6202191872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 01:21:40,277 basehttp 11749 6269497344 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 01:21:40,435 basehttp 11749 6269497344 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 01:21:40,436 basehttp 11749 6235844608 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 01:21:40,436 basehttp 11749 6202191872 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 01:21:40,437 basehttp 11749 6219018240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 01:21:40,438 basehttp 11749 6252670976 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 01:21:40,438 basehttp 11749 6286323712 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 01:21:40,442 basehttp 11749 6252670976 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 01:21:40,442 basehttp 11749 6219018240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 01:21:40,443 basehttp 11749 6286323712 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 01:21:40,443 basehttp 11749 6202191872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 01:21:40,444 basehttp 11749 6235844608 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 01:21:40,445 basehttp 11749 6269497344 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 01:21:40,446 basehttp 11749 6252670976 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 01:21:40,446 basehttp 11749 6202191872 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 01:21:40,446 basehttp 11749 6286323712 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 01:21:40,447 basehttp 11749 6235844608 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 01:21:40,448 basehttp 11749 6269497344 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 01:21:40,448 basehttp 11749 6219018240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 01:21:40,450 basehttp 11749 6252670976 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 01:21:40,451 basehttp 11749 6235844608 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 01:21:40,451 basehttp 11749 6286323712 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 01:21:40,451 basehttp 11749 6202191872 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 01:21:40,451 basehttp 11749 6269497344 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 01:21:40,461 basehttp 11749 6219018240 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-06 01:21:40,485 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:21:40,485 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6444 INFO 2025-08-06 01:21:40,487 basehttp 11749 6286323712 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:21:40,488 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:21:40,566 log 11749 6269497344 Not Found: /favicon.ico WARNING 2025-08-06 01:21:40,566 basehttp 11749 6269497344 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 01:22:10,478 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:22:40,483 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6444 INFO 2025-08-06 01:22:40,485 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:22:40,489 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:22:50,433 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:23:07,977 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:23:07,994 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:23:07,994 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:23:08,108 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6774 INFO 2025-08-06 01:23:08,120 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:23:08,121 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:23:08,122 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:23:31,855 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:23:31,877 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:23:31,877 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:23:31,951 basehttp 11749 6202191872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:23:31,953 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:23:31,954 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:23:31,956 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:23:50,426 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:24:01,974 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:24:31,958 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:24:31,958 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:24:31,960 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:25:01,945 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:25:31,965 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:25:31,965 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:25:31,965 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:25:50,425 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:26:01,941 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:26:31,966 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6824 INFO 2025-08-06 01:26:31,967 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:26:31,969 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:26:50,417 basehttp 11749 6252670976 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:26:57,473 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:26:57,496 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:26:57,496 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:26:57,577 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6781 INFO 2025-08-06 01:26:57,577 basehttp 11749 6202191872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:26:57,578 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:26:57,578 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:27:27,361 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:27:27,382 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:27,383 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:27:27,459 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6781 INFO 2025-08-06 01:27:27,459 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:27:27,461 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:27:27,462 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:27:45,262 log 11749 6235844608 Not Found: /extra/profile WARNING 2025-08-06 01:27:45,263 basehttp 11749 6235844608 "GET /extra/profile HTTP/1.1" 404 2563 WARNING 2025-08-06 01:27:45,284 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:45,285 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:27:54,180 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:54,181 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 01:27:54,198 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:27:54,198 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:27:57,451 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:28:27,466 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6781 INFO 2025-08-06 01:28:27,467 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:28:27,469 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:28:43,412 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:28:43,426 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:28:43,426 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:28:43,511 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:28:43,511 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6777 INFO 2025-08-06 01:28:43,513 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:28:43,515 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:28:50,429 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:29:01,603 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:29:01,626 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:29:01,626 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:29:01,708 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6783 INFO 2025-08-06 01:29:01,708 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:29:01,709 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:29:01,710 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:29:14,546 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:29:14,566 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:29:14,566 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:29:14,644 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:29:14,644 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6783 INFO 2025-08-06 01:29:14,645 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:29:14,647 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:29:40,459 basehttp 11749 6252670976 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:29:40,480 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:29:40,480 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:29:40,556 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:29:40,559 basehttp 11749 6252670976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6782 INFO 2025-08-06 01:29:40,559 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:29:40,561 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:10,541 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:40,640 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6782 INFO 2025-08-06 01:30:40,641 basehttp 11749 6252670976 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:30:40,643 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:45,937 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:30:45,959 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:30:45,959 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:30:46,025 basehttp 11749 6252670976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:30:46,035 basehttp 11749 6235844608 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:30:46,035 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7201 INFO 2025-08-06 01:30:46,035 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:30:50,422 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:31:02,570 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:31:02,589 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:31:02,589 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:31:02,665 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:31:02,668 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:31:02,668 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:31:02,670 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:31:32,640 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:31:48,171 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:31:48,184 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:31:48,184 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:31:48,252 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:31:48,253 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:31:48,255 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7201 INFO 2025-08-06 01:31:48,259 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:31:50,473 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:32:07,474 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:32:07,487 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:32:07,487 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:32:07,562 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:32:07,564 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:32:07,564 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7204 INFO 2025-08-06 01:32:07,565 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:32:23,016 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:32:23,028 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:32:23,028 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:32:23,098 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:32:23,099 basehttp 11749 6202191872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:32:23,099 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:32:23,102 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:32:53,086 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:33:23,111 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:33:23,111 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:33:23,114 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:33:50,428 basehttp 11749 6202191872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:33:53,080 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:34:23,090 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:34:23,092 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:34:23,094 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:34:50,428 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:34:53,097 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:35:23,114 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7196 INFO 2025-08-06 01:35:23,114 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:35:23,116 basehttp 11749 6202191872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:35:49,599 basehttp 11749 6202191872 "GET /en/ HTTP/1.1" 200 50303 WARNING 2025-08-06 01:35:49,620 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:35:49,621 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:35:49,698 basehttp 11749 6252670976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:35:49,701 basehttp 11749 6202191872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:35:49,701 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:35:49,702 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:35:52,624 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50303 INFO 2025-08-06 01:35:52,634 basehttp 11749 6202191872 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 01:35:52,636 basehttp 11749 6286323712 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 01:35:52,637 basehttp 11749 6269497344 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 01:35:52,638 basehttp 11749 6286323712 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-06 01:35:52,639 basehttp 11749 6219018240 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 01:35:52,641 basehttp 11749 6269497344 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-06 01:35:52,648 log 11749 6202191872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:35:52,649 basehttp 11749 6202191872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:35:52,653 basehttp 11749 6252670976 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 01:35:52,655 basehttp 11749 6269497344 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 01:35:52,657 basehttp 11749 6235844608 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 01:35:52,658 basehttp 11749 6286323712 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 01:35:52,936 basehttp 11749 6286323712 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 01:35:52,937 basehttp 11749 6269497344 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 01:35:52,938 basehttp 11749 6202191872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 01:35:52,938 basehttp 11749 6219018240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 01:35:52,938 basehttp 11749 6235844608 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 01:35:52,940 basehttp 11749 6252670976 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 01:35:52,943 basehttp 11749 6269497344 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 01:35:52,943 basehttp 11749 6235844608 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 01:35:52,943 basehttp 11749 6219018240 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 01:35:52,943 basehttp 11749 6252670976 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 01:35:52,944 basehttp 11749 6202191872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 01:35:52,947 basehttp 11749 6286323712 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 01:35:52,948 basehttp 11749 6219018240 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 01:35:52,949 basehttp 11749 6252670976 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 01:35:52,951 basehttp 11749 6235844608 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 01:35:52,951 basehttp 11749 6202191872 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 01:35:52,954 basehttp 11749 6269497344 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 01:35:52,954 basehttp 11749 6286323712 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 01:35:52,956 basehttp 11749 6252670976 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 01:35:52,957 basehttp 11749 6202191872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 01:35:52,957 basehttp 11749 6269497344 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 01:35:52,958 basehttp 11749 6235844608 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 01:35:52,959 basehttp 11749 6286323712 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 01:35:52,961 basehttp 11749 6219018240 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-06 01:35:53,043 log 11749 6202191872 Not Found: /favicon.ico WARNING 2025-08-06 01:35:53,043 basehttp 11749 6202191872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 01:35:53,063 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:35:53,064 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:35:53,064 basehttp 11749 6269497344 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:35:53,066 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:36:23,004 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:36:50,417 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:36:53,000 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:36:53,002 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:36:53,003 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:37:22,999 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:37:50,327 basehttp 11749 6269497344 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:37:52,929 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:37:52,930 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7177 INFO 2025-08-06 01:37:52,931 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:37:58,006 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:37:58,023 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:37:58,023 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:37:58,131 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:37:58,133 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:37:58,133 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:37:58,136 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:38:00,976 basehttp 11749 6269497344 "GET /en/ HTTP/1.1" 200 50312 INFO 2025-08-06 01:38:00,987 basehttp 11749 6252670976 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 01:38:00,987 basehttp 11749 6235844608 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 01:38:00,992 basehttp 11749 6235844608 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-06 01:38:00,993 basehttp 11749 6202191872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 01:38:00,996 basehttp 11749 6235844608 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-06 01:38:00,999 basehttp 11749 6269497344 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-06 01:38:01,005 log 11749 6252670976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:38:01,005 basehttp 11749 6252670976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:38:01,007 basehttp 11749 6235844608 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 01:38:01,010 basehttp 11749 6219018240 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 01:38:01,012 basehttp 11749 6286323712 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 01:38:01,012 basehttp 11749 6202191872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 01:38:01,158 basehttp 11749 6202191872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 01:38:01,159 basehttp 11749 6286323712 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 01:38:01,161 basehttp 11749 6219018240 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 01:38:01,161 basehttp 11749 6235844608 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 01:38:01,162 basehttp 11749 6286323712 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 01:38:01,162 basehttp 11749 6252670976 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 01:38:01,163 basehttp 11749 6235844608 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 01:38:01,164 basehttp 11749 6219018240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 01:38:01,164 basehttp 11749 6269497344 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 01:38:01,165 basehttp 11749 6252670976 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 01:38:01,165 basehttp 11749 6235844608 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 01:38:01,166 basehttp 11749 6286323712 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 01:38:01,166 basehttp 11749 6269497344 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 01:38:01,166 basehttp 11749 6219018240 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 01:38:01,167 basehttp 11749 6202191872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 01:38:01,169 basehttp 11749 6235844608 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 01:38:01,169 basehttp 11749 6269497344 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 01:38:01,169 basehttp 11749 6252670976 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 01:38:01,170 basehttp 11749 6286323712 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 01:38:01,170 basehttp 11749 6202191872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 01:38:01,170 basehttp 11749 6219018240 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 01:38:01,171 basehttp 11749 6235844608 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 01:38:01,171 basehttp 11749 6269497344 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 01:38:01,175 basehttp 11749 6269497344 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-06 01:38:01,210 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:38:01,210 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:38:01,211 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:38:01,213 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:38:01,302 log 11749 6235844608 Not Found: /favicon.ico WARNING 2025-08-06 01:38:01,303 basehttp 11749 6235844608 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 01:38:31,195 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:38:50,335 basehttp 11749 6235844608 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:39:01,209 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:39:01,211 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:39:01,215 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:39:31,214 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:40:01,206 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:40:01,207 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:40:01,224 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:40:31,232 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:40:50,332 basehttp 11749 6269497344 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:41:01,215 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:41:01,215 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:41:01,224 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:41:23,661 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:41:23,678 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:41:23,678 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:41:23,779 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:41:23,786 basehttp 11749 6219018240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:41:23,787 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:41:23,789 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:41:50,342 basehttp 11749 6269497344 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:41:53,776 basehttp 11749 6269497344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:42:23,770 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:42:23,770 basehttp 11749 6269497344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7157 INFO 2025-08-06 01:42:23,782 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:42:50,338 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:42:53,782 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:43:02,382 basehttp 11749 6219018240 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:43:02,401 log 11749 6219018240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:43:02,401 basehttp 11749 6219018240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:43:02,478 basehttp 11749 6269497344 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:43:02,481 basehttp 11749 6286323712 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:43:02,483 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7184 INFO 2025-08-06 01:43:02,484 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:43:32,460 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:43:50,321 basehttp 11749 6235844608 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:43:50,335 log 11749 6235844608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:43:50,335 basehttp 11749 6235844608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:43:50,406 basehttp 11749 6269497344 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:43:50,413 basehttp 11749 6286323712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:43:50,417 basehttp 11749 6235844608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7214 INFO 2025-08-06 01:43:50,418 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-06 01:43:56,606 log 11749 6219018240 Forbidden (CSRF token missing.): /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ WARNING 2025-08-06 01:43:56,607 basehttp 11749 6219018240 "POST /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 403 2491 INFO 2025-08-06 01:44:20,400 basehttp 11749 6219018240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:44:50,340 basehttp 11749 6219018240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 01:44:50,404 basehttp 11749 6219018240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7214 INFO 2025-08-06 01:44:50,407 basehttp 11749 6235844608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:44:50,408 basehttp 11749 6286323712 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:45:20,391 basehttp 11749 6286323712 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:45:33,729 basehttp 11749 6286323712 "GET /en/ HTTP/1.1" 200 50312 WARNING 2025-08-06 01:45:33,749 log 11749 6286323712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:45:33,749 basehttp 11749 6286323712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:45:33,833 basehttp 11749 6219018240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 01:45:33,833 basehttp 11749 6269497344 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 01:45:33,835 basehttp 11749 6286323712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7214 INFO 2025-08-06 01:45:33,836 basehttp 11749 6235844608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 01:45:41,366 basehttp 11749 6235844608 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-06 01:45:41,403 log 11749 6286323712 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 62, in get_context_data 'studies_completed_today': ImagingStudy.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_datetime' into field. Choices are: accession_number, archive_location, archived, body_part, clinical_history, clinical_indication, completion_status, created_at, created_by, created_by_id, diagnosis_code, encounter, encounter_id, exposure_time, id, image_quality, imaging_order, imaging_order_id, kvp, manufacturer, mas, modality, model_name, number_of_instances, number_of_series, pacs_location, patient, patient_id, priority, radiologist, radiologist_id, referring_physician, referring_physician_id, report, series, slice_thickness, station_name, status, study_date, study_datetime, study_description, study_id, study_instance_uid, study_size, study_time, tenant, tenant_id, updated_at ERROR 2025-08-06 01:45:41,405 basehttp 11749 6286323712 "GET /en/radiology/ HTTP/1.1" 500 134125 WARNING 2025-08-06 01:45:41,416 log 11749 6286323712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 01:45:41,417 basehttp 11749 6286323712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 01:45:50,349 basehttp 11749 6286323712 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 14:22:23,889 autoreload 26249 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:22:30,791 log 26249 6202585088 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 62, in get_context_data 'studies_completed_today': ImagingStudy.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_datetime' into field. Choices are: accession_number, archive_location, archived, body_part, clinical_history, clinical_indication, completion_status, created_at, created_by, created_by_id, diagnosis_code, encounter, encounter_id, exposure_time, id, image_quality, imaging_order, imaging_order_id, kvp, manufacturer, mas, modality, model_name, number_of_instances, number_of_series, pacs_location, patient, patient_id, priority, radiologist, radiologist_id, referring_physician, referring_physician_id, report, series, slice_thickness, station_name, status, study_date, study_datetime, study_description, study_id, study_instance_uid, study_size, study_time, tenant, tenant_id, updated_at ERROR 2025-08-06 14:22:30,803 basehttp 26249 6202585088 "GET /en/radiology/ HTTP/1.1" 500 134262 WARNING 2025-08-06 14:22:30,827 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:30,827 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:22:31,836 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:31,836 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:22:32,713 basehttp 26249 6202585088 "GET /en/laboratory/tests/ HTTP/1.1" 200 32025 WARNING 2025-08-06 14:22:32,725 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:32,725 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:22:34,497 basehttp 26249 6202585088 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 14:22:34,511 basehttp 26249 6202585088 "GET /en/ HTTP/1.1" 200 50300 WARNING 2025-08-06 14:22:34,523 log 26249 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:22:34,523 basehttp 26249 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:22:34,591 basehttp 26249 6202585088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:22:34,594 basehttp 26249 6253064192 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:22:34,594 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:22:34,597 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:22:54,870 basehttp 26249 6219411456 "GET /static/webfonts/fa-brands-400.woff2 HTTP/1.1" 200 118684 INFO 2025-08-06 14:23:04,582 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:23:34,591 basehttp 26249 6219411456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:23:34,594 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:23:34,597 basehttp 26249 6253064192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:24:04,600 basehttp 26249 6253064192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:24:34,595 basehttp 26249 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:24:34,597 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:24:34,599 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:25:04,600 basehttp 26249 6219411456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:25:34,580 basehttp 26249 6219411456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7219 INFO 2025-08-06 14:25:34,581 basehttp 26249 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:25:34,595 basehttp 26249 6236237824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:26:04,615 basehttp 26249 6236237824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:26:08,227 basehttp 26249 6236237824 "GET /en/notifications HTTP/1.1" 301 0 ERROR 2025-08-06 14:26:08,272 log 26249 6219411456 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_notification_action' not found. 'bulk_notification_action' is not a valid view function or pattern name. ERROR 2025-08-06 14:26:08,275 basehttp 26249 6219411456 "GET /en/notifications/ HTTP/1.1" 500 170856 WARNING 2025-08-06 14:26:08,288 log 26249 6219411456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:26:08,288 basehttp 26249 6219411456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:28:55,273 log 26249 6219411456 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_notification_detail' with arguments '(35,)' not found. 1 pattern(s) tried: ['en/notifications/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 14:28:55,277 basehttp 26249 6219411456 "GET /en/notifications/ HTTP/1.1" 500 191683 WARNING 2025-08-06 14:28:55,287 log 26249 6219411456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:28:55,287 basehttp 26249 6219411456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:30:01,590 log 26249 6219411456 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_notification_detail' with arguments '(35,)' not found. 1 pattern(s) tried: ['en/notifications/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 14:30:01,594 basehttp 26249 6219411456 "GET /en/notifications/ HTTP/1.1" 500 191683 WARNING 2025-08-06 14:30:01,608 log 26249 6219411456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:30:01,608 basehttp 26249 6219411456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:31:14,547 autoreload 26249 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 14:31:14,858 autoreload 30074 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:31:15,848 log 30074 6195064832 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_notification_update' with arguments '(35,)' not found. 1 pattern(s) tried: ['en/notifications/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/edit/\\Z'] ERROR 2025-08-06 14:31:15,851 basehttp 30074 6195064832 "GET /en/notifications/ HTTP/1.1" 500 194287 WARNING 2025-08-06 14:31:15,866 log 30074 6195064832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:31:15,866 basehttp 30074 6195064832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:31:30,512 autoreload 30074 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 14:31:30,784 autoreload 30231 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:31:31,644 log 30231 6131216384 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'deactivate_notification' not found. 'deactivate_notification' is not a valid view function or pattern name. ERROR 2025-08-06 14:31:31,647 basehttp 30231 6131216384 "GET /en/notifications/ HTTP/1.1" 500 207773 WARNING 2025-08-06 14:31:31,664 log 30231 6131216384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:31:31,664 basehttp 30231 6131216384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:33:00,559 autoreload 30231 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 14:33:00,863 autoreload 30856 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:33:01,640 log 30856 6129971200 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'duplicate_notification' not found. 'duplicate_notification' is not a valid view function or pattern name. ERROR 2025-08-06 14:33:01,642 basehttp 30856 6129971200 "GET /en/notifications/ HTTP/1.1" 500 190800 WARNING 2025-08-06 14:33:01,660 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:33:01,661 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:33:22,161 log 30856 6129971200 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_notifications' not found. 'export_notifications' is not a valid view function or pattern name. ERROR 2025-08-06 14:33:22,163 basehttp 30856 6129971200 "GET /en/notifications/ HTTP/1.1" 500 166325 WARNING 2025-08-06 14:33:22,173 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:33:22,173 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:18,545 basehttp 30856 6129971200 "GET /en/notifications/ HTTP/1.1" 200 68827 WARNING 2025-08-06 14:34:18,559 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:34:18,559 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:28,847 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54623 WARNING 2025-08-06 14:34:28,863 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:34:28,863 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:57,833 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54623 INFO 2025-08-06 14:34:57,856 basehttp 30856 6163623936 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 14:34:57,857 basehttp 30856 13740666880 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-08-06 14:34:57,859 basehttp 30856 13723840512 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-06 14:34:57,859 basehttp 30856 13740666880 "GET /static/img/user/user-2.jpg HTTP/1.1" 200 8406 INFO 2025-08-06 14:34:57,862 basehttp 30856 13723840512 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-06 14:34:57,864 log 30856 6163623936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:34:57,865 basehttp 30856 6163623936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:34:57,866 basehttp 30856 6163623936 - Broken pipe from ('127.0.0.1', 56632) INFO 2025-08-06 14:34:57,866 basehttp 30856 6129971200 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 14:34:57,872 basehttp 30856 13707014144 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 14:34:57,873 basehttp 30856 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 14:34:57,873 basehttp 30856 6146797568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 14:34:57,879 basehttp 30856 13740666880 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 14:34:58,182 basehttp 30856 13740666880 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 14:34:58,183 basehttp 30856 6146797568 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 14:34:58,183 basehttp 30856 13707014144 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 14:34:58,184 basehttp 30856 6129971200 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 14:34:58,187 basehttp 30856 13723840512 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 14:34:58,187 basehttp 30856 6163623936 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 14:34:58,190 basehttp 30856 6129971200 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 14:34:58,191 basehttp 30856 13707014144 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 14:34:58,192 basehttp 30856 6146797568 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 14:34:58,192 basehttp 30856 13723840512 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 14:34:58,193 basehttp 30856 6163623936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 14:34:58,196 basehttp 30856 6129971200 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 14:34:58,196 basehttp 30856 13707014144 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 14:34:58,196 basehttp 30856 6146797568 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 14:34:58,197 basehttp 30856 13740666880 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 14:34:58,197 basehttp 30856 13723840512 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 14:34:58,199 basehttp 30856 6163623936 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 14:34:58,199 basehttp 30856 6129971200 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 14:34:58,201 basehttp 30856 13707014144 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 14:34:58,202 basehttp 30856 13740666880 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 14:34:58,202 basehttp 30856 13723840512 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 14:34:58,203 basehttp 30856 6163623936 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 14:34:58,203 basehttp 30856 6129971200 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 14:34:58,217 basehttp 30856 6146797568 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-06 14:34:58,308 log 30856 6146797568 Not Found: /favicon.ico WARNING 2025-08-06 14:34:58,308 basehttp 30856 6146797568 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 14:36:20,863 basehttp 30856 6146797568 "GET /en/notifications/create/ HTTP/1.1" 200 54623 WARNING 2025-08-06 14:36:20,879 log 30856 6146797568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:36:20,880 basehttp 30856 6146797568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:40:44,593 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 55073 WARNING 2025-08-06 14:40:44,616 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:40:44,616 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:42:18,085 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54547 WARNING 2025-08-06 14:42:18,109 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:42:18,109 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:43:22,372 basehttp 30856 6129971200 "GET /en/notifications/create/ HTTP/1.1" 200 54496 WARNING 2025-08-06 14:43:22,415 log 30856 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:43:22,415 basehttp 30856 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:46:30,991 autoreload 30856 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 14:46:31,312 autoreload 36727 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 14:46:32,101 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 54496 WARNING 2025-08-06 14:46:32,127 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:46:32,127 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:47:07,478 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 54172 WARNING 2025-08-06 14:47:07,501 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:47:07,501 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:47:47,212 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 54095 WARNING 2025-08-06 14:47:47,236 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:47:47,236 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:48:26,354 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53707 WARNING 2025-08-06 14:48:26,385 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:48:26,385 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:49:30,080 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53753 WARNING 2025-08-06 14:49:30,108 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:49:30,108 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:50:18,661 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53832 WARNING 2025-08-06 14:50:18,682 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:50:18,682 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:51:00,962 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53828 WARNING 2025-08-06 14:51:00,991 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:51:00,991 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:51:20,836 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53818 WARNING 2025-08-06 14:51:20,858 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:51:20,858 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:52:39,467 basehttp 36727 6198521856 "GET /en/notifications/create/ HTTP/1.1" 200 53761 WARNING 2025-08-06 14:52:39,485 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:52:39,485 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:53:16,814 basehttp 36727 6198521856 "GET /en/notifications/ HTTP/1.1" 200 68827 WARNING 2025-08-06 14:53:16,840 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:53:16,840 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 14:53:30,415 log 36727 6198521856 Internal Server Error: /en/notifications/33/deactivate Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 1138, in deactivate_notification return redirect('core:notification_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'notification_detail' not found. 'notification_detail' is not a valid view function or pattern name. ERROR 2025-08-06 14:53:30,418 basehttp 36727 6198521856 "GET /en/notifications/33/deactivate HTTP/1.1" 500 92274 WARNING 2025-08-06 14:53:30,444 log 36727 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:53:30,444 basehttp 36727 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:54:36,234 autoreload 36727 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-06 14:54:36,589 autoreload 40234 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 14:54:37,886 log 40234 6204485632 Internal Server Error: /en/notifications/33/deactivate Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 1138, in deactivate_notification return redirect('core:system_configuration_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with keyword arguments '{'pk': 33}' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 14:54:37,888 basehttp 40234 6204485632 "GET /en/notifications/33/deactivate HTTP/1.1" 500 96547 WARNING 2025-08-06 14:54:39,810 log 40234 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:54:39,810 basehttp 40234 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:55:28,220 autoreload 40234 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-06 14:55:28,552 autoreload 40622 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 14:55:29,280 basehttp 40622 6195654656 "GET /en/notifications/33/deactivate HTTP/1.1" 302 0 ERROR 2025-08-06 14:55:29,307 log 40622 6195654656 Internal Server Error: /en/notifications/33/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'duplicate_notification' not found. 'duplicate_notification' is not a valid view function or pattern name. ERROR 2025-08-06 14:55:29,311 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 500 165975 WARNING 2025-08-06 14:55:29,328 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:55:29,329 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:06,036 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 200 36544 WARNING 2025-08-06 14:56:06,047 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:06,047 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:35,018 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 200 36544 WARNING 2025-08-06 14:56:35,042 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:35,042 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:41,370 basehttp 40622 6195654656 "GET /en/notifications/ HTTP/1.1" 200 68911 WARNING 2025-08-06 14:56:41,389 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:41,389 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:56:52,447 basehttp 40622 6195654656 "GET /en/notifications/31/edit/ HTTP/1.1" 200 54176 WARNING 2025-08-06 14:56:52,466 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:52,466 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:56:59,015 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:59,015 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:56:59,027 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:56:59,027 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:03,214 basehttp 40622 6195654656 "GET /en/notifications/34/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:03,228 basehttp 40622 6195654656 "GET /en/notifications/34/ HTTP/1.1" 200 36940 WARNING 2025-08-06 14:57:03,242 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:03,242 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:08,194 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:08,194 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:08,214 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:08,215 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:10,830 basehttp 40622 6195654656 "GET /en/notifications/35/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:10,845 basehttp 40622 6195654656 "GET /en/notifications/35/ HTTP/1.1" 200 36979 WARNING 2025-08-06 14:57:10,861 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:10,861 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:12,288 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:12,288 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:12,304 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:12,305 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:13,524 basehttp 40622 6195654656 "GET /en/notifications/33/activate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:13,538 basehttp 40622 6195654656 "GET /en/notifications/33/ HTTP/1.1" 200 36943 WARNING 2025-08-06 14:57:13,555 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:13,556 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:15,743 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:15,743 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:15,758 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:15,759 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:17,232 basehttp 40622 6195654656 "GET /en/notifications/32/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:17,248 basehttp 40622 6195654656 "GET /en/notifications/32/ HTTP/1.1" 200 36996 WARNING 2025-08-06 14:57:17,268 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:17,269 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:18,894 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:18,894 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:57:18,908 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:18,908 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:20,418 basehttp 40622 6195654656 "GET /en/notifications/31/deactivate HTTP/1.1" 302 0 INFO 2025-08-06 14:57:20,434 basehttp 40622 6195654656 "GET /en/notifications/31/ HTTP/1.1" 200 37012 WARNING 2025-08-06 14:57:20,454 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:20,454 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:22,170 basehttp 40622 6195654656 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 14:57:22,199 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 49913 WARNING 2025-08-06 14:57:22,220 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:57:22,220 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:57:22,285 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:57:22,286 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:57:22,289 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:57:22,289 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:57:52,275 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:58:22,293 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:58:22,293 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:58:22,295 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:58:52,287 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:59:22,295 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:59:22,296 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:59:22,297 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:59:33,488 basehttp 40622 6229307392 "GET /en/htmx/dismiss-notification/69e3d59c-e6f2-40de-851e-cf1c4b7b0855/ HTTP/1.1" 200 23 WARNING 2025-08-06 14:59:33,509 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:33,510 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:59:39,773 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:39,774 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 14:59:39,789 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:39,789 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:59:40,432 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 49855 WARNING 2025-08-06 14:59:40,450 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:40,450 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:59:40,541 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:59:40,542 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:59:40,543 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:59:40,544 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 14:59:41,638 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 49855 WARNING 2025-08-06 14:59:41,661 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 14:59:41,661 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 14:59:41,737 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 14:59:41,739 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 14:59:41,740 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 14:59:41,742 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:00:11,705 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:00:41,737 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 15:00:41,739 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:00:41,740 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:01:11,724 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:01:41,793 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 15:01:41,795 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:01:41,796 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:02:07,258 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 49850 WARNING 2025-08-06 15:02:07,279 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:02:07,279 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:02:07,366 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:02:07,367 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:02:07,373 basehttp 40622 6195654656 "GET /en/system-configuration/ HTTP/1.1" 200 64693 INFO 2025-08-06 15:02:07,374 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:02:37,335 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:03:07,361 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:03:07,362 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:03:07,364 basehttp 40622 6212481024 "GET /en/system-configuration/ HTTP/1.1" 200 64693 INFO 2025-08-06 15:03:37,344 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:04:07,367 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:04:07,369 basehttp 40622 6212481024 "GET /en/system-configuration/ HTTP/1.1" 200 64693 INFO 2025-08-06 15:04:07,369 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:04:32,613 basehttp 40622 6195654656 "GET /static/webfonts/fa-brands-400.woff2 HTTP/1.1" 200 118684 INFO 2025-08-06 15:04:36,220 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47387 WARNING 2025-08-06 15:04:36,244 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:04:36,244 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:04:36,311 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:04:36,316 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:04:36,318 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:05:06,312 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:05:36,293 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:05:36,296 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:06,297 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:36,319 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:06:36,321 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:44,582 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 46933 WARNING 2025-08-06 15:06:44,594 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:06:44,594 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:06:44,665 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:06:44,684 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:06:44,692 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:07:14,645 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:07:26,249 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 46889 WARNING 2025-08-06 15:07:26,262 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:26,263 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:26,331 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-06 15:07:26,334 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:07:26,336 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:07:42,840 basehttp 40622 6212481024 "GET /en/notifications/ HTTP/1.1" 200 67505 WARNING 2025-08-06 15:07:42,863 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:42,863 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:42,883 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 1370 INFO 2025-08-06 15:07:46,128 basehttp 40622 6212481024 "GET /en/notifications/35/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:07:46,144 basehttp 40622 6212481024 "GET /en/notifications/35/ HTTP/1.1" 200 34395 WARNING 2025-08-06 15:07:46,162 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:46,163 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:48,893 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:48,894 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:48,914 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:48,914 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:50,449 basehttp 40622 6212481024 "GET /en/notifications/34/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:07:50,465 basehttp 40622 6212481024 "GET /en/notifications/34/ HTTP/1.1" 200 34356 WARNING 2025-08-06 15:07:50,483 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:50,483 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:51,628 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:51,628 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:51,637 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:51,637 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:07:55,641 basehttp 40622 6212481024 "GET /en/notifications/32/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:07:55,656 basehttp 40622 6212481024 "GET /en/notifications/32/ HTTP/1.1" 200 34412 WARNING 2025-08-06 15:07:55,676 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:55,676 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:57,173 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:57,174 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:07:57,190 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:07:57,190 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:08:00,276 basehttp 40622 6212481024 "GET /en/notifications/31/activate HTTP/1.1" 302 0 INFO 2025-08-06 15:08:00,291 basehttp 40622 6212481024 "GET /en/notifications/31/ HTTP/1.1" 200 34428 WARNING 2025-08-06 15:08:00,309 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:00,309 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:08:01,823 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:01,823 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:08:01,840 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:01,840 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:08:02,587 basehttp 40622 6212481024 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 15:08:02,605 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 46802 WARNING 2025-08-06 15:08:02,627 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:08:02,627 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:08:02,704 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:08:02,705 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:08:02,706 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:08:32,705 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:09:02,691 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:09:02,693 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:09:32,698 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:09:44,974 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47678 WARNING 2025-08-06 15:09:44,987 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:09:44,987 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:09:45,051 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:09:45,060 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:09:45,061 basehttp 40622 6229307392 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:09:45,064 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:10:05,321 basehttp 40622 6195654656 "GET /en/htmx/dismiss-notification/179a5949-1eb9-4f15-8011-21a226384e84/ HTTP/1.1" 200 23 WARNING 2025-08-06 15:10:05,349 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:10:05,349 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:10:07,005 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:10:07,005 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:10:07,021 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:10:07,021 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:10:15,032 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:10:45,056 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:10:45,060 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:10:45,061 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:11:15,033 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:11:45,062 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:11:45,063 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:11:45,064 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:12:15,051 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:12:45,063 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:12:45,064 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:12:45,067 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:13:15,038 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:13:45,064 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:13:45,065 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:13:45,066 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:14:01,249 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47679 WARNING 2025-08-06 15:14:01,269 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:14:01,269 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:14:01,377 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:14:01,377 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:14:01,382 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:14:01,387 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:14:20,439 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47788 WARNING 2025-08-06 15:14:20,456 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:14:20,457 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:14:20,537 basehttp 40622 6229307392 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:14:20,539 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:14:20,543 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:14:20,547 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:14:50,513 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:15:20,534 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:15:20,536 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:15:20,537 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:15:50,520 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:16:20,532 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:16:20,532 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:16:20,535 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:16:50,523 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:17:20,529 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:17:20,535 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:17:20,538 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:17:50,524 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:18:20,543 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:18:20,543 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:18:20,546 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:18:50,528 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:19:20,543 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:19:20,545 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:19:20,547 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:19:50,533 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:20:20,542 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:20:20,544 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:20:20,546 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:20:50,539 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:21:20,548 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:21:20,548 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:21:20,551 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:21:50,531 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:22:20,536 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:22:20,537 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:22:20,540 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:22:50,534 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:23:20,538 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6712 INFO 2025-08-06 15:23:20,538 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:23:20,541 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:23:26,413 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47471 WARNING 2025-08-06 15:23:26,425 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:23:26,425 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:23:26,512 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7095 INFO 2025-08-06 15:23:26,512 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:23:26,515 basehttp 40622 6229307392 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:23:26,516 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:23:56,491 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:24:26,515 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7095 INFO 2025-08-06 15:24:26,517 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:24:26,518 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:24:56,495 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:25:24,956 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47329 WARNING 2025-08-06 15:25:24,971 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:25:24,971 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:25:25,041 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7234 INFO 2025-08-06 15:25:25,058 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:25:25,059 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:25:25,061 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:25:55,041 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:26:25,055 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7234 INFO 2025-08-06 15:26:25,056 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:26:25,057 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:26:54,961 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:26:54,976 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:26:54,976 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:26:55,058 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:26:55,060 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7284 INFO 2025-08-06 15:26:55,062 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:26:55,062 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:27:25,047 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:27:55,034 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7284 INFO 2025-08-06 15:27:55,037 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:27:55,038 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:25,032 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:35,317 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:28:35,338 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:28:35,338 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:28:35,424 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:28:35,425 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 7202 INFO 2025-08-06 15:28:35,426 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:28:35,427 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:57,480 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:28:57,500 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:28:57,500 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:28:57,581 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:28:57,589 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:28:57,593 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:28:57,595 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 6583 INFO 2025-08-06 15:29:27,562 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:29:40,217 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:29:40,237 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:29:40,237 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:29:40,304 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:29:40,312 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:29:40,314 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 5178 INFO 2025-08-06 15:29:40,316 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:30:10,304 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:30:29,253 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:30:29,273 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:30:29,273 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:30:29,355 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:30:29,360 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:30:29,360 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 5208 INFO 2025-08-06 15:30:29,363 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:30:59,323 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:31:14,219 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:31:14,236 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:31:14,237 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:31:14,315 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:31:14,323 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4548 INFO 2025-08-06 15:31:14,324 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:31:14,325 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:31:44,430 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:32:14,427 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4548 INFO 2025-08-06 15:32:14,428 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:32:14,429 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:32:22,994 basehttp 40622 6212481024 "GET /en/ HTTP/1.1" 200 47283 WARNING 2025-08-06 15:32:23,014 log 40622 6212481024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:23,014 basehttp 40622 6212481024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:32:23,103 basehttp 40622 6212481024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4514 INFO 2025-08-06 15:32:23,104 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:32:23,105 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:32:23,106 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:32:25,460 basehttp 40622 6246133760 "GET /en/notifications/ HTTP/1.1" 200 66760 WARNING 2025-08-06 15:32:25,476 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:25,477 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:32:25,515 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4514 WARNING 2025-08-06 15:32:30,906 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:30,907 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:32:30,921 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:32:30,921 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:32:53,081 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:33:23,101 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4514 INFO 2025-08-06 15:33:23,102 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:33:23,103 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:33:53,075 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:33:59,769 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47326 WARNING 2025-08-06 15:33:59,787 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:33:59,787 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:33:59,828 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:33:59,830 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4454 INFO 2025-08-06 15:33:59,835 basehttp 40622 6246133760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:33:59,864 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:34:29,821 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:34:37,956 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47326 WARNING 2025-08-06 15:34:37,977 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:34:37,977 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:34:38,057 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:34:38,071 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4448 INFO 2025-08-06 15:34:38,072 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:34:38,074 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:34:59,666 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 47341 WARNING 2025-08-06 15:34:59,682 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:34:59,682 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:34:59,759 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:34:59,760 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:34:59,762 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:34:59,765 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:35:27,096 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47335 WARNING 2025-08-06 15:35:27,110 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:35:27,110 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:35:27,151 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:35:27,159 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:35:27,160 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:35:27,162 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:35:57,165 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:36:27,171 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:36:27,173 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:36:27,174 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:36:31,673 basehttp 40622 6246133760 "GET /en/ HTTP/1.1" 200 47475 WARNING 2025-08-06 15:36:31,692 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:36:31,693 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:36:31,757 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:36:31,766 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:36:31,768 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4300 INFO 2025-08-06 15:36:31,770 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:37:01,751 basehttp 40622 6229307392 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:37:06,803 basehttp 40622 6229307392 "GET /en/ HTTP/1.1" 200 47327 WARNING 2025-08-06 15:37:06,822 log 40622 6229307392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:37:06,823 basehttp 40622 6229307392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:37:06,901 basehttp 40622 6212481024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:37:06,902 basehttp 40622 6229307392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:37:06,903 basehttp 40622 6195654656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:37:06,905 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:37:33,042 basehttp 40622 6246133760 "GET /en/patients/ HTTP/1.1" 200 67020 INFO 2025-08-06 15:37:33,092 basehttp 40622 6246133760 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-06 15:37:37,238 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:38:06,953 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:38:06,955 basehttp 40622 6195654656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:38:07,237 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:38:37,246 basehttp 40622 6195654656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 15:38:43,544 basehttp 40622 6195654656 "GET /en/appointments/create/ HTTP/1.1" 200 33640 WARNING 2025-08-06 15:38:43,563 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:43,563 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:43,604 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 15:38:46,521 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:46,522 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:38:46,539 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:46,539 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:47,926 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47327 WARNING 2025-08-06 15:38:47,948 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:47,949 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:48,028 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:38:48,029 basehttp 40622 6212481024 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:38:48,031 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:38:48,032 basehttp 40622 6246133760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-06 15:38:52,345 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:52,346 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:55,448 basehttp 40622 6246133760 "GET /en/notifications/?search= HTTP/1.1" 200 66804 WARNING 2025-08-06 15:38:55,467 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:55,467 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:55,509 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:38:59,344 basehttp 40622 6246133760 "GET /en/notifications/?search= HTTP/1.1" 200 66804 WARNING 2025-08-06 15:38:59,360 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:38:59,360 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:38:59,405 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:39:02,657 basehttp 40622 6246133760 "GET /en/notifications/?search= HTTP/1.1" 200 66804 WARNING 2025-08-06 15:39:02,677 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:02,677 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:02,728 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:39:05,416 basehttp 40622 6246133760 "GET /en/notifications/34/ HTTP/1.1" 200 34440 WARNING 2025-08-06 15:39:05,442 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:05,442 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:05,485 basehttp 40622 6246133760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 15:39:17,210 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:17,211 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:17,234 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:17,234 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:35,570 log 40622 6246133760 Not Found: /extra/profile WARNING 2025-08-06 15:39:35,571 basehttp 40622 6246133760 "GET /extra/profile HTTP/1.1" 404 2563 WARNING 2025-08-06 15:39:35,598 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:35,599 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:38,101 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:38,102 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 15:39:38,128 log 40622 6246133760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:38,128 basehttp 40622 6246133760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:58,358 basehttp 40622 6246133760 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 15:39:58,372 basehttp 40622 6195654656 "GET /en/ HTTP/1.1" 200 47327 WARNING 2025-08-06 15:39:58,391 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:39:58,391 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:39:58,481 basehttp 40622 6229307392 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 15:39:58,482 basehttp 40622 6195654656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 15:39:58,482 basehttp 40622 6246133760 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 15:39:58,482 basehttp 40622 6212481024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-08-06 15:40:28,329 log 40622 6195654656 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_action' not found. 'bulk_department_action' is not a valid view function or pattern name. ERROR 2025-08-06 15:40:28,330 basehttp 40622 6195654656 "GET /en/departments/ HTTP/1.1" 500 184470 WARNING 2025-08-06 15:40:28,349 log 40622 6195654656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:40:28,349 basehttp 40622 6195654656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:43:29,748 autoreload 40622 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 15:43:30,104 autoreload 61481 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:43:30,899 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_action' not found. 'bulk_department_action' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:30,901 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184607 WARNING 2025-08-06 15:43:30,918 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:30,918 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:43:32,033 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_action' not found. 'bulk_department_action' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:32,036 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184607 WARNING 2025-08-06 15:43:32,053 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:32,053 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:43:56,970 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_activate' not found. 'bulk_department_activate' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:56,971 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184659 WARNING 2025-08-06 15:43:56,986 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:56,986 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:43:58,522 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_department_activate' not found. 'bulk_department_activate' is not a valid view function or pattern name. ERROR 2025-08-06 15:43:58,523 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 184659 WARNING 2025-08-06 15:43:58,538 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:43:58,538 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:44:13,907 log 61481 6201913344 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'department_detail' with arguments '(74,)' not found. 1 pattern(s) tried: ['en/departments/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-06 15:44:13,908 basehttp 61481 6201913344 "GET /en/departments/ HTTP/1.1" 500 206138 WARNING 2025-08-06 15:44:13,924 log 61481 6201913344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:44:13,924 basehttp 61481 6201913344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:44:39,742 autoreload 61481 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 15:44:40,103 autoreload 62023 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:44:40,825 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'import_departments' not found. 'import_departments' is not a valid view function or pattern name. ERROR 2025-08-06 15:44:40,827 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 185356 WARNING 2025-08-06 15:44:40,845 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:44:40,846 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:45:41,831 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'download_department_template' not found. 'download_department_template' is not a valid view function or pattern name. ERROR 2025-08-06 15:45:41,833 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 184548 WARNING 2025-08-06 15:45:41,849 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:45:41,849 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:45:55,932 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 15:45:55,934 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 180959 WARNING 2025-08-06 15:45:55,947 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:45:55,947 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:45:56,917 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 15:45:56,919 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 180959 WARNING 2025-08-06 15:45:56,934 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:45:56,935 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:48:35,503 log 62023 6189543424 Internal Server Error: /en/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 15:48:35,504 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 500 180774 WARNING 2025-08-06 15:48:35,518 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:48:35,518 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:49:08,807 basehttp 62023 6189543424 "GET /en/departments/ HTTP/1.1" 200 134360 WARNING 2025-08-06 15:49:08,818 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:49:08,818 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:49:08,866 basehttp 62023 6189543424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 15:49:12,265 log 62023 6189543424 Not Found: /en/departments/74/activate/ WARNING 2025-08-06 15:49:12,266 basehttp 62023 6189543424 "POST /en/departments/74/activate/ HTTP/1.1" 404 8014 WARNING 2025-08-06 15:49:16,541 log 62023 6189543424 Not Found: /en/departments/74/activate/ WARNING 2025-08-06 15:49:16,541 basehttp 62023 6189543424 "POST /en/departments/74/activate/ HTTP/1.1" 404 8014 ERROR 2025-08-06 15:49:21,360 log 62023 6189543424 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Department' object has no attribute 'get_employee_count' ERROR 2025-08-06 15:49:21,366 basehttp 62023 6189543424 "GET /en/departments/74/ HTTP/1.1" 500 85615 WARNING 2025-08-06 15:49:21,386 log 62023 6189543424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:49:21,386 basehttp 62023 6189543424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:51:31,074 autoreload 62023 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 15:51:31,368 autoreload 64989 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:51:32,421 log 64989 6123843584 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable ERROR 2025-08-06 15:51:32,422 basehttp 64989 6123843584 "GET /en/departments/74/ HTTP/1.1" 500 85570 WARNING 2025-08-06 15:51:32,444 log 64989 6123843584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:51:32,444 basehttp 64989 6123843584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:52:43,910 autoreload 64989 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 15:52:44,225 autoreload 65529 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:52:45,075 log 65529 6128906240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable ERROR 2025-08-06 15:52:45,077 basehttp 65529 6128906240 "GET /en/departments/74/ HTTP/1.1" 500 85570 WARNING 2025-08-06 15:52:45,099 log 65529 6128906240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:52:45,099 basehttp 65529 6128906240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:52:46,035 log 65529 6128906240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py", line 768, in get_context_data 'employee_count': department.get_employee_count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'int' object is not callable ERROR 2025-08-06 15:52:46,036 basehttp 65529 6128906240 "GET /en/departments/74/ HTTP/1.1" 500 85570 WARNING 2025-08-06 15:52:46,049 log 65529 6128906240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:52:46,049 basehttp 65529 6128906240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 15:53:51,172 autoreload 65529 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-08-06 15:53:51,538 autoreload 65991 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 15:53:52,584 log 65991 6198161408 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' not found. 'assign_department_head' is not a valid view function or pattern name. ERROR 2025-08-06 15:53:52,587 basehttp 65991 6198161408 "GET /en/departments/74/ HTTP/1.1" 500 187358 WARNING 2025-08-06 15:53:52,598 log 65991 6198161408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:53:52,598 basehttp 65991 6198161408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 15:53:55,107 log 65991 6198161408 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' not found. 'assign_department_head' is not a valid view function or pattern name. ERROR 2025-08-06 15:53:55,109 basehttp 65991 6198161408 "GET /en/departments/74/ HTTP/1.1" 500 187358 WARNING 2025-08-06 15:53:55,126 log 65991 6198161408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 15:53:55,126 basehttp 65991 6198161408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:12:33,585 autoreload 65991 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-06 16:12:33,998 autoreload 74136 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 16:15:37,931 autoreload 74136 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 16:15:38,185 autoreload 75513 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 16:15:41,589 log 75513 6157578240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' with arguments '(74,)' not found. 1 pattern(s) tried: ['en/departments/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/assign\\-head/\\Z'] ERROR 2025-08-06 16:15:41,592 basehttp 75513 6157578240 "GET /en/departments/74/ HTTP/1.1" 500 190969 WARNING 2025-08-06 16:15:41,609 log 75513 6157578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:15:41,609 basehttp 75513 6157578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 16:15:53,060 log 75513 6157578240 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'assign_department_head' with arguments '(74,)' not found. 1 pattern(s) tried: ['en/departments/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/assign\\-head/\\Z'] ERROR 2025-08-06 16:15:53,063 basehttp 75513 6157578240 "GET /en/departments/74/ HTTP/1.1" 500 190969 INFO 2025-08-06 16:15:53,065 autoreload 75513 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 16:15:53,344 autoreload 75593 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 16:15:54,196 log 75593 6170685440 Internal Server Error: /en/departments/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'toggle_department_status' not found. 'toggle_department_status' is not a valid view function or pattern name. ERROR 2025-08-06 16:15:54,198 basehttp 75593 6170685440 "GET /en/departments/74/ HTTP/1.1" 500 165739 WARNING 2025-08-06 16:15:54,214 log 75593 6170685440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:15:54,214 basehttp 75593 6170685440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:16:44,749 basehttp 75593 6170685440 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-06 16:16:44,771 log 75593 6170685440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:16:44,771 basehttp 75593 6170685440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:16:45,136 basehttp 75593 6170685440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:17:45,139 basehttp 75593 6170685440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:18:45,145 basehttp 75593 6170685440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:19:00,420 autoreload 75593 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-06 16:19:00,693 autoreload 76968 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 16:19:06,191 basehttp 76968 6190100480 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-06 16:19:06,212 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:19:06,212 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:19:06,271 basehttp 76968 6190100480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:19:08,258 basehttp 76968 6190100480 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42184 INFO 2025-08-06 16:19:08,280 basehttp 76968 6223753216 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-06 16:19:08,281 basehttp 76968 6257405952 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-06 16:19:08,281 basehttp 76968 6206926848 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-06 16:19:08,284 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-06 16:19:08,285 basehttp 76968 6240579584 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-06 16:19:08,286 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:19:08,286 basehttp 76968 6223753216 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-06 16:19:08,287 basehttp 76968 6206926848 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-06 16:19:08,287 basehttp 76968 6257405952 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-06 16:19:08,287 basehttp 76968 6274232320 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-06 16:19:08,291 basehttp 76968 6190100480 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-06 16:19:08,291 basehttp 76968 6240579584 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-06 16:19:08,338 basehttp 76968 6240579584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:19:08,375 basehttp 76968 6240579584 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42184 ERROR 2025-08-06 16:19:08,414 log 76968 6190100480 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 16:19:08,416 basehttp 76968 6190100480 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 123947 WARNING 2025-08-06 16:19:14,872 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:19:14,872 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 16:19:14,899 log 76968 6190100480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 16:19:14,900 basehttp 76968 6190100480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 16:20:06,294 basehttp 76968 6190100480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 16:21:06,280 basehttp 76968 6190100480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:02:57,774 autoreload 22862 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:03:01,386 basehttp 22862 6189772800 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-06 18:03:01,406 log 22862 6189772800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:03:01,407 basehttp 22862 6189772800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:03:01,449 basehttp 22862 6189772800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:03:02,755 basehttp 22862 6189772800 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 18:03:02,772 basehttp 22862 6189772800 "GET /en/ HTTP/1.1" 200 47422 WARNING 2025-08-06 18:03:02,785 log 22862 6189772800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:03:02,785 basehttp 22862 6189772800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:03:02,838 basehttp 22862 6189772800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:03:02,857 basehttp 22862 6240251904 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 18:03:02,859 basehttp 22862 6223425536 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 18:03:02,862 basehttp 22862 6206599168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 18:03:24,363 basehttp 22862 6206599168 "GET /en/ HTTP/1.1" 200 47422 WARNING 2025-08-06 18:03:24,378 log 22862 6206599168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:03:24,378 basehttp 22862 6206599168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:03:24,452 basehttp 22862 6189772800 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 18:03:24,454 basehttp 22862 6240251904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 18:03:24,455 basehttp 22862 6206599168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:03:24,456 basehttp 22862 6223425536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 18:03:54,442 basehttp 22862 6223425536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 18:04:22,122 basehttp 22862 6223425536 "GET /en/pharmacy HTTP/1.1" 301 0 ERROR 2025-08-06 18:04:22,171 log 22862 6206599168 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 54, in get_context_data 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:04:22,173 basehttp 22862 6206599168 "GET /en/pharmacy/ HTTP/1.1" 500 138581 WARNING 2025-08-06 18:04:22,188 log 22862 6206599168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:04:22,188 basehttp 22862 6206599168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:10:40,610 autoreload 26254 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:10:43,832 log 26254 6132166656 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 58, in get_context_data 'expired_medications': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:10:43,837 basehttp 26254 6132166656 "GET /en/pharmacy/ HTTP/1.1" 500 138737 WARNING 2025-08-06 18:10:43,854 log 26254 6132166656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:10:43,854 basehttp 26254 6132166656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:10:44,652 log 26254 6132166656 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 58, in get_context_data 'expired_medications': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:10:44,654 basehttp 26254 6132166656 "GET /en/pharmacy/ HTTP/1.1" 500 138737 WARNING 2025-08-06 18:10:44,670 log 26254 6132166656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:10:44,670 basehttp 26254 6132166656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:11:20,301 autoreload 26254 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:11:20,665 autoreload 26589 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:11:23,252 log 26589 6170882048 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 62, in get_context_data 'todays_dispensed': DispenseRecord.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'dispensed_datetime' into field. Choices are: copay_amount, counseling_notes, created_at, date_dispensed, dispense_id, dispensed_by, dispensed_by_id, id, identification_verified, insurance_amount, inventory_item, inventory_item_id, is_refill, patient_counseled, picked_up_by, pickup_datetime, prescription, prescription_id, quality_check_performed, quality_notes, quantity_dispensed, quantity_remaining, refill_number, status, total_price, unit_price, updated_at, verified_by, verified_by_id ERROR 2025-08-06 18:11:23,256 basehttp 26589 6170882048 "GET /en/pharmacy/ HTTP/1.1" 500 137123 WARNING 2025-08-06 18:11:23,272 log 26589 6170882048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:11:23,272 basehttp 26589 6170882048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:11:56,235 autoreload 26589 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:11:56,575 autoreload 26897 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:11:59,354 log 26897 6204829696 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 62, in get_context_data 'todays_dispensed': DispenseRecord.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: copay_amount, counseling_notes, created_at, date_dispensed, dispense_id, dispensed_by, dispensed_by_id, id, identification_verified, insurance_amount, inventory_item, inventory_item_id, is_refill, patient_counseled, picked_up_by, pickup_datetime, prescription, prescription_id, quality_check_performed, quality_notes, quantity_dispensed, quantity_remaining, refill_number, status, total_price, unit_price, updated_at, verified_by, verified_by_id ERROR 2025-08-06 18:11:59,372 basehttp 26897 6204829696 "GET /en/pharmacy/ HTTP/1.1" 500 137668 WARNING 2025-08-06 18:11:59,388 log 26897 6204829696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:11:59,388 basehttp 26897 6204829696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:13:01,705 autoreload 26897 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:13:02,014 autoreload 27354 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:13:04,482 log 27354 6137344000 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'prescription_create' not found. 'prescription_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:13:04,484 basehttp 27354 6137344000 "GET /en/pharmacy/ HTTP/1.1" 500 163477 WARNING 2025-08-06 18:13:04,501 log 27354 6137344000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:13:04,501 basehttp 27354 6137344000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:16:51,987 autoreload 27354 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:16:52,332 autoreload 29047 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:16:54,979 log 29047 6157627392 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_create' not found. 'medication_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:16:55,120 basehttp 29047 6157627392 "GET /en/pharmacy/ HTTP/1.1" 500 163857 WARNING 2025-08-06 18:16:55,143 log 29047 6157627392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:16:55,144 basehttp 29047 6157627392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:20:50,793 autoreload 29047 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:20:51,095 autoreload 30723 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:23:37,939 autoreload 30723 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:23:38,281 autoreload 31937 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:30:56,553 log 31937 6201815040 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_create' not found. 'medication_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:30:56,555 basehttp 31937 6201815040 "GET /en/pharmacy/ HTTP/1.1" 500 163857 WARNING 2025-08-06 18:30:56,570 log 31937 6201815040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:30:56,571 basehttp 31937 6201815040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:35:14,339 autoreload 31937 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:35:14,709 autoreload 37039 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:35:17,221 log 37039 6199783424 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_create' not found. 'inventory_create' is not a valid view function or pattern name. ERROR 2025-08-06 18:35:17,223 basehttp 37039 6199783424 "GET /en/pharmacy/ HTTP/1.1" 500 163868 WARNING 2025-08-06 18:35:17,237 log 37039 6199783424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:35:17,238 basehttp 37039 6199783424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:43:50,330 autoreload 37039 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:43:50,626 autoreload 40777 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:44:52,393 autoreload 40777 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:44:52,652 autoreload 41238 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 18:45:10,235 autoreload 41238 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-06 18:45:10,503 autoreload 41319 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:45:13,512 log 41319 6191247360 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reports' not found. 'reports' is not a valid view function or pattern name. ERROR 2025-08-06 18:45:13,515 basehttp 41319 6191247360 "GET /en/pharmacy/ HTTP/1.1" 500 163621 WARNING 2025-08-06 18:45:13,532 log 41319 6191247360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:45:13,532 basehttp 41319 6191247360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:46:07,931 log 41319 6191247360 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'prescribing_provider'. Choices are: tenant, patient, prescriber, medication, encounter, verified_by ERROR 2025-08-06 18:46:07,933 basehttp 41319 6191247360 "GET /en/pharmacy/ HTTP/1.1" 500 217460 WARNING 2025-08-06 18:46:07,947 log 41319 6191247360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:46:07,947 basehttp 41319 6191247360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:51:22,172 autoreload 41319 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-06 18:51:22,512 autoreload 44051 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:51:25,217 log 44051 6204485632 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'drug_interaction_checker' not found. 'drug_interaction_checker' is not a valid view function or pattern name. ERROR 2025-08-06 18:51:25,240 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 500 168443 WARNING 2025-08-06 18:51:25,268 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:51:25,269 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:52:16,137 log 44051 6204485632 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'drug_interaction_checker' not found. 'drug_interaction_checker' is not a valid view function or pattern name. ERROR 2025-08-06 18:52:16,138 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 500 164593 WARNING 2025-08-06 18:52:16,151 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:52:16,151 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:52:55,649 log 44051 6204485632 Internal Server Error: /en/pharmacy/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'drug_interaction_check' with no arguments not found. 1 pattern(s) tried: ['en/pharmacy/drug\\-interaction\\-check/(?P[0-9]+)/\\Z'] ERROR 2025-08-06 18:52:55,650 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 500 166798 WARNING 2025-08-06 18:52:55,667 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:52:55,667 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:11,763 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 200 34838 WARNING 2025-08-06 18:57:11,777 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:11,777 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:11,849 basehttp 44051 6204485632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 18:57:11,920 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:11,928 log 44051 6238138368 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:11,928 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 ERROR 2025-08-06 18:57:11,929 basehttp 44051 6238138368 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 124726 INFO 2025-08-06 18:57:28,958 basehttp 44051 6238138368 "GET /en/pharmacy/ HTTP/1.1" 200 34838 WARNING 2025-08-06 18:57:28,974 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:28,974 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:29,041 basehttp 44051 6238138368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 18:57:29,107 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:29,111 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 ERROR 2025-08-06 18:57:29,116 log 44051 6204485632 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:29,117 basehttp 44051 6204485632 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 124726 INFO 2025-08-06 18:57:30,178 basehttp 44051 6204485632 "GET /en/pharmacy/ HTTP/1.1" 200 34838 WARNING 2025-08-06 18:57:30,194 log 44051 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:30,194 basehttp 44051 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:57:30,256 basehttp 44051 6204485632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 18:57:30,302 log 44051 6238138368 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:30,304 basehttp 44051 6238138368 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 124726 ERROR 2025-08-06 18:57:30,312 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:57:30,313 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 WARNING 2025-08-06 18:57:31,302 log 44051 6221312000 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-06 18:57:31,302 basehttp 44051 6221312000 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 37993 WARNING 2025-08-06 18:57:31,325 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:31,326 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:57:36,538 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:36,538 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:57:36,553 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:36,554 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:57:40,627 log 44051 6221312000 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-06 18:57:40,628 basehttp 44051 6221312000 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 178754 WARNING 2025-08-06 18:57:40,645 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:57:40,645 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:58:04,864 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:04,864 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 18:58:04,894 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:04,895 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 18:58:04,916 log 44051 6221312000 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-06 18:58:04,917 basehttp 44051 6221312000 "GET /en/pharmacy/stats/ HTTP/1.1" 500 124544 WARNING 2025-08-06 18:58:05,323 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:05,324 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:58:06,717 basehttp 44051 6221312000 "GET /en/ HTTP/1.1" 200 47375 WARNING 2025-08-06 18:58:06,732 log 44051 6221312000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:06,733 basehttp 44051 6221312000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:58:06,797 basehttp 44051 6221312000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 18:58:06,802 basehttp 44051 6204485632 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 18:58:06,802 basehttp 44051 6254964736 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 18:58:06,804 basehttp 44051 6238138368 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-08-06 18:58:15,885 log 44051 6238138368 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 57, in get_context_data 'specimens_collected': Specimen.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-06 18:58:15,887 basehttp 44051 6238138368 "GET /en/laboratory/ HTTP/1.1" 500 136030 WARNING 2025-08-06 18:58:15,904 log 44051 6238138368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:58:15,904 basehttp 44051 6238138368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 18:59:34,412 autoreload 44051 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-06 18:59:34,703 autoreload 47622 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 18:59:37,171 log 47622 6156087296 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 57, in get_context_data 'specimens_collected': Specimen.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-06 18:59:37,426 basehttp 47622 6156087296 "GET /en/laboratory/ HTTP/1.1" 500 136691 WARNING 2025-08-06 18:59:37,454 log 47622 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 18:59:37,455 basehttp 47622 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 19:01:00,640 autoreload 47622 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-06 19:01:00,936 autoreload 48236 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 19:01:03,845 log 48236 6156906496 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 61, in get_context_data 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-06 19:01:03,850 basehttp 48236 6156906496 "GET /en/laboratory/ HTTP/1.1" 500 137342 WARNING 2025-08-06 19:01:03,871 log 48236 6156906496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 19:01:03,871 basehttp 48236 6156906496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 19:01:32,119 autoreload 48236 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-06 19:01:32,420 autoreload 48468 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 19:01:35,300 log 48468 6193197056 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-06 19:01:35,303 basehttp 48468 6193197056 "GET /en/laboratory/ HTTP/1.1" 500 137225 WARNING 2025-08-06 19:01:35,321 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 19:01:35,322 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 19:59:22,550 log 48468 6193197056 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-06 19:59:22,551 basehttp 48468 6193197056 "GET /en/laboratory/ HTTP/1.1" 500 137225 WARNING 2025-08-06 19:59:22,568 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 19:59:22,568 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:00:00,981 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:00,982 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:03,366 basehttp 48468 6193197056 "GET /en/ HTTP/1.1" 200 47410 WARNING 2025-08-06 20:00:03,388 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:03,388 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:03,438 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:00:03,452 basehttp 48468 6243676160 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 20:00:03,454 basehttp 48468 6226849792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 20:00:03,455 basehttp 48468 6210023424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 20:00:14,841 basehttp 48468 6210023424 "GET /en/appointments/ HTTP/1.1" 200 33079 WARNING 2025-08-06 20:00:14,860 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:14,860 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:14,884 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:00:14,886 basehttp 48468 6226849792 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 WARNING 2025-08-06 20:00:32,722 log 48468 6226849792 Not Found: /en/appointments/detail/745/ WARNING 2025-08-06 20:00:32,723 basehttp 48468 6226849792 "GET /en/appointments/detail/745/ HTTP/1.1" 404 27581 WARNING 2025-08-06 20:00:32,745 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:32,745 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:00:35,261 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:35,261 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:00:35,277 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:35,277 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:41,511 basehttp 48468 6226849792 "GET /en/appointments/list/ HTTP/1.1" 200 130044 WARNING 2025-08-06 20:00:41,530 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:00:41,530 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:00:41,573 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:01:41,590 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:02:41,596 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:03:41,597 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:04:41,610 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:05:41,608 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:06:41,606 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:06:50,652 basehttp 48468 6226849792 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-06 20:06:50,692 basehttp 48468 6193197056 "GET /en/emr/ HTTP/1.1" 200 71697 WARNING 2025-08-06 20:06:50,708 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:06:50,709 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:06:50,735 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:06:50,738 basehttp 48468 6210023424 "GET /en/emr/stats/ HTTP/1.1" 200 2966 ERROR 2025-08-06 20:06:58,582 log 48468 6210023424 Internal Server Error: /en/emr/encounters/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-06 20:06:58,584 basehttp 48468 6210023424 "GET /en/emr/encounters/2098/ HTTP/1.1" 500 167634 WARNING 2025-08-06 20:06:58,597 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:06:58,597 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:01,404 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:01,405 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:01,419 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:01,420 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 20:07:03,149 log 48468 6210023424 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:03,150 basehttp 48468 6210023424 "GET /en/emr/problems/ HTTP/1.1" 500 258590 WARNING 2025-08-06 20:07:03,166 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:03,167 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:05,414 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:05,414 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:05,428 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:05,429 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:07,650 basehttp 48468 6210023424 "GET /en/emr/encounters/ HTTP/1.1" 200 149008 WARNING 2025-08-06 20:07:07,671 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:07,671 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:07,709 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:07:09,988 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:09,989 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:10,005 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:10,005 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:10,797 basehttp 48468 6210023424 "GET /en/emr/vital-signs/ HTTP/1.1" 200 92572 WARNING 2025-08-06 20:07:10,817 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:10,817 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:10,857 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:07:21,965 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:21,966 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:21,970 basehttp 48468 6210023424 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-06 20:07:21,975 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:21,975 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 20:07:23,171 log 48468 6193197056 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:23,172 basehttp 48468 6193197056 "GET /en/emr/problems/ HTTP/1.1" 500 258590 WARNING 2025-08-06 20:07:23,189 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:23,189 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:27,204 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:27,204 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:27,217 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:27,218 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:33,201 basehttp 48468 6193197056 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 24806 WARNING 2025-08-06 20:07:33,224 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:33,224 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:33,263 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:07:35,682 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:35,683 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:35,762 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:35,763 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:37,443 basehttp 48468 6193197056 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 149008 WARNING 2025-08-06 20:07:37,466 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:37,466 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:07:37,532 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 20:07:48,287 log 48468 6193197056 Internal Server Error: /en/emr/encounters/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:48,288 basehttp 48468 6193197056 "GET /en/emr/encounters/2098/ HTTP/1.1" 500 167674 WARNING 2025-08-06 20:07:48,309 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:48,309 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:50,805 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:50,805 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:50,817 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:50,824 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 20:07:57,048 log 48468 6193197056 Internal Server Error: /en/emr/encounters/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-06 20:07:57,049 basehttp 48468 6193197056 "GET /en/emr/encounters/2098/ HTTP/1.1" 500 167674 WARNING 2025-08-06 20:07:57,064 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:57,065 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:59,367 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:59,367 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:07:59,393 log 48468 6193197056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:07:59,395 basehttp 48468 6193197056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:08:05,610 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:08:05,612 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:05,613 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:08:05,617 basehttp 48468 6210023424 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-06 20:08:05,623 log 48468 6226849792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:05,623 basehttp 48468 6226849792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 20:08:35,159 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:35,159 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:08:35,161 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-06 20:08:35,166 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:08:35,166 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:09:35,135 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 20:09:41,468 log 48468 6210023424 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-06 20:09:41,469 basehttp 48468 6210023424 "GET /en/inpatients/wards/ HTTP/1.1" 500 179290 WARNING 2025-08-06 20:09:41,489 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:09:41,490 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:09:45,564 basehttp 48468 6210023424 "GET /en/inpatients/ HTTP/1.1" 200 42302 WARNING 2025-08-06 20:09:45,581 log 48468 6210023424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:09:45,581 basehttp 48468 6210023424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:09:45,661 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:09:45,665 basehttp 48468 6226849792 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:09:45,691 basehttp 48468 6193197056 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-06 20:09:53,127 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:09:53,177 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:09:53,232 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:10:23,280 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:10:53,186 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:10:53,244 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:23,278 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:39,611 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:39,663 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:11:39,721 basehttp 48468 6193197056 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 INFO 2025-08-06 20:11:42,550 basehttp 48468 6193197056 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:11:42,556 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:11:42,592 basehttp 48468 6226849792 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-06 20:11:59,670 basehttp 48468 6226849792 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-06 20:12:07,033 basehttp 48468 6226849792 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 40429 INFO 2025-08-06 20:12:07,073 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:12:10,253 basehttp 48468 6226849792 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 92469 INFO 2025-08-06 20:12:10,291 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:12:37,955 basehttp 48468 6226849792 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:12:42,524 basehttp 48468 6226849792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:12:42,548 basehttp 48468 6210023424 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 ERROR 2025-08-06 20:12:44,416 log 48468 6210023424 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-06 20:12:44,417 basehttp 48468 6210023424 "GET /en/inpatients/wards/ HTTP/1.1" 500 179455 INFO 2025-08-06 20:13:07,962 basehttp 48468 6210023424 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:13:15,599 basehttp 48468 6210023424 "GET /en/inpatients/transfers/ HTTP/1.1" 200 23209 INFO 2025-08-06 20:13:15,639 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:13:20,322 basehttp 48468 6210023424 "GET /en/inpatients/surgery/ HTTP/1.1" 200 24079 INFO 2025-08-06 20:13:20,358 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:13:37,959 basehttp 48468 6210023424 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-06 20:13:42,531 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-06 20:13:52,103 log 48468 6210023424 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:13:52,104 basehttp 48468 6210023424 "GET /en/appointments/queue/ HTTP/1.1" 500 108287 INFO 2025-08-06 20:14:02,298 basehttp 48468 6210023424 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 22136 INFO 2025-08-06 20:14:02,339 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:14:13,517 basehttp 48468 6210023424 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 WARNING 2025-08-06 20:14:21,575 log 48468 6210023424 Not Found: /en/appointments/detail/783/ WARNING 2025-08-06 20:14:21,576 basehttp 48468 6210023424 "GET /en/appointments/detail/783/ HTTP/1.1" 404 27581 INFO 2025-08-06 20:14:58,085 basehttp 48468 6210023424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:14:58,087 basehttp 48468 6226849792 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 WARNING 2025-08-06 20:15:05,235 log 48468 6226849792 Not Found: /en/appointments/detail/745/ WARNING 2025-08-06 20:15:05,236 basehttp 48468 6226849792 "GET /en/appointments/detail/745/ HTTP/1.1" 404 27581 INFO 2025-08-06 20:15:20,446 basehttp 48468 6226849792 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-06 20:15:20,503 basehttp 48468 6210023424 "GET /en/admin/ HTTP/1.1" 200 86264 INFO 2025-08-06 20:15:20,511 basehttp 48468 6226849792 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-06 20:15:20,511 basehttp 48468 6193197056 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-06 20:15:20,512 basehttp 48468 6210023424 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-06 20:15:20,513 basehttp 48468 6193197056 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-06 20:15:20,513 basehttp 48468 6210023424 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-06 20:15:20,513 basehttp 48468 6226849792 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-06 20:15:20,514 basehttp 48468 6210023424 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-06 20:15:20,516 basehttp 48468 6210023424 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-06 20:15:20,517 basehttp 48468 6226849792 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-06 20:15:35,035 basehttp 48468 6226849792 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 154138 INFO 2025-08-06 20:15:35,050 basehttp 48468 6226849792 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-06 20:15:35,051 basehttp 48468 6243676160 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-06 20:15:35,053 basehttp 48468 6277328896 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-06 20:15:35,053 basehttp 48468 6260502528 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-06 20:15:35,055 basehttp 48468 6243676160 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-06 20:15:35,055 basehttp 48468 6226849792 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-06 20:15:35,056 basehttp 48468 6277328896 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-06 20:15:35,058 basehttp 48468 6226849792 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-06 20:15:35,058 basehttp 48468 6243676160 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-06 20:15:35,059 basehttp 48468 6210023424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:15:35,059 basehttp 48468 6193197056 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-06 20:15:35,060 basehttp 48468 6260502528 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-06 20:15:35,061 basehttp 48468 6193197056 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-06 20:15:35,063 basehttp 48468 6193197056 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-06 20:15:35,073 basehttp 48468 6193197056 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-06 20:15:35,073 basehttp 48468 6260502528 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-06 20:15:35,074 basehttp 48468 6260502528 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-06 20:15:38,870 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmentrequest/2210/change/ HTTP/1.1" 200 336381 INFO 2025-08-06 20:15:38,888 basehttp 48468 6260502528 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-06 20:15:38,889 basehttp 48468 6277328896 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-06 20:15:38,890 basehttp 48468 6226849792 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-06 20:15:38,890 basehttp 48468 6210023424 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-06 20:15:38,890 basehttp 48468 6243676160 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-06 20:15:38,891 basehttp 48468 6260502528 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-06 20:15:38,892 basehttp 48468 6260502528 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-06 20:15:38,893 basehttp 48468 6260502528 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-06 20:15:38,894 basehttp 48468 6193197056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:15:38,894 basehttp 48468 6260502528 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-06 20:15:38,940 basehttp 48468 6260502528 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-06 20:15:38,940 basehttp 48468 6193197056 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-06 20:15:52,416 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 154138 INFO 2025-08-06 20:16:05,405 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-06 20:16:05,422 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:07,769 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/234/change/ HTTP/1.1" 200 122787 INFO 2025-08-06 20:16:07,787 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:23,978 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-06 20:16:32,440 basehttp 48468 6260502528 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154240 INFO 2025-08-06 20:16:32,458 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:38,655 basehttp 48468 6260502528 "GET /en/admin/appointments/queueentry/12/change/ HTTP/1.1" 200 347437 INFO 2025-08-06 20:16:38,672 basehttp 48468 6260502528 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-06 20:16:43,102 basehttp 48468 6260502528 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154240 INFO 2025-08-06 20:16:45,424 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-06 20:16:46,274 basehttp 48468 6260502528 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 154138 INFO 2025-08-06 20:18:14,306 basehttp 48468 6193197056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:18:14,308 basehttp 48468 6260502528 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 ERROR 2025-08-06 20:18:30,823 log 48468 6260502528 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:18:30,824 basehttp 48468 6260502528 "GET /en/appointments/queue/ HTTP/1.1" 500 108287 INFO 2025-08-06 20:27:26,970 autoreload 48468 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:27:27,330 autoreload 85641 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 20:27:29,940 log 85641 6128922624 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:27:29,943 basehttp 85641 6128922624 "GET /en/appointments/queue/ HTTP/1.1" 500 108424 ERROR 2025-08-06 20:27:30,739 log 85641 6128922624 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_date' into field. Choices are: acceptable_times, actual_duration_minutes, appointment_type, authorization_number, authorization_required, cancellation_reason, cancelled_at, cancelled_by, cancelled_by_id, checked_in_at, checked_in_by, checked_in_by_id, chief_complaint, clinical_notes, completed_at, created_at, created_by, created_by_id, duration_minutes, earliest_acceptable_date, encounters, flexible_scheduling, id, insurance_verified, interpreter_language, interpreter_needed, is_telemedicine, latest_acceptable_date, location, meeting_id, meeting_password, meeting_url, patient, patient_id, preferred_date, preferred_time, priority, provider, provider_id, queue_entries, referring_provider, reminder_preferences, request_id, rescheduled_appointments, rescheduled_from, rescheduled_from_id, room_number, scheduled_datetime, scheduled_end_datetime, special_requirements, specialty, status, telemedicine_platform, telemedicine_session, tenant, tenant_id, updated_at, urgency_score ERROR 2025-08-06 20:27:30,740 basehttp 85641 6128922624 "GET /en/appointments/queue/ HTTP/1.1" 500 108424 INFO 2025-08-06 20:29:16,693 autoreload 85641 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:29:17,025 autoreload 86400 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 20:31:24,873 basehttp 86400 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 19472 INFO 2025-08-06 20:31:24,914 basehttp 86400 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:31:33,046 basehttp 86400 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 19472 INFO 2025-08-06 20:31:33,091 basehttp 86400 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:32:33,084 basehttp 86400 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:33:22,710 autoreload 86400 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:33:23,012 autoreload 88148 8601149632 Watching for file changes with StatReloader WARNING 2025-08-06 20:33:27,210 log 88148 6161068032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 20:33:27,210 basehttp 88148 6161068032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 20:33:33,138 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:34:33,092 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:35:33,058 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:36:33,059 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:37:33,064 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:38:33,072 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:39:33,077 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:40:33,079 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:41:33,088 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:42:33,091 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:43:33,097 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:44:33,102 basehttp 88148 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:44:57,306 autoreload 88148 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-08-06 20:44:57,734 autoreload 93212 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 20:45:33,173 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:46:33,114 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:47:33,117 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:48:33,119 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:49:33,128 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:50:33,169 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:51:33,179 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:52:33,183 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:53:33,189 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:54:33,187 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:55:33,196 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:56:33,202 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:57:33,209 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 20:58:33,202 basehttp 93212 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-06 23:22:19,959 autoreload 24520 8601149632 Watching for file changes with StatReloader INFO 2025-08-06 23:22:26,279 basehttp 24520 6135820288 "GET / HTTP/1.1" 302 0 INFO 2025-08-06 23:22:26,491 basehttp 24520 6135820288 "GET /en/ HTTP/1.1" 200 47427 INFO 2025-08-06 23:22:26,601 basehttp 24520 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 23:22:26,602 basehttp 24520 6169473024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:26,604 basehttp 24520 6135820288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:26,605 basehttp 24520 6152646656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-06 23:22:26,665 log 24520 6152646656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:26,665 basehttp 24520 6152646656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:36,503 basehttp 24520 6152646656 "GET /en/ HTTP/1.1" 200 47427 WARNING 2025-08-06 23:22:36,526 log 24520 6152646656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:36,527 basehttp 24520 6152646656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:36,631 basehttp 24520 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 23:22:36,631 basehttp 24520 6135820288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 23:22:36,631 basehttp 24520 6152646656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:36,633 basehttp 24520 6169473024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:47,515 basehttp 24520 6169473024 "GET /en/ HTTP/1.1" 200 47427 INFO 2025-08-06 23:22:47,532 basehttp 24520 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-06 23:22:47,535 basehttp 24520 13438578688 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-06 23:22:47,536 basehttp 24520 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-06 23:22:47,537 log 24520 6135820288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:47,538 basehttp 24520 6135820288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:47,542 basehttp 24520 6169473024 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-06 23:22:47,545 basehttp 24520 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-06 23:22:47,545 basehttp 24520 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-06 23:22:47,547 basehttp 24520 13455405056 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-06 23:22:47,547 basehttp 24520 6152646656 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-06 23:22:47,680 basehttp 24520 6152646656 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-06 23:22:47,681 basehttp 24520 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-06 23:22:47,682 basehttp 24520 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-06 23:22:47,682 basehttp 24520 6169473024 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-06 23:22:47,682 basehttp 24520 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-06 23:22:47,685 basehttp 24520 6169473024 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-06 23:22:47,685 basehttp 24520 6135820288 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-06 23:22:47,685 basehttp 24520 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-06 23:22:47,686 basehttp 24520 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-06 23:22:47,686 basehttp 24520 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-06 23:22:47,688 basehttp 24520 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-06 23:22:47,688 basehttp 24520 6169473024 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-06 23:22:47,689 basehttp 24520 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-06 23:22:47,689 basehttp 24520 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-06 23:22:47,689 basehttp 24520 6135820288 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-06 23:22:47,690 basehttp 24520 6152646656 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-06 23:22:47,691 basehttp 24520 6169473024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-06 23:22:47,691 basehttp 24520 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-06 23:22:47,692 basehttp 24520 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-06 23:22:47,692 basehttp 24520 6152646656 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-06 23:22:47,693 basehttp 24520 6169473024 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-06 23:22:47,694 basehttp 24520 6135820288 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-06 23:22:47,694 basehttp 24520 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-06 23:22:47,703 basehttp 24520 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-06 23:22:47,732 basehttp 24520 6135820288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:47,735 basehttp 24520 6152646656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:47,736 basehttp 24520 6169473024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 23:22:47,741 basehttp 24520 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 WARNING 2025-08-06 23:22:47,812 log 24520 13455405056 Not Found: /favicon.ico WARNING 2025-08-06 23:22:47,812 basehttp 24520 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-06 23:22:54,199 basehttp 24520 13455405056 "GET /en/ HTTP/1.1" 200 47427 WARNING 2025-08-06 23:22:54,219 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:22:54,219 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:22:54,325 basehttp 24520 6135820288 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-06 23:22:54,327 basehttp 24520 6152646656 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-06 23:22:54,328 basehttp 24520 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:22:54,329 basehttp 24520 6169473024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-06 23:23:04,459 basehttp 24520 6169473024 "GET /en/analytics/ HTTP/1.1" 200 32345 WARNING 2025-08-06 23:23:04,475 log 24520 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:04,475 basehttp 24520 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:23:04,526 basehttp 24520 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-06 23:23:04,536 log 24520 13455405056 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-06 23:23:04,538 basehttp 24520 13455405056 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-06 23:23:12,136 log 24520 13455405056 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-06 23:23:12,137 basehttp 24520 13455405056 "GET /en/analytics/data-sources/ HTTP/1.1" 500 102740 WARNING 2025-08-06 23:23:12,153 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:12,153 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 23:23:14,648 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:14,649 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-06 23:23:14,664 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:14,664 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:23:16,046 log 24520 13455405056 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 527, in get_queryset return queryset.select_related('data_source').order_by('report_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'report_name' into field. Choices are: created_at, created_by, created_by_id, data_source, data_source_id, description, distribution_config, executions, is_active, name, next_execution, output_format, query_config, recipients, report_id, report_type, schedule_config, schedule_type, template_config, tenant, tenant_id, updated_at ERROR 2025-08-06 23:23:16,048 basehttp 24520 13455405056 "GET /en/analytics/reports/ HTTP/1.1" 500 101772 WARNING 2025-08-06 23:23:16,065 log 24520 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:16,065 basehttp 24520 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:23:42,757 autoreload 24520 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-06 23:23:43,073 autoreload 25136 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 23:23:44,177 log 25136 6155382784 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 534, in get_context_data ).order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-06 23:23:44,179 basehttp 25136 6155382784 "GET /en/analytics/reports/ HTTP/1.1" 500 103028 WARNING 2025-08-06 23:23:44,194 log 25136 6155382784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:23:44,194 basehttp 25136 6155382784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:24:03,927 autoreload 25136 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-06 23:24:04,255 autoreload 25293 8601149632 Watching for file changes with StatReloader ERROR 2025-08-06 23:24:04,716 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_list_api' not found. 'report_list_api' is not a valid view function or pattern name. ERROR 2025-08-06 23:24:04,718 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 167513 WARNING 2025-08-06 23:24:04,734 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:24:04,734 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:24:52,923 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_stats' not found. 'report_stats' is not a valid view function or pattern name. ERROR 2025-08-06 23:24:52,927 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 167038 WARNING 2025-08-06 23:24:52,941 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:24:52,942 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:26:12,591 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_generate' not found. 'report_generate' is not a valid view function or pattern name. ERROR 2025-08-06 23:26:12,593 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 167769 WARNING 2025-08-06 23:26:12,609 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:26:12,609 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-06 23:26:31,885 log 25293 6133297152 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_bulk_generate' not found. 'report_bulk_generate' is not a valid view function or pattern name. ERROR 2025-08-06 23:26:31,886 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 500 168973 WARNING 2025-08-06 23:26:31,901 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:26:31,901 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:27:29,206 basehttp 25293 6133297152 "GET /en/analytics/reports/ HTTP/1.1" 200 34715 INFO 2025-08-06 23:27:29,228 basehttp 25293 6133297152 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-06 23:27:29,228 basehttp 25293 6150123520 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-06 23:27:29,228 basehttp 25293 13707014144 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-06 23:27:29,230 log 25293 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:27:29,231 basehttp 25293 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:27:29,232 basehttp 25293 6133297152 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-06 23:27:29,232 basehttp 25293 6150123520 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-06 23:27:29,233 basehttp 25293 6166949888 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-06 23:27:29,279 basehttp 25293 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-06 23:27:29,299 basehttp 25293 6166949888 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754512049253 HTTP/1.1" 200 34715 ERROR 2025-08-06 23:27:29,309 log 25293 6133297152 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-06 23:27:29,310 basehttp 25293 6133297152 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-06 23:27:48,603 basehttp 25293 6133297152 "GET /en/analytics/ HTTP/1.1" 200 32345 WARNING 2025-08-06 23:27:48,625 log 25293 6133297152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:27:48,625 basehttp 25293 6133297152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-06 23:27:48,667 basehttp 25293 6133297152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-06 23:27:48,677 log 25293 6166949888 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-06 23:27:48,678 basehttp 25293 6166949888 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-06 23:27:52,917 log 25293 6166949888 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/dashboard_list.html, analytics/dashboard_list.html ERROR 2025-08-06 23:27:52,919 basehttp 25293 6166949888 "GET /en/analytics/dashboards/ HTTP/1.1" 500 85043 WARNING 2025-08-06 23:27:52,940 log 25293 6166949888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-06 23:27:52,940 basehttp 25293 6166949888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 04:33:54,221 basehttp 25293 6133297152 "GET /en/admin/pharmacy/prescription/ HTTP/1.1" 200 144681 INFO 2025-08-07 04:33:54,228 basehttp 25293 6166949888 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-07 04:33:54,228 basehttp 25293 6133297152 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-07 04:33:54,229 basehttp 25293 6150123520 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-07 04:33:54,229 basehttp 25293 13723840512 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-07 04:33:54,229 basehttp 25293 13707014144 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-07 04:33:54,231 basehttp 25293 6150123520 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-07 04:33:54,231 basehttp 25293 6166949888 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-07 04:33:54,232 basehttp 25293 13723840512 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-07 04:33:54,233 basehttp 25293 13707014144 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-07 04:33:54,234 basehttp 25293 6150123520 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-07 04:33:54,235 basehttp 25293 6166949888 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-07 04:33:54,236 basehttp 25293 13723840512 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-07 04:33:54,237 basehttp 25293 6150123520 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-07 04:33:54,241 basehttp 25293 6133297152 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-07 04:33:54,242 basehttp 25293 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:33:54,244 basehttp 25293 13740666880 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-07 04:33:54,244 basehttp 25293 13707014144 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-07 04:33:54,246 basehttp 25293 13707014144 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-07 04:33:54,254 basehttp 25293 13707014144 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-07 04:33:54,254 basehttp 25293 13740666880 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-07 04:33:54,254 basehttp 25293 6133297152 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-07 04:33:54,255 basehttp 25293 6133297152 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-07 04:34:36,027 basehttp 25293 6133297152 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135031 INFO 2025-08-07 04:34:36,037 basehttp 25293 13740666880 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-07 04:34:36,042 basehttp 25293 6133297152 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:42:23,991 autoreload 11041 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 04:42:26,849 basehttp 11041 6171373568 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 200 191521 INFO 2025-08-07 04:42:26,863 basehttp 11041 6171373568 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-07 04:42:26,864 basehttp 11041 6205026304 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-07 04:42:26,864 basehttp 11041 6255505408 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-07 04:42:26,864 basehttp 11041 6238679040 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-07 04:42:26,865 basehttp 11041 6221852672 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-07 04:42:26,865 basehttp 11041 6171373568 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-07 04:42:26,866 basehttp 11041 6171373568 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-07 04:42:26,867 basehttp 11041 6171373568 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-07 04:42:26,868 basehttp 11041 6171373568 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-07 04:42:26,869 basehttp 11041 6188199936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:42:26,870 basehttp 11041 6171373568 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-07 04:42:26,896 basehttp 11041 6171373568 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-07 04:42:26,897 basehttp 11041 6188199936 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-07 04:42:26,905 basehttp 11041 6188199936 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-08-07 04:42:34,287 basehttp 11041 6188199936 "POST /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 302 0 INFO 2025-08-07 04:42:34,325 basehttp 11041 6188199936 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135294 INFO 2025-08-07 04:42:34,339 basehttp 11041 6188199936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:42:55,654 autoreload 11277 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 04:42:58,114 basehttp 11277 6137360384 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 135037 INFO 2025-08-07 04:42:58,129 basehttp 11277 6137360384 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:46:38,154 autoreload 12918 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 04:46:40,738 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-07 04:46:40,754 basehttp 12918 6171865088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:46:46,096 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/?p=2 HTTP/1.1" 200 105452 INFO 2025-08-07 04:46:46,108 basehttp 12918 6171865088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:46:50,197 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/?p=1 HTTP/1.1" 200 137063 INFO 2025-08-07 04:46:50,207 basehttp 12918 6171865088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 04:56:35,712 basehttp 12918 6171865088 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 04:56:35,728 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:35,728 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 04:56:35,771 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 04:56:53,721 log 12918 6171865088 Not Found: /en/analytics/dashboards/2/ WARNING 2025-08-07 04:56:53,722 basehttp 12918 6171865088 "GET /en/analytics/dashboards/2/ HTTP/1.1" 404 30023 WARNING 2025-08-07 04:56:53,735 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:53,735 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 04:56:58,849 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:58,849 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 04:56:58,862 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 04:56:58,862 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 04:57:36,227 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 04:58:37,223 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 04:59:38,226 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:00:39,227 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:01:40,223 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:02:41,222 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:03:43,224 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:05:14,220 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:06:14,217 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 05:06:16,419 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:16,419 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:20,119 basehttp 12918 6171865088 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 05:06:20,136 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:20,136 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:20,215 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 05:06:22,653 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:22,653 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:22,668 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:22,668 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:23,825 basehttp 12918 6171865088 "GET /en/analytics/reports/ HTTP/1.1" 200 34715 WARNING 2025-08-07 05:06:23,844 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:23,844 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:23,886 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:06:23,903 basehttp 12918 6171865088 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754532383862 HTTP/1.1" 200 34715 ERROR 2025-08-07 05:06:23,916 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:06:23,918 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 WARNING 2025-08-07 05:06:32,696 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:32,696 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:32,710 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:32,710 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:06:34,739 log 12918 13170143232 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-07 05:06:34,740 basehttp 12918 13170143232 "GET /en/analytics/data-sources/ HTTP/1.1" 500 102740 WARNING 2025-08-07 05:06:34,752 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:34,752 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:39,494 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:39,494 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:39,511 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:39,512 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:06:42,064 log 12918 13170143232 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 05:06:42,065 basehttp 12918 13170143232 "GET /en/analytics/metrics/ HTTP/1.1" 500 102030 WARNING 2025-08-07 05:06:42,084 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:42,085 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:44,104 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:44,107 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:44,126 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:44,126 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:06:45,094 log 12918 13170143232 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:06:45,095 basehttp 12918 13170143232 "GET /en/analytics/executions/ HTTP/1.1" 500 130067 WARNING 2025-08-07 05:06:45,105 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:45,106 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:06:46,768 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:46,772 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:06:46,773 basehttp 12918 6171865088 - Broken pipe from ('127.0.0.1', 50326) ERROR 2025-08-07 05:06:46,784 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:06:46,785 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 WARNING 2025-08-07 05:06:46,786 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:06:46,787 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:07:05,157 log 12918 6171865088 Internal Server Error: /en/analytics/data-sources/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: analytics/data_source_form.html ERROR 2025-08-07 05:07:05,159 basehttp 12918 6171865088 "GET /en/analytics/data-sources/create/ HTTP/1.1" 500 82143 WARNING 2025-08-07 05:07:05,178 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:07:05,178 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:07:07,983 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:07:07,983 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:07:08,002 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:07:08,002 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:07:17,226 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:07:17,235 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:07:17,237 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:07:48,229 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:07:48,231 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:08:18,207 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:08:19,207 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:08:19,208 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:08:50,227 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:08:50,228 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:09:19,213 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:09:21,232 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:09:21,232 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:10:14,210 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:10:14,210 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:10:20,208 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:11:14,233 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:11:14,234 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:11:21,210 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:12:14,220 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:12:14,220 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:12:22,197 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:13:14,209 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:13:14,210 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:14:14,192 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:14:14,202 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:14:14,205 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:15:14,201 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:15:14,202 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:16:14,202 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:16:14,211 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:16:14,212 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:17:14,222 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:17:14,224 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:18:14,200 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:18:14,219 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:18:14,221 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:19:14,210 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:19:14,211 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:20:14,198 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:20:14,214 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:20:14,216 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:21:14,198 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:21:14,199 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:22:14,206 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:22:14,224 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:22:14,225 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:23:14,192 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:23:14,193 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:24:14,203 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:24:14,220 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:24:14,222 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:25:14,243 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:25:14,244 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:26:14,202 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:26:14,218 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:26:14,219 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:27:14,217 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:27:14,218 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:28:14,276 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:28:14,287 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:28:14,288 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:29:14,283 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:29:14,285 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:30:14,278 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:30:14,296 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:30:14,297 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:31:14,288 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:31:14,290 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:32:14,269 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:32:14,282 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:32:14,283 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:33:14,277 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:33:14,278 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:34:14,248 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:34:14,258 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:34:14,258 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:35:14,270 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:35:14,271 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:36:14,275 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:36:14,293 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:36:14,295 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:37:14,269 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:37:14,270 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:38:00,383 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:38:00,393 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:38:00,394 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:38:04,032 basehttp 12918 13170143232 "GET /en/analytics/ HTTP/1.1" 200 32345 INFO 2025-08-07 05:38:04,144 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:38:04,158 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:38:04,162 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 WARNING 2025-08-07 05:38:04,168 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:04,168 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:38:06,921 log 12918 13170143232 Internal Server Error: /en/analytics/widgets/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 252, in get_queryset queryset = DashboardWidget.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: auto_refresh, chart_type, color_scheme, created_at, dashboard, dashboard_id, data_source, data_source_id, description, display_config, height, is_active, name, position_x, position_y, query_config, refresh_interval, updated_at, widget_id, widget_type, width ERROR 2025-08-07 05:38:06,923 basehttp 12918 13170143232 "GET /en/analytics/widgets/ HTTP/1.1" 500 130326 WARNING 2025-08-07 05:38:06,940 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:06,940 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:38:08,923 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:08,924 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:38:08,941 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:38:08,941 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:38:34,154 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:38:34,156 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:39:04,150 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:39:04,164 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:39:04,166 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:39:34,147 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:39:34,148 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:40:04,154 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:40:04,196 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:40:04,197 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:40:34,165 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:40:34,166 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:41:04,267 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:41:04,284 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:41:04,285 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:41:35,285 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:41:35,287 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:42:05,258 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:42:14,278 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:42:14,279 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:43:06,264 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:43:14,273 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:43:14,274 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 05:44:07,258 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 ERROR 2025-08-07 05:44:14,242 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:44:14,242 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 ERROR 2025-08-07 05:44:52,144 log 12918 6171865088 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:44:52,144 basehttp 12918 6171865088 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 WARNING 2025-08-07 05:44:53,803 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:44:53,803 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:44:53,879 basehttp 12918 6171865088 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754534693804 HTTP/1.1" 200 34715 ERROR 2025-08-07 05:44:53,889 log 12918 13170143232 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 05:44:53,890 basehttp 12918 13170143232 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 05:44:56,640 basehttp 12918 13170143232 "GET / HTTP/1.1" 302 0 INFO 2025-08-07 05:44:56,666 basehttp 12918 6171865088 "GET /en/ HTTP/1.1" 200 47437 WARNING 2025-08-07 05:44:56,684 log 12918 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:44:56,684 basehttp 12918 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:44:56,784 basehttp 12918 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 INFO 2025-08-07 05:44:56,788 basehttp 12918 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-07 05:44:56,789 basehttp 12918 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-07 05:44:56,790 basehttp 12918 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-07 05:45:05,316 basehttp 12918 13170143232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47599 WARNING 2025-08-07 05:45:05,336 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:05,336 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:45:05,380 basehttp 12918 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4444 WARNING 2025-08-07 05:45:08,387 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:08,387 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 05:45:08,406 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:08,406 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 05:45:26,764 basehttp 12918 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-07 05:45:54,256 log 12918 13170143232 Not Found: /en/metrics/ WARNING 2025-08-07 05:45:54,257 basehttp 12918 13170143232 "GET /en/metrics/ HTTP/1.1" 404 29628 WARNING 2025-08-07 05:45:54,274 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:45:54,274 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 05:46:12,009 log 12918 13170143232 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 05:46:12,010 basehttp 12918 13170143232 "GET /en/analytics/metrics/ HTTP/1.1" 500 101866 WARNING 2025-08-07 05:46:12,027 log 12918 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 05:46:12,027 basehttp 12918 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 12:55:37,244 basehttp 12918 6171865088 "GET /en/admin/patients/patientprofile/?p=1 HTTP/1.1" 200 137063 INFO 2025-08-07 13:53:30,542 autoreload 12918 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:53:31,016 autoreload 86031 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 13:53:33,328 log 86031 6133395456 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 13:53:33,331 basehttp 86031 6133395456 "GET /en/analytics/metrics/ HTTP/1.1" 500 102003 WARNING 2025-08-07 13:53:33,347 log 86031 6133395456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:53:33,347 basehttp 86031 6133395456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 13:53:36,809 log 86031 6133395456 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 735, in get_queryset return queryset.select_related('data_source').order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-07 13:53:36,810 basehttp 86031 6133395456 "GET /en/analytics/metrics/ HTTP/1.1" 500 102003 WARNING 2025-08-07 13:53:36,822 log 86031 6133395456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:53:36,822 basehttp 86031 6133395456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:53:47,699 autoreload 86031 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:53:48,017 autoreload 86184 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 13:53:51,082 log 86184 6159921152 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 742, in get_context_data ).order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-07 13:53:51,084 basehttp 86184 6159921152 "GET /en/analytics/metrics/ HTTP/1.1" 500 102964 WARNING 2025-08-07 13:53:51,102 log 86184 6159921152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:53:51,102 basehttp 86184 6159921152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:54:07,717 autoreload 86184 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:54:07,991 autoreload 86337 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 13:54:12,321 basehttp 86337 6199980032 "GET /en/analytics/metrics/ HTTP/1.1" 200 34909 WARNING 2025-08-07 13:54:12,341 log 86337 6199980032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:12,342 basehttp 86337 6199980032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:54:12,387 basehttp 86337 6199980032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:54:48,529 autoreload 86337 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:54:48,903 autoreload 86643 8601149632 Watching for file changes with StatReloader WARNING 2025-08-07 13:54:49,900 log 86643 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:49,900 basehttp 86643 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 13:54:49,916 log 86643 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:49,916 basehttp 86643 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 13:54:52,070 log 86643 12918534144 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_create' not found. 'metric_create' is not a valid view function or pattern name. ERROR 2025-08-07 13:54:52,072 basehttp 86643 12918534144 "GET /en/analytics/metrics/ HTTP/1.1" 500 166700 WARNING 2025-08-07 13:54:52,087 log 86643 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:54:52,087 basehttp 86643 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:55:33,508 autoreload 86643 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 13:55:33,816 autoreload 86954 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 13:55:35,472 basehttp 86954 6201110528 "GET /en/analytics/metrics/ HTTP/1.1" 200 34909 WARNING 2025-08-07 13:55:35,489 log 86954 6201110528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 13:55:35,489 basehttp 86954 6201110528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 13:55:35,527 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:56:35,541 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:57:35,523 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:58:35,509 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 13:59:35,504 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:00:35,507 basehttp 86954 6201110528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:01:12,491 autoreload 86954 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 14:01:12,778 autoreload 89390 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 14:01:35,710 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:02:37,674 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:04:32,674 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:06:32,673 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:08:32,675 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:10:32,674 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:12:32,728 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:14:32,715 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:16:32,729 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:17:51,964 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:18:51,949 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:19:51,963 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:20:51,967 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:21:51,969 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:22:51,976 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:23:51,975 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:24:51,976 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:25:51,980 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:26:51,987 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:27:51,982 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:28:51,873 basehttp 89390 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 14:44:51,718 autoreload 9056 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 14:44:53,756 log 9056 6131118080 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_create' not found. 'metric_create' is not a valid view function or pattern name. ERROR 2025-08-07 14:44:53,760 basehttp 9056 6131118080 "GET /en/analytics/metrics/ HTTP/1.1" 500 166602 WARNING 2025-08-07 14:44:53,936 log 9056 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 14:44:53,936 basehttp 9056 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 14:45:29,915 log 9056 6131118080 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_list_api' not found. 'metric_list_api' is not a valid view function or pattern name. ERROR 2025-08-07 14:45:29,917 basehttp 9056 6131118080 "GET /en/analytics/metrics/ HTTP/1.1" 500 168271 WARNING 2025-08-07 14:45:29,932 log 9056 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 14:45:29,932 basehttp 9056 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 14:46:00,116 log 9056 6131118080 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_stats' not found. 'metric_stats' is not a valid view function or pattern name. ERROR 2025-08-07 14:46:00,118 basehttp 9056 6131118080 "GET /en/analytics/metrics/ HTTP/1.1" 500 167811 WARNING 2025-08-07 14:46:00,130 log 9056 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 14:46:00,130 basehttp 9056 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:06:04,086 autoreload 9056 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:06:04,459 autoreload 18294 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:06:34,578 autoreload 18294 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 15:06:34,909 autoreload 18530 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 15:06:38,162 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_detail' not found. 'metric_detail' is not a valid view function or pattern name. ERROR 2025-08-07 15:06:38,164 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 168120 WARNING 2025-08-07 15:06:38,181 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:06:38,181 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 15:07:08,122 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_refresh' not found. 'metric_refresh' is not a valid view function or pattern name. ERROR 2025-08-07 15:07:08,124 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 168621 WARNING 2025-08-07 15:07:08,142 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:07:08,142 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 15:07:55,899 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-07 15:07:55,900 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 167465 WARNING 2025-08-07 15:07:55,911 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:07:55,911 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 15:08:25,412 log 18530 6129823744 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_bulk_activate' not found. 'metric_bulk_activate' is not a valid view function or pattern name. ERROR 2025-08-07 15:08:25,413 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 500 169611 WARNING 2025-08-07 15:08:25,428 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:08:25,428 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:09:03,318 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 200 35964 WARNING 2025-08-07 15:09:03,341 log 18530 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:09:03,342 basehttp 18530 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:09:03,401 basehttp 18530 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:09:03,410 basehttp 18530 6146650112 "GET /en/analytics/metrics/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754568543341 HTTP/1.1" 200 35964 ERROR 2025-08-07 15:09:03,413 log 18530 6163476480 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:09:03,413 basehttp 18530 6163476480 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:10:03,398 basehttp 18530 6163476480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:10:45,388 basehttp 18530 6129823744 "GET /en/analytics/metrics/ HTTP/1.1" 200 35964 INFO 2025-08-07 15:10:45,416 basehttp 18530 13438578688 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-07 15:10:45,416 basehttp 18530 6163476480 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-07 15:10:45,418 basehttp 18530 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-07 15:10:45,421 basehttp 18530 13455405056 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 WARNING 2025-08-07 15:10:45,425 log 18530 6163476480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-07 15:10:45,425 basehttp 18530 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-07 15:10:45,426 basehttp 18530 6163476480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:10:45,428 basehttp 18530 6129823744 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-07 15:10:45,432 basehttp 18530 6146650112 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-07 15:10:45,432 basehttp 18530 13472231424 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-07 15:10:45,436 basehttp 18530 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-07 15:10:45,443 basehttp 18530 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-07 15:10:45,447 basehttp 18530 13455405056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-07 15:10:45,447 basehttp 18530 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-07 15:10:45,453 basehttp 18530 13438578688 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-07 15:10:45,454 basehttp 18530 13455405056 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-07 15:10:45,821 basehttp 18530 6146650112 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-07 15:10:45,822 basehttp 18530 6129823744 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-07 15:10:45,822 basehttp 18530 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-07 15:10:45,824 basehttp 18530 13472231424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-07 15:10:45,824 basehttp 18530 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-07 15:10:45,828 basehttp 18530 6163476480 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-07 15:10:45,829 basehttp 18530 6129823744 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-07 15:10:45,829 basehttp 18530 13472231424 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-07 15:10:45,829 basehttp 18530 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-07 15:10:45,832 basehttp 18530 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-07 15:10:45,834 basehttp 18530 6163476480 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-07 15:10:45,834 basehttp 18530 6129823744 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-07 15:10:45,834 basehttp 18530 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-07 15:10:45,836 basehttp 18530 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-07 15:10:45,838 basehttp 18530 6163476480 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-07 15:10:45,838 basehttp 18530 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-07 15:10:45,838 basehttp 18530 6129823744 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-07 15:10:45,839 basehttp 18530 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-07 15:10:45,839 basehttp 18530 6146650112 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-07 15:10:45,843 basehttp 18530 6163476480 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-07 15:10:45,845 basehttp 18530 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-07 15:10:45,846 basehttp 18530 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-07 15:10:45,846 basehttp 18530 6146650112 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-07 15:10:45,849 basehttp 18530 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:10:45,853 basehttp 18530 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 ERROR 2025-08-07 15:10:45,867 log 18530 6129823744 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:10:45,867 basehttp 18530 6129823744 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:10:45,870 basehttp 18530 13455405056 "GET /en/analytics/metrics/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754568645803 HTTP/1.1" 200 35964 WARNING 2025-08-07 15:10:52,638 log 18530 13455405056 Not Found: /favicon.ico WARNING 2025-08-07 15:10:52,639 basehttp 18530 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-07 15:11:45,863 basehttp 18530 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:12:45,859 basehttp 18530 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:12:45,881 basehttp 18530 13455405056 "GET /en/analytics/metrics/?draw=2&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754568645804 HTTP/1.1" 200 35964 ERROR 2025-08-07 15:12:45,882 log 18530 6129823744 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:12:45,882 basehttp 18530 6129823744 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:19:10,559 autoreload 18530 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:19:11,068 autoreload 24046 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 15:19:14,864 log 24046 13170143232 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:19:14,864 basehttp 24046 13170143232 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-07 15:19:14,950 basehttp 24046 6150238208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:19:14,989 log 24046 6133411840 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_list' not found. 'metric_list' is not a valid view function or pattern name. ERROR 2025-08-07 15:19:14,995 log 24046 6167064576 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_list' not found. 'metric_list' is not a valid view function or pattern name. ERROR 2025-08-07 15:19:14,998 basehttp 24046 6133411840 "GET /en/analytics/metrics/ HTTP/1.1" 500 177756 INFO 2025-08-07 15:19:15,004 basehttp 24046 6167064576 - Broken pipe from ('127.0.0.1', 53163) WARNING 2025-08-07 15:19:15,021 log 24046 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:19:15,021 basehttp 24046 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:10,136 autoreload 24046 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 15:20:10,485 autoreload 24439 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:20:13,166 basehttp 24439 6136672256 "GET /en/analytics/metrics/ HTTP/1.1" 200 35973 WARNING 2025-08-07 15:20:13,188 log 24439 6136672256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:13,190 basehttp 24439 6136672256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:13,251 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:13,275 basehttp 24439 6136672256 "GET /en/analytics/ajax/metric-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754569213208 HTTP/1.1" 200 64 ERROR 2025-08-07 15:20:13,277 log 24439 6153498624 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-07 15:20:13,277 basehttp 24439 6153498624 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 WARNING 2025-08-07 15:20:23,796 log 24439 6153498624 Not Found: /en/metrics/ WARNING 2025-08-07 15:20:23,797 basehttp 24439 6153498624 "GET /en/metrics/ HTTP/1.1" 404 29628 WARNING 2025-08-07 15:20:23,823 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:23,823 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:24,657 basehttp 24439 6153498624 "GET /en/ HTTP/1.1" 200 47277 WARNING 2025-08-07 15:20:24,675 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:24,675 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:24,714 basehttp 24439 6136672256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-07 15:20:24,714 basehttp 24439 6170324992 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-07 15:20:24,715 basehttp 24439 6153498624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-07 15:20:36,131 basehttp 24439 6153498624 "GET /en/appointments/ HTTP/1.1" 200 33059 WARNING 2025-08-07 15:20:36,152 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:36,152 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:36,182 basehttp 24439 6153498624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:36,186 basehttp 24439 6170324992 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-07 15:20:40,930 basehttp 24439 6170324992 "GET / HTTP/1.1" 302 0 INFO 2025-08-07 15:20:40,950 basehttp 24439 6153498624 "GET /en/ HTTP/1.1" 200 47277 WARNING 2025-08-07 15:20:40,971 log 24439 6153498624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:40,971 basehttp 24439 6153498624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:41,034 basehttp 24439 6153498624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:41,038 basehttp 24439 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-07 15:20:41,038 basehttp 24439 6170324992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-07 15:20:41,039 basehttp 24439 6136672256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-07 15:20:44,225 basehttp 24439 6136672256 "GET /en/analytics/ HTTP/1.1" 200 32345 WARNING 2025-08-07 15:20:44,238 log 24439 6136672256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:44,239 basehttp 24439 6136672256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:44,260 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:20:44,270 log 24439 6170324992 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:20:44,272 basehttp 24439 6170324992 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117391 INFO 2025-08-07 15:20:49,334 basehttp 24439 6170324992 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 15:20:49,353 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:49,353 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:49,404 basehttp 24439 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 15:20:52,676 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:52,677 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 15:20:52,706 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:52,706 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:54,144 basehttp 24439 6170324992 "GET /en/analytics/reports/ HTTP/1.1" 200 34715 WARNING 2025-08-07 15:20:54,167 log 24439 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:20:54,167 basehttp 24439 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:20:54,205 basehttp 24439 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:20:54,236 basehttp 24439 6170324992 "GET /en/analytics/reports/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569254194 HTTP/1.1" 200 34715 ERROR 2025-08-07 15:20:54,248 log 24439 6136672256 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:20:54,250 basehttp 24439 6136672256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 15:21:54,735 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:22:55,743 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:23:56,743 basehttp 24439 6136672256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:24:14,678 autoreload 24439 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:24:15,103 autoreload 26275 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:24:40,058 autoreload 26275 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 15:24:40,418 autoreload 26433 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:24:42,079 basehttp 26433 6193901568 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:24:42,105 log 26433 6193901568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:24:42,106 basehttp 26433 6193901568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:24:42,152 basehttp 26433 6193901568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:24:42,167 log 26433 6193901568 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:24:42,167 basehttp 26433 6193901568 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569482111 HTTP/1.1" 500 432 ERROR 2025-08-07 15:24:42,181 log 26433 6210727936 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:24:42,184 basehttp 26433 6210727936 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 15:24:45,213 basehttp 26433 6210727936 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:24:45,236 log 26433 6210727936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:24:45,237 basehttp 26433 6210727936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:24:45,274 basehttp 26433 6210727936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:24:45,300 log 26433 6210727936 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:24:45,301 basehttp 26433 6210727936 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569485236 HTTP/1.1" 500 432 ERROR 2025-08-07 15:24:45,309 log 26433 6193901568 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:24:45,310 basehttp 26433 6193901568 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117251 INFO 2025-08-07 15:25:45,290 basehttp 26433 6193901568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:26:45,293 basehttp 26433 6193901568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:27:43,385 autoreload 26433 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:27:43,736 autoreload 27726 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:27:45,387 basehttp 27726 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:27:45,942 basehttp 27726 6126661632 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:27:45,957 log 27726 6126661632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:27:45,958 basehttp 27726 6126661632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:27:45,994 basehttp 27726 6126661632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:27:46,031 log 27726 6126661632 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:27:46,039 log 27726 6143488000 Internal Server Error: /en/analytics/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 897, in analytics_stats 'executions_today': ReportExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 15:27:46,043 basehttp 27726 6126661632 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569665960 HTTP/1.1" 500 432 ERROR 2025-08-07 15:27:46,054 basehttp 27726 6143488000 "GET /en/analytics/htmx/stats/ HTTP/1.1" 500 117848 INFO 2025-08-07 15:28:12,768 autoreload 27726 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:28:13,121 autoreload 27957 8601149632 Watching for file changes with StatReloader WARNING 2025-08-07 15:28:14,176 log 27957 6159511552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:28:14,177 basehttp 27957 6159511552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 15:28:14,232 log 27957 6159511552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:28:14,232 basehttp 27957 6159511552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:28:16,037 basehttp 27957 6159511552 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:28:16,056 log 27957 6159511552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:28:16,056 basehttp 27957 6159511552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:28:16,098 basehttp 27957 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:28:16,114 log 27957 6159511552 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:28:16,114 basehttp 27957 6159511552 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569696061 HTTP/1.1" 500 432 INFO 2025-08-07 15:28:16,118 basehttp 27957 13304360960 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:29:01,697 basehttp 27957 13304360960 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:29:01,739 log 27957 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:29:01,739 basehttp 27957 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:29:01,762 basehttp 27957 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:29:01,781 log 27957 13304360960 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:29:01,781 basehttp 27957 13304360960 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569741724 HTTP/1.1" 500 432 INFO 2025-08-07 15:29:01,782 basehttp 27957 6159511552 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:29:55,812 autoreload 28718 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:29:58,424 basehttp 28718 6127398912 "GET /en/analytics/reports/ HTTP/1.1" 200 34724 WARNING 2025-08-07 15:29:58,447 log 28718 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:29:58,447 basehttp 28718 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:29:58,504 basehttp 28718 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:29:58,515 log 28718 6144225280 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:29:58,516 basehttp 28718 6144225280 "GET /en/analytics/ajax/report-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569798446 HTTP/1.1" 500 432 INFO 2025-08-07 15:29:58,523 basehttp 28718 6161051648 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:30:58,506 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:31:58,497 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:32:58,506 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:33:58,524 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:34:58,543 basehttp 28718 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-07 15:34:58,545 log 28718 6144225280 Internal Server Error: /en/analytics/ajax/report-list/ ERROR 2025-08-07 15:34:58,545 basehttp 28718 6144225280 "GET /en/analytics/ajax/report-list/?draw=2&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=type&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=status&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=last_generated&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=next_run&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=created_by&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=5&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&type=&_=1754569798447 HTTP/1.1" 500 432 INFO 2025-08-07 15:34:58,547 basehttp 28718 6127398912 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:38:24,464 autoreload 28718 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:38:24,825 autoreload 32373 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:38:53,298 basehttp 32373 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:38:53,299 basehttp 32373 6137622528 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 WARNING 2025-08-07 15:38:53,319 log 32373 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:38:53,319 basehttp 32373 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:38:53,335 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:38:53,372 basehttp 32373 6137622528 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754570333316 HTTP/1.1" 200 12 INFO 2025-08-07 15:38:53,374 basehttp 32373 6154448896 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:39:53,341 basehttp 32373 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:40:53,359 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:41:53,371 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:42:53,354 basehttp 32373 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:43:53,119 autoreload 32373 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-07 15:43:53,529 autoreload 34822 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 15:43:56,583 basehttp 34822 6190673920 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 WARNING 2025-08-07 15:43:56,614 log 34822 6190673920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 15:43:56,616 basehttp 34822 6190673920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 15:43:56,662 basehttp 34822 6190673920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:43:56,694 basehttp 34822 6207500288 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754570636605 HTTP/1.1" 200 12 INFO 2025-08-07 15:43:56,708 basehttp 34822 6224326656 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-07 15:44:05,486 basehttp 34822 6224326656 "GET /en/admin/analytics/report/ HTTP/1.1" 200 70385 INFO 2025-08-07 15:44:05,504 basehttp 34822 6207500288 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-07 15:44:05,504 basehttp 34822 6241153024 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-07 15:44:05,504 basehttp 34822 6190673920 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-07 15:44:05,505 basehttp 34822 6257979392 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-07 15:44:05,505 basehttp 34822 6224326656 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-07 15:44:05,507 basehttp 34822 6207500288 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-07 15:44:05,507 basehttp 34822 6190673920 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-07 15:44:05,508 basehttp 34822 6224326656 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-07 15:44:05,509 basehttp 34822 6257979392 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-07 15:44:05,509 basehttp 34822 6190673920 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-07 15:44:05,510 basehttp 34822 6207500288 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-07 15:44:05,511 basehttp 34822 6224326656 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-07 15:44:05,512 basehttp 34822 6190673920 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-07 15:44:05,514 basehttp 34822 6241153024 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-07 15:44:05,514 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:05,515 basehttp 34822 6274805760 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-07 15:44:05,516 basehttp 34822 6257979392 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-07 15:44:05,518 basehttp 34822 6257979392 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-07 15:44:05,524 basehttp 34822 6257979392 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-07 15:44:05,525 basehttp 34822 6241153024 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-07 15:44:05,525 basehttp 34822 6274805760 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-07 15:44:06,835 basehttp 34822 6274805760 "GET /en/admin/analytics/reportexecution/ HTTP/1.1" 200 69928 INFO 2025-08-07 15:44:06,851 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:07,455 basehttp 34822 6274805760 "GET /en/admin/analytics/metricvalue/ HTTP/1.1" 200 70951 INFO 2025-08-07 15:44:07,471 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:08,640 basehttp 34822 6274805760 "GET /en/admin/analytics/metricdefinition/ HTTP/1.1" 200 69854 INFO 2025-08-07 15:44:08,657 basehttp 34822 6274805760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 15:44:56,867 basehttp 34822 6274805760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 15:45:57,869 basehttp 34822 6274805760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:29:01,089 autoreload 49819 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:29:04,345 basehttp 49819 6201634816 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 INFO 2025-08-07 16:29:04,443 basehttp 49819 6201634816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:29:04,471 log 49819 6235287552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:29:04,472 basehttp 49819 6235287552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:29:04,477 log 49819 6201634816 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1247, in report_list 'id': report.id, ^^^^^^^^^ AttributeError: 'Report' object has no attribute 'id' ERROR 2025-08-07 16:29:04,479 basehttp 49819 6201634816 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754573344402 HTTP/1.1" 500 74309 INFO 2025-08-07 16:29:04,480 basehttp 49819 6218461184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-07 16:29:07,392 log 49819 6218461184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:29:07,392 basehttp 49819 6218461184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:29:09,015 log 49819 6218461184 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_detail' with arguments '(UUID('01ba0781-420e-4cb2-8abc-88e341ed824e'),)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9]+)/\\Z'] ERROR 2025-08-07 16:29:09,017 basehttp 49819 6218461184 "GET /en/analytics/ HTTP/1.1" 500 225217 WARNING 2025-08-07 16:29:09,027 log 49819 6218461184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:29:09,027 basehttp 49819 6218461184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:30:08,588 autoreload 49819 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:30:08,856 autoreload 50364 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:30:11,678 log 50364 6163017728 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(UUID('605e5533-a71e-435d-a570-4181de1ba1e4'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-07 16:30:11,679 basehttp 50364 6163017728 "GET /en/analytics/ HTTP/1.1" 500 224681 WARNING 2025-08-07 16:30:11,697 log 50364 6163017728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:30:11,697 basehttp 50364 6163017728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:30:39,995 autoreload 50364 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:30:40,263 autoreload 50607 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:30:40,610 log 50607 6127857664 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_execution_detail' with arguments '(UUID('85be46b1-9837-4c5b-b9d7-7674dbc1caeb'),)' not found. 1 pattern(s) tried: ['en/analytics/executions/(?P[0-9]+)/\\Z'] ERROR 2025-08-07 16:30:40,612 basehttp 50607 6127857664 "GET /en/analytics/ HTTP/1.1" 500 225425 WARNING 2025-08-07 16:30:40,629 log 50607 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:30:40,630 basehttp 50607 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:01,133 autoreload 50607 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:31:01,441 autoreload 50783 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:31:02,405 basehttp 50783 6190018560 "GET /en/analytics/ HTTP/1.1" 200 52656 WARNING 2025-08-07 16:31:02,425 log 50783 6190018560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:02,425 basehttp 50783 6190018560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:02,485 basehttp 50783 6190018560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:31:02,487 basehttp 50783 6206844928 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-07 16:31:16,604 log 50783 6206844928 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_detail' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-07 16:31:16,605 basehttp 50783 6206844928 "GET /en/analytics/dashboards/ HTTP/1.1" 500 208233 WARNING 2025-08-07 16:31:16,619 log 50783 6206844928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:16,619 basehttp 50783 6206844928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:32,731 autoreload 50783 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:31:33,008 autoreload 51017 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:31:34,036 log 51017 6168391680 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_update' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/update/\\Z'] ERROR 2025-08-07 16:31:34,037 basehttp 51017 6168391680 "GET /en/analytics/dashboards/ HTTP/1.1" 500 208652 WARNING 2025-08-07 16:31:34,055 log 51017 6168391680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:34,055 basehttp 51017 6168391680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:43,504 autoreload 51017 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:31:43,771 autoreload 51108 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:31:44,795 basehttp 51108 6201421824 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68606 WARNING 2025-08-07 16:31:44,812 log 51108 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:31:44,812 basehttp 51108 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:31:44,855 basehttp 51108 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:32:18,892 log 51108 6201421824 Not Found: /en/analytics/dashboards/2/ WARNING 2025-08-07 16:32:18,892 basehttp 51108 6201421824 "GET /en/analytics/dashboards/2/ HTTP/1.1" 404 30023 WARNING 2025-08-07 16:32:18,911 log 51108 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:32:18,911 basehttp 51108 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:33:06,846 basehttp 51108 6201421824 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159500 INFO 2025-08-07 16:33:06,859 basehttp 51108 6218248192 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-07 16:33:06,859 basehttp 51108 6201421824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-07 16:33:09,144 log 51108 6201421824 Internal Server Error: /en/admin/analytics/dashboard/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Dashboard has no field named 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 94, in widget_count_display return obj.widget_count ^^^^^^^^^^^^^^^^ AttributeError: 'Dashboard' object has no attribute 'widget_count' ERROR 2025-08-07 16:33:09,147 basehttp 51108 6201421824 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 500 392541 INFO 2025-08-07 16:34:09,638 autoreload 51108 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:34:09,951 autoreload 52185 8601149632 Watching for file changes with StatReloader ERROR 2025-08-07 16:34:11,279 log 52185 6166278144 Internal Server Error: /en/admin/analytics/dashboard/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Dashboard has no field named 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 94, in widget_count_display return obj.value_count ^^^^^^^^^^^^^^^ AttributeError: 'Dashboard' object has no attribute 'value_count' ERROR 2025-08-07 16:34:11,283 basehttp 52185 6166278144 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 500 392668 ERROR 2025-08-07 16:34:12,201 log 52185 6166278144 Internal Server Error: /en/admin/analytics/dashboard/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Dashboard has no field named 'widget_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 94, in widget_count_display return obj.value_count ^^^^^^^^^^^^^^^ AttributeError: 'Dashboard' object has no attribute 'value_count' ERROR 2025-08-07 16:34:12,205 basehttp 52185 6166278144 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 500 392668 INFO 2025-08-07 16:34:24,624 autoreload 52185 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:34:24,919 autoreload 52268 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:34:40,442 autoreload 52268 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:34:40,695 autoreload 52421 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:35:02,470 autoreload 52421 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py changed, reloading. INFO 2025-08-07 16:35:02,726 autoreload 52574 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:35:05,673 basehttp 52574 6124318720 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 81957 INFO 2025-08-07 16:35:05,690 basehttp 52574 6141145088 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-07 16:35:05,752 basehttp 52574 6124318720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 16:35:13,414 basehttp 52574 6124318720 "GET /en/admin/analytics/dashboard/4a7abedc-fd38-4e85-b801-fecbec0f886c/change/ HTTP/1.1" 200 176908 INFO 2025-08-07 16:35:13,424 basehttp 52574 6124318720 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-07 16:35:13,427 basehttp 52574 13186969600 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-07 16:35:13,427 basehttp 52574 6124318720 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-07 16:35:13,427 basehttp 52574 13170143232 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-07 16:35:13,428 basehttp 52574 6157971456 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-07 16:35:13,428 basehttp 52574 13203795968 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-07 16:35:13,429 basehttp 52574 13203795968 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-07 16:35:13,429 basehttp 52574 13203795968 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-07 16:35:13,430 basehttp 52574 13203795968 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-07 16:35:13,431 basehttp 52574 6141145088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 16:35:13,457 basehttp 52574 6141145088 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-07 16:35:33,863 basehttp 52574 6141145088 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 81957 INFO 2025-08-07 16:36:05,924 autoreload 52574 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-07 16:36:06,217 autoreload 53036 8601149632 Watching for file changes with StatReloader INFO 2025-08-07 16:36:06,547 basehttp 53036 6128594944 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 81957 INFO 2025-08-07 16:36:06,563 basehttp 53036 6128594944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-07 16:36:08,355 basehttp 53036 6128594944 "GET /en/admin/analytics/dashboard/c7b82360-3ccb-42e9-934d-05fd5e2e2c3d/change/ HTTP/1.1" 200 176848 INFO 2025-08-07 16:36:08,372 basehttp 53036 6128594944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-07 16:36:11,079 log 53036 6128594944 Not Found: /en/analytics/dashboards/2/ WARNING 2025-08-07 16:36:11,080 basehttp 53036 6128594944 "GET /en/analytics/dashboards/2/ HTTP/1.1" 404 44018 WARNING 2025-08-07 16:36:11,098 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:36:11,099 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:36:12,452 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-07 16:36:12,455 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:36:12,455 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:36:12,473 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:36:12,473 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:36:13,148 log 53036 6128594944 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_detail' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/analytics/dashboards/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-07 16:36:13,150 basehttp 53036 6128594944 "GET /en/analytics/dashboards/ HTTP/1.1" 500 208370 WARNING 2025-08-07 16:36:13,161 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:36:13,161 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:42:49,555 log 53036 6128594944 Internal Server Error: /en/analytics/dashboards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_stats' not found. 'dashboard_stats' is not a valid view function or pattern name. ERROR 2025-08-07 16:42:49,561 basehttp 53036 6128594944 "GET /en/analytics/dashboards/ HTTP/1.1" 500 187183 WARNING 2025-08-07 16:42:49,581 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:42:49,581 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:44:19,844 basehttp 53036 6128594944 "GET /en/analytics/dashboards/ HTTP/1.1" 200 118847 WARNING 2025-08-07 16:44:19,858 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:44:19,858 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:44:19,927 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:44:24,835 basehttp 53036 6128594944 "GET /en/analytics/dashboards/1996a6e8-0f93-42c6-a49d-75e5e95b0619/ HTTP/1.1" 200 65397 WARNING 2025-08-07 16:44:24,848 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:44:24,848 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:44:24,892 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:45:21,677 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:45:21,690 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:45:21,691 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:45:21,716 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:45:21,716 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:46:21,688 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:47:21,690 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:48:21,696 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:49:21,700 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:50:21,705 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-07 16:50:49,601 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:50:49,601 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:50:58,530 basehttp 53036 6128594944 "GET /en/analytics/ HTTP/1.1" 200 52656 WARNING 2025-08-07 16:50:58,544 log 53036 6128594944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:50:58,544 basehttp 53036 6128594944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-07 16:50:58,592 basehttp 53036 6128594944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-07 16:50:58,608 basehttp 53036 6145421312 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-07 16:51:04,270 log 53036 6145421312 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-07 16:51:04,273 basehttp 53036 6145421312 "GET /en/analytics/executions/ HTTP/1.1" 500 135858 WARNING 2025-08-07 16:51:04,288 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:04,288 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:06,478 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:06,478 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:06,487 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:06,487 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:51:07,620 log 53036 6145421312 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_definition_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/metrics/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-07 16:51:07,621 basehttp 53036 6145421312 "GET /en/analytics/metrics/ HTTP/1.1" 500 193469 WARNING 2025-08-07 16:51:07,634 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:07,635 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:09,581 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:09,582 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:09,592 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:09,592 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:51:10,609 log 53036 6145421312 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-07 16:51:10,610 basehttp 53036 6145421312 "GET /en/analytics/data-sources/ HTTP/1.1" 500 104498 WARNING 2025-08-07 16:51:10,627 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:10,628 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:12,611 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:12,611 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-07 16:51:12,622 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:12,622 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-07 16:51:13,886 log 53036 6145421312 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1247, in report_list 'id': report.id, ^^^^^^^^^ AttributeError: 'Report' object has no attribute 'id' ERROR 2025-08-07 16:51:13,887 basehttp 53036 6145421312 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73206 WARNING 2025-08-07 16:51:13,905 log 53036 6145421312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-07 16:51:13,905 basehttp 53036 6145421312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:01:07,733 autoreload 53036 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:01:08,241 autoreload 97326 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:01:14,507 log 97326 6135148544 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1247, in report_list 'id': report_id, ^^^^^^^^^ NameError: name 'report_id' is not defined. Did you mean: 'reports'? ERROR 2025-08-10 12:01:14,508 basehttp 97326 6135148544 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73249 WARNING 2025-08-10 12:01:14,527 log 97326 6135148544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:01:14,527 basehttp 97326 6135148544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:01:55,847 autoreload 97326 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:01:56,224 autoreload 97732 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:01:58,532 log 97732 6168571904 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1254, in report_list 'status': report.executions.execution_status, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'execution_status' ERROR 2025-08-10 12:01:58,535 basehttp 97732 6168571904 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73712 WARNING 2025-08-10 12:01:58,555 log 97732 6168571904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:01:58,557 basehttp 97732 6168571904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:01:58,558 basehttp 97732 6168571904 - Broken pipe from ('127.0.0.1', 59347) INFO 2025-08-10 12:03:06,300 autoreload 97732 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:03:06,589 autoreload 98198 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:03:09,429 log 98198 6202454016 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1254, in report_list 'status': report.executions.status, ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'status' ERROR 2025-08-10 12:03:09,432 basehttp 98198 6202454016 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 73622 WARNING 2025-08-10 12:03:09,451 log 98198 6202454016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:03:09,451 basehttp 98198 6202454016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:13:44,625 autoreload 98198 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:13:45,018 autoreload 3584 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 12:13:51,239 log 3584 6165590016 Internal Server Error: /en/analytics/ajax/report-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 1277, in report_list 'id': report.data_source.id, ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DataSource' object has no attribute 'id' ERROR 2025-08-10 12:13:51,240 basehttp 3584 6165590016 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 500 75095 WARNING 2025-08-10 12:13:51,257 log 3584 6165590016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:13:51,257 basehttp 3584 6165590016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:15:04,722 autoreload 3584 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-10 12:15:04,995 autoreload 4155 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:15:07,419 basehttp 4155 6162542592 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 200 7146 WARNING 2025-08-10 12:15:07,437 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:15:07,437 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:15:15,979 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:15:15,979 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:15:36,311 basehttp 4155 6162542592 "GET /en/analytics/ajax/report-list/ HTTP/1.1" 200 7146 WARNING 2025-08-10 12:15:36,328 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:15:36,328 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:16:35,761 log 4155 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:16:35,764 basehttp 4155 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:16:35,770 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:16:35,805 basehttp 4155 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:16:35,806 log 4155 6162542592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:16:35,806 basehttp 4155 6162542592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:17:05,749 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:17:35,759 basehttp 4155 6162542592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:17:35,760 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:18:05,757 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:18:35,769 basehttp 4155 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:18:35,772 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:19:05,759 basehttp 4155 6162542592 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:19:35,772 basehttp 4155 6162542592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:19:35,775 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:20:05,780 basehttp 4155 12901707776 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:20:35,325 autoreload 4155 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 12:20:35,683 autoreload 6634 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:20:36,304 basehttp 6634 6194556928 "GET /en/analytics/ HTTP/1.1" 200 52636 INFO 2025-08-10 12:20:36,310 basehttp 6634 6194556928 "GET /static/js/app.min.js HTTP/1.1" 304 0 WARNING 2025-08-10 12:20:36,319 log 6634 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:20:36,319 basehttp 6634 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:20:36,366 basehttp 6634 6194556928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:20:36,368 basehttp 6634 6211383296 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-10 12:20:39,131 log 6634 6211383296 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-10 12:20:39,133 basehttp 6634 6211383296 "GET /en/analytics/reports/ HTTP/1.1" 500 196155 WARNING 2025-08-10 12:20:39,147 log 6634 6211383296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:20:39,147 basehttp 6634 6211383296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:21:18,246 autoreload 6634 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 12:21:18,532 autoreload 6956 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:21:52,631 autoreload 7204 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:21:55,122 basehttp 7204 6166573056 "GET /en/analytics/reports/ HTTP/1.1" 200 34716 WARNING 2025-08-10 12:21:55,138 log 7204 6166573056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:21:55,138 basehttp 7204 6166573056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:22:40,152 basehttp 7204 6166573056 "GET /en/analytics/reports/ HTTP/1.1" 200 34725 WARNING 2025-08-10 12:22:40,163 log 7204 6166573056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:22:40,163 basehttp 7204 6166573056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:22:40,211 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:22:40,246 basehttp 7204 6166573056 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817760170 HTTP/1.1" 200 7146 INFO 2025-08-10 12:22:40,247 basehttp 7204 6325039104 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:23:40,232 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:24:40,226 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:24:42,662 basehttp 7204 6325039104 "GET /en/analytics/reports/ HTTP/1.1" 200 34845 INFO 2025-08-10 12:24:42,676 basehttp 7204 6325039104 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 WARNING 2025-08-10 12:24:42,698 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:24:42,699 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:24:42,730 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:24:42,777 basehttp 7204 6325039104 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-08-10 12:25:02,935 basehttp 7204 6325039104 "GET /en/analytics/reports/ HTTP/1.1" 200 34796 WARNING 2025-08-10 12:25:02,955 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:25:02,955 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:25:02,998 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:25:03,020 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902954 HTTP/1.1" 200 7146 INFO 2025-08-10 12:25:03,020 basehttp 7204 6166573056 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:25:50,997 basehttp 7204 6325039104 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:25:50,997 basehttp 7204 6166573056 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902955 HTTP/1.1" 200 7146 INFO 2025-08-10 12:26:03,003 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:27:02,967 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:28:02,972 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:29:02,973 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:30:02,977 basehttp 7204 6166573056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:30:02,988 basehttp 7204 6341865472 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:30:02,989 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902956 HTTP/1.1" 200 7146 INFO 2025-08-10 12:31:02,985 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:32:02,988 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:33:02,992 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:34:02,997 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:35:03,007 basehttp 7204 6341865472 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:35:03,009 basehttp 7204 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:35:03,010 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754817902957 HTTP/1.1" 200 7146 INFO 2025-08-10 12:36:03,001 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:37:03,011 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:38:03,022 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:38:08,204 basehttp 7204 6325039104 "GET /en/analytics/reports/ HTTP/1.1" 200 34796 WARNING 2025-08-10 12:38:08,231 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:38:08,231 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:38:08,269 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:38:08,291 basehttp 7204 6358691840 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:38:08,293 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754818688229 HTTP/1.1" 200 7146 INFO 2025-08-10 12:39:08,282 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:40:08,683 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:41:09,684 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:42:10,707 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:43:08,736 basehttp 7204 6166573056 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-10 12:43:08,739 basehttp 7204 6325039104 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1754818688230 HTTP/1.1" 200 7146 INFO 2025-08-10 12:43:11,701 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:44:11,710 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:45:11,710 basehttp 7204 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:45:52,505 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:45:52,505 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 12:45:54,230 log 7204 6325039104 Internal Server Error: /en/analytics/metrics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'metric_definition_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/metrics/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-10 12:45:54,234 basehttp 7204 6325039104 "GET /en/analytics/metrics/ HTTP/1.1" 500 200585 WARNING 2025-08-10 12:45:54,253 log 7204 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:45:54,253 basehttp 7204 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:46:24,882 autoreload 7204 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 12:46:25,243 autoreload 17937 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 12:46:28,106 basehttp 17937 6137819136 "GET /en/analytics/metrics/ HTTP/1.1" 200 35973 WARNING 2025-08-10 12:46:28,121 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:46:28,121 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:46:28,204 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 12:46:28,239 log 17937 6137819136 Internal Server Error: /en/analytics/ajax/metric-list/ ERROR 2025-08-10 12:46:28,240 basehttp 17937 6137819136 "GET /en/analytics/ajax/metric-list/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754819188178 HTTP/1.1" 500 198 ERROR 2025-08-10 12:46:28,242 log 17937 6154645504 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-10 12:46:28,242 basehttp 17937 6154645504 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 INFO 2025-08-10 12:47:28,223 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:48:28,215 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 12:48:28,235 log 17937 6137819136 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-10 12:48:28,236 log 17937 6154645504 Internal Server Error: /en/analytics/ajax/metric-list/ ERROR 2025-08-10 12:48:28,236 basehttp 17937 6137819136 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 ERROR 2025-08-10 12:48:28,236 basehttp 17937 6154645504 "GET /en/analytics/ajax/metric-list/?draw=2&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754819188179 HTTP/1.1" 500 198 INFO 2025-08-10 12:49:28,227 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:50:28,731 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 12:50:28,732 log 17937 6171471872 Internal Server Error: /en/analytics/ajax/metric-stats/ ERROR 2025-08-10 12:50:28,732 basehttp 17937 6171471872 "GET /en/analytics/ajax/metric-stats/ HTTP/1.1" 500 369 ERROR 2025-08-10 12:50:28,733 log 17937 6137819136 Internal Server Error: /en/analytics/ajax/metric-list/ ERROR 2025-08-10 12:50:28,733 basehttp 17937 6137819136 "GET /en/analytics/ajax/metric-list/?draw=3&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=category&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=current_value&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=target_value&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=status&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=last_updated&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=update_frequency&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=6&order%5B0%5D%5Bdir%5D=desc&order%5B0%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&category=&status=&frequency=&_=1754819188180 HTTP/1.1" 500 198 INFO 2025-08-10 12:51:45,542 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:51:46,765 basehttp 17937 6171471872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:51:46,774 basehttp 17937 6137819136 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-10 12:51:46,813 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:46,814 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:51:46,872 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:46,872 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 12:51:48,491 log 17937 6137819136 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-10 12:51:48,494 basehttp 17937 6137819136 "GET /en/analytics/executions/ HTTP/1.1" 500 135858 WARNING 2025-08-10 12:51:48,509 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:48,509 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:51:54,397 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:54,397 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:51:54,403 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:54,403 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:51:55,818 basehttp 17937 6137819136 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117952 WARNING 2025-08-10 12:51:55,836 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:51:55,836 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:51:55,875 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:52:03,337 basehttp 17937 6137819136 "GET /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/ HTTP/1.1" 200 64412 WARNING 2025-08-10 12:52:03,361 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:52:03,361 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:52:03,401 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:52:56,149 basehttp 17937 6137819136 "GET /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/ HTTP/1.1" 200 64412 INFO 2025-08-10 12:52:56,161 basehttp 17937 13338013696 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 12:52:56,162 basehttp 17937 6154645504 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-10 12:52:56,167 basehttp 17937 13321187328 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-10 12:52:56,169 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:52:56,169 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:52:56,171 basehttp 17937 6137819136 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-10 12:52:56,176 basehttp 17937 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-10 12:52:56,178 basehttp 17937 6171471872 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 12:52:56,180 basehttp 17937 13304360960 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 12:52:56,180 basehttp 17937 6154645504 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 12:52:56,422 basehttp 17937 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 12:52:56,423 basehttp 17937 6137819136 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 12:52:56,423 basehttp 17937 6171471872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 12:52:56,423 basehttp 17937 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 12:52:56,424 basehttp 17937 6154645504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 12:52:56,426 basehttp 17937 13338013696 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 12:52:56,426 basehttp 17937 13304360960 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 12:52:56,427 basehttp 17937 6137819136 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 12:52:56,427 basehttp 17937 6154645504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 12:52:56,428 basehttp 17937 6171471872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 12:52:56,430 basehttp 17937 6154645504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 12:52:56,431 basehttp 17937 13304360960 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 12:52:56,431 basehttp 17937 13338013696 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 12:52:56,432 basehttp 17937 6137819136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 12:52:56,433 basehttp 17937 6171471872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 12:52:56,434 basehttp 17937 13304360960 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 12:52:56,435 basehttp 17937 6154645504 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 12:52:56,435 basehttp 17937 13321187328 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 12:52:56,436 basehttp 17937 6171471872 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 12:52:56,436 basehttp 17937 6137819136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 12:52:56,438 basehttp 17937 6154645504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 12:52:56,438 basehttp 17937 6171471872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 12:52:56,438 basehttp 17937 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 12:52:56,440 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:52:56,447 basehttp 17937 13338013696 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-10 12:52:56,538 log 17937 13338013696 Not Found: /favicon.ico WARNING 2025-08-10 12:52:56,538 basehttp 17937 13338013696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-10 12:53:56,446 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:54:39,905 basehttp 17937 13338013696 "GET /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/update/ HTTP/1.1" 200 55286 WARNING 2025-08-10 12:54:39,926 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:54:39,926 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:54:40,006 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:54:55,063 basehttp 17937 13338013696 "POST /en/analytics/dashboards/01ba0781-420e-4cb2-8abc-88e341ed824e/update/ HTTP/1.1" 200 55286 WARNING 2025-08-10 12:54:55,079 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:54:55,079 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:54:55,104 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:55:13,083 basehttp 17937 13338013696 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117952 WARNING 2025-08-10 12:55:13,096 log 17937 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:55:13,097 basehttp 17937 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:55:13,142 basehttp 17937 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:55:57,122 basehttp 17937 13338013696 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 12:55:57,136 basehttp 17937 13304360960 "GET /en/ HTTP/1.1" 200 46418 WARNING 2025-08-10 12:55:57,154 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:55:57,154 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:55:57,244 basehttp 17937 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:55:57,245 basehttp 17937 6137819136 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 12:55:57,246 basehttp 17937 6154645504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 12:55:57,249 basehttp 17937 6171471872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 12:56:18,930 basehttp 17937 6171471872 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-10 12:56:18,941 basehttp 17937 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-10 12:56:18,943 basehttp 17937 13304360960 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 12:56:18,944 basehttp 17937 13338013696 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-10 12:56:18,951 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:56:18,953 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:56:18,954 basehttp 17937 6171471872 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-10 12:56:18,955 basehttp 17937 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-10 12:56:18,959 basehttp 17937 13321187328 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 12:56:18,960 basehttp 17937 6154645504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 12:56:18,961 basehttp 17937 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 12:56:19,164 basehttp 17937 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 12:56:19,165 basehttp 17937 13338013696 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 12:56:19,165 basehttp 17937 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 12:56:19,166 basehttp 17937 6154645504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 12:56:19,167 basehttp 17937 6171471872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 12:56:19,169 basehttp 17937 6154645504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 12:56:19,169 basehttp 17937 6137819136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 12:56:19,169 basehttp 17937 6171471872 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 12:56:19,170 basehttp 17937 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 12:56:19,172 basehttp 17937 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 12:56:19,172 basehttp 17937 6154645504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 12:56:19,173 basehttp 17937 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 12:56:19,173 basehttp 17937 6171471872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 12:56:19,174 basehttp 17937 6137819136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 12:56:19,175 basehttp 17937 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 12:56:19,176 basehttp 17937 13338013696 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 12:56:19,176 basehttp 17937 13321187328 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 12:56:19,177 basehttp 17937 6137819136 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 12:56:19,177 basehttp 17937 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 12:56:19,177 basehttp 17937 6171471872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 12:56:19,177 basehttp 17937 6154645504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 12:56:19,178 basehttp 17937 13321187328 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 12:56:19,178 basehttp 17937 6137819136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 12:56:19,181 basehttp 17937 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-10 12:56:19,216 basehttp 17937 6137819136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 12:56:19,223 basehttp 17937 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 12:56:19,225 basehttp 17937 6154645504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 12:56:19,226 basehttp 17937 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:56:19,292 log 17937 13321187328 Not Found: /favicon.ico WARNING 2025-08-10 12:56:19,292 basehttp 17937 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-10 12:56:32,729 basehttp 17937 13321187328 "GET /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:56:32,746 log 17937 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:56:32,746 basehttp 17937 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:56:32,822 basehttp 17937 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:57:32,836 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:13,121 basehttp 17937 6137819136 "POST /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:58:13,136 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:13,136 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:13,162 basehttp 17937 6137819136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:20,210 basehttp 17937 6137819136 "GET /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:58:20,238 log 17937 6137819136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:20,239 basehttp 17937 6137819136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:20,779 basehttp 17937 6137819136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 12:58:20,787 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:20,787 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:20,791 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:20,791 basehttp 17937 6171471872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 WARNING 2025-08-10 12:58:20,797 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:20,797 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:27,952 basehttp 17937 13304360960 "GET /en/patients/ HTTP/1.1" 200 66016 WARNING 2025-08-10 12:58:27,968 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:58:27,968 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:58:27,995 basehttp 17937 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:58:27,997 basehttp 17937 6154645504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 12:59:22,515 basehttp 17937 6154645504 "GET /en/patients/register/ HTTP/1.1" 200 27307 WARNING 2025-08-10 12:59:22,534 log 17937 6154645504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:22,534 basehttp 17937 6154645504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:59:22,572 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 12:59:25,114 log 17937 6154645504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:25,114 basehttp 17937 6154645504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 12:59:25,127 log 17937 6154645504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:25,127 basehttp 17937 6154645504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 12:59:28,012 basehttp 17937 6154645504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 12:59:28,016 basehttp 17937 13304360960 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 ERROR 2025-08-10 12:59:34,352 log 17937 13304360960 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 132, in get_context_data ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: address_line_1, address_line_2, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 12:59:34,353 basehttp 17937 13304360960 "GET /en/patients/115/ HTTP/1.1" 500 102999 WARNING 2025-08-10 12:59:34,369 log 17937 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 12:59:34,369 basehttp 17937 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:01:11,703 autoreload 17937 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-08-10 13:01:54,264 autoreload 24841 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:01:56,692 log 24841 6198816768 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 132, in get_context_data ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 13:01:56,694 basehttp 24841 6198816768 "GET /en/patients/115/ HTTP/1.1" 500 103284 WARNING 2025-08-10 13:01:56,712 log 24841 6198816768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:01:56,712 basehttp 24841 6198816768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:02:33,658 autoreload 24841 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-10 13:02:33,945 autoreload 25083 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:02:36,595 log 25083 6163558400 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 136, in get_context_data ).order_by('-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 13:02:36,597 basehttp 25083 6163558400 "GET /en/patients/115/ HTTP/1.1" 500 104123 WARNING 2025-08-10 13:02:36,611 log 25083 6163558400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:02:36,611 basehttp 25083 6163558400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:03:26,659 autoreload 25083 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-10 13:03:26,975 autoreload 25466 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:03:27,389 log 25466 6136737792 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_edit' not found. 'patient_edit' is not a valid view function or pattern name. ERROR 2025-08-10 13:03:27,391 basehttp 25466 6136737792 "GET /en/patients/115/ HTTP/1.1" 500 185775 WARNING 2025-08-10 13:03:27,407 log 25466 6136737792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:03:27,407 basehttp 25466 6136737792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:05:05,061 autoreload 25466 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:05:05,330 autoreload 26252 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:05:08,206 log 26252 6188855296 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'p' not found. 'p' is not a valid view function or pattern name. ERROR 2025-08-10 13:05:08,207 basehttp 26252 6188855296 "GET /en/patients/115/ HTTP/1.1" 500 185526 WARNING 2025-08-10 13:05:08,223 log 26252 6188855296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:05:08,223 basehttp 26252 6188855296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:05:26,265 log 26252 6188855296 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_deactivate' not found. 'patient_deactivate' is not a valid view function or pattern name. ERROR 2025-08-10 13:05:26,266 basehttp 26252 6188855296 "GET /en/patients/115/ HTTP/1.1" 500 185951 WARNING 2025-08-10 13:05:26,283 log 26252 6188855296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:05:26,283 basehttp 26252 6188855296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:07:29,760 log 26252 6188855296 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' not found. 'emergency_contact_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:07:29,761 basehttp 26252 6188855296 "GET /en/patients/115/ HTTP/1.1" 500 185864 WARNING 2025-08-10 13:07:29,776 log 26252 6188855296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:07:29,776 basehttp 26252 6188855296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:09:25,303 autoreload 26252 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:09:25,573 autoreload 28125 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:09:28,907 log 28125 6194638848 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:28,908 basehttp 28125 6194638848 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:28,926 log 28125 6194638848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:28,926 basehttp 28125 6194638848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:09:29,973 log 28125 6194638848 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:29,975 basehttp 28125 6194638848 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:29,987 log 28125 6194638848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:29,987 basehttp 28125 6194638848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:09:47,524 autoreload 28125 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:09:47,806 autoreload 28362 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:09:48,922 log 28362 6190379008 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:48,924 basehttp 28362 6190379008 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:48,942 log 28362 6190379008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:48,942 basehttp 28362 6190379008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:09:49,998 log 28362 6190379008 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:49,999 basehttp 28362 6190379008 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:50,018 log 28362 6190379008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:50,018 basehttp 28362 6190379008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:09:51,916 log 28362 6190379008 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' not found. 'insurance_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:09:51,917 basehttp 28362 6190379008 "GET /en/patients/115/ HTTP/1.1" 500 185676 WARNING 2025-08-10 13:09:51,934 log 28362 6190379008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:09:51,934 basehttp 28362 6190379008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:10:18,905 autoreload 28362 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:10:19,198 autoreload 28600 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:10:20,285 log 28600 6124793856 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' not found. 'insurance_list' is not a valid view function or pattern name. ERROR 2025-08-10 13:10:20,286 basehttp 28600 6124793856 "GET /en/patients/115/ HTTP/1.1" 500 185578 WARNING 2025-08-10 13:10:20,303 log 28600 6124793856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:10:20,303 basehttp 28600 6124793856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:10:41,068 autoreload 28600 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:10:41,340 autoreload 28754 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:10:42,541 log 28754 6195359744 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(115,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-08-10 13:10:42,543 basehttp 28754 6195359744 "GET /en/patients/115/ HTTP/1.1" 500 187202 WARNING 2025-08-10 13:10:42,554 log 28754 6195359744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:10:42,554 basehttp 28754 6195359744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:10:43,731 log 28754 6195359744 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(115,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-08-10 13:10:43,731 basehttp 28754 6195359744 "GET /en/patients/115/ HTTP/1.1" 500 187202 WARNING 2025-08-10 13:10:43,750 log 28754 6195359744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:10:43,750 basehttp 28754 6195359744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:12:05,203 autoreload 28754 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:12:05,466 autoreload 29384 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:12:07,894 log 29384 6128349184 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 64, in reverse app_list = resolver.app_dict[ns] ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 637, in app_dict self._populate() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 574, in _populate url_pattern._populate() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 574, in _populate url_pattern._populate() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 549, in _populate p_pattern = url_pattern.pattern.regex.pattern ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 304, in __get__ instance.__dict__["regex"] = re.compile(instance._regex) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/__init__.py", line 228, in compile return _compile(pattern, flags) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/__init__.py", line 307, in _compile p = _compiler.compile(pattern, flags) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_compiler.py", line 750, in compile p = _parser.parse(p, flags) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_parser.py", line 979, in parse p = _parse_sub(source, state, flags & SRE_FLAG_VERBOSE, 0) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_parser.py", line 460, in _parse_sub itemsappend(_parse(source, state, verbose, nested + 1, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/re/_parser.py", line 857, in _parse raise source.error(err.msg, len(name) + 1) from None re.error: redefinition of group name 'pk' as group 2; was group 1 at position 43 ERROR 2025-08-10 13:12:07,896 basehttp 29384 6128349184 "GET /en/patients/115/ HTTP/1.1" 500 211568 WARNING 2025-08-10 13:12:07,913 log 29384 6128349184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:12:07,913 basehttp 29384 6128349184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:14:58,468 autoreload 29384 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:14:58,736 autoreload 30609 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:15:01,233 log 30609 6194196480 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(115,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-08-10 13:15:01,234 basehttp 30609 6194196480 "GET /en/patients/115/ HTTP/1.1" 500 187202 WARNING 2025-08-10 13:15:01,252 log 30609 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:15:01,252 basehttp 30609 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:15:27,907 autoreload 30609 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:15:28,172 autoreload 30843 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:15:30,373 log 30843 6171766784 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_create' not found. 'encounter_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:15:30,375 basehttp 30843 6171766784 "GET /en/patients/115/ HTTP/1.1" 500 185902 WARNING 2025-08-10 13:15:30,390 log 30843 6171766784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:15:30,390 basehttp 30843 6171766784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:17:47,590 autoreload 30843 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:17:47,864 autoreload 31849 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:19:26,362 autoreload 31849 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:19:26,604 autoreload 32625 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:20:03,531 autoreload 32625 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:20:03,920 autoreload 33304 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:24:24,254 log 33304 6165557248 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'order_create' not found. 'order_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:24:24,258 basehttp 33304 6165557248 "GET /en/patients/115/ HTTP/1.1" 500 185830 WARNING 2025-08-10 13:24:24,269 log 33304 6165557248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:24:24,269 basehttp 33304 6165557248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:24:40,275 autoreload 33304 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 13:24:40,617 autoreload 35772 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:24:45,330 log 35772 6129348608 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'order_create' not found. 'order_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:24:45,335 basehttp 35772 6129348608 "GET /en/patients/115/ HTTP/1.1" 500 185830 WARNING 2025-08-10 13:24:45,352 log 35772 6129348608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:24:45,353 basehttp 35772 6129348608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:25:28,784 log 35772 6129348608 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_appointments' not found. 'patient_appointments' is not a valid view function or pattern name. ERROR 2025-08-10 13:25:28,785 basehttp 35772 6129348608 "GET /en/patients/115/ HTTP/1.1" 500 186106 WARNING 2025-08-10 13:25:28,803 log 35772 6129348608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:25:28,803 basehttp 35772 6129348608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:38:57,265 autoreload 35772 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:38:57,610 autoreload 42084 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:38:58,585 log 42084 6190493696 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_appointments' not found. 'patient_appointments' is not a valid view function or pattern name. ERROR 2025-08-10 13:38:58,602 basehttp 42084 6190493696 "GET /en/patients/115/ HTTP/1.1" 500 186106 WARNING 2025-08-10 13:38:58,619 log 42084 6190493696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:38:58,619 basehttp 42084 6190493696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:41:14,171 autoreload 42084 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:41:14,446 autoreload 43111 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:41:17,420 log 43111 6196064256 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_appointments' not found. 'patient_appointments' is not a valid view function or pattern name. ERROR 2025-08-10 13:41:17,421 basehttp 43111 6196064256 "GET /en/patients/115/ HTTP/1.1" 500 186106 WARNING 2025-08-10 13:41:17,438 log 43111 6196064256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:41:17,438 basehttp 43111 6196064256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:41:37,364 autoreload 43111 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:41:37,637 autoreload 43268 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 13:41:43,605 log 43268 6204403712 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_medical_history' not found. 'patient_medical_history' is not a valid view function or pattern name. ERROR 2025-08-10 13:41:43,606 basehttp 43268 6204403712 "GET /en/patients/115/ HTTP/1.1" 500 185969 WARNING 2025-08-10 13:41:43,624 log 43268 6204403712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:41:43,624 basehttp 43268 6204403712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:44:01,641 log 43268 6204403712 Internal Server Error: /en/patients/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_create' not found. 'patient_note_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:44:01,642 basehttp 43268 6204403712 "GET /en/patients/115/ HTTP/1.1" 500 186311 WARNING 2025-08-10 13:44:01,659 log 43268 6204403712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:44:01,659 basehttp 43268 6204403712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:13,981 autoreload 43268 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 13:45:14,275 autoreload 44875 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:45:14,595 basehttp 44875 6131691520 "GET /en/patients/115/ HTTP/1.1" 200 36880 WARNING 2025-08-10 13:45:14,618 log 44875 6131691520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:14,618 basehttp 44875 6131691520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:14,707 basehttp 44875 6131691520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 13:45:14,714 log 44875 6182170624 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 13:45:14,715 basehttp 44875 6182170624 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63330 ERROR 2025-08-10 13:45:14,723 log 44875 6148517888 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 13:45:14,731 log 44875 6165344256 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 13:45:14,731 basehttp 44875 6148517888 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89941 ERROR 2025-08-10 13:45:14,732 basehttp 44875 6165344256 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105434 INFO 2025-08-10 13:45:30,544 basehttp 44875 6165344256 "GET /en/patients/115/ HTTP/1.1" 200 36880 INFO 2025-08-10 13:45:30,560 basehttp 44875 6182170624 "GET /static/css/custom.css HTTP/1.1" 200 1855 WARNING 2025-08-10 13:45:30,563 log 44875 6215823360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:30,564 basehttp 44875 6215823360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:30,566 basehttp 44875 6182170624 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 13:45:30,570 basehttp 44875 6198996992 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-10 13:45:30,573 basehttp 44875 6165344256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-10 13:45:30,576 basehttp 44875 6148517888 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 13:45:30,576 basehttp 44875 6182170624 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-10 13:45:30,578 basehttp 44875 6131691520 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 13:45:30,582 basehttp 44875 6215823360 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 13:45:30,971 basehttp 44875 6215823360 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 13:45:30,973 basehttp 44875 6165344256 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 13:45:30,974 basehttp 44875 6131691520 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 13:45:30,974 basehttp 44875 6182170624 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 13:45:30,975 basehttp 44875 6148517888 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 13:45:30,977 basehttp 44875 6198996992 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 13:45:30,977 basehttp 44875 6165344256 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 13:45:30,978 basehttp 44875 6182170624 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 13:45:30,978 basehttp 44875 6148517888 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 13:45:30,979 basehttp 44875 6131691520 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 13:45:30,980 basehttp 44875 6165344256 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 13:45:30,980 basehttp 44875 6198996992 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 13:45:30,981 basehttp 44875 6148517888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 13:45:30,981 basehttp 44875 6182170624 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 13:45:30,983 basehttp 44875 6148517888 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 13:45:30,983 basehttp 44875 6198996992 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 13:45:30,983 basehttp 44875 6165344256 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 13:45:30,984 basehttp 44875 6215823360 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 13:45:30,985 basehttp 44875 6148517888 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 13:45:30,985 basehttp 44875 6198996992 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 13:45:30,985 basehttp 44875 6131691520 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 13:45:30,985 basehttp 44875 6182170624 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 13:45:30,986 basehttp 44875 6165344256 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 13:45:31,002 basehttp 44875 6165344256 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 ERROR 2025-08-10 13:45:31,036 log 44875 6182170624 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 13:45:31,037 basehttp 44875 6182170624 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63595 INFO 2025-08-10 13:45:31,038 basehttp 44875 6148517888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 13:45:31,048 log 44875 6131691520 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 13:45:31,051 basehttp 44875 6131691520 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105699 ERROR 2025-08-10 13:45:31,058 log 44875 6198996992 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 13:45:31,059 basehttp 44875 6198996992 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90206 WARNING 2025-08-10 13:45:31,097 log 44875 6198996992 Not Found: /favicon.ico WARNING 2025-08-10 13:45:31,097 basehttp 44875 6198996992 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-10 13:45:40,309 basehttp 44875 6198996992 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33613 WARNING 2025-08-10 13:45:40,327 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:40,327 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:45:40,406 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 13:45:44,603 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:44,603 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 13:45:44,615 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:44,615 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 13:45:46,340 log 44875 6198996992 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-10 13:45:46,343 basehttp 44875 6198996992 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 181225 WARNING 2025-08-10 13:45:46,357 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:45:46,358 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 13:46:06,280 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:46:06,280 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 13:46:06,294 log 44875 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 13:46:06,296 basehttp 44875 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 13:46:31,007 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:47:31,015 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:48:31,008 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:49:31,025 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:50:31,024 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:51:31,024 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:52:31,018 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:53:31,030 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:54:31,027 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:55:31,022 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:56:31,037 basehttp 44875 6198996992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:56:34,420 autoreload 44875 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 13:56:34,723 autoreload 49765 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:57:31,128 basehttp 49765 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:57:31,618 autoreload 49765 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 13:57:31,987 autoreload 50257 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:58:23,710 autoreload 50257 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 13:58:24,068 autoreload 50654 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 13:58:31,152 basehttp 50654 6130282496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 13:59:31,098 basehttp 50654 6130282496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:00:31,089 basehttp 50654 6130282496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:00:57,360 autoreload 50654 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-08-10 14:00:57,709 autoreload 51739 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 14:01:01,535 basehttp 51739 6171832320 "GET /en/patients/115/ HTTP/1.1" 200 36880 WARNING 2025-08-10 14:01:01,593 log 51739 6171832320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:01,596 basehttp 51739 6171832320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:01:01,663 log 51739 13186969600 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code INFO 2025-08-10 14:01:01,667 basehttp 51739 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:01:01,670 log 51739 13220622336 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 14:01:01,672 basehttp 51739 13186969600 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89941 ERROR 2025-08-10 14:01:01,672 basehttp 51739 13220622336 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63330 ERROR 2025-08-10 14:01:01,683 log 51739 13203795968 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:01:01,684 basehttp 51739 13203795968 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105434 INFO 2025-08-10 14:01:04,065 basehttp 51739 13203795968 "GET /en/billing/bills/create/?patient=115 HTTP/1.1" 200 53807 WARNING 2025-08-10 14:01:04,083 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:04,083 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:01:04,126 basehttp 51739 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:01:22,446 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:22,446 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:01:22,453 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:22,453 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:01:24,135 basehttp 51739 13203795968 "GET /en/laboratory/orders/create/?patient=115 HTTP/1.1" 200 76753 WARNING 2025-08-10 14:01:24,151 log 51739 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:01:24,151 basehttp 51739 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:01:24,194 basehttp 51739 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:02:07,955 basehttp 51739 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:02:07,960 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:02:07,961 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:02:07,977 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:02:07,977 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:02:09,560 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_create' not found. 'patient_create' is not a valid view function or pattern name. ERROR 2025-08-10 14:02:09,561 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 181225 WARNING 2025-08-10 14:02:09,578 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:02:09,579 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:03:12,112 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_search_api' not found. 'patient_search_api' is not a valid view function or pattern name. ERROR 2025-08-10 14:03:12,113 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168748 WARNING 2025-08-10 14:03:12,124 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:03:12,125 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:03:13,178 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_search_api' not found. 'patient_search_api' is not a valid view function or pattern name. ERROR 2025-08-10 14:03:13,179 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168748 WARNING 2025-08-10 14:03:13,189 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:03:13,189 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:04:09,296 log 51739 13220622336 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_previous_vitals' not found. 'get_previous_vitals' is not a valid view function or pattern name. ERROR 2025-08-10 14:04:09,297 basehttp 51739 13220622336 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168662 WARNING 2025-08-10 14:04:09,307 log 51739 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:04:09,307 basehttp 51739 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:07:40,555 autoreload 51739 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-10 14:07:41,032 autoreload 54748 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 14:08:08,245 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_chart' not found. 'vital_signs_chart' is not a valid view function or pattern name. ERROR 2025-08-10 14:08:08,247 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 168687 WARNING 2025-08-10 14:08:08,265 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:08:08,266 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:08:59,161 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with no arguments not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:08:59,163 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 169576 WARNING 2025-08-10 14:08:59,175 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:08:59,175 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:10:36,256 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:10:36,257 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171153 WARNING 2025-08-10 14:10:36,274 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:10:36,275 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:10:53,717 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:10:53,718 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171223 WARNING 2025-08-10 14:10:53,729 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:10:53,729 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:10:54,759 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:10:54,761 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171223 WARNING 2025-08-10 14:10:54,773 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:10:54,773 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:13:30,352 log 54748 6160838656 Internal Server Error: /en/emr/encounters/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:13:30,354 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 500 171118 WARNING 2025-08-10 14:13:30,368 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:13:30,368 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:14:33,640 basehttp 54748 6160838656 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 WARNING 2025-08-10 14:14:33,656 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:14:33,656 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:14:33,715 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:15:27,216 basehttp 54748 6160838656 "GET /en/patients/register/?return_url=/en/emr/encounters/create/ HTTP/1.1" 200 27307 WARNING 2025-08-10 14:15:27,232 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:27,232 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:15:27,273 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:15:29,101 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:29,102 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:15:29,108 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:29,109 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:15:33,709 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:15:57,804 basehttp 54748 6160838656 "GET /en/emr/encounters/ HTTP/1.1" 200 147954 WARNING 2025-08-10 14:15:57,820 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:15:57,820 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:15:57,873 basehttp 54748 6160838656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:16:04,751 log 54748 6160838656 Internal Server Error: /en/emr/encounters/2073/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_clinical_note' not found. 'add_clinical_note' is not a valid view function or pattern name. ERROR 2025-08-10 14:16:04,752 basehttp 54748 6160838656 "GET /en/emr/encounters/2073/ HTTP/1.1" 500 173170 WARNING 2025-08-10 14:16:04,766 log 54748 6160838656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:16:04,766 basehttp 54748 6160838656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:22:06,468 autoreload 54748 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-10 14:22:06,820 autoreload 61042 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 14:22:28,759 log 61042 6122713088 Internal Server Error: /en/emr/encounters/2073/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_create' with arguments '(2073,)' not found. 1 pattern(s) tried: ['en/emr/notes/create/\\Z'] ERROR 2025-08-10 14:22:28,762 basehttp 61042 6122713088 "GET /en/emr/encounters/2073/ HTTP/1.1" 500 174854 WARNING 2025-08-10 14:22:28,780 log 61042 6122713088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:22:28,780 basehttp 61042 6122713088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:23:12,129 autoreload 61042 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-10 14:23:12,408 autoreload 61512 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 14:23:14,259 basehttp 61512 6189477888 "GET /en/emr/encounters/2073/ HTTP/1.1" 200 29501 WARNING 2025-08-10 14:23:14,277 log 61512 6189477888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:23:14,277 basehttp 61512 6189477888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:23:14,321 basehttp 61512 6189477888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:24:14,335 basehttp 61512 6189477888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:24:21,893 basehttp 61512 6189477888 "GET /en/emr/encounters/2073/ HTTP/1.1" 200 29501 INFO 2025-08-10 14:24:21,912 basehttp 61512 6273609728 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-10 14:24:21,912 basehttp 61512 6223130624 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-10 14:24:21,917 basehttp 61512 6256783360 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-10 14:24:21,920 basehttp 61512 6189477888 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-10 14:24:21,926 log 61512 6223130624 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 14:24:21,927 basehttp 61512 6256783360 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-10 14:24:21,927 basehttp 61512 6223130624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:24:21,935 basehttp 61512 6239956992 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-10 14:24:21,936 basehttp 61512 6206304256 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-10 14:24:21,940 basehttp 61512 6273609728 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-10 14:24:22,303 basehttp 61512 6273609728 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-10 14:24:22,303 basehttp 61512 6206304256 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-10 14:24:22,303 basehttp 61512 6256783360 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-10 14:24:22,303 basehttp 61512 6239956992 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-10 14:24:22,303 basehttp 61512 6223130624 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-10 14:24:22,306 basehttp 61512 6189477888 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-10 14:24:22,307 basehttp 61512 6206304256 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-10 14:24:22,307 basehttp 61512 6256783360 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-10 14:24:22,308 basehttp 61512 6239956992 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-10 14:24:22,309 basehttp 61512 6223130624 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-10 14:24:22,310 basehttp 61512 6256783360 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-10 14:24:22,310 basehttp 61512 6239956992 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-10 14:24:22,312 basehttp 61512 6189477888 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-10 14:24:22,312 basehttp 61512 6206304256 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-10 14:24:22,314 basehttp 61512 6223130624 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-10 14:24:22,315 basehttp 61512 6256783360 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-10 14:24:22,315 basehttp 61512 6239956992 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-10 14:24:22,317 basehttp 61512 6239956992 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-10 14:24:22,317 basehttp 61512 6223130624 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-10 14:24:22,317 basehttp 61512 6189477888 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-10 14:24:22,319 basehttp 61512 6256783360 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-10 14:24:22,319 basehttp 61512 6273609728 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-10 14:24:22,322 basehttp 61512 6189477888 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-10 14:24:22,325 basehttp 61512 6239956992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:24:22,328 basehttp 61512 6206304256 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-10 14:24:22,430 log 61512 6206304256 Not Found: /favicon.ico WARNING 2025-08-10 14:24:22,430 basehttp 61512 6206304256 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-08-10 14:24:33,967 log 61512 6206304256 Not Found: /en/patients/58/ WARNING 2025-08-10 14:24:33,968 basehttp 61512 6206304256 "GET /en/patients/58/ HTTP/1.1" 404 26530 WARNING 2025-08-10 14:24:33,987 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:24:33,988 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:25:02,761 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:02,761 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:25:02,778 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:02,779 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:25:03,664 basehttp 61512 6206304256 "GET /en/emr/encounters/ HTTP/1.1" 200 147954 WARNING 2025-08-10 14:25:03,678 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:03,678 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:25:06,771 basehttp 61512 6206304256 "GET /en/emr/encounters/3179/ HTTP/1.1" 200 29783 WARNING 2025-08-10 14:25:06,787 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:25:06,788 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:25:06,822 basehttp 61512 6206304256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:25:13,697 log 61512 6206304256 Bad Request: /en/emr/encounter/3179/vitals/add/ WARNING 2025-08-10 14:25:13,697 basehttp 61512 6206304256 "GET /en/emr/encounter/3179/vitals/add/ HTTP/1.1" 400 28 ERROR 2025-08-10 14:25:19,589 log 61512 6206304256 Internal Server Error: /en/emr/notes/create/3179/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-10 14:25:19,590 basehttp 61512 6206304256 "GET /en/emr/notes/create/3179/ HTTP/1.1" 500 98845 WARNING 2025-08-10 14:25:22,966 log 61512 6206304256 Bad Request: /en/emr/patient/3179/problem/add/ WARNING 2025-08-10 14:25:22,966 basehttp 61512 6206304256 "GET /en/emr/patient/3179/problem/add/ HTTP/1.1" 400 28 INFO 2025-08-10 14:26:06,836 basehttp 61512 6206304256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:26:28,205 log 61512 6206304256 Not Found: /en/patients/108/ WARNING 2025-08-10 14:26:28,205 basehttp 61512 6206304256 "GET /en/patients/108/ HTTP/1.1" 404 26533 WARNING 2025-08-10 14:26:28,221 log 61512 6206304256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:26:28,222 basehttp 61512 6206304256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:27:20,855 autoreload 61512 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-10 14:27:21,138 autoreload 63344 8601149632 Watching for file changes with StatReloader WARNING 2025-08-10 14:27:22,156 log 63344 6168899584 Not Found: /en/patients/108/ WARNING 2025-08-10 14:27:22,157 basehttp 63344 6168899584 "GET /en/patients/108/ HTTP/1.1" 404 40754 WARNING 2025-08-10 14:27:22,170 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:22,170 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:27:23,701 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:23,702 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:27:23,729 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:23,731 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:27:23,789 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:27:24,375 basehttp 63344 6168899584 "GET /en/emr/encounters/3179/ HTTP/1.1" 200 29791 WARNING 2025-08-10 14:27:24,389 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:24,389 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:27:24,439 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:27:26,527 log 63344 6168899584 Not Found: /en/patients/108/details/ WARNING 2025-08-10 14:27:26,528 basehttp 63344 6168899584 "GET /en/patients/108/details/ HTTP/1.1" 404 26565 WARNING 2025-08-10 14:27:26,547 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:27:26,548 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:31,091 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,091 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:31,093 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:28:31,099 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,099 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:31,737 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,737 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:31,740 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:28:31,745 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:31,745 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:32,102 basehttp 63344 6168899584 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 WARNING 2025-08-10 14:28:32,117 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:32,117 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:32,532 log 63344 6168899584 Not Found: /en/patients/115/ WARNING 2025-08-10 14:28:32,532 basehttp 63344 6168899584 "GET /en/patients/115/ HTTP/1.1" 404 40754 WARNING 2025-08-10 14:28:32,551 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:32,551 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:33,669 basehttp 63344 6168899584 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:28:33,686 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:33,686 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:33,711 basehttp 63344 6168899584 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:28:34,126 basehttp 63344 6168899584 "GET /en/ HTTP/1.1" 200 46418 WARNING 2025-08-10 14:28:34,146 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:34,146 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:34,183 basehttp 63344 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:28:34,183 basehttp 63344 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 14:28:34,185 basehttp 63344 6168899584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:28:35,044 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:35,044 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:28:35,056 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:35,056 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:37,018 basehttp 63344 6168899584 "GET /en/patients/115/details/ HTTP/1.1" 200 36880 WARNING 2025-08-10 14:28:37,039 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:37,039 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:28:37,110 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:28:37,115 log 63344 13069578240 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 14:28:37,116 basehttp 63344 13069578240 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63346 ERROR 2025-08-10 14:28:37,124 log 63344 13035925504 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 14:28:37,131 log 63344 13052751872 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:28:37,132 basehttp 63344 13035925504 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89957 ERROR 2025-08-10 14:28:37,133 basehttp 63344 13052751872 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105450 ERROR 2025-08-10 14:28:59,562 log 63344 13052751872 Internal Server Error: /en/patients/insurance-info/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 14:28:59,564 basehttp 63344 13052751872 "GET /en/patients/insurance-info/create/115/ HTTP/1.1" 500 201609 WARNING 2025-08-10 14:28:59,584 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:28:59,584 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:07,941 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:07,941 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:07,960 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:07,963 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:23,404 basehttp 63344 13052751872 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33613 WARNING 2025-08-10 14:29:23,425 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:23,425 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:23,462 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:29:27,765 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:27,766 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:27,783 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:27,783 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:29,451 basehttp 63344 13052751872 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 WARNING 2025-08-10 14:29:29,474 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:29,474 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:29,514 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:29:40,551 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:29:40,558 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:40,558 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:40,577 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:40,577 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:29:53,967 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:53,969 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:29:53,973 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:29:53,992 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 WARNING 2025-08-10 14:29:53,993 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:29:53,994 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:30:03,855 log 63344 13069578240 Internal Server Error: /en/patients/htmx/insurance-info/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1134, in insurance_info_list return render(request, 'patients/partials/insurance_info_list.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-08-10 14:30:03,857 basehttp 63344 13069578240 "GET /en/patients/htmx/insurance-info/119/ HTTP/1.1" 500 163298 WARNING 2025-08-10 14:30:32,706 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:32,708 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:32,709 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:30:32,710 basehttp 63344 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:30:32,711 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:30:32,716 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:32,716 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:30:35,641 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:35,641 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:30:35,651 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:35,651 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:40,069 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:30:40,088 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:40,088 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:40,145 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:30:40,146 basehttp 63344 13069578240 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:30:42,953 basehttp 63344 13069578240 "GET /en/patients/119/details/ HTTP/1.1" 200 36966 WARNING 2025-08-10 14:30:42,975 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:42,975 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:30:43,043 basehttp 63344 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:30:43,048 log 63344 6168899584 Internal Server Error: /en/patients/htmx/appointments/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-10 14:30:43,049 basehttp 63344 6168899584 "GET /en/patients/htmx/appointments/119/ HTTP/1.1" 500 63346 ERROR 2025-08-10 14:30:43,057 log 63344 13035925504 Internal Server Error: /en/patients/htmx/emergency-contacts/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 14:30:43,058 basehttp 63344 13035925504 "GET /en/patients/htmx/emergency-contacts/119/ HTTP/1.1" 500 89805 ERROR 2025-08-10 14:30:43,065 log 63344 13052751872 Internal Server Error: /en/patients/insurance-info/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:30:43,066 basehttp 63344 13052751872 "GET /en/patients/insurance-info/119/ HTTP/1.1" 500 105450 WARNING 2025-08-10 14:30:45,468 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:45,469 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:30:45,478 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:30:45,478 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:30:55,272 log 63344 13052751872 Internal Server Error: /en/patients/htmx/insurance-info/119/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1134, in insurance_info_list return render(request, 'patients/partials/insurance_info_list.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-08-10 14:30:55,273 basehttp 63344 13052751872 "GET /en/patients/htmx/insurance-info/119/ HTTP/1.1" 500 163298 INFO 2025-08-10 14:31:02,959 basehttp 63344 13052751872 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:31:02,978 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:31:02,978 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:31:03,033 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:31:03,035 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:31:08,802 basehttp 63344 13035925504 "GET /en/patients/htmx/consent-forms/119/ HTTP/1.1" 200 1174 INFO 2025-08-10 14:31:23,508 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:31:23,527 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:31:23,527 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:31:23,583 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:31:23,584 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:32:23,597 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:32:23,601 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:08,226 basehttp 63344 13035925504 "GET /en/patients/htmx/consent-forms/40/ HTTP/1.1" 200 149 INFO 2025-08-10 14:33:23,609 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:33:23,612 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:23,920 basehttp 63344 13052751872 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:33:23,938 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:33:23,938 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:33:23,991 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:33:23,993 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:29,560 basehttp 63344 13035925504 "GET /en/patients/htmx/insurance-info/123/ HTTP/1.1" 200 568 INFO 2025-08-10 14:33:47,760 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:33:47,778 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:33:47,778 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:33:47,832 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:33:47,835 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:33:59,275 basehttp 63344 13052751872 "GET /en/patients/htmx/consent-forms/10/ HTTP/1.1" 200 149 INFO 2025-08-10 14:34:04,621 basehttp 63344 13052751872 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:34:04,639 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:34:04,639 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:34:04,691 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:34:04,693 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:34:09,142 basehttp 63344 13035925504 "GET /en/patients/htmx/consent-forms/115/ HTTP/1.1" 200 590 INFO 2025-08-10 14:34:15,184 basehttp 63344 13035925504 "GET /en/patients/ HTTP/1.1" 200 66080 WARNING 2025-08-10 14:34:15,201 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:34:15,202 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:34:15,256 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:34:15,258 basehttp 63344 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:35:15,274 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:35:15,276 basehttp 63344 13035925504 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-10 14:35:17,614 basehttp 63344 13035925504 "GET /en/patients/110/details/ HTTP/1.1" 200 36866 WARNING 2025-08-10 14:35:17,632 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:35:17,632 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:35:17,720 log 63344 13069578240 Internal Server Error: /en/patients/htmx/appointments/110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-08-10 14:35:17,721 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 14:35:17,722 basehttp 63344 13069578240 "GET /en/patients/htmx/appointments/110/ HTTP/1.1" 500 63346 ERROR 2025-08-10 14:35:17,734 log 63344 13052751872 Internal Server Error: /en/patients/htmx/emergency-contacts/110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-10 14:35:17,736 basehttp 63344 13052751872 "GET /en/patients/htmx/emergency-contacts/110/ HTTP/1.1" 500 89800 ERROR 2025-08-10 14:35:17,741 log 63344 6168899584 Internal Server Error: /en/patients/insurance-info/110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-10 14:35:17,742 basehttp 63344 6168899584 "GET /en/patients/insurance-info/110/ HTTP/1.1" 500 105450 INFO 2025-08-10 14:35:49,097 basehttp 63344 6168899584 "GET /en/billing/bills/create/?patient=110 HTTP/1.1" 200 53807 WARNING 2025-08-10 14:35:49,120 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:35:49,120 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:35:49,162 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:35:57,569 basehttp 63344 6168899584 "GET /en/billing/bills/ HTTP/1.1" 200 65677 WARNING 2025-08-10 14:35:57,587 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:35:57,587 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:35:57,636 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:35:57,651 basehttp 63344 13052751872 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-10 14:36:03,485 basehttp 63344 13052751872 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35532 WARNING 2025-08-10 14:36:03,509 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:03,509 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:03,550 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:36:10,112 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:10,112 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:10,122 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:10,122 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:36:14,734 log 63344 13052751872 Internal Server Error: /en/billing/bills/64b27867-1cb2-42ff-9212-5cbdaa087246/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_submit' not found. 'bill_submit' is not a valid view function or pattern name. ERROR 2025-08-10 14:36:14,735 basehttp 63344 13052751872 "GET /en/billing/bills/64b27867-1cb2-42ff-9212-5cbdaa087246/ HTTP/1.1" 500 191706 WARNING 2025-08-10 14:36:14,752 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:14,752 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:23,904 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:23,904 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:23,936 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:23,936 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:27,275 basehttp 63344 13052751872 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35532 WARNING 2025-08-10 14:36:27,296 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:27,296 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:27,334 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:36:33,988 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:33,989 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:33,999 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:33,999 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:36:57,647 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:36:57,650 basehttp 63344 6168899584 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-10 14:36:59,207 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:36:59,208 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:59,209 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:36:59,237 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:36:59,240 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:00,183 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:00,183 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:02,487 log 63344 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:02,488 basehttp 63344 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:02,488 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:37:02,491 basehttp 63344 6168899584 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 WARNING 2025-08-10 14:37:02,496 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:02,496 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:50,668 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:37:50,677 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:50,679 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:50,680 basehttp 63344 13069578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:37:50,682 basehttp 63344 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:37:50,687 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:50,688 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:37:51,718 basehttp 63344 13052751872 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117952 WARNING 2025-08-10 14:37:51,737 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:51,738 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:53,995 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:53,995 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:54,004 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:54,004 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:54,229 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:54,229 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:54,238 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:54,238 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:56,759 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:56,760 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:37:56,778 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:37:56,778 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:00,009 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:00,009 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:01,307 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:01,309 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:01,310 basehttp 63344 13069578240 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 105 INFO 2025-08-10 14:38:01,310 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:38:01,317 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:01,317 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:02,687 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:02,688 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:02,689 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:38:02,695 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:02,695 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:05,021 basehttp 63344 13052751872 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 14:38:05,036 basehttp 63344 13035925504 "GET /en/ HTTP/1.1" 200 46418 WARNING 2025-08-10 14:38:05,055 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:05,055 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:05,130 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:38:05,135 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 14:38:05,137 basehttp 63344 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 14:38:05,137 basehttp 63344 6168899584 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:38:11,276 basehttp 63344 6168899584 "GET /en/htmx/dismiss-notification/7f5f7eca-e3c3-4e6c-9eb7-4b8fb82c9740/ HTTP/1.1" 200 23 WARNING 2025-08-10 14:38:11,299 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:11,300 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:13,755 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:13,755 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:13,765 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:13,765 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:38:35,114 basehttp 63344 6168899584 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 14:38:52,030 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:52,030 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:52,053 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:52,055 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:58,878 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:58,883 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:38:58,902 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:38:58,902 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:05,135 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:39:05,136 basehttp 63344 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:39:05,137 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 14:39:06,327 basehttp 63344 6168899584 "GET /en/ HTTP/1.1" 200 46408 WARNING 2025-08-10 14:39:06,343 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:06,343 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:06,418 basehttp 63344 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:39:06,419 basehttp 63344 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 14:39:06,419 basehttp 63344 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 14:39:06,421 basehttp 63344 13069578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 14:39:12,244 basehttp 63344 13069578240 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-10 14:39:12,277 basehttp 63344 13035925504 "GET /en/emr/ HTTP/1.1" 200 70688 WARNING 2025-08-10 14:39:12,294 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:12,294 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:12,322 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:39:12,325 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:39:22,565 basehttp 63344 13052751872 "GET /en/emr/notes/ HTTP/1.1" 200 96982 WARNING 2025-08-10 14:39:22,586 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:22,586 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:22,628 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:39:45,450 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:45,450 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:45,454 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-10 14:39:45,458 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:45,458 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:39:47,312 log 63344 13035925504 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-10 14:39:47,313 basehttp 63344 13035925504 "GET /en/emr/problems/ HTTP/1.1" 500 263958 WARNING 2025-08-10 14:39:47,328 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:47,328 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:39:57,299 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:57,300 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:39:57,307 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:57,307 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:59,008 basehttp 63344 13035925504 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91518 WARNING 2025-08-10 14:39:59,025 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:39:59,025 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:39:59,066 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:40:12,011 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:12,012 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:40:12,023 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:12,023 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:12,330 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:40:15,467 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:40:33,110 basehttp 63344 13035925504 "GET /en/emr/encounters/2098/ HTTP/1.1" 200 28508 WARNING 2025-08-10 14:40:33,130 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:33,130 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:33,175 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:40:39,614 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:39,614 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:40:39,625 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:39,625 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:45,455 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:40:55,304 basehttp 63344 13035925504 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 23827 WARNING 2025-08-10 14:40:55,324 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:55,324 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:40:55,366 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:40:58,510 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:58,511 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:40:58,520 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:40:58,520 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:41:00,643 basehttp 63344 13035925504 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 147954 WARNING 2025-08-10 14:41:00,663 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:41:00,663 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:41:00,702 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:41:04,154 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:41:04,154 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:41:04,163 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:41:04,163 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:41:12,336 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:41:15,451 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:41:45,460 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:42:12,326 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:42:15,450 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:42:45,473 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:12,367 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:43:15,497 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:17,143 basehttp 63344 13035925504 "GET /en/emr/ HTTP/1.1" 200 70468 WARNING 2025-08-10 14:43:17,158 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:43:17,158 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:43:17,218 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:43:17,220 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:47,209 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:43:50,982 basehttp 63344 13052751872 "GET /en/emr/ HTTP/1.1" 200 70388 WARNING 2025-08-10 14:43:50,995 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:43:50,996 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:43:51,063 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:43:51,067 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:44:21,055 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:44:51,044 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:44:51,047 basehttp 63344 13052751872 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-10 14:44:52,645 basehttp 63344 13052751872 "GET /en/emr/ HTTP/1.1" 200 71288 WARNING 2025-08-10 14:44:52,659 log 63344 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:44:52,659 basehttp 63344 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:44:52,711 basehttp 63344 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:44:52,714 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-10 14:45:08,320 log 63344 13035925504 Bad Request: /en/emr/encounter/2098/vitals/add/ WARNING 2025-08-10 14:45:08,321 basehttp 63344 13035925504 "GET /en/emr/encounter/2098/vitals/add/ HTTP/1.1" 400 28 WARNING 2025-08-10 14:45:08,342 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:08,342 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:14,770 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:14,770 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:14,794 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:14,794 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:45:22,720 basehttp 63344 13035925504 "GET /en/emr/stats/ HTTP/1.1" 200 2966 ERROR 2025-08-10 14:45:24,496 log 63344 13035925504 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-10 14:45:24,499 basehttp 63344 13035925504 "GET /en/emr/problems/ HTTP/1.1" 500 263958 WARNING 2025-08-10 14:45:24,513 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:24,513 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:27,813 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:27,813 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:45:27,846 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:27,846 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:45:42,138 basehttp 63344 13035925504 "GET /en/inpatients/ HTTP/1.1" 200 41323 WARNING 2025-08-10 14:45:42,153 log 63344 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:42,153 basehttp 63344 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:45:42,217 basehttp 63344 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:45:42,220 basehttp 63344 13052751872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 14:45:42,247 basehttp 63344 6168899584 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 ERROR 2025-08-10 14:45:47,623 log 63344 6168899584 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-10 14:45:47,624 basehttp 63344 6168899584 "GET /en/inpatients/wards/ HTTP/1.1" 500 184826 WARNING 2025-08-10 14:45:47,645 log 63344 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:45:47,645 basehttp 63344 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:48:41,381 autoreload 63344 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-10 14:48:41,814 autoreload 72587 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 14:48:44,785 log 72587 6191951872 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-10 14:48:44,788 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 500 184963 WARNING 2025-08-10 14:48:44,803 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:48:44,804 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 14:50:06,477 log 72587 6191951872 Internal Server Error: /en/inpatients/wards/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 231, in render raise ValueError( ValueError: Need 2 values to unpack in for loop; got 8. ERROR 2025-08-10 14:50:06,478 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 500 206232 WARNING 2025-08-10 14:50:06,494 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:50:06,494 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:50:42,362 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 200 47472 WARNING 2025-08-10 14:50:42,374 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:50:42,374 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:50:42,414 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:51:42,416 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:51:49,472 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 200 47666 WARNING 2025-08-10 14:51:49,484 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:51:49,485 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:51:49,511 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:52:49,526 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:53:49,529 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:54:49,533 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:55:12,904 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 WARNING 2025-08-10 14:55:12,917 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:55:12,918 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:55:12,960 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:55:13,027 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:55:43,053 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:56:11,135 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 WARNING 2025-08-10 14:56:11,152 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:11,152 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:11,216 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:56:11,256 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:56:12,335 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 WARNING 2025-08-10 14:56:12,349 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:12,349 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:12,410 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:56:12,469 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:56:13,533 basehttp 72587 6191951872 "GET /en/inpatients/beds/create/ HTTP/1.1" 200 34406 WARNING 2025-08-10 14:56:13,557 log 72587 6242430976 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 14:56:13,557 basehttp 72587 6208778240 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-10 14:56:13,557 basehttp 72587 6191951872 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-10 14:56:13,557 basehttp 72587 6242430976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:13,558 basehttp 72587 6225604608 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-10 14:56:13,604 basehttp 72587 6225604608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:56:27,590 log 72587 6225604608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:27,590 basehttp 72587 6225604608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:56:27,619 log 72587 6225604608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:56:27,620 basehttp 72587 6225604608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:56:42,494 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:57:12,424 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:57:12,477 basehttp 72587 6191951872 "GET /en/inpatients/beds/?ward=73 HTTP/1.1" 200 782106 INFO 2025-08-10 14:57:26,259 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 14:57:26,261 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:57:26,261 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 14:57:26,271 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 14:57:26,271 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 14:58:26,262 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 14:59:26,257 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:17,632 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:17,633 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:27,748 basehttp 72587 6208778240 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 WARNING 2025-08-10 15:00:27,766 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:27,766 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:27,867 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:00:27,904 basehttp 72587 6191951872 "GET /en/inpatients/beds/ HTTP/1.1" 200 782106 WARNING 2025-08-10 15:00:29,607 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:29,608 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:29,619 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:29,619 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:30,986 basehttp 72587 6191951872 "GET /en/inpatients/transfers/ HTTP/1.1" 200 22230 WARNING 2025-08-10 15:00:31,007 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:31,008 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:31,048 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:38,269 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:38,269 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:38,281 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:38,281 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:40,215 basehttp 72587 6191951872 "GET /en/inpatients/wards/ HTTP/1.1" 200 47666 WARNING 2025-08-10 15:00:40,232 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:40,233 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:40,277 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:42,107 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:42,108 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:42,119 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:42,119 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:44,321 basehttp 72587 6191951872 "GET /en/inpatients/surgery/ HTTP/1.1" 200 23100 WARNING 2025-08-10 15:00:44,342 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:44,342 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:00:44,394 basehttp 72587 6191951872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:00:53,601 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 15:00:53,605 basehttp 72587 6191951872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 WARNING 2025-08-10 15:00:53,605 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:00:53,612 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:00:53,612 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:01:17,713 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:01:17,745 basehttp 72587 6191951872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-10 15:01:23,603 basehttp 72587 6191951872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:01:53,607 basehttp 72587 6191951872 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:02:17,704 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:02:17,736 basehttp 72587 6191951872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-10 15:02:17,769 basehttp 72587 6208778240 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-10 15:02:23,608 basehttp 72587 6208778240 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:02:53,611 basehttp 72587 6208778240 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-10 15:03:08,943 basehttp 72587 6208778240 "GET /en/ HTTP/1.1" 200 46365 WARNING 2025-08-10 15:03:08,961 log 72587 6208778240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:08,961 basehttp 72587 6208778240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:03:09,030 basehttp 72587 6208778240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:03:09,034 basehttp 72587 6242430976 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 15:03:09,036 basehttp 72587 6225604608 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:03:09,036 basehttp 72587 6191951872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-10 15:03:13,005 log 72587 6191951872 Internal Server Error: /en/analytics/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(UUID('605e5533-a71e-435d-a570-4181de1ba1e4'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 15:03:13,006 basehttp 72587 6191951872 "GET /en/analytics/ HTTP/1.1" 500 229423 WARNING 2025-08-10 15:03:13,027 log 72587 6191951872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:13,027 basehttp 72587 6191951872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:03:34,103 autoreload 72587 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-10 15:03:34,449 autoreload 79071 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 15:03:35,271 basehttp 79071 6192459776 "GET /en/analytics/ HTTP/1.1" 200 51657 WARNING 2025-08-10 15:03:35,292 log 79071 6192459776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:35,292 basehttp 79071 6192459776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:03:35,345 basehttp 79071 6192459776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:03:35,347 basehttp 79071 6209286144 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-10 15:03:44,302 log 79071 6209286144 Internal Server Error: /en/analytics/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 650, in get_queryset queryset = ReportExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-10 15:03:44,304 basehttp 79071 6209286144 "GET /en/analytics/executions/ HTTP/1.1" 500 135858 WARNING 2025-08-10 15:03:44,321 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:44,321 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:03:48,961 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:48,962 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:03:48,969 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:03:48,970 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:05,355 basehttp 79071 6209286144 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-10 15:04:09,342 log 79071 6242938880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:09,343 basehttp 79071 6242938880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:09,346 basehttp 79071 6192459776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:04:09,346 basehttp 79071 6209286144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:04:09,347 basehttp 79071 6226112512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 WARNING 2025-08-10 15:04:09,353 log 79071 6242938880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:09,353 basehttp 79071 6242938880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:11,086 basehttp 79071 6242938880 "GET /en/ HTTP/1.1" 200 46365 WARNING 2025-08-10 15:04:11,105 log 79071 6242938880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:11,105 basehttp 79071 6242938880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:04:11,181 basehttp 79071 6242938880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:04:11,183 basehttp 79071 6192459776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 15:04:11,183 basehttp 79071 6209286144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:04:11,184 basehttp 79071 6226112512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:04:31,464 basehttp 79071 6226112512 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-10 15:04:31,494 log 79071 6209286144 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 62, in get_context_data 'studies_completed_today': ImagingStudy.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'completed_datetime' into field. Choices are: accession_number, archive_location, archived, body_part, clinical_history, clinical_indication, completion_status, created_at, created_by, created_by_id, diagnosis_code, encounter, encounter_id, exposure_time, id, image_quality, imaging_order, imaging_order_id, kvp, manufacturer, mas, modality, model_name, number_of_instances, number_of_series, pacs_location, patient, patient_id, priority, radiologist, radiologist_id, referring_physician, referring_physician_id, report, series, slice_thickness, station_name, status, study_date, study_datetime, study_description, study_id, study_instance_uid, study_size, study_time, tenant, tenant_id, updated_at ERROR 2025-08-10 15:04:31,496 basehttp 79071 6209286144 "GET /en/radiology/ HTTP/1.1" 500 138790 WARNING 2025-08-10 15:04:31,511 log 79071 6209286144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:04:31,511 basehttp 79071 6209286144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:12:37,443 autoreload 79071 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-08-10 15:12:37,772 autoreload 83064 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:12:39,658 log 83064 6203158528 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 67, in get_context_data 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:12:39,699 basehttp 83064 6203158528 "GET /en/radiology/ HTTP/1.1" 500 138065 WARNING 2025-08-10 15:12:39,720 log 83064 6203158528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:12:39,720 basehttp 83064 6203158528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:14:12,858 autoreload 83064 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:14:13,130 autoreload 83756 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:14:14,306 log 83756 6134837248 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 67, in get_context_data 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:14:14,310 basehttp 83756 6134837248 "GET /en/radiology/ HTTP/1.1" 500 138065 WARNING 2025-08-10 15:14:14,321 log 83756 6134837248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:14:14,321 basehttp 83756 6134837248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:14:16,070 log 83756 6134837248 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 67, in get_context_data 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:14:16,071 basehttp 83756 6134837248 "GET /en/radiology/ HTTP/1.1" 500 138065 WARNING 2025-08-10 15:14:16,087 log 83756 6134837248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:14:16,087 basehttp 83756 6134837248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:15:01,655 autoreload 83756 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:15:01,937 autoreload 84068 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:15:04,535 log 84068 6125481984 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 71, in get_context_data 'reports_signed_today': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'signed_datetime' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:15:04,538 basehttp 84068 6125481984 "GET /en/radiology/ HTTP/1.1" 500 137959 WARNING 2025-08-10 15:15:04,558 log 84068 6125481984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:15:04,558 basehttp 84068 6125481984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:15:43,427 autoreload 84068 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:15:43,752 autoreload 84375 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:15:44,200 log 84375 6136901632 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 76, in get_context_data 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:15:44,202 basehttp 84375 6136901632 "GET /en/radiology/ HTTP/1.1" 500 137760 WARNING 2025-08-10 15:15:44,220 log 84375 6136901632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:15:44,221 basehttp 84375 6136901632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:15:57,343 autoreload 84375 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:15:57,685 autoreload 84527 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:15:58,731 log 84527 6159773696 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 99, in get_context_data context['recent_reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:15:58,733 basehttp 84527 6159773696 "GET /en/radiology/ HTTP/1.1" 500 138134 WARNING 2025-08-10 15:15:58,750 log 84527 6159773696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:15:58,751 basehttp 84527 6159773696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:16:00,517 log 84527 6159773696 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 99, in get_context_data context['recent_reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:16:00,519 basehttp 84527 6159773696 "GET /en/radiology/ HTTP/1.1" 500 138134 WARNING 2025-08-10 15:16:00,537 log 84527 6159773696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:16:00,537 basehttp 84527 6159773696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:16:29,812 autoreload 84527 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:16:30,116 autoreload 84761 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:16:32,531 log 84761 6200242176 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 102, in get_context_data ).select_related('study__order__patient').order_by('-signed_datetime')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'signed_datetime' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:16:32,534 basehttp 84761 6200242176 "GET /en/radiology/ HTTP/1.1" 500 104231 WARNING 2025-08-10 15:16:32,555 log 84761 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:16:32,555 basehttp 84761 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:16:47,881 autoreload 84761 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:16:48,190 autoreload 84838 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:16:49,402 log 84838 6133608448 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:16:49,404 basehttp 84838 6133608448 "GET /en/radiology/ HTTP/1.1" 500 212108 WARNING 2025-08-10 15:16:49,418 log 84838 6133608448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:16:49,418 basehttp 84838 6133608448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:18:13,913 autoreload 84838 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:18:14,218 autoreload 85526 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:18:16,409 log 85526 6162182144 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:16,412 basehttp 85526 6162182144 "GET /en/radiology/ HTTP/1.1" 500 212096 WARNING 2025-08-10 15:18:16,434 log 85526 6162182144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:16,434 basehttp 85526 6162182144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:18:17,441 log 85526 6162182144 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:17,442 basehttp 85526 6162182144 "GET /en/radiology/ HTTP/1.1" 500 212096 WARNING 2025-08-10 15:18:17,456 log 85526 6162182144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:17,457 basehttp 85526 6162182144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:18:39,201 autoreload 85526 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:18:39,528 autoreload 85684 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:18:40,493 log 85684 6161510400 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:40,501 basehttp 85684 6161510400 "GET /en/radiology/ HTTP/1.1" 500 212077 WARNING 2025-08-10 15:18:40,525 log 85684 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:40,525 basehttp 85684 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:18:41,548 log 85684 6161510400 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:18:41,549 basehttp 85684 6161510400 "GET /en/radiology/ HTTP/1.1" 500 212077 WARNING 2025-08-10 15:18:41,563 log 85684 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:18:41,563 basehttp 85684 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:19:09,508 autoreload 85684 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:19:09,796 autoreload 85915 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:19:10,597 log 85915 6131642368 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:10,601 basehttp 85915 6131642368 "GET /en/radiology/ HTTP/1.1" 500 212108 WARNING 2025-08-10 15:19:10,617 log 85915 6131642368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:10,617 basehttp 85915 6131642368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:19:11,425 log 85915 6131642368 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:11,427 basehttp 85915 6131642368 "GET /en/radiology/ HTTP/1.1" 500 212108 WARNING 2025-08-10 15:19:11,443 log 85915 6131642368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:11,443 basehttp 85915 6131642368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:19:29,521 autoreload 85915 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:19:29,846 autoreload 86067 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:19:30,641 log 86067 6162722816 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:30,671 basehttp 86067 6162722816 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:19:30,697 log 86067 6162722816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:30,698 basehttp 86067 6162722816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:19:32,323 log 86067 6162722816 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:19:32,324 basehttp 86067 6162722816 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:19:32,335 log 86067 6162722816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:19:32,336 basehttp 86067 6162722816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:06,168 autoreload 86067 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:20:06,506 autoreload 86308 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:20:07,170 log 86308 6197702656 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'referring_physician'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-10 15:20:07,203 basehttp 86308 6197702656 "GET /en/radiology/ HTTP/1.1" 500 218927 WARNING 2025-08-10 15:20:07,228 log 86308 6197702656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:07,229 basehttp 86308 6197702656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:21,170 autoreload 86308 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:20:21,512 autoreload 86462 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:20:21,856 log 86462 6163656704 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:20:21,858 basehttp 86462 6163656704 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:20:21,875 log 86462 6163656704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:21,875 basehttp 86462 6163656704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:20:22,999 log 86462 6163656704 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-10 15:20:23,000 basehttp 86462 6163656704 "GET /en/radiology/ HTTP/1.1" 500 230930 WARNING 2025-08-10 15:20:23,016 log 86462 6163656704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:23,017 basehttp 86462 6163656704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:50,749 autoreload 86462 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:20:51,075 autoreload 86690 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 15:20:53,327 basehttp 86690 6157086720 "GET /en/radiology/ HTTP/1.1" 200 29177 WARNING 2025-08-10 15:20:53,347 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:20:53,347 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:20:53,425 basehttp 86690 6157086720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:20:53,457 log 86690 6173913088 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:20:53,459 basehttp 86690 6173913088 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 ERROR 2025-08-10 15:21:23,444 log 86690 6173913088 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:21:23,445 basehttp 86690 6173913088 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 INFO 2025-08-10 15:21:53,419 basehttp 86690 6173913088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:21:53,455 log 86690 6157086720 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:21:53,456 basehttp 86690 6157086720 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 ERROR 2025-08-10 15:22:19,428 log 86690 6157086720 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: radiology/imaging_study_list.html, radiology/imagingstudy_list.html ERROR 2025-08-10 15:22:19,429 basehttp 86690 6157086720 "GET /en/radiology/studies/ HTTP/1.1" 500 85768 WARNING 2025-08-10 15:22:19,450 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:19,451 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:22:25,146 log 86690 6173913088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:25,148 basehttp 86690 6173913088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:22:25,149 basehttp 86690 6173913088 - Broken pipe from ('127.0.0.1', 60290) ERROR 2025-08-10 15:22:25,191 log 86690 6157086720 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-10 15:22:25,192 basehttp 86690 6157086720 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124245 WARNING 2025-08-10 15:22:25,199 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:25,199 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:22:26,581 basehttp 86690 6157086720 "GET /en/radiology/orders/ HTTP/1.1" 200 79990 WARNING 2025-08-10 15:22:26,601 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:26,602 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:22:26,636 basehttp 86690 6157086720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:22:31,085 log 86690 6157086720 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:22:31,087 basehttp 86690 6157086720 "GET /en/radiology/orders/394/ HTTP/1.1" 500 135937 WARNING 2025-08-10 15:22:31,100 log 86690 6157086720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:22:31,100 basehttp 86690 6157086720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:32,520 autoreload 86690 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:24:32,805 autoreload 88306 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:24:33,594 log 88306 6167523328 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:24:33,595 basehttp 88306 6167523328 "GET /en/radiology/orders/394/ HTTP/1.1" 500 136074 WARNING 2025-08-10 15:24:33,614 log 88306 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:33,614 basehttp 88306 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:34,496 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:34,496 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:34,552 basehttp 88306 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:24:34,554 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:34,555 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:35,121 basehttp 88306 6184349696 "GET /en/radiology/orders/ HTTP/1.1" 200 79990 WARNING 2025-08-10 15:24:35,135 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:35,136 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:24:35,183 basehttp 88306 6184349696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:24:36,523 log 88306 6184349696 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:24:36,524 basehttp 88306 6184349696 "GET /en/radiology/orders/394/ HTTP/1.1" 500 135937 WARNING 2025-08-10 15:24:36,539 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:36,540 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:39,925 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:39,925 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:39,935 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:39,936 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:24:49,993 log 88306 6184349696 Internal Server Error: /en/radiology/orders/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG685442 - CT Abdomen Pelvis": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:24:49,994 basehttp 88306 6184349696 "GET /en/radiology/orders/1/ HTTP/1.1" 500 135939 WARNING 2025-08-10 15:24:50,013 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:50,013 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:55,180 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:55,180 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:24:55,191 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:24:55,191 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:25:35,190 basehttp 88306 6184349696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:26:23,253 log 88306 6184349696 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG527716 - MRI Knee": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:26:23,254 basehttp 88306 6184349696 "GET /en/radiology/orders/163/ HTTP/1.1" 500 135846 WARNING 2025-08-10 15:26:23,267 log 88306 6184349696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:26:23,267 basehttp 88306 6184349696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:27:49,655 autoreload 88306 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:27:49,922 autoreload 89679 8601149632 Watching for file changes with StatReloader WARNING 2025-08-10 15:27:50,692 log 89679 6166228992 Not Found: /en/radiology/orders/163/ WARNING 2025-08-10 15:27:50,692 basehttp 89679 6166228992 "GET /en/radiology/orders/163/ HTTP/1.1" 404 30744 WARNING 2025-08-10 15:27:50,706 log 89679 6166228992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:27:50,706 basehttp 89679 6166228992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:28:29,360 autoreload 89679 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:28:29,635 autoreload 89986 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:28:30,256 log 89986 6158430208 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG527716 - MRI Knee": Must be "ImagingStudy" instance. ERROR 2025-08-10 15:28:30,258 basehttp 89986 6158430208 "GET /en/radiology/orders/163/ HTTP/1.1" 500 135983 WARNING 2025-08-10 15:28:30,275 log 89986 6158430208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:28:30,275 basehttp 89986 6158430208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:29:13,288 autoreload 89986 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-10 15:29:13,616 autoreload 90292 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:29:14,605 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_order_edit' not found. 'imaging_order_edit' is not a valid view function or pattern name. ERROR 2025-08-10 15:29:14,607 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 175450 WARNING 2025-08-10 15:29:14,619 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:29:14,619 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:29:16,304 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_order_edit' not found. 'imaging_order_edit' is not a valid view function or pattern name. ERROR 2025-08-10 15:29:16,305 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 175450 WARNING 2025-08-10 15:29:16,318 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:29:16,318 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:30:24,826 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:30:24,827 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 176737 WARNING 2025-08-10 15:30:24,840 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:30:24,841 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:32:09,849 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '(UUID('54d883d2-d0a4-47a8-9492-9349e7040a8f'),)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:32:09,850 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 179011 WARNING 2025-08-10 15:32:09,865 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:32:09,865 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:33:04,253 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_study' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/complete/\\Z'] ERROR 2025-08-10 15:33:04,254 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 177094 WARNING 2025-08-10 15:33:04,269 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:04,269 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:33:24,077 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:33:24,078 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 178366 WARNING 2025-08-10 15:33:24,089 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:24,089 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:33:43,470 log 90292 6341865472 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_study' with arguments '(UUID('54d883d2-d0a4-47a8-9492-9349e7040a8f'),)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/start/\\Z'] ERROR 2025-08-10 15:33:43,471 basehttp 90292 6341865472 "GET /en/radiology/orders/163/ HTTP/1.1" 500 179011 WARNING 2025-08-10 15:33:43,481 log 90292 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:43,481 basehttp 90292 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:33:58,250 autoreload 90292 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-10 15:33:58,536 autoreload 92367 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:33:59,183 log 92367 6194802688 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_study' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/complete/\\Z'] ERROR 2025-08-10 15:33:59,184 basehttp 92367 6194802688 "GET /en/radiology/orders/163/ HTTP/1.1" 500 177133 WARNING 2025-08-10 15:33:59,203 log 92367 6194802688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:33:59,203 basehttp 92367 6194802688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:34:35,802 autoreload 92367 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-10 15:34:36,102 autoreload 92672 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 15:34:36,584 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_report' not found. 'create_report' is not a valid view function or pattern name. ERROR 2025-08-10 15:34:36,585 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 174897 WARNING 2025-08-10 15:34:36,604 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:34:36,604 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:35:08,296 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_report' not found. 'create_report' is not a valid view function or pattern name. ERROR 2025-08-10 15:35:08,298 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 175157 WARNING 2025-08-10 15:35:08,313 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:35:08,313 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:35:52,309 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_dicom' not found. 'upload_dicom' is not a valid view function or pattern name. ERROR 2025-08-10 15:35:52,310 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 174878 WARNING 2025-08-10 15:35:52,321 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:35:52,321 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 15:36:40,043 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'order_history' not found. 'order_history' is not a valid view function or pattern name. ERROR 2025-08-10 15:36:40,044 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 500 174541 WARNING 2025-08-10 15:36:40,056 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:36:40,056 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:37:05,941 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 200 31700 WARNING 2025-08-10 15:37:05,952 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:37:05,952 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:37:06,024 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:37:22,196 log 92672 6133346304 Not Found: /en/radiology/studies/54d883d2-d0a4-47a8-9492-9349e7040a8f/start/ WARNING 2025-08-10 15:37:22,196 basehttp 92672 6133346304 "POST /en/radiology/studies/54d883d2-d0a4-47a8-9492-9349e7040a8f/start/ HTTP/1.1" 404 37361 INFO 2025-08-10 15:37:49,351 basehttp 92672 6133346304 "GET /en/radiology/orders/163/ HTTP/1.1" 200 31707 WARNING 2025-08-10 15:37:49,370 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:37:49,370 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:37:49,422 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:38:18,478 log 92672 6133346304 Internal Server Error: /en/radiology/orders/163/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for ImagingOrder ERROR 2025-08-10 15:38:18,479 basehttp 92672 6133346304 "GET /en/radiology/orders/163/update/ HTTP/1.1" 500 116015 WARNING 2025-08-10 15:38:18,494 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:38:18,495 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:38:43,569 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:38:43,569 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:38:43,589 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:38:43,589 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:38:49,418 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:39:36,723 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:36,723 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:39:39,252 basehttp 92672 6133346304 "GET /en/radiology/orders/166/ HTTP/1.1" 200 30963 WARNING 2025-08-10 15:39:39,272 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:39,272 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:39:39,308 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:39:59,586 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:59,586 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:39:59,596 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:39:59,596 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:02,770 basehttp 92672 6133346304 "GET /en/radiology/orders/336/ HTTP/1.1" 200 31259 WARNING 2025-08-10 15:40:02,789 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:02,789 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:02,828 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:40:21,348 log 92672 6133346304 Not Found: /en/department WARNING 2025-08-10 15:40:21,349 basehttp 92672 6133346304 "GET /en/department HTTP/1.1" 404 29634 WARNING 2025-08-10 15:40:21,367 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:21,368 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:25,500 basehttp 92672 6133346304 "GET /en/departments HTTP/1.1" 301 0 INFO 2025-08-10 15:40:25,525 basehttp 92672 6133346304 "GET /en/departments/ HTTP/1.1" 200 134360 WARNING 2025-08-10 15:40:25,537 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:25,538 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:25,581 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:40:29,442 basehttp 92672 6133346304 "GET /en/departments/74/ HTTP/1.1" 200 38186 WARNING 2025-08-10 15:40:29,457 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:29,457 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:29,785 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:40:44,135 basehttp 92672 6133346304 "GET /en/hr/employees/?department=74 HTTP/1.1" 200 37667 WARNING 2025-08-10 15:40:44,154 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:44,155 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:40:44,200 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:40:49,807 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:49,808 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:49,826 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:49,835 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:50,337 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:50,337 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:50,348 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:50,348 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:51,109 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:51,110 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:51,914 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:51,914 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:40:51,934 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:40:51,934 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:02,545 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-10 15:41:02,546 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:41:02,546 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:02,581 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:02,581 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:26,260 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:41:26,262 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:26,262 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:26,279 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:26,279 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:26,876 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:26,876 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:41:27,541 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:27,541 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:47,342 basehttp 92672 6150172672 "GET /en/departments/80/ HTTP/1.1" 200 38179 WARNING 2025-08-10 15:41:47,365 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:47,365 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:47,425 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:41:49,426 basehttp 92672 6150172672 "GET /en/hr/employees/create/?department=80 HTTP/1.1" 200 54320 WARNING 2025-08-10 15:41:49,449 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:41:49,449 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:41:49,489 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:42:00,294 basehttp 92672 6150172672 "GET /en/hr/employees/ HTTP/1.1" 200 127726 WARNING 2025-08-10 15:42:00,317 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:00,317 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:42:00,360 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:42:15,522 basehttp 92672 6150172672 "GET /en/hr/employees/892/update/ HTTP/1.1" 200 54094 WARNING 2025-08-10 15:42:15,545 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:15,545 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:42:15,583 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:42:43,463 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:43,463 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:42:43,481 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:42:43,481 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:43:00,375 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:43:03,868 basehttp 92672 6150172672 "GET /en/hr/employees/892/ HTTP/1.1" 200 34216 WARNING 2025-08-10 15:43:03,889 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:43:03,889 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:43:03,928 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:44:03,950 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:44:30,417 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:44:30,419 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:44:30,419 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:44:30,457 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:44:30,457 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:45:18,074 basehttp 92672 6133346304 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 15:45:18,098 basehttp 92672 6150172672 "GET /en/ HTTP/1.1" 200 46318 WARNING 2025-08-10 15:45:18,114 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:45:18,115 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:45:18,173 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:45:18,187 basehttp 92672 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 15:45:18,188 basehttp 92672 6166999040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:45:18,190 basehttp 92672 6133346304 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:45:48,175 basehttp 92672 6133346304 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 15:46:09,629 basehttp 92672 6133346304 "GET /en/appointments/create/ HTTP/1.1" 200 33613 WARNING 2025-08-10 15:46:09,652 log 92672 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:09,652 basehttp 92672 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:46:09,693 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:46:19,602 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:19,603 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:46:19,604 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:46:19,605 basehttp 92672 6166999040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 15:46:19,608 basehttp 92672 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-10 15:46:19,612 log 92672 6150172672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:19,612 basehttp 92672 6150172672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:46:20,280 basehttp 92672 6150172672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 15:46:20,282 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:20,282 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:46:20,295 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:46:20,295 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:47:20,286 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:47:29,429 basehttp 92672 13438578688 "GET /en/hr/employees/ HTTP/1.1" 200 129206 WARNING 2025-08-10 15:47:29,441 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:29,441 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:47:29,489 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 15:47:43,597 log 92672 13438578688 Internal Server Error: /en/hr/employees/892/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_deactivate' not found. 'employee_deactivate' is not a valid view function or pattern name. ERROR 2025-08-10 15:47:43,598 basehttp 92672 13438578688 "GET /en/hr/employees/892/delete/ HTTP/1.1" 500 175039 WARNING 2025-08-10 15:47:43,619 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:43,619 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:47:49,915 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:49,915 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 15:47:49,925 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:47:49,925 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:48:29,491 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:48:32,699 basehttp 92672 13438578688 "GET /en/hr/employees/892/ HTTP/1.1" 200 34216 WARNING 2025-08-10 15:48:32,721 log 92672 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 15:48:32,721 basehttp 92672 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 15:48:32,761 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:49:32,776 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:50:32,780 basehttp 92672 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:50:49,325 basehttp 92672 13438578688 "GET /en/admin/analytics/dashboard/c7b82360-3ccb-42e9-934d-05fd5e2e2c3d/change/ HTTP/1.1" 200 176848 INFO 2025-08-10 15:50:49,336 basehttp 92672 6150172672 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-10 15:50:49,336 basehttp 92672 13455405056 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-10 15:50:49,336 basehttp 92672 13438578688 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-10 15:50:49,336 basehttp 92672 6133346304 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-10 15:50:49,336 basehttp 92672 6166999040 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-10 15:50:49,338 basehttp 92672 6133346304 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-10 15:50:49,339 basehttp 92672 6150172672 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-10 15:50:49,339 basehttp 92672 13455405056 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-10 15:50:49,340 basehttp 92672 13438578688 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-10 15:50:49,341 basehttp 92672 6133346304 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-10 15:50:49,341 basehttp 92672 6150172672 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-10 15:50:49,343 basehttp 92672 13455405056 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-10 15:50:49,343 basehttp 92672 6133346304 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-10 15:50:49,343 basehttp 92672 6150172672 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-10 15:50:49,344 basehttp 92672 13438578688 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-10 15:50:49,346 basehttp 92672 13455405056 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-10 15:50:49,346 basehttp 92672 6150172672 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-10 15:50:49,347 basehttp 92672 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:50:49,347 basehttp 92672 6166999040 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-10 15:50:49,349 basehttp 92672 6166999040 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-10 15:50:49,350 basehttp 92672 6133346304 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-10 15:50:49,352 basehttp 92672 6166999040 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-10 15:50:49,352 basehttp 92672 6133346304 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-10 15:50:49,357 basehttp 92672 6166999040 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-10 15:50:49,357 basehttp 92672 13472231424 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-10 15:50:49,357 basehttp 92672 6133346304 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-10 15:50:49,403 basehttp 92672 6133346304 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-10 15:50:49,403 basehttp 92672 13472231424 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-10 15:51:33,653 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:52:34,664 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:53:35,661 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:54:36,662 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:55:37,661 basehttp 92672 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:56:38,665 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:56:40,410 basehttp 92672 6133346304 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 110756 INFO 2025-08-10 15:56:40,420 basehttp 92672 6133346304 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-10 15:56:40,421 basehttp 92672 6133346304 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-10 15:56:40,426 basehttp 92672 6150172672 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:56:40,445 basehttp 92672 6150172672 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-10 15:56:40,445 basehttp 92672 6133346304 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-10 15:56:44,711 basehttp 92672 6133346304 "GET /en/admin/accounts/passwordhistory/1626/change/ HTTP/1.1" 200 106276 INFO 2025-08-10 15:56:44,726 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:56:52,146 basehttp 92672 6133346304 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 110756 INFO 2025-08-10 15:56:59,328 basehttp 92672 6133346304 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 211710 INFO 2025-08-10 15:56:59,340 basehttp 92672 6166999040 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-10 15:56:59,340 basehttp 92672 6150172672 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-10 15:56:59,344 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:19,304 basehttp 92672 6133346304 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154209 INFO 2025-08-10 15:57:19,317 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:31,062 basehttp 92672 6133346304 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 145986 INFO 2025-08-10 15:57:31,078 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:40,663 basehttp 92672 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:57:48,056 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 138255 INFO 2025-08-10 15:57:48,067 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:50,279 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmenttemplate/234/change/ HTTP/1.1" 200 122787 INFO 2025-08-10 15:57:50,292 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:57:55,408 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 153838 INFO 2025-08-10 15:57:55,422 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:58:03,365 basehttp 92672 6133346304 "GET /en/admin/appointments/appointmentrequest/2210/change/ HTTP/1.1" 200 335487 INFO 2025-08-10 15:58:03,380 basehttp 92672 6150172672 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-10 15:58:03,380 basehttp 92672 6166999040 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-10 15:58:03,382 basehttp 92672 6166999040 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-10 15:58:03,383 basehttp 92672 6133346304 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:58:03,423 basehttp 92672 6133346304 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-10 15:58:03,423 basehttp 92672 6166999040 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-10 15:58:58,032 basehttp 92672 6166999040 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 154209 INFO 2025-08-10 15:58:58,048 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:59:00,997 basehttp 92672 6166999040 "GET /en/admin/appointments/queueentry/1/change/ HTTP/1.1" 200 347043 INFO 2025-08-10 15:59:01,013 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:59:37,686 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 15:59:43,915 basehttp 92672 6166999040 "GET /en/admin/billing/insuranceclaim/ HTTP/1.1" 200 71130 INFO 2025-08-10 15:59:43,928 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 15:59:46,328 basehttp 92672 6166999040 "GET /en/admin/billing/claimstatusupdate/ HTTP/1.1" 200 70516 INFO 2025-08-10 15:59:46,343 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-10 15:59:46,965 log 92672 6166999040 Internal Server Error: /en/admin/billing/billingconfiguration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2163, in changelist_view "selection_note": _("0 of %(cnt)s selected") % {"cnt": len(cl.result_list)}, ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 123, in __iter__ for row in compiler.results_iter(results): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1541, in apply_converters value = converter(value, expression, connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 346, in converter return create_decimal(value).quantize( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ decimal.InvalidOperation: [] ERROR 2025-08-10 15:59:46,967 basehttp 92672 6166999040 "GET /en/admin/billing/billingconfiguration/ HTTP/1.1" 500 151398 INFO 2025-08-10 15:59:49,658 basehttp 92672 6166999040 "GET /en/admin/billing/claimstatusupdate/ HTTP/1.1" 200 70516 INFO 2025-08-10 15:59:51,037 basehttp 92672 6166999040 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 73768 INFO 2025-08-10 15:59:51,050 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-10 15:59:52,485 log 92672 6166999040 Internal Server Error: /en/admin/billing/billingconfiguration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2163, in changelist_view "selection_note": _("0 of %(cnt)s selected") % {"cnt": len(cl.result_list)}, ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 123, in __iter__ for row in compiler.results_iter(results): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1541, in apply_converters value = converter(value, expression, connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 346, in converter return create_decimal(value).quantize( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ decimal.InvalidOperation: [] ERROR 2025-08-10 15:59:52,486 basehttp 92672 6166999040 "GET /en/admin/billing/billingconfiguration/ HTTP/1.1" 500 151393 INFO 2025-08-10 15:59:53,688 basehttp 92672 6166999040 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 73768 ERROR 2025-08-10 15:59:56,024 log 92672 6166999040 Internal Server Error: /en/admin/billing/medicalbill/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: MedicalBill has no field named 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/admin.py", line 166, in payment_percentage_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-10 15:59:56,026 basehttp 92672 6166999040 "GET /en/admin/billing/medicalbill/ HTTP/1.1" 500 398180 INFO 2025-08-10 16:00:09,675 basehttp 92672 6166999040 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 73768 INFO 2025-08-10 16:00:12,972 basehttp 92672 6166999040 "GET /en/admin/billing/payment/ HTTP/1.1" 200 71959 INFO 2025-08-10 16:00:12,985 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-10 16:00:13,793 basehttp 92672 6166999040 "GET /en/admin/billing/payment/ HTTP/1.1" 200 71959 INFO 2025-08-10 16:00:13,805 basehttp 92672 6166999040 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-10 16:00:15,579 log 92672 6166999040 Internal Server Error: /en/admin/billing/payment/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'net_payment' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Payment has no field named 'net_payment' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py", line 275, in contents f, attr, value = lookup_field(field, obj, model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 302, in lookup_field attr = getattr(obj, name, sentinel) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py", line 1145, in net_payment return self.payment_amount - self.refund_amount ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for -: 'NoneType' and 'decimal.Decimal' ERROR 2025-08-10 16:00:15,581 basehttp 92672 6166999040 "GET /en/admin/billing/payment/add/ HTTP/1.1" 500 589821 INFO 2025-08-10 16:01:37,707 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:03:37,697 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:05:37,695 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:07:37,698 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:09:37,715 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:11:37,703 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:13:37,703 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:15:37,610 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:17:37,595 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:19:37,592 basehttp 92672 6166999040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 16:21:14,961 autoreload 92672 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/models.py changed, reloading. INFO 2025-08-10 16:21:15,404 autoreload 14141 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 16:21:37,646 basehttp 14141 6122729472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:38:46,053 autoreload 48951 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:38:50,307 basehttp 48951 6195261440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:38:51,298 basehttp 48951 6195261440 "GET /en/hr/employees/892/ HTTP/1.1" 200 34216 INFO 2025-08-10 17:38:51,439 basehttp 48951 6195261440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 17:38:52,234 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:38:52,234 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:38:59,387 basehttp 48951 6195261440 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-08-10 17:38:59,416 basehttp 48951 6195261440 "GET /en/billing/ HTTP/1.1" 200 46660 WARNING 2025-08-10 17:38:59,438 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:38:59,438 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:38:59,517 basehttp 48951 6195261440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:38:59,519 basehttp 48951 6212087808 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 ERROR 2025-08-10 17:39:07,518 log 48951 6212087808 Internal Server Error: /en/billing/payments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_receipt' not found. 'payment_receipt' is not a valid view function or pattern name. ERROR 2025-08-10 17:39:07,520 basehttp 48951 6212087808 "GET /en/billing/payments/ HTTP/1.1" 500 213299 WARNING 2025-08-10 17:39:07,533 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:07,534 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:39:13,358 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:13,358 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:39:13,382 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:13,391 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:14,769 basehttp 48951 6212087808 "GET /en/billing/bills/create/ HTTP/1.1" 200 53807 WARNING 2025-08-10 17:39:14,789 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:14,789 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:14,845 basehttp 48951 6212087808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 17:39:47,446 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:47,447 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:39:47,481 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:47,481 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:47,482 basehttp 48951 6212087808 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:39:50,392 basehttp 48951 6212087808 "GET /en/billing/bills/ HTTP/1.1" 200 133370 WARNING 2025-08-10 17:39:50,413 log 48951 6212087808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:50,413 basehttp 48951 6212087808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:39:50,458 basehttp 48951 6212087808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:39:50,458 basehttp 48951 6195261440 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 ERROR 2025-08-10 17:39:53,169 log 48951 6195261440 Internal Server Error: /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('86dc7108-bae9-451b-a862-b2fb523b6e22'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-10 17:39:53,170 basehttp 48951 6195261440 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 500 196932 WARNING 2025-08-10 17:39:53,187 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:39:53,187 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:40:04,187 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:04,187 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:40:04,201 log 48951 6195261440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:04,202 basehttp 48951 6195261440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:40:50,030 autoreload 48951 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-10 17:40:50,385 autoreload 49869 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:40:51,096 basehttp 49869 6166065152 "GET /en/billing/bills/ HTTP/1.1" 200 133370 WARNING 2025-08-10 17:40:51,123 log 49869 6166065152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:51,123 basehttp 49869 6166065152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:40:51,176 basehttp 49869 6166065152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:40:51,178 basehttp 49869 13035925504 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:40:53,181 basehttp 49869 13035925504 "GET /en/billing/bills/0066dbc8-2af6-484b-b98d-3132ebc94cd1/ HTTP/1.1" 200 36098 WARNING 2025-08-10 17:40:53,202 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:40:53,202 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:40:53,241 basehttp 49869 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 17:41:34,759 log 49869 13035925504 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-08-10 17:41:34,762 basehttp 49869 13035925504 "GET /en/billing/payments/create/?bill=0066dbc8-2af6-484b-b98d-3132ebc94cd1 HTTP/1.1" 500 176747 WARNING 2025-08-10 17:41:34,780 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:34,780 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:41:37,660 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:37,660 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 17:41:37,676 log 49869 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:37,677 basehttp 49869 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:41:53,242 basehttp 49869 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 17:41:57,923 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:57,925 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:41:57,925 basehttp 49869 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:41:57,926 basehttp 49869 6166065152 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 WARNING 2025-08-10 17:41:57,932 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:41:57,933 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:42:57,913 basehttp 49869 6166065152 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:42:57,976 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:43:57,913 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:43:57,914 basehttp 49869 6166065152 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:44:10,590 basehttp 49869 6166065152 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 17:44:10,608 log 49869 6166065152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:44:10,608 basehttp 49869 6166065152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:44:10,662 basehttp 49869 6166065152 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-10 17:44:10,674 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:44:10,674 basehttp 49869 13035925504 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 17:44:15,485 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 35240 WARNING 2025-08-10 17:44:15,509 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:44:15,509 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:44:15,544 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:45:15,545 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:45:25,410 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 35445 WARNING 2025-08-10 17:45:25,431 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:45:25,431 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:45:25,480 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:46:25,598 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:47:07,117 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 35448 WARNING 2025-08-10 17:47:07,139 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:47:07,139 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:47:07,186 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:48:07,195 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:49:07,196 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:49:11,964 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36283 WARNING 2025-08-10 17:49:11,983 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:49:11,983 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:49:12,033 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:50:12,044 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:50:27,911 basehttp 49869 13052751872 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36347 WARNING 2025-08-10 17:50:27,930 log 49869 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 17:50:27,930 basehttp 49869 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 17:50:27,981 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:51:27,982 basehttp 49869 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:51:41,308 autoreload 49869 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:51:41,634 autoreload 55024 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:52:28,095 basehttp 55024 6191886336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:53:28,007 basehttp 55024 6191886336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:54:00,000 autoreload 55024 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:54:00,312 autoreload 56026 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:54:28,071 basehttp 56026 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:55:27,997 basehttp 56026 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:55:28,969 autoreload 56026 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:55:29,257 autoreload 56649 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:56:28,075 basehttp 56649 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:56:29,173 autoreload 56649 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:56:29,476 autoreload 57108 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:56:58,502 autoreload 57108 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:56:58,814 autoreload 57352 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:57:28,224 basehttp 57352 6202568704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:57:49,473 autoreload 57352 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:57:49,787 autoreload 57737 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:58:21,932 autoreload 57737 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:58:22,203 autoreload 57969 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:58:28,075 basehttp 57969 6133297152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:58:51,281 autoreload 57969 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:58:51,601 autoreload 58199 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:59:15,457 autoreload 58199 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:59:15,772 autoreload 58357 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 17:59:28,073 basehttp 58357 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 17:59:40,742 autoreload 58357 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 17:59:41,029 autoreload 58513 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:00:10,098 autoreload 58513 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/models.py changed, reloading. INFO 2025-08-10 18:00:10,377 autoreload 58744 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:00:10,726 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36347 WARNING 2025-08-10 18:00:10,744 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:00:10,744 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:00:10,795 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:00:54,022 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36361 WARNING 2025-08-10 18:00:54,042 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:00:54,042 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:00:54,089 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:01:47,744 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36361 WARNING 2025-08-10 18:01:47,780 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:01:47,780 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:01:47,811 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:02:14,762 basehttp 58744 6131101696 "GET /en/billing/bills/714b0ebd-a9e5-4b4f-b68f-9fcb35971d41/ HTTP/1.1" 200 36361 WARNING 2025-08-10 18:02:14,782 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:14,782 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:02:14,833 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:02:27,705 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:27,705 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:02:28,653 basehttp 58744 6131101696 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:02:28,671 log 58744 6131101696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:28,671 basehttp 58744 6131101696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:02:28,731 basehttp 58744 6131101696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:02:28,734 basehttp 58744 6147928064 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 ERROR 2025-08-10 18:02:36,079 log 58744 6147928064 Internal Server Error: /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_receipt' not found. 'payment_receipt' is not a valid view function or pattern name. ERROR 2025-08-10 18:02:36,081 basehttp 58744 6147928064 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 500 200073 WARNING 2025-08-10 18:02:36,095 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:02:36,096 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:03:12,870 basehttp 58744 6147928064 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 44723 WARNING 2025-08-10 18:03:12,891 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:12,891 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:03:12,928 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 18:03:27,598 log 58744 6147928064 Internal Server Error: /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_receipt' not found. 'payment_receipt' is not a valid view function or pattern name. ERROR 2025-08-10 18:03:27,600 basehttp 58744 6147928064 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 500 176605 WARNING 2025-08-10 18:03:27,621 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:27,621 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:03:33,717 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:33,717 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:03:33,727 log 58744 6147928064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:03:33,727 basehttp 58744 6147928064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:04:12,934 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:05:13,650 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:06:14,638 basehttp 58744 6147928064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:07:02,878 autoreload 58744 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:07:03,186 autoreload 61740 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:07:15,708 basehttp 61740 6167425024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:08:02,387 autoreload 61740 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-10 18:08:02,660 autoreload 62205 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:08:16,687 basehttp 62205 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:08:52,559 basehttp 62205 13035925504 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:08:52,578 log 62205 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:08:52,578 basehttp 62205 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:08:52,662 basehttp 62205 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 ERROR 2025-08-10 18:08:54,290 log 62205 13035925504 Internal Server Error: /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_email' not found. 'payment_email' is not a valid view function or pattern name. ERROR 2025-08-10 18:08:54,292 basehttp 62205 13035925504 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 500 176615 WARNING 2025-08-10 18:08:54,313 log 62205 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:08:54,313 basehttp 62205 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:10:33,476 autoreload 62205 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:10:33,799 autoreload 63349 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:11:03,017 autoreload 63349 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-10 18:11:03,332 autoreload 63512 8601149632 Watching for file changes with StatReloader ERROR 2025-08-10 18:12:36,680 log 63512 6128447488 Internal Server Error: /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_download' not found. 'payment_download' is not a valid view function or pattern name. ERROR 2025-08-10 18:12:36,682 basehttp 63512 6128447488 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 500 177227 WARNING 2025-08-10 18:12:36,694 log 63512 6128447488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:12:36,694 basehttp 63512 6128447488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:14:25,195 autoreload 63512 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:14:25,501 autoreload 65045 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:14:42,279 autoreload 65045 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-08-10 18:14:42,595 autoreload 65130 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:15:36,202 basehttp 65130 6204944384 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 200 31642 WARNING 2025-08-10 18:15:36,221 log 65130 6204944384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:36,221 basehttp 65130 6204944384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:36,317 basehttp 65130 6204944384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:15:43,859 basehttp 65130 6204944384 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:15:43,891 basehttp 65130 6204944384 "GET /en/billing/bills/ HTTP/1.1" 200 136843 WARNING 2025-08-10 18:15:43,910 log 65130 6204944384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:43,910 basehttp 65130 6204944384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:44,002 basehttp 65130 6204944384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:15:44,004 basehttp 65130 6221770752 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:15:49,600 basehttp 65130 6221770752 "GET /en/billing/bills/5cd3bf24-4e40-4898-aa38-478e5e385e1d/ HTTP/1.1" 200 39074 WARNING 2025-08-10 18:15:49,620 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:49,620 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:49,657 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:15:54,386 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:54,386 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:15:54,403 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:54,403 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:59,623 basehttp 65130 6221770752 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:15:59,644 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:15:59,645 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:15:59,685 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:16:04,855 basehttp 65130 6221770752 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/ HTTP/1.1" 200 31642 WARNING 2025-08-10 18:16:04,875 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:16:04,875 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:16:04,916 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:16:08,249 basehttp 65130 6221770752 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:16:08,269 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:16:08,269 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:16:08,309 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:17:05,281 basehttp 65130 6221770752 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:17:05,302 basehttp 65130 6221770752 "GET /en/billing/bills/ HTTP/1.1" 200 136843 WARNING 2025-08-10 18:17:05,317 log 65130 6221770752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:17:05,318 basehttp 65130 6221770752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:17:05,379 basehttp 65130 6221770752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:17:05,380 basehttp 65130 6204944384 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:18:05,387 basehttp 65130 6204944384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:18:05,388 basehttp 65130 6221770752 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:18:34,778 autoreload 65130 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:18:35,059 autoreload 66803 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:18:36,247 basehttp 66803 6201389056 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:18:36,270 log 66803 6201389056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:36,270 basehttp 66803 6201389056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:36,325 basehttp 66803 6201389056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:18:36,327 basehttp 66803 6218215424 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:18:47,452 basehttp 66803 6218215424 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35734 WARNING 2025-08-10 18:18:47,470 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:47,472 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:47,507 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:18:50,014 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:50,014 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:18:50,025 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:50,025 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:53,541 basehttp 66803 6218215424 "GET /en/billing/bills/d9619094-1a75-4b94-b3a9-bbb3a8dc50be/ HTTP/1.1" 200 39716 WARNING 2025-08-10 18:18:53,563 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:53,563 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:53,582 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:18:57,418 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:57,418 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:18:57,430 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:57,432 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:59,601 basehttp 66803 6218215424 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:18:59,630 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:18:59,631 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:18:59,665 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:01,812 basehttp 66803 6218215424 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:19:01,844 basehttp 66803 6218215424 "GET /en/billing/bills/ HTTP/1.1" 200 136488 WARNING 2025-08-10 18:19:01,868 log 66803 6218215424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:01,868 basehttp 66803 6218215424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:01,914 basehttp 66803 6218215424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:01,915 basehttp 66803 6201389056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:19:26,599 autoreload 66803 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:19:26,871 autoreload 67187 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:19:29,507 basehttp 67187 6162821120 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:19:29,529 log 67187 6162821120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:29,529 basehttp 67187 6162821120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:29,587 basehttp 67187 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:29,589 basehttp 67187 6179647488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:19:32,705 basehttp 67187 6179647488 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:19:32,735 log 67187 6179647488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:32,735 basehttp 67187 6179647488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:32,769 basehttp 67187 6179647488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:35,157 basehttp 67187 6179647488 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:19:35,188 basehttp 67187 6179647488 "GET /en/billing/bills/ HTTP/1.1" 200 136464 WARNING 2025-08-10 18:19:35,212 log 67187 6179647488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:19:35,213 basehttp 67187 6179647488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:19:35,258 basehttp 67187 6179647488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:19:35,258 basehttp 67187 6162821120 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:20:35,277 basehttp 67187 6162821120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:20:35,278 basehttp 67187 6179647488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:21:33,051 autoreload 67187 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:21:33,326 autoreload 68110 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:21:33,725 basehttp 68110 6133919744 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:21:33,745 log 68110 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:33,745 basehttp 68110 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:33,803 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:21:33,805 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:21:36,477 basehttp 68110 6150746112 "GET /en/billing/bills/53a8edf6-5fb7-4c0d-b505-1cb9b90c144a/ HTTP/1.1" 200 35734 WARNING 2025-08-10 18:21:36,500 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:36,500 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:36,540 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:21:39,053 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:39,053 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:39,066 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:39,066 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:41,211 basehttp 68110 6150746112 "GET /en/billing/bills/d9619094-1a75-4b94-b3a9-bbb3a8dc50be/ HTTP/1.1" 200 39716 WARNING 2025-08-10 18:21:41,233 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:41,234 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:41,278 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 WARNING 2025-08-10 18:21:43,609 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:43,609 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:43,625 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:43,625 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-10 18:21:45,370 log 68110 6150746112 Internal Server Error: /en/billing/bills/443910ad-f19a-4b5c-aca2-3c9e4cd278d4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_submit' not found. 'bill_submit' is not a valid view function or pattern name. ERROR 2025-08-10 18:21:45,372 basehttp 68110 6150746112 "GET /en/billing/bills/443910ad-f19a-4b5c-aca2-3c9e4cd278d4/ HTTP/1.1" 500 191753 WARNING 2025-08-10 18:21:45,395 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:45,395 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:49,630 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:49,630 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:21:49,643 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:49,643 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:51,659 basehttp 68110 6150746112 "GET /en/billing/bills/a195f7f4-0c1b-4c82-9dfa-2d43648f23f9/ HTTP/1.1" 200 45635 WARNING 2025-08-10 18:21:51,686 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:51,687 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:51,729 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:21:53,663 basehttp 68110 6150746112 "GET /en/billing/payments/599b394c-3f7a-4412-aae3-6ee79d3e2521/receipt/ HTTP/1.1" 302 0 INFO 2025-08-10 18:21:53,684 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 136322 WARNING 2025-08-10 18:21:53,708 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:21:53,708 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:21:53,755 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:21:53,756 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:22:53,766 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:22:53,766 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:23:53,774 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:23:53,775 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:24:53,785 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:24:53,786 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:47,191 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:47,211 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:47,211 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:47,268 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:47,269 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:48,741 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:48,762 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:48,762 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:48,821 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:48,822 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:51,182 basehttp 68110 6133919744 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:51,202 log 68110 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:51,202 basehttp 68110 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:51,260 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:51,260 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:54,604 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:54,626 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:54,626 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:54,671 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:54,671 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:55,683 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:55,702 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:55,703 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:55,766 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:55,767 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:56,636 basehttp 68110 6133919744 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:56,660 log 68110 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:56,660 basehttp 68110 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:56,722 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:56,723 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:25:57,670 basehttp 68110 6150746112 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:25:57,689 log 68110 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:25:57,689 basehttp 68110 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:25:57,750 basehttp 68110 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:25:57,751 basehttp 68110 6133919744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:26:57,755 basehttp 68110 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:26:57,757 basehttp 68110 6150746112 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 123 INFO 2025-08-10 18:27:28,302 autoreload 68110 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-10 18:27:28,616 autoreload 70720 8601149632 Watching for file changes with StatReloader INFO 2025-08-10 18:27:30,496 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:27:30,516 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:27:30,516 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:27:30,575 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:27:30,584 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:27:58,891 basehttp 70720 6141997056 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:27:58,914 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:27:58,914 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:27:58,978 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:27:58,980 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:28:00,067 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:28:00,083 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:28:00,083 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:28:00,139 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:28:00,142 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:29:00,159 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:29:00,162 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:30:00,163 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:30:00,165 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:31:00,166 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:31:00,169 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:32:00,171 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:32:00,173 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:33:00,117 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:33:00,121 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:34:00,122 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:34:00,125 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:35:00,126 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:35:00,129 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:36:00,118 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:36:00,121 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:37:00,135 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:37:00,139 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:38:00,138 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:38:00,141 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:39:00,614 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:39:00,617 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:40:02,615 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:40:02,618 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:41:37,611 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:41:37,614 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:43:37,612 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:43:37,615 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:44:37,623 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:44:37,627 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:45:37,625 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:45:37,628 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:46:37,610 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:46:37,612 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 INFO 2025-08-10 18:46:52,330 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:46:52,342 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:46:52,342 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:46:52,453 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:46:52,456 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4906 INFO 2025-08-10 18:47:52,430 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:47:52,432 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4906 INFO 2025-08-10 18:48:52,486 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:48:52,489 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4906 INFO 2025-08-10 18:49:10,287 basehttp 70720 6141997056 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:49:10,307 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:49:10,307 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:49:10,408 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:49:10,411 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4722 INFO 2025-08-10 18:50:10,409 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:50:10,412 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 5139 INFO 2025-08-10 18:51:10,403 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:51:10,405 basehttp 70720 6125170688 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 5139 INFO 2025-08-10 18:51:20,467 basehttp 70720 6125170688 "GET /en/billing/bills/ HTTP/1.1" 200 135944 WARNING 2025-08-10 18:51:20,486 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:20,486 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:51:20,546 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:51:20,549 basehttp 70720 6141997056 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4936 WARNING 2025-08-10 18:51:46,370 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:46,371 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:47,108 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:47,108 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:47,727 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:47,728 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:49,394 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:49,395 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-10 18:51:49,858 log 70720 6141997056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:49,858 basehttp 70720 6141997056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:51:52,165 basehttp 70720 6141997056 "GET / HTTP/1.1" 302 0 INFO 2025-08-10 18:51:52,196 basehttp 70720 6125170688 "GET /en/ HTTP/1.1" 200 46410 WARNING 2025-08-10 18:51:52,214 log 70720 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-10 18:51:52,214 basehttp 70720 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-10 18:51:52,279 basehttp 70720 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:51:52,283 basehttp 70720 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-10 18:51:52,284 basehttp 70720 6158823424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 18:51:52,286 basehttp 70720 6141997056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:52:22,273 basehttp 70720 6141997056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:52:52,294 basehttp 70720 6158823424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 18:52:52,295 basehttp 70720 6141997056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:52:52,297 basehttp 70720 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:53:22,278 basehttp 70720 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:53:52,299 basehttp 70720 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4449 INFO 2025-08-10 18:53:52,300 basehttp 70720 6141997056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-10 18:53:52,301 basehttp 70720 6158823424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-10 18:54:22,286 basehttp 70720 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 11:28:51,602 autoreload 69349 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:28:55,089 basehttp 69349 6168178688 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 11:28:55,187 basehttp 69349 6168178688 "GET /en/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:28:55,193 log 69349 6168178688 Not Found: /accounts/login/ WARNING 2025-08-12 11:28:55,193 basehttp 69349 6168178688 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2581 WARNING 2025-08-12 11:28:55,209 log 69349 6168178688 Not Found: /favicon.ico WARNING 2025-08-12 11:28:55,210 basehttp 69349 6168178688 "GET /favicon.ico HTTP/1.1" 404 2559 INFO 2025-08-12 11:32:00,787 autoreload 69349 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 11:32:01,125 autoreload 71176 8601149632 Watching for file changes with StatReloader WARNING 2025-08-12 11:32:03,086 log 71176 6131544064 Not Found: /accounts/login/ WARNING 2025-08-12 11:32:03,086 basehttp 71176 6131544064 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2581 WARNING 2025-08-12 11:32:04,011 log 71176 6131544064 Not Found: /accounts/login/ WARNING 2025-08-12 11:32:04,012 basehttp 71176 6131544064 "GET /accounts/login/?next=/en/ HTTP/1.1" 404 2581 WARNING 2025-08-12 11:32:23,287 log 71176 6131544064 Not Found: /en/accounts/login/ WARNING 2025-08-12 11:32:23,287 basehttp 71176 6131544064 "GET /en/accounts/login/ HTTP/1.1" 404 33967 INFO 2025-08-12 11:34:35,824 autoreload 71176 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:34:36,086 autoreload 72320 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:40:04,940 autoreload 72320 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:40:05,201 autoreload 74744 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:40:32,149 autoreload 74744 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 11:40:32,392 autoreload 74978 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:40:38,768 log 74978 6129168384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:40:38,770 basehttp 74978 6129168384 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:41:21,758 autoreload 75332 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:41:24,648 log 75332 6165442560 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:41:24,649 basehttp 75332 6165442560 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:42:22,102 autoreload 75332 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:42:22,386 autoreload 75799 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:42:24,712 log 75799 6194212864 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:42:24,715 basehttp 75799 6194212864 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:43:04,394 autoreload 75799 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:43:04,668 autoreload 76113 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:43:06,814 log 76113 6192869376 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:43:06,816 basehttp 76113 6192869376 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:46:17,914 autoreload 76113 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:46:18,199 autoreload 77512 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:46:29,630 autoreload 77512 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 11:46:29,868 autoreload 77671 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:46:32,093 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:32,094 basehttp 77671 6166982656 "GET /en/accounts/login/ HTTP/1.1" 500 154616 ERROR 2025-08-12 11:46:33,174 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:33,176 basehttp 77671 6166982656 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:46:35,347 basehttp 77671 6166982656 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:46:35,367 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:35,368 basehttp 77671 6166982656 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 155232 INFO 2025-08-12 11:46:41,706 basehttp 77671 6166982656 "GET /en/accounts/login HTTP/1.1" 301 0 ERROR 2025-08-12 11:46:41,732 log 77671 6166982656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:46:41,734 basehttp 77671 6166982656 "GET /en/accounts/login/ HTTP/1.1" 500 154479 INFO 2025-08-12 11:47:21,339 autoreload 77671 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:47:21,609 autoreload 78042 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:47:24,018 log 78042 6160166912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:47:24,020 basehttp 78042 6160166912 "GET /en/accounts/login/ HTTP/1.1" 500 154616 ERROR 2025-08-12 11:47:24,877 log 78042 6160166912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'account_signup' not found. 'account_signup' is not a valid view function or pattern name. ERROR 2025-08-12 11:47:24,879 basehttp 78042 6160166912 "GET /en/accounts/login/ HTTP/1.1" 500 154616 INFO 2025-08-12 11:48:31,736 autoreload 78042 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:48:32,016 autoreload 78546 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:49:42,407 autoreload 78546 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:49:42,658 autoreload 79087 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:50:28,230 autoreload 79087 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-08-12 11:50:28,461 autoreload 79402 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 11:50:32,125 log 79402 6126366720 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache debugger_tags highlighting i18n indent_text l10n log rest_framework static syntax_color tz widont ERROR 2025-08-12 11:50:32,126 basehttp 79402 6126366720 "GET /en/accounts/login/ HTTP/1.1" 500 223942 ERROR 2025-08-12 11:52:54,026 log 79402 6126366720 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'accounts' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'accounts' is not a registered namespace ERROR 2025-08-12 11:52:54,028 basehttp 79402 6126366720 "GET /en/accounts/login/ HTTP/1.1" 500 167607 INFO 2025-08-12 11:53:20,258 autoreload 79402 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-08-12 11:53:20,533 autoreload 80626 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 11:53:36,177 autoreload 80626 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/urls.py changed, reloading. INFO 2025-08-12 11:53:36,424 autoreload 80783 8601149632 Watching for file changes with StatReloader WARNING 2025-08-12 11:53:38,556 log 80783 6124253184 Not Found: /en/accounts/login/ WARNING 2025-08-12 11:53:38,557 basehttp 80783 6124253184 "GET /en/accounts/login/ HTTP/1.1" 404 34211 ERROR 2025-08-12 11:53:47,350 log 80783 6124253184 Internal Server Error: /en/account/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'password_reset' not found. 'password_reset' is not a valid view function or pattern name. ERROR 2025-08-12 11:53:47,352 basehttp 80783 6124253184 "GET /en/account/login/ HTTP/1.1" 500 166056 INFO 2025-08-12 11:54:20,302 basehttp 80783 6124253184 "GET /en/account/login/ HTTP/1.1" 200 21317 INFO 2025-08-12 11:54:20,314 basehttp 80783 6358691840 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-12 11:54:20,321 basehttp 80783 6341865472 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-12 11:54:20,325 basehttp 80783 6325039104 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-12 11:54:20,329 basehttp 80783 6124253184 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-12 11:54:20,331 basehttp 80783 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-12 11:54:20,335 basehttp 80783 6141079552 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-12 11:54:20,337 basehttp 80783 6157905920 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-12 11:54:20,339 basehttp 80783 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-12 11:54:20,648 basehttp 80783 6141079552 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-12 11:54:20,649 basehttp 80783 6157905920 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-12 11:54:20,650 basehttp 80783 6358691840 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-12 11:54:20,650 basehttp 80783 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-12 11:54:20,651 basehttp 80783 6124253184 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-12 11:54:20,654 basehttp 80783 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-12 11:54:20,655 basehttp 80783 6141079552 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-12 11:54:20,658 basehttp 80783 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-12 11:54:20,658 basehttp 80783 6157905920 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-12 11:54:20,659 basehttp 80783 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-12 11:54:20,659 basehttp 80783 6124253184 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-12 11:54:20,662 basehttp 80783 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-12 11:54:20,662 basehttp 80783 6124253184 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-12 11:54:20,662 basehttp 80783 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-12 11:54:20,662 basehttp 80783 6157905920 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-12 11:54:20,665 basehttp 80783 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-12 11:54:20,666 basehttp 80783 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-12 11:54:20,667 basehttp 80783 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-12 11:54:20,669 basehttp 80783 6124253184 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-12 11:54:20,670 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:54:20,670 basehttp 80783 6157905920 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-12 11:54:20,671 basehttp 80783 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-12 11:54:20,671 basehttp 80783 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-12 11:54:20,672 basehttp 80783 6341865472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-12 11:54:20,679 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:54:20,680 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:54:49,645 basehttp 80783 6141079552 "GET /en/account/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:54:49,687 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:54:49,695 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:54:49,695 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:55:01,357 basehttp 80783 6141079552 "POST /en/account/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:55:01,385 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:55:01,391 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:55:01,391 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:55:06,361 basehttp 80783 6141079552 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-12 11:56:01,398 basehttp 80783 6141079552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 WARNING 2025-08-12 11:56:01,406 log 80783 6141079552 Not Found: /accounts/login/ WARNING 2025-08-12 11:56:01,406 basehttp 80783 6141079552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 404 2607 INFO 2025-08-12 11:56:03,292 autoreload 80783 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-08-12 11:56:03,571 autoreload 81857 8601149632 Watching for file changes with StatReloader WARNING 2025-08-12 11:56:06,435 log 81857 6133542912 Not Found: /en/account/login/ WARNING 2025-08-12 11:56:06,435 basehttp 81857 6133542912 "POST /en/account/login/ HTTP/1.1" 404 29649 WARNING 2025-08-12 11:56:08,044 log 81857 6133542912 Not Found: /en/account/login/ WARNING 2025-08-12 11:56:08,045 basehttp 81857 6133542912 "GET /en/account/login/ HTTP/1.1" 404 29648 INFO 2025-08-12 11:56:09,720 basehttp 81857 6133542912 "GET /en/accounts/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:56:09,827 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:56:09,840 basehttp 81857 6133542912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:56:09,865 log 81857 6133542912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:56:09,983 basehttp 81857 6133542912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:56:43,726 basehttp 81857 6133542912 "POST /en/accounts/login/ HTTP/1.1" 200 21255 INFO 2025-08-12 11:56:43,820 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:56:43,829 basehttp 81857 6133542912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:56:43,844 log 81857 6133542912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:56:43,845 basehttp 81857 6133542912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:56:45,728 basehttp 81857 6133542912 "POST /en/accounts/login/ HTTP/1.1" 200 21424 INFO 2025-08-12 11:56:45,832 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:56:45,847 basehttp 81857 6133542912 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:56:45,869 log 81857 6150369280 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:56:45,871 basehttp 81857 6150369280 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:57:45,833 basehttp 81857 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 11:57:45,848 basehttp 81857 6150369280 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 11:57:45,873 log 81857 6133542912 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 11:57:45,874 basehttp 81857 6133542912 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 11:57:50,666 basehttp 81857 6133542912 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-12 11:57:50,712 basehttp 81857 6150369280 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 11:57:50,726 basehttp 81857 6150369280 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-12 11:57:50,739 basehttp 81857 6133542912 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-12 11:57:50,740 basehttp 81857 13455405056 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-12 11:57:50,740 basehttp 81857 6167195648 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-12 11:57:50,740 basehttp 81857 13438578688 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-12 11:57:50,740 basehttp 81857 6150369280 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-12 11:57:50,741 basehttp 81857 13472231424 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-12 11:57:50,741 basehttp 81857 6150369280 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-12 11:58:00,779 basehttp 81857 6150369280 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 11:58:00,804 basehttp 81857 6150369280 "GET /en/admin/ HTTP/1.1" 200 86670 INFO 2025-08-12 11:58:00,819 basehttp 81857 6150369280 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-12 11:58:00,821 basehttp 81857 6150369280 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-12 11:58:00,821 basehttp 81857 13472231424 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-12 11:58:05,840 basehttp 81857 13472231424 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 11:58:05,861 basehttp 81857 6150369280 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 11:58:05,994 basehttp 81857 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 11:58:05,998 basehttp 81857 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 11:58:05,999 basehttp 81857 6167195648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 11:58:06,001 basehttp 81857 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 11:58:35,994 basehttp 81857 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-12 11:58:40,453 log 81857 13438578688 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'audit_log_export' not found. 'audit_log_export' is not a valid view function or pattern name. ERROR 2025-08-12 11:58:40,454 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 500 224223 INFO 2025-08-12 12:00:27,100 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214534 INFO 2025-08-12 12:00:27,160 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:01:27,172 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:02:03,763 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214486 INFO 2025-08-12 12:02:03,807 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:02:44,183 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214195 INFO 2025-08-12 12:02:44,234 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:03:03,725 basehttp 81857 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 214199 INFO 2025-08-12 12:03:03,764 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:03:15,438 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195139 INFO 2025-08-12 12:03:15,479 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:04:16,424 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:05:10,065 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195144 INFO 2025-08-12 12:05:10,115 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:05:15,808 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214189 INFO 2025-08-12 12:05:15,849 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:06:16,415 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:07:16,428 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:08:17,436 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:09:18,412 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:09:59,506 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214197 INFO 2025-08-12 12:09:59,580 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:10:46,256 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214098 INFO 2025-08-12 12:10:46,315 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:10:52,927 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195053 INFO 2025-08-12 12:10:52,969 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:11:46,744 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196036 INFO 2025-08-12 12:11:46,792 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:12:28,437 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196044 INFO 2025-08-12 12:12:28,474 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:12:57,685 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196043 INFO 2025-08-12 12:12:57,722 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:13:00,562 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 196043 INFO 2025-08-12 12:13:00,597 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:13:04,918 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215440 INFO 2025-08-12 12:13:04,952 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:13:36,973 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215426 INFO 2025-08-12 12:13:37,013 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:14:37,055 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:14:44,489 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215390 INFO 2025-08-12 12:14:44,537 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:08,459 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215388 INFO 2025-08-12 12:15:08,498 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:11,890 basehttp 81857 13438578688 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195991 INFO 2025-08-12 12:15:11,909 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:16,473 basehttp 81857 13438578688 "GET /en/audit-log/?page=1 HTTP/1.1" 200 215388 INFO 2025-08-12 12:15:16,510 basehttp 81857 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:42,977 basehttp 81857 13438578688 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:15:42,987 basehttp 81857 6133542912 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:15:43,021 basehttp 81857 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:15:43,028 basehttp 81857 6167195648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:15:43,028 basehttp 81857 6150369280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:15:43,028 basehttp 81857 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:16:13,018 basehttp 81857 6150369280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:16:43,443 basehttp 81857 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:16:43,444 basehttp 81857 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:16:43,444 basehttp 81857 6167195648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:17:14,422 basehttp 81857 6167195648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:17:29,163 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 12:17:29,893 log 81857 6167195648 Internal Server Error: /en/audit-log/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 961, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-08-12 12:17:30,198 basehttp 81857 6167195648 "GET /en/audit-log/?page=1 HTTP/1.1" 500 391868 INFO 2025-08-12 12:19:28,399 basehttp 81857 6167195648 "GET /en/audit-log/?page=1 HTTP/1.1" 200 214958 INFO 2025-08-12 12:19:28,438 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:19:39,062 basehttp 81857 6167195648 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195657 INFO 2025-08-12 12:19:39,106 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:20:39,118 basehttp 81857 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:12,183 basehttp 81857 6133542912 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195657 INFO 2025-08-12 12:21:23,362 autoreload 93741 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 12:21:25,282 basehttp 93741 6159708160 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:21:25,375 basehttp 93741 6159708160 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:21:25,447 basehttp 93741 6159708160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:25,450 basehttp 93741 6210187264 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:21:25,452 basehttp 93741 6176534528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:21:25,452 basehttp 93741 6193360896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:21:29,167 basehttp 93741 6193360896 "GET /en/audit-log/?page=2 HTTP/1.1" 200 195657 INFO 2025-08-12 12:21:29,215 basehttp 93741 6193360896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:31,505 basehttp 93741 6193360896 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:21:31,521 basehttp 93741 6176534528 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:21:31,583 basehttp 93741 6176534528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:21:31,585 basehttp 93741 6159708160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:21:31,586 basehttp 93741 6193360896 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:21:31,587 basehttp 93741 6210187264 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:21:51,406 basehttp 93741 6210187264 "GET /en/audit-log/ HTTP/1.1" 200 214958 INFO 2025-08-12 12:21:51,450 basehttp 93741 6210187264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:22:51,464 basehttp 93741 6210187264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:23:06,511 basehttp 93741 6210187264 "GET /en/tenants HTTP/1.1" 301 0 ERROR 2025-08-12 12:23:06,531 log 93741 6193360896 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/tenant_list.html, core/tenant_list.html ERROR 2025-08-12 12:23:06,532 basehttp 93741 6193360896 "GET /en/tenants/ HTTP/1.1" 500 85695 INFO 2025-08-12 12:24:35,576 autoreload 93741 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-08-12 12:24:35,886 autoreload 95244 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 12:24:36,806 log 95244 6167736320 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_detail' with arguments '(7,)' not found. 1 pattern(s) tried: ['en/tenants/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-12 12:24:36,809 basehttp 95244 6167736320 "GET /en/tenants/ HTTP/1.1" 500 212870 INFO 2025-08-12 12:25:11,357 autoreload 95244 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-12 12:25:11,652 autoreload 95483 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 12:25:12,767 log 95483 6128840704 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_edit' not found. 'tenant_edit' is not a valid view function or pattern name. ERROR 2025-08-12 12:25:12,769 basehttp 95483 6128840704 "GET /en/tenants/ HTTP/1.1" 500 209938 ERROR 2025-08-12 12:25:14,278 log 95483 6128840704 Internal Server Error: /en/tenants/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_edit' not found. 'tenant_edit' is not a valid view function or pattern name. ERROR 2025-08-12 12:25:14,280 basehttp 95483 6128840704 "GET /en/tenants/ HTTP/1.1" 500 209938 INFO 2025-08-12 12:25:53,443 basehttp 95483 6128840704 "GET /en/tenants/ HTTP/1.1" 200 78409 INFO 2025-08-12 12:25:53,503 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 12:26:02,214 log 95483 6128840704 Internal Server Error: /en/tenants/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_edit' not found. 'tenant_edit' is not a valid view function or pattern name. ERROR 2025-08-12 12:26:02,215 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 500 204017 ERROR 2025-08-12 12:26:18,802 log 95483 6128840704 Internal Server Error: /en/tenants/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_activate' not found. 'tenant_activate' is not a valid view function or pattern name. ERROR 2025-08-12 12:26:18,803 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 500 202496 ERROR 2025-08-12 12:27:08,832 log 95483 6128840704 Internal Server Error: /en/tenants/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'tenant_export' not found. 'tenant_export' is not a valid view function or pattern name. ERROR 2025-08-12 12:27:08,834 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 500 201950 INFO 2025-08-12 12:27:54,180 basehttp 95483 6128840704 "GET /en/tenants/7/ HTTP/1.1" 200 33226 INFO 2025-08-12 12:27:54,213 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:28:23,713 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:29:23,715 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:30:23,717 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:31:23,729 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:32:23,735 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:33:23,730 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:19,070 basehttp 95483 6128840704 "GET /en/tenants/7/edit/ HTTP/1.1" 200 42280 INFO 2025-08-12 12:34:19,110 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:29,089 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:31,706 basehttp 95483 6128840704 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 12:34:31,729 basehttp 95483 6128840704 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 12:34:31,782 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:34:31,815 basehttp 95483 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 12:34:31,815 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:34:31,817 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:35:01,780 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:35:31,795 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:35:31,795 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:35:31,796 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:36:01,792 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:36:31,807 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:36:31,808 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:36:31,809 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:37:01,787 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:37:31,807 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:37:31,807 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:37:31,809 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:38:01,794 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:38:31,801 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:38:31,802 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:38:31,804 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:39:01,791 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:39:31,790 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:39:31,791 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:39:31,792 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:40:01,795 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:40:31,784 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:40:31,786 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:40:31,788 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:41:01,798 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:41:31,801 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:41:31,801 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:41:31,804 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:42:01,804 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:42:31,809 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:42:31,811 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:42:31,813 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:43:01,806 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:43:31,815 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:43:31,815 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:43:31,819 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:44:01,825 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:44:31,816 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:44:31,817 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:44:31,821 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:45:02,194 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:45:32,191 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:45:32,192 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:45:33,183 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:46:11,189 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:47:11,213 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:47:11,215 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:47:11,216 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:48:11,208 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:48:11,209 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:48:11,211 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:49:11,194 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:50:11,201 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:50:11,203 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:50:11,204 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:51:11,205 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:51:11,206 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:51:11,208 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:52:11,207 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:52:11,208 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:52:11,210 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:53:11,185 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:54:11,205 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:54:11,206 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:54:11,207 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:55:11,199 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:55:11,199 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:55:11,201 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:56:11,174 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:57:11,230 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:57:11,232 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:57:11,232 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:58:11,162 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 12:59:11,174 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 12:59:11,175 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 12:59:11,176 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:00:11,170 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:00:11,170 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:00:11,171 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:01:11,165 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:01:11,166 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:02:11,170 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:02:11,171 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:03:11,162 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:03:11,163 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:04:11,173 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:04:11,174 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:04:11,175 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:05:11,154 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:05:11,155 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:05:11,155 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:06:03,525 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:06:11,161 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:06:11,161 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:06:33,515 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:07:03,514 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:07:11,150 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:07:11,150 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:07:33,515 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:08:03,518 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:08:11,159 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:08:11,160 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:08:33,519 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:09:03,521 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:09:11,163 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:09:11,163 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:09:33,515 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:10:03,521 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:10:08,216 basehttp 95483 6128840704 "GET /en/appointments/create/ HTTP/1.1" 200 33613 INFO 2025-08-12 13:10:08,281 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:10:11,021 basehttp 95483 6128840704 "GET /en/appointments/list/ HTTP/1.1" 200 129005 INFO 2025-08-12 13:10:11,064 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 13:10:26,754 log 95483 6128840704 Forbidden (CSRF token missing.): /en/appointments/check-in/2035/ WARNING 2025-08-12 13:10:26,754 basehttp 95483 6128840704 "POST /en/appointments/check-in/2035/ HTTP/1.1" 403 2491 INFO 2025-08-12 13:10:31,802 basehttp 95483 6128840704 "GET /en/appointments/detail/2046/ HTTP/1.1" 200 22407 INFO 2025-08-12 13:10:31,836 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:11:11,076 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:12:11,076 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:12:41,706 basehttp 95483 6128840704 "GET /en/appointments/list/?page=2 HTTP/1.1" 200 128681 INFO 2025-08-12 13:12:41,742 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 13:13:17,097 log 95483 6128840704 Forbidden (CSRF token missing.): /en/appointments/check-in/1835/ WARNING 2025-08-12 13:13:17,097 basehttp 95483 6128840704 "POST /en/appointments/check-in/1835/ HTTP/1.1" 403 2491 INFO 2025-08-12 13:13:21,691 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:13:22,396 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:13:23,361 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:13:23,368 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:13:23,371 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:13:53,348 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:14:23,362 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:14:23,362 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:14:23,364 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:14:53,344 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:15:23,359 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:15:23,361 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:15:23,362 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:15:53,346 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:16:23,360 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:16:23,360 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:16:23,363 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:16:53,348 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:17:23,354 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:17:23,355 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:17:23,358 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:17:53,350 basehttp 95483 6128840704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-12 13:18:20,517 log 95483 6128840704 Not Found: /en/user WARNING 2025-08-12 13:18:20,518 basehttp 95483 6128840704 "GET /en/user HTTP/1.1" 404 29613 INFO 2025-08-12 13:18:36,855 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:18:36,856 basehttp 95483 6128840704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:18:36,858 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:18:40,767 basehttp 95483 6162493440 "GET /en/system-configuration HTTP/1.1" 301 0 INFO 2025-08-12 13:18:40,784 basehttp 95483 6145667072 "GET /en/system-configuration/ HTTP/1.1" 200 61680 INFO 2025-08-12 13:18:40,830 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:18:53,325 basehttp 95483 6145667072 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 13:18:53,340 basehttp 95483 6128840704 "GET /en/ HTTP/1.1" 200 46415 INFO 2025-08-12 13:18:53,397 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:18:53,402 basehttp 95483 6162493440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:18:53,402 basehttp 95483 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 13:18:53,403 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:19:01,825 basehttp 95483 6145667072 "GET /en/appointments HTTP/1.1" 301 0 INFO 2025-08-12 13:19:01,849 basehttp 95483 13572796416 "GET /en/appointments/ HTTP/1.1" 200 34650 INFO 2025-08-12 13:19:01,881 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:19:01,885 basehttp 95483 6162493440 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-12 13:19:17,005 basehttp 95483 6162493440 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:19:33,401 basehttp 95483 6162493440 "GET /en/emr HTTP/1.1" 301 0 ERROR 2025-08-12 13:19:33,454 log 95483 13572796416 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(2098,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-12 13:19:33,455 basehttp 95483 13572796416 "GET /en/emr/ HTTP/1.1" 500 208408 INFO 2025-08-12 13:19:42,538 basehttp 95483 13572796416 "GET /en/patients HTTP/1.1" 301 0 INFO 2025-08-12 13:19:42,551 basehttp 95483 6128840704 "GET /en/patients/ HTTP/1.1" 200 66089 INFO 2025-08-12 13:19:42,578 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:19:42,583 basehttp 95483 6145667072 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:19:48,169 basehttp 95483 6145667072 "GET /en/patients/115/details/ HTTP/1.1" 200 36880 INFO 2025-08-12 13:19:48,223 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 13:19:48,237 log 95483 13572796416 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-12 13:19:48,237 basehttp 95483 13572796416 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63085 ERROR 2025-08-12 13:19:48,246 log 95483 6128840704 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-12 13:19:48,254 log 95483 6162493440 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-12 13:19:48,254 basehttp 95483 6128840704 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89696 ERROR 2025-08-12 13:19:48,256 basehttp 95483 6162493440 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105189 INFO 2025-08-12 13:20:04,646 basehttp 95483 6162493440 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33613 INFO 2025-08-12 13:20:04,684 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:07,666 basehttp 95483 6162493440 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55795 INFO 2025-08-12 13:20:07,704 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:14,292 basehttp 95483 6162493440 "GET /en/laboratory/orders/create/?patient=115 HTTP/1.1" 200 76753 INFO 2025-08-12 13:20:14,331 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:20,685 basehttp 95483 6162493440 "GET /en/billing/bills/create/?patient=115 HTTP/1.1" 200 53807 INFO 2025-08-12 13:20:20,728 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:28,456 basehttp 95483 6162493440 "GET /en/patients/htmx/insurance-info/115/ HTTP/1.1" 200 153 INFO 2025-08-12 13:20:39,516 basehttp 95483 6162493440 "GET /en/patients/htmx/consent-forms/110/ HTTP/1.1" 200 1182 INFO 2025-08-12 13:20:42,591 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:42,592 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:20:49,641 basehttp 95483 6128840704 "GET /en/patients/ HTTP/1.1" 200 66089 INFO 2025-08-12 13:20:49,692 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:20:49,694 basehttp 95483 6162493440 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:20:52,673 basehttp 95483 6162493440 "GET /en/patients/htmx/insurance-info/123/ HTTP/1.1" 200 568 INFO 2025-08-12 13:21:04,380 basehttp 95483 6162493440 "GET /en/patients/ HTTP/1.1" 200 66089 INFO 2025-08-12 13:21:04,427 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:21:04,429 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:04,458 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:04,459 basehttp 95483 6145667072 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:07,201 basehttp 95483 6145667072 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:07,247 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:07,248 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:10,829 basehttp 95483 6128840704 "GET /en/patients/htmx/insurance-info/110/ HTTP/1.1" 200 568 INFO 2025-08-12 13:22:16,913 basehttp 95483 6128840704 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:16,962 basehttp 95483 6128840704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:16,964 basehttp 95483 6145667072 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:23,011 basehttp 95483 6145667072 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:23,023 basehttp 95483 6162493440 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-12 13:22:23,025 basehttp 95483 13606449152 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-12 13:22:23,027 basehttp 95483 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-12 13:22:23,035 basehttp 95483 6145667072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-12 13:22:23,036 basehttp 95483 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-12 13:22:23,040 basehttp 95483 13572796416 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-12 13:22:23,041 basehttp 95483 6128840704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-12 13:22:23,043 basehttp 95483 6162493440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-12 13:22:23,239 basehttp 95483 6162493440 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-12 13:22:23,239 basehttp 95483 13572796416 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-12 13:22:23,239 basehttp 95483 13606449152 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-12 13:22:23,239 basehttp 95483 6128840704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-12 13:22:23,239 basehttp 95483 6145667072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-12 13:22:23,267 basehttp 95483 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-12 13:22:23,271 basehttp 95483 6145667072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-12 13:22:23,278 basehttp 95483 6162493440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:23,279 basehttp 95483 6128840704 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:22:23,280 basehttp 95483 13606449152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-12 13:22:23,284 basehttp 95483 6162493440 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-12 13:22:23,284 basehttp 95483 6128840704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-12 13:22:23,286 basehttp 95483 6145667072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-12 13:22:23,287 basehttp 95483 13572796416 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-12 13:22:23,290 basehttp 95483 13606449152 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-12 13:22:23,291 basehttp 95483 6128840704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-12 13:22:23,293 basehttp 95483 6145667072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-12 13:22:23,293 basehttp 95483 6162493440 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-12 13:22:23,295 basehttp 95483 6128840704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-12 13:22:23,295 basehttp 95483 13572796416 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-12 13:22:23,296 basehttp 95483 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-12 13:22:23,297 basehttp 95483 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-12 13:22:23,297 basehttp 95483 6162493440 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-12 13:22:23,297 basehttp 95483 6145667072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-12 13:22:23,298 basehttp 95483 13572796416 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-12 13:22:23,298 basehttp 95483 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-12 13:22:23,370 log 95483 13606449152 Not Found: /favicon.ico WARNING 2025-08-12 13:22:23,370 basehttp 95483 13606449152 "GET /favicon.ico HTTP/1.1" 404 2559 INFO 2025-08-12 13:22:27,403 basehttp 95483 13606449152 "GET /en/patients/htmx/insurance-info/123/ HTTP/1.1" 200 568 INFO 2025-08-12 13:22:33,562 basehttp 95483 13606449152 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 13:22:33,661 basehttp 95483 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:22:33,664 basehttp 95483 13572796416 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:23:33,682 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:23:33,684 basehttp 95483 13606449152 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:24:33,683 basehttp 95483 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:24:33,686 basehttp 95483 13572796416 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 13:25:11,690 basehttp 95483 13572796416 "GET /en/ HTTP/1.1" 200 46455 INFO 2025-08-12 13:25:11,727 basehttp 95483 13606449152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:25:11,728 basehttp 95483 6145667072 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 13:25:11,728 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:25:42,093 basehttp 95483 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:26:12,103 basehttp 95483 6145667072 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:26:12,103 basehttp 95483 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:26:13,094 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:26:44,084 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:27:13,093 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:27:13,094 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:27:14,085 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:27:45,090 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:28:14,097 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:28:14,098 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:28:16,088 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:29:11,086 basehttp 95483 6145667072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:29:15,101 basehttp 95483 6145667072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:29:15,101 basehttp 95483 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:35:22,560 autoreload 26812 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 13:35:23,912 basehttp 26812 6170587136 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 13:35:24,000 basehttp 26812 6170587136 "GET /en/ HTTP/1.1" 200 46455 INFO 2025-08-12 13:35:24,065 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:35:24,073 basehttp 26812 6221066240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 13:35:24,073 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:35:24,075 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:35:41,123 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:36:12,132 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:36:12,134 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:36:16,121 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:36:43,114 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:37:45,141 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:37:45,142 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:37:45,144 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:39:11,143 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:39:11,143 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:39:11,145 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:40:11,115 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:41:11,134 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:41:11,134 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:41:11,136 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:42:11,130 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:42:11,130 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:42:11,132 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:43:11,112 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:44:11,132 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:44:11,132 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:44:11,134 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:45:11,134 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:45:11,135 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:45:11,137 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:46:11,128 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:46:11,130 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:47:11,127 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:47:11,129 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:48:11,138 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:48:11,138 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:48:11,139 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:49:11,123 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:49:11,125 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:50:11,116 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:50:11,117 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:50:11,119 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:51:11,111 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:51:11,111 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 13:52:11,127 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 13:52:11,129 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 13:53:11,125 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,126 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,126 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,149 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,149 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:53:11,150 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:53:11,196 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:53:11,196 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:53:11,196 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:53:11,198 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 13:53:11,198 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:53:11,199 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 13:54:11,101 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:54:11,102 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:54:11,110 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:54:11,112 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:54:11,132 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:54:11,139 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:54:11,139 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:54:11,140 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 13:55:11,115 basehttp 26812 6254718976 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:55:11,115 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:55:11,132 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:55:11,132 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:55:11,178 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:55:11,184 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:55:11,185 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:55:11,186 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 13:56:11,120 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,122 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,122 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,139 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,143 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:56:11,143 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:56:11,194 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:56:11,199 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:56:11,205 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:56:11,206 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 13:56:11,206 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 13:56:11,207 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 13:57:11,109 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:57:11,109 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:57:11,124 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:57:11,126 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:57:11,152 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:57:11,158 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:57:11,159 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 13:57:11,160 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 13:58:11,100 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,101 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,101 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,121 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,124 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 13:58:11,125 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:58:11,171 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:58:11,177 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:58:11,178 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 13:58:11,183 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:58:11,185 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 13:58:11,185 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 13:59:11,108 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:59:11,108 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 13:59:11,122 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 13:59:11,124 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 13:59:11,147 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:59:11,153 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 13:59:11,155 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 13:59:11,155 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:00:11,117 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,118 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,118 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,139 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,140 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:00:11,141 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:00:11,172 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:00:11,178 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:00:11,184 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:00:11,185 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:00:11,185 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:00:11,186 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:01:11,124 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:01:11,124 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:01:11,137 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:01:11,139 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:01:11,183 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:01:11,189 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:01:11,190 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:01:11,190 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:02:11,137 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:02:11,137 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:02:11,153 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:02:11,155 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:02:11,179 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:02:11,186 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:02:11,187 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:02:11,188 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:03:11,145 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,145 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,145 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,168 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,169 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:03:11,169 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:03:11,199 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:03:11,205 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:03:11,211 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:03:11,212 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:03:11,212 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:03:11,213 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:04:11,125 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:04:11,136 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:04:11,156 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:04:11,157 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:05:11,125 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,126 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,126 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,142 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,143 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:05:11,145 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:05:11,173 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:05:11,179 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:05:11,185 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:05:11,185 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:05:11,186 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:05:11,187 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:06:11,142 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,142 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,142 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,164 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:06:11,166 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:06:11,197 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:06:11,203 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:06:11,208 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:06:11,209 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:06:11,210 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:06:11,211 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:07:11,119 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:07:11,120 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:07:11,130 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:07:11,132 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:07:11,153 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:07:11,160 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:07:11,161 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:07:11,161 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:08:11,128 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:08:11,129 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:08:11,148 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:08:11,148 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:08:11,174 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:08:11,181 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:08:11,182 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:08:11,182 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:09:11,138 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,138 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,139 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,162 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,162 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:09:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:09:11,193 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:09:11,199 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:09:11,206 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:09:11,206 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:09:11,207 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:09:11,208 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:10:11,125 basehttp 26812 6254718976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:10:11,125 basehttp 26812 6237892608 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:10:11,138 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:10:11,141 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:10:11,164 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:10:11,170 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:10:11,172 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:10:11,175 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:11:11,135 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:11:11,135 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:11:11,155 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:11:11,155 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:11:11,181 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:11:11,188 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:11:11,190 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:11:11,193 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:12:11,120 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:12:11,120 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:12:11,134 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:12:11,134 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:12:11,157 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:12:11,164 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:12:11,166 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:12:11,169 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:13:11,124 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,130 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,130 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,139 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,151 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:13:11,152 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:13:11,165 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:13:11,172 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:13:11,182 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:13:11,189 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:13:11,190 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:13:11,190 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:14:11,131 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:14:11,131 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:14:11,145 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:14:11,146 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:14:11,169 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:14:11,175 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:14:11,177 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:14:11,177 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:15:11,114 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:15:11,115 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:15:11,124 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:15:11,125 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:15:11,158 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:15:11,164 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:15:11,165 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:15:11,166 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:16:11,144 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,144 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,144 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,161 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,161 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:16:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:16:11,221 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:16:11,222 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:16:11,228 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:16:11,229 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:16:11,230 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:16:11,231 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:17:11,150 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:17:11,150 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:17:11,165 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:17:11,167 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:17:11,192 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:17:11,199 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:17:11,200 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:17:11,200 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:18:11,146 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:18:11,147 basehttp 26812 6254718976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:18:11,160 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:18:11,162 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:18:11,185 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:18:11,191 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:18:11,192 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:18:11,193 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:19:11,158 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,158 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,158 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,176 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,178 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:19:11,180 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:19:11,218 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:19:11,221 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:19:11,232 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:19:11,237 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:19:11,238 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:19:11,239 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:20:11,146 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:20:11,146 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:20:11,161 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:20:11,163 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:20:11,187 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:20:11,193 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:20:11,194 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:20:11,194 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:21:11,142 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:21:11,143 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:21:11,159 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:21:11,160 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:21:11,192 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:21:11,193 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:21:11,196 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:21:11,197 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:22:11,137 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:22:11,140 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:22:11,147 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:22:11,150 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:22:11,170 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:22:11,177 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:22:11,177 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:22:11,179 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:23:11,148 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:23:11,148 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:23:11,163 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:23:11,166 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:23:11,189 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:23:11,197 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:23:11,197 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:23:11,198 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:24:11,150 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,155 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,155 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,162 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,174 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:24:11,175 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:24:11,195 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:24:11,197 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:24:11,204 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:24:11,210 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:24:11,211 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:24:11,212 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:25:11,152 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,153 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,153 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,170 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,172 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:25:11,174 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:25:11,191 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:25:11,193 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:25:11,204 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:25:11,211 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:25:11,212 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:25:11,212 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:26:11,134 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:26:11,145 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:26:11,166 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:26:11,168 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:27:11,150 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,153 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,154 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,166 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,171 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:27:11,173 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:27:11,185 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:27:11,191 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:27:11,199 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:27:11,205 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:27:11,206 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:27:11,207 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:28:11,146 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:28:11,146 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:28:11,163 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:28:11,163 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:28:11,190 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:28:11,196 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:28:11,199 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:28:11,201 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:29:11,158 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,158 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,158 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,177 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,180 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:29:11,180 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:29:11,205 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:29:11,207 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:29:11,213 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:29:11,220 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:29:11,221 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:29:11,221 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:30:11,124 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:30:11,131 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:30:11,147 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:30:11,148 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:31:11,156 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,156 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,156 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,176 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,179 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:31:11,179 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:31:11,214 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:31:11,220 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:31:11,226 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:31:11,227 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:31:11,228 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:31:11,229 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:32:11,243 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:32:11,252 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:32:11,273 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:32:11,277 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:33:11,253 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,253 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,253 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,272 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,276 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:33:11,277 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:33:11,345 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:33:11,351 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:33:11,357 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:33:11,358 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:33:11,359 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:33:11,360 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:34:11,243 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:34:11,252 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:34:11,272 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:34:11,273 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:35:11,248 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,248 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,248 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,271 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,272 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:35:11,272 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:35:11,306 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:35:11,318 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:35:11,318 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:35:11,319 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:35:11,320 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:35:11,320 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:36:11,235 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:36:11,235 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:36:11,251 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:36:11,251 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:36:11,275 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:36:11,282 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:36:11,283 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:36:11,284 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:37:11,235 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:37:11,235 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:37:11,248 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:37:11,248 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:37:11,275 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:37:11,282 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:37:11,283 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:37:11,283 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:38:11,235 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,235 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,256 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,256 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,258 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:38:11,275 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:38:11,304 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:38:11,306 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:38:11,306 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:38:11,307 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:38:11,308 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:38:11,309 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:39:11,230 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:39:11,230 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:39:11,244 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:39:11,244 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:39:11,268 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:39:11,274 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:39:11,276 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:39:11,276 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:40:11,239 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:40:11,239 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:40:11,253 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:40:11,253 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:40:11,280 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:40:11,286 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:40:11,288 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:40:11,288 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:41:11,245 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,245 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,245 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,266 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,268 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:41:11,268 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:41:11,301 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:41:11,307 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:41:11,313 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:41:11,314 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:41:11,314 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:41:11,315 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:42:11,240 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:42:11,240 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:42:11,255 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:42:11,256 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:42:11,283 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:42:11,290 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:42:11,291 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:42:11,293 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:43:11,226 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:43:11,227 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:43:11,239 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:43:11,241 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:43:11,265 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:43:11,272 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:43:11,273 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:43:11,274 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:44:11,253 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,253 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,253 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,272 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,274 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:44:11,275 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:44:11,307 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:44:11,308 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:44:11,314 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:44:11,316 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:44:11,318 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:44:11,321 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:45:11,244 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:45:11,244 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:45:11,259 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:45:11,259 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:45:11,285 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:45:11,292 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:45:11,294 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:45:11,296 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:46:11,227 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:46:11,227 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:46:11,238 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:46:11,240 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:46:11,264 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:46:11,271 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:46:11,272 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:46:11,272 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:47:11,315 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,316 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,316 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,338 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,339 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:47:11,339 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:47:11,388 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:47:11,394 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:47:11,400 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:47:11,400 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:47:11,402 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:47:11,402 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:48:11,310 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:48:11,310 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:48:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:48:11,326 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:48:11,349 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:48:11,355 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:48:11,368 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:48:11,371 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:49:11,307 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:49:11,307 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:49:11,325 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:49:11,325 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:49:11,351 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:49:11,358 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:49:11,359 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:49:11,360 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:50:11,314 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,317 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,317 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,333 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,335 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:50:11,337 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:50:11,354 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:50:11,360 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:50:11,368 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:50:11,374 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:50:11,376 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:50:11,376 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:51:11,307 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:51:11,335 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:51:11,352 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:51:11,353 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:52:11,312 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,312 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,312 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,331 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,333 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:52:11,333 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:52:11,365 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:52:11,371 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:52:11,376 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:52:11,377 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:52:11,378 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:52:11,378 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:53:11,316 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:53:11,316 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:53:11,335 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:53:11,335 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:53:11,360 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:53:11,367 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:53:11,368 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:53:11,368 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:54:11,307 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:54:11,311 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:54:11,323 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:54:11,326 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:54:11,350 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:54:11,351 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:54:11,352 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:54:11,353 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:55:11,317 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:55:11,317 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:55:11,332 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:55:11,334 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:55:11,358 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:55:11,364 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:55:11,365 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:55:11,366 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:56:11,322 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:56:11,322 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:56:11,337 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:56:11,337 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:56:11,368 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:56:11,368 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:56:11,369 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:56:11,370 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 14:57:11,310 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:57:11,310 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:57:11,323 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:57:11,323 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:57:11,351 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:57:11,357 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:57:11,358 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:57:11,359 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 14:58:11,331 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,331 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,331 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,355 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,357 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:58:11,359 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:58:11,398 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:58:11,399 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:58:11,405 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:58:11,406 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 14:58:11,407 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 14:58:11,408 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 14:59:11,298 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:59:11,303 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 14:59:11,307 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 14:59:11,311 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 14:59:11,327 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:59:11,334 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 14:59:11,335 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 14:59:11,336 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:00:11,319 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:00:11,319 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:00:11,334 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:00:11,334 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:00:11,358 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:00:11,365 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:00:11,366 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:00:11,367 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:01:11,321 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,321 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,321 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,337 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,339 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:01:11,341 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:01:11,369 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:01:11,375 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:01:11,381 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:01:11,382 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:01:11,383 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:01:11,383 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:02:11,305 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,305 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,305 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,323 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:02:11,325 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:02:11,363 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:02:11,364 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:02:11,369 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:02:11,370 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:02:11,371 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:02:11,372 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:03:11,269 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:03:11,275 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:03:11,290 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:03:11,291 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:04:11,300 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,300 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,300 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,322 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:04:11,326 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:04:11,344 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:04:11,350 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:04:11,358 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:04:11,364 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:04:11,365 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:04:11,366 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:05:11,292 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,292 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,292 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,313 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,316 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:05:11,317 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:05:11,347 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:05:11,353 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:05:11,359 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:05:11,360 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:05:11,360 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:05:11,361 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:06:11,273 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:06:11,280 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:06:11,298 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:06:11,300 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:07:11,290 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,292 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,292 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,308 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,312 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:07:11,312 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:07:11,342 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:07:11,348 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:07:11,354 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:07:11,354 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:07:11,355 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:07:11,356 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:08:11,269 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:08:11,275 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:08:11,278 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:08:11,282 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:08:11,298 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:08:11,306 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:08:11,306 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:08:11,307 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:09:11,282 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,286 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,287 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,295 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,305 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:09:11,315 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:09:11,336 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:09:11,342 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:09:11,348 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:09:11,363 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:09:11,364 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:09:11,366 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:10:11,270 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,276 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,284 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,286 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,289 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:10:11,308 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:10:11,318 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:10:11,324 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:10:11,326 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:10:11,329 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:10:11,336 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:10:11,337 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:11:14,268 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:11:14,479 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:11:14,529 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:11:14,531 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:12:11,718 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,877 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,912 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,916 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,951 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:12:11,951 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:12:11,968 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:12:11,974 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:12:11,984 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:12:11,991 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:12:11,996 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:12:11,999 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:13:11,416 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:13:11,514 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:13:11,531 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:13:11,532 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:14:11,290 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,290 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,290 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,308 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,311 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:14:11,311 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:14:11,344 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:14:11,356 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:14:11,357 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:14:11,358 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:14:11,358 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:14:11,359 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:15:11,290 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,290 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,290 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,307 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,309 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:15:11,309 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:15:11,346 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:15:11,352 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:15:11,353 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:15:11,354 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:15:11,355 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:15:11,355 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:16:11,288 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:16:11,297 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:16:11,316 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:16:11,318 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:17:11,305 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,307 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,307 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,324 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,326 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:17:11,328 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:17:11,361 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:17:11,362 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:17:11,368 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:17:11,369 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:17:11,370 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:17:11,373 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:18:11,334 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:18:11,343 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:18:11,366 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:18:11,367 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:19:11,359 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,359 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,360 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,382 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,382 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:19:11,383 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:19:11,415 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:19:11,420 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:19:11,426 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:19:11,427 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:19:11,428 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:19:11,428 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:20:11,343 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:20:11,353 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:20:11,373 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:20:11,378 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:21:11,352 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,352 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,352 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,372 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,375 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:21:11,378 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:21:11,422 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:21:11,429 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:21:11,430 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:21:11,432 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:21:11,435 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:21:11,437 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:22:11,338 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:22:11,343 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:22:11,359 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:22:11,360 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:23:11,353 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,354 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,354 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,376 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,377 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:23:11,379 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:23:11,443 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:23:11,459 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:23:11,467 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:23:11,468 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:23:11,469 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:23:11,470 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:24:11,342 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:24:11,352 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:24:11,373 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:24:11,375 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:25:11,357 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,358 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,358 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,374 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,377 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:25:11,379 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:25:11,391 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:25:11,396 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:25:11,410 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:25:11,411 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:25:11,413 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:25:11,413 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:26:11,362 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:26:11,362 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:26:11,378 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:26:11,378 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:26:11,403 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:26:11,409 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:26:11,411 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:26:11,412 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:27:11,358 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:27:11,358 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:27:11,371 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:27:11,373 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:27:11,401 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:27:11,401 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:27:11,402 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:27:11,403 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:28:11,343 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:28:11,344 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:28:11,356 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:28:11,356 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:28:11,377 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:28:11,384 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:28:11,385 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:28:11,387 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:29:11,349 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:29:11,350 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:29:11,363 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:29:11,365 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:29:11,389 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:29:11,396 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:29:11,397 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:29:11,399 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:30:11,357 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:30:11,357 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:30:11,371 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:30:11,373 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:30:11,395 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:30:11,402 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:30:11,404 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:30:11,407 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:31:11,366 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,366 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,366 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,386 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,388 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:31:11,389 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:31:11,418 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:31:11,424 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:31:11,430 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:31:11,430 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:31:11,431 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:31:11,432 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:32:11,400 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,400 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,400 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,419 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,423 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:32:11,423 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:32:11,452 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:32:11,458 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:32:11,464 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:32:11,466 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:32:11,468 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:32:11,470 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:33:11,348 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:33:11,357 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:33:11,377 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:33:11,379 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:34:11,370 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,370 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,371 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,389 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,392 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:34:11,392 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:34:11,421 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:34:11,427 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:34:11,433 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:34:11,434 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:34:11,434 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:34:11,435 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:35:11,368 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:35:11,368 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:35:11,382 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:35:11,382 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:35:11,406 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:35:11,412 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:35:11,414 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:35:11,415 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:36:11,367 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:36:11,367 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:36:11,382 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:36:11,383 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:36:11,405 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:36:11,412 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:36:11,412 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:36:11,413 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:37:11,367 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:37:11,368 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:37:11,381 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:37:11,382 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:37:11,404 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:37:11,411 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:37:11,413 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:37:11,414 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:38:11,373 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,374 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,376 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,394 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,398 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:38:11,398 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:38:11,427 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:38:11,433 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:38:11,439 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:38:11,441 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:38:11,444 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:38:11,447 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:39:11,375 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:39:11,383 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:39:11,402 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:39:11,404 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:40:11,381 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,382 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,382 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,399 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,402 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:40:11,403 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:40:11,437 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:40:11,438 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:40:11,443 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:40:11,445 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:40:11,447 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:40:11,449 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:41:11,374 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,374 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,375 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,394 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,394 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:41:11,394 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:41:11,424 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:41:11,430 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:41:11,431 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:41:11,432 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:41:11,433 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:41:11,434 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:42:11,361 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:42:11,372 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:42:11,391 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:42:11,393 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:43:11,375 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,378 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,378 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,390 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,398 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:43:11,400 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:43:11,412 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:43:11,415 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:43:11,426 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:43:11,432 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:43:11,433 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:43:11,434 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:44:11,378 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:44:11,385 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:44:11,429 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:44:11,430 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:45:11,962 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:11,991 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,012 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,016 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,016 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:45:12,024 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:45:12,096 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:45:12,102 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:45:12,107 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:45:15,269 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:45:15,481 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:45:15,486 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:46:11,398 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:46:11,437 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:46:11,453 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:46:11,901 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:47:11,373 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,379 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,379 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,388 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,400 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:47:11,402 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:47:11,413 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:47:11,416 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:47:11,427 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:47:11,433 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:47:11,435 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:47:11,435 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:48:11,400 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:48:11,410 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:48:11,429 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:48:11,431 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:49:11,405 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,409 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,410 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,419 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,428 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:49:11,430 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:49:11,441 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:49:11,448 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:49:11,456 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:49:11,461 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:49:11,462 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:49:11,463 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:50:11,383 basehttp 26812 6237892608 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:50:11,392 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:50:11,393 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:50:11,404 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:50:11,412 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:50:11,415 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:50:11,421 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:50:11,423 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:51:11,407 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:51:11,407 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:51:11,420 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:51:11,422 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:51:11,446 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:51:11,453 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:51:11,455 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:51:11,458 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 15:52:11,408 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:52:11,408 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:52:11,423 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:52:11,425 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:52:11,448 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:52:11,454 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:52:11,457 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:52:11,462 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:53:11,408 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:53:11,408 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:53:11,423 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:53:11,424 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:53:11,448 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:53:11,454 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:53:11,455 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:53:11,457 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:54:11,413 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:54:11,413 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:54:11,429 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:54:11,429 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:54:11,458 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:54:11,459 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:54:11,464 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:54:11,469 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:55:11,420 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:55:11,420 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:55:11,433 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:55:11,434 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:55:11,458 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:55:11,464 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:55:11,467 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:55:11,471 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:56:11,422 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:56:11,422 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:56:11,435 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:56:11,437 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:56:11,486 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:56:11,493 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:56:11,517 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:56:11,521 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 15:57:11,413 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:57:11,414 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:57:11,425 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:57:11,425 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:57:11,446 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:57:11,452 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:57:11,456 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 15:57:11,459 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:58:11,419 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:58:11,419 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:58:11,432 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 15:58:11,434 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:58:11,459 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:58:11,465 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:58:11,467 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 15:58:11,468 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 15:59:11,422 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 15:59:11,422 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:59:11,435 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 15:59:11,436 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 15:59:11,460 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:59:11,466 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 15:59:11,468 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 15:59:11,469 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:00:11,432 basehttp 26812 6204239872 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,433 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,433 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,451 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,454 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:00:11,455 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:00:11,500 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:00:11,505 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:00:11,510 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:00:11,512 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:00:11,515 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:00:11,516 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:01:11,409 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:01:11,418 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:01:11,440 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:01:11,442 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:02:11,417 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,417 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,417 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,433 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,435 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:02:11,436 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:02:11,465 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:02:11,471 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:02:11,476 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:02:11,478 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:02:11,479 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:02:11,482 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:03:11,426 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:03:11,426 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:03:11,441 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:03:11,441 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:03:11,472 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:03:11,472 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:03:11,473 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:03:11,475 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 16:04:11,419 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:04:11,419 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:04:11,433 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:04:11,434 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:04:11,505 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:04:11,511 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:04:11,513 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:04:11,514 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:05:11,426 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:05:11,426 basehttp 26812 6170587136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:05:11,442 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:05:11,442 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:05:11,465 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:05:11,471 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:05:11,473 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:05:11,474 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:06:11,443 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,443 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,443 basehttp 26812 6221066240 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,463 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,464 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:06:11,464 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:06:11,495 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:06:11,500 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:06:11,506 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:06:11,508 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:06:11,510 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:06:11,511 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:07:11,433 basehttp 26812 6237892608 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:07:11,433 basehttp 26812 6254718976 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:07:11,446 basehttp 26812 6254718976 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:07:11,447 basehttp 26812 6237892608 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:07:11,468 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:07:11,475 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:07:11,476 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:07:11,477 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:08:11,431 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:08:11,431 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:08:11,445 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:08:11,446 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:08:11,468 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:08:11,474 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:08:11,476 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:08:11,478 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:09:11,431 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,431 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,431 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,461 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,461 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:09:11,461 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:09:11,491 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:09:11,497 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:09:11,502 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:09:11,504 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:09:11,505 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:09:11,507 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:10:11,446 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,446 basehttp 26812 6187413504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,446 basehttp 26812 6204239872 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,463 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,466 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:10:11,467 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:10:11,496 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:10:11,501 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:10:11,507 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:10:11,509 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:10:11,511 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:10:11,513 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:11:11,442 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,442 basehttp 26812 6221066240 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,442 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,459 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,463 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:11:11,463 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:11:11,492 log 26812 6170587136 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:11:11,498 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:11:11,504 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:11:11,504 basehttp 26812 6170587136 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:11:11,506 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:11:11,509 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 INFO 2025-08-12 16:12:11,423 basehttp 26812 6221066240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:12:11,432 basehttp 26812 6221066240 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:12:11,452 log 26812 6187413504 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:12:11,454 basehttp 26812 6187413504 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:13:11,451 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,452 basehttp 26812 6170587136 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,452 basehttp 26812 6187413504 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,470 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,472 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:13:11,473 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:13:11,507 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:13:11,512 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:13:11,518 log 26812 6204239872 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:13:11,519 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:13:11,521 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 ERROR 2025-08-12 16:13:11,523 basehttp 26812 6204239872 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 INFO 2025-08-12 16:14:11,434 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:14:11,442 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:14:11,462 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:14:11,464 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:15:11,456 basehttp 26812 6187413504 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,456 basehttp 26812 6170587136 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,456 basehttp 26812 6204239872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,479 basehttp 26812 6187413504 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,479 basehttp 26812 6170587136 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-08-12 16:15:11,479 basehttp 26812 6204239872 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:15:11,511 log 26812 6237892608 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:15:11,517 log 26812 6221066240 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:15:11,522 log 26812 6254718976 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:15:11,523 basehttp 26812 6237892608 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 160880 ERROR 2025-08-12 16:15:11,524 basehttp 26812 6221066240 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161090 ERROR 2025-08-12 16:15:11,525 basehttp 26812 6254718976 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 160940 INFO 2025-08-12 16:24:17,256 autoreload 3315 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:24:21,571 basehttp 3315 6168752128 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 16:24:21,578 basehttp 3315 6168752128 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:24:21,597 log 3315 6168752128 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:24:21,599 basehttp 3315 6168752128 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160183 ERROR 2025-08-12 16:24:25,509 log 3315 6168752128 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:24:25,511 basehttp 3315 6168752128 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160183 INFO 2025-08-12 16:25:29,251 autoreload 3876 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:25:30,625 basehttp 3876 6157545472 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:25:30,709 basehttp 3876 6157545472 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 16:25:30,713 basehttp 3876 6157545472 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:25:30,727 log 3876 6157545472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:25:30,729 basehttp 3876 6157545472 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161428 WARNING 2025-08-12 16:25:30,766 log 3876 6157545472 Not Found: /favicon.ico WARNING 2025-08-12 16:25:30,766 basehttp 3876 6157545472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-12 16:26:19,937 autoreload 4274 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:26:22,632 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:22,634 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160183 INFO 2025-08-12 16:26:26,833 basehttp 4274 6168522752 "GET /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 16:26:26,880 basehttp 4274 6168522752 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:26,886 basehttp 4274 6168522752 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:26:26,900 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:26,901 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 16:26:30,683 basehttp 4274 6168522752 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:26:30,688 basehttp 4274 6168522752 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:30,694 basehttp 4274 6168522752 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:26:30,709 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:30,711 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160044 INFO 2025-08-12 16:26:31,844 basehttp 4274 6168522752 "GET /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 16:26:40,848 basehttp 4274 6168522752 "POST /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 16:26:40,881 basehttp 4274 6168522752 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:40,889 basehttp 4274 6168522752 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 16:26:40,906 log 4274 6168522752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 16:26:40,907 basehttp 4274 6168522752 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161120 INFO 2025-08-12 16:26:47,619 basehttp 4274 6168522752 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-12 16:26:47,658 basehttp 4274 6168522752 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:47,671 basehttp 4274 6168522752 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-12 16:26:47,684 basehttp 4274 13186969600 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-12 16:26:47,684 basehttp 4274 13237448704 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-12 16:26:47,684 basehttp 4274 13170143232 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-12 16:26:47,684 basehttp 4274 13203795968 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-12 16:26:47,685 basehttp 4274 13220622336 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-12 16:26:47,685 basehttp 4274 6168522752 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-12 16:26:47,686 basehttp 4274 6168522752 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-12 16:26:54,329 basehttp 4274 6168522752 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 16:26:54,351 basehttp 4274 6168522752 "GET /en/admin/ HTTP/1.1" 200 86670 INFO 2025-08-12 16:26:54,365 basehttp 4274 6168522752 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-12 16:26:54,366 basehttp 4274 13220622336 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-12 16:26:54,366 basehttp 4274 13170143232 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-12 16:26:57,513 basehttp 4274 13170143232 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:26:57,539 basehttp 4274 13220622336 "GET /en/ HTTP/1.1" 200 46436 INFO 2025-08-12 16:26:57,595 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:26:57,599 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:26:57,600 basehttp 4274 13237448704 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:26:57,601 basehttp 4274 6168522752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:27:01,612 basehttp 4274 6168522752 "GET /en/ HTTP/1.1" 200 46436 INFO 2025-08-12 16:27:01,676 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:27:01,676 basehttp 4274 6168522752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:27:01,677 basehttp 4274 13220622336 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:27:01,679 basehttp 4274 13237448704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:27:02,389 basehttp 4274 13237448704 "GET /en/ HTTP/1.1" 200 46436 INFO 2025-08-12 16:27:02,457 basehttp 4274 6168522752 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:27:02,458 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:27:02,459 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:27:02,461 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:27:32,442 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:28:02,455 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:28:02,456 basehttp 4274 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:28:02,458 basehttp 4274 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:28:32,447 basehttp 4274 13203795968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:29:02,467 basehttp 4274 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:29:02,467 basehttp 4274 13237448704 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:29:02,469 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:29:32,453 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:30:02,468 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:30:02,470 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:30:02,471 basehttp 4274 13237448704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:30:32,458 basehttp 4274 13237448704 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:31:02,462 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:31:02,463 basehttp 4274 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:31:02,465 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:31:32,464 basehttp 4274 13220622336 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:31:59,362 basehttp 4274 13220622336 "GET /en/departments HTTP/1.1" 301 0 INFO 2025-08-12 16:31:59,375 basehttp 4274 13237448704 "GET /en/departments/ HTTP/1.1" 200 134400 INFO 2025-08-12 16:31:59,395 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:32:05,978 basehttp 4274 13237448704 "GET /en/departments/74/ HTTP/1.1" 200 38226 INFO 2025-08-12 16:32:06,354 basehttp 4274 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:32:09,871 basehttp 4274 13237448704 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:32:09,882 basehttp 4274 13237448704 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-12 16:32:09,883 basehttp 4274 13170143232 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-12 16:32:09,883 basehttp 4274 13203795968 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-12 16:32:09,883 basehttp 4274 6168522752 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-12 16:32:09,883 basehttp 4274 13220622336 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-12 16:32:09,884 basehttp 4274 13186969600 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-12 16:32:09,887 basehttp 4274 6168522752 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-12 16:32:09,887 basehttp 4274 13186969600 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-12 16:32:09,888 basehttp 4274 13170143232 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-12 16:32:09,888 basehttp 4274 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-12 16:32:09,922 basehttp 4274 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:32:09,957 basehttp 4274 13220622336 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:32:10,001 log 4274 13170143232 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:32:10,002 basehttp 4274 13170143232 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 124311 ERROR 2025-08-12 16:32:33,572 log 4274 13170143232 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:32:33,573 basehttp 4274 13170143232 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 124311 INFO 2025-08-12 16:33:09,934 basehttp 4274 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:34:09,934 basehttp 4274 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:35:09,937 basehttp 4274 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:35:15,894 autoreload 4274 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:35:16,177 autoreload 8213 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:35:17,233 basehttp 8213 6192803840 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:35:17,270 basehttp 8213 6192803840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:35:17,292 basehttp 8213 6192803840 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:35:17,332 log 8213 6209630208 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'minimum_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:35:17,334 basehttp 8213 6209630208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 139885 ERROR 2025-08-12 16:36:10,002 log 8213 6209630208 Internal Server Error: /en/inventory/items/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'generate_item_code' not found. 'generate_item_code' is not a valid view function or pattern name. ERROR 2025-08-12 16:36:10,004 basehttp 8213 6209630208 "GET /en/inventory/items/create/ HTTP/1.1" 500 171313 INFO 2025-08-12 16:37:21,039 autoreload 8213 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:37:21,324 autoreload 9061 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:37:25,396 basehttp 9061 6193147904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:37:26,019 basehttp 9061 6193147904 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:37:26,095 basehttp 9061 6193147904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:37:26,126 basehttp 9061 6193147904 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:37:26,177 log 9061 6209974272 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 889, in inventory_stats 'low_stock_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:37:26,178 basehttp 9061 6209974272 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 125130 INFO 2025-08-12 16:38:26,112 basehttp 9061 6209974272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:38:56,692 autoreload 9061 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:38:56,979 autoreload 9860 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:39:00,413 basehttp 9860 6190575616 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:39:00,490 basehttp 9860 6190575616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:39:00,520 basehttp 9860 6190575616 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 ERROR 2025-08-12 16:39:00,564 log 9860 6207401984 Internal Server Error: /en/inventory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 893, in inventory_stats 'expired_items': InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:39:00,565 basehttp 9860 6207401984 "GET /en/inventory/htmx/stats/ HTTP/1.1" 500 124630 INFO 2025-08-12 16:39:26,140 autoreload 9860 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:39:26,420 autoreload 10026 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:39:28,698 basehttp 10026 6202716160 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:39:28,780 basehttp 10026 6202716160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:39:28,814 basehttp 10026 6202716160 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:39:28,817 basehttp 10026 6219542528 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:40:24,939 autoreload 10026 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:40:25,229 autoreload 10485 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:40:29,109 basehttp 10485 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:40:29,534 basehttp 10485 6170079232 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:40:29,612 basehttp 10485 6170079232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:40:29,641 basehttp 10485 6170079232 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:40:29,645 basehttp 10485 13035925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:41:29,626 basehttp 10485 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:41:33,786 basehttp 10485 13035925504 "GET /en/admin/ HTTP/1.1" 200 86670 INFO 2025-08-12 16:41:39,639 basehttp 10485 13035925504 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 71816 INFO 2025-08-12 16:41:39,657 basehttp 10485 13069578240 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-12 16:41:39,658 basehttp 10485 13035925504 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-12 16:41:39,658 basehttp 10485 13103230976 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-12 16:41:39,659 basehttp 10485 13086404608 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-12 16:41:39,661 basehttp 10485 13069578240 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-12 16:41:39,662 basehttp 10485 13086404608 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-12 16:41:39,663 basehttp 10485 13035925504 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-12 16:41:39,665 basehttp 10485 13069578240 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-12 16:41:39,665 basehttp 10485 6170079232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:41:39,667 basehttp 10485 13052751872 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-12 16:41:39,669 basehttp 10485 13103230976 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-12 16:41:39,673 basehttp 10485 13103230976 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-12 16:41:39,687 basehttp 10485 13103230976 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-12 16:41:39,687 basehttp 10485 13052751872 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-12 16:52:00,985 autoreload 15672 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 16:52:04,010 basehttp 15672 6168834048 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117495 INFO 2025-08-12 16:52:04,026 basehttp 15672 6185660416 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-12 16:52:04,032 basehttp 15672 6168834048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:52:04,054 basehttp 15672 6168834048 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-12 16:52:12,926 basehttp 15672 6168834048 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:52:12,976 basehttp 15672 6185660416 "GET /en/ HTTP/1.1" 200 46437 INFO 2025-08-12 16:52:13,071 basehttp 15672 6185660416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:13,077 basehttp 15672 6202486784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:52:13,077 basehttp 15672 6219313152 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:52:13,077 basehttp 15672 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:52:18,005 basehttp 15672 6168834048 "GET /en/departments/ HTTP/1.1" 200 134400 INFO 2025-08-12 16:52:18,041 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:21,601 basehttp 15672 6168834048 "GET /en/departments/74/ HTTP/1.1" 200 38226 INFO 2025-08-12 16:52:21,672 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:23,728 basehttp 15672 6168834048 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:23,810 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:23,837 basehttp 15672 6168834048 "GET /en/inventory/items/?department=74 HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:23,838 basehttp 15672 6219313152 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:52:44,775 basehttp 15672 6219313152 "GET /en/inventory/items HTTP/1.1" 301 0 INFO 2025-08-12 16:52:44,785 basehttp 15672 6168834048 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:44,866 basehttp 15672 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:52:44,894 basehttp 15672 6168834048 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:52:44,894 basehttp 15672 6202486784 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:52:53,723 basehttp 15672 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:52:54,271 basehttp 15672 6168834048 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117495 INFO 2025-08-12 16:52:56,076 basehttp 15672 6168834048 "GET /en/admin/inventory/inventoryitem/405/change/ HTTP/1.1" 200 209283 INFO 2025-08-12 16:52:56,094 basehttp 15672 6168834048 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-12 16:52:56,094 basehttp 15672 6185660416 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-12 16:52:56,095 basehttp 15672 6219313152 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-12 16:52:56,095 basehttp 15672 6252965888 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-12 16:52:56,095 basehttp 15672 6236139520 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-12 16:52:56,096 basehttp 15672 6252965888 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-12 16:52:56,097 basehttp 15672 6202486784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:52:56,100 basehttp 15672 6202486784 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-12 16:52:56,100 basehttp 15672 6252965888 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-12 16:52:56,105 basehttp 15672 6252965888 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-12 16:52:56,143 basehttp 15672 6252965888 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-12 16:53:44,375 basehttp 15672 6252965888 "POST /en/admin/inventory/inventoryitem/405/change/ HTTP/1.1" 302 0 INFO 2025-08-12 16:53:44,424 basehttp 15672 6252965888 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117785 INFO 2025-08-12 16:53:44,440 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:53:54,129 basehttp 15672 6252965888 "GET /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 200 209211 INFO 2025-08-12 16:53:54,143 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:04,640 basehttp 15672 6252965888 "POST /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 302 0 INFO 2025-08-12 16:54:04,698 basehttp 15672 6252965888 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117790 INFO 2025-08-12 16:54:04,712 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:17,571 basehttp 15672 6252965888 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 140797 INFO 2025-08-12 16:54:17,587 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:21,523 basehttp 15672 6252965888 "GET /en/admin/accounts/user/ HTTP/1.1" 200 159500 INFO 2025-08-12 16:54:21,538 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:26,385 basehttp 15672 6252965888 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 145986 INFO 2025-08-12 16:54:26,409 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:36,720 basehttp 15672 6252965888 "GET /en/admin/integration/datamapping/ HTTP/1.1" 200 70700 INFO 2025-08-12 16:54:36,735 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:44,230 basehttp 15672 6252965888 "GET /en/admin/inventory/inventorylocation/ HTTP/1.1" 200 78403 INFO 2025-08-12 16:54:44,246 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:54:45,672 basehttp 15672 6252965888 "GET /en/admin/inventory/inventorylocation/78/change/ HTTP/1.1" 200 184907 INFO 2025-08-12 16:54:45,692 basehttp 15672 6252965888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 16:55:02,520 basehttp 15672 6252965888 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 16:55:02,535 basehttp 15672 6202486784 "GET /en/ HTTP/1.1" 200 46437 INFO 2025-08-12 16:55:02,639 basehttp 15672 6168834048 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 16:55:02,640 basehttp 15672 6202486784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:55:02,643 basehttp 15672 6219313152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 16:55:02,644 basehttp 15672 6236139520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 16:55:08,541 basehttp 15672 6236139520 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:55:08,586 basehttp 15672 6236139520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:55:08,619 basehttp 15672 6236139520 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:55:08,620 basehttp 15672 6219313152 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 16:56:05,162 basehttp 15672 6219313152 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:56:05,241 basehttp 15672 6219313152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:56:05,268 basehttp 15672 6219313152 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 16:56:05,269 basehttp 15672 6236139520 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 ERROR 2025-08-12 16:56:40,303 log 15672 6236139520 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 77, in get_context_data ).aggregate( ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 775, in resolve_expression resolved = super().resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:56:40,306 basehttp 15672 6236139520 "GET /en/inventory/ HTTP/1.1" 500 139128 INFO 2025-08-12 16:57:11,094 autoreload 15672 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:57:11,402 autoreload 17979 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:57:12,510 log 17979 6133559296 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '{ expired_items' from '{ expired_items' ERROR 2025-08-12 16:57:12,513 basehttp 17979 6133559296 "GET /en/inventory/ HTTP/1.1" 500 201467 ERROR 2025-08-12 16:57:46,050 log 17979 6133559296 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'chart_data' not found. 'chart_data' is not a valid view function or pattern name. ERROR 2025-08-12 16:57:46,052 basehttp 17979 6133559296 "GET /en/inventory/ HTTP/1.1" 500 182291 INFO 2025-08-12 16:58:03,310 basehttp 17979 6133559296 "GET /en/inventory/ HTTP/1.1" 200 46179 INFO 2025-08-12 16:58:03,389 basehttp 17979 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 16:58:03,391 basehttp 17979 6150385664 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 ERROR 2025-08-12 16:58:18,783 log 17979 6150385664 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 626, in get_queryset queryset = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:58:18,785 basehttp 17979 6150385664 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 137397 INFO 2025-08-12 16:59:27,119 autoreload 17979 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:59:27,408 autoreload 18995 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:59:28,053 log 18995 6131412992 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 647, in get_queryset queryset = queryset.filter(quantity__lte=F('minimum_stock_level')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:59:28,056 basehttp 18995 6131412992 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 128683 INFO 2025-08-12 16:59:49,258 autoreload 18995 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 16:59:49,555 autoreload 19162 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 16:59:50,400 log 19162 6125236224 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 647, in get_queryset queryset = queryset.filter(quantity_available__lte=F('min_stock_level')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'min_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 16:59:50,402 basehttp 19162 6125236224 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 144270 INFO 2025-08-12 17:00:04,333 autoreload 19162 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:00:04,629 autoreload 19248 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:00:05,570 log 19248 6158200832 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 658, in get_queryset return queryset.order_by('item__item_name', 'location__location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:00:05,571 basehttp 19248 6158200832 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 103193 ERROR 2025-08-12 17:00:08,149 log 19248 6158200832 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 658, in get_queryset return queryset.order_by('item__item_name', 'location__location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:00:08,150 basehttp 19248 6158200832 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 103193 INFO 2025-08-12 17:00:24,546 autoreload 19248 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:00:24,831 autoreload 19413 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:00:27,219 log 19413 6171242496 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 664, in get_context_data ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-12 17:00:27,220 basehttp 19413 6171242496 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 104646 INFO 2025-08-12 17:01:01,500 autoreload 19413 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:01:01,826 autoreload 19649 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:01:03,855 log 19649 6170882048 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 664, in get_context_data ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-12 17:01:03,856 basehttp 19649 6170882048 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 104637 INFO 2025-08-12 17:01:21,676 autoreload 19649 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:01:22,007 autoreload 19809 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:01:22,612 log 19809 6194966528 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_adjustment_create' not found. 'stock_adjustment_create' is not a valid view function or pattern name. ERROR 2025-08-12 17:01:22,613 basehttp 19809 6194966528 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 166619 ERROR 2025-08-12 17:02:28,586 log 19809 6194966528 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-08-12 17:02:28,587 basehttp 19809 6194966528 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 215030 ERROR 2025-08-12 17:03:33,594 log 19809 6194966528 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-08-12 17:03:33,601 basehttp 19809 6194966528 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 215110 INFO 2025-08-12 17:05:10,959 autoreload 19809 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:05:11,282 autoreload 21513 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:05:12,011 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 214, in select_template raise TemplateDoesNotExist(", ".join(not_found)) django.template.exceptions.TemplateDoesNotExist: inventory/partials/stock_alerts.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: inventory/partials/stock_alerts.html ERROR 2025-08-12 17:05:12,012 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 233360 ERROR 2025-08-12 17:06:05,110 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_quick_adjust' not found. 'stock_quick_adjust' is not a valid view function or pattern name. ERROR 2025-08-12 17:06:05,112 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 229520 ERROR 2025-08-12 17:07:11,291 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_move' not found. 'stock_move' is not a valid view function or pattern name. ERROR 2025-08-12 17:07:11,292 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 228765 ERROR 2025-08-12 17:07:26,497 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_bulk_adjust' not found. 'stock_bulk_adjust' is not a valid view function or pattern name. ERROR 2025-08-12 17:07:26,498 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 228818 ERROR 2025-08-12 17:07:46,351 log 21513 6128267264 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_bulk_move' not found. 'stock_bulk_move' is not a valid view function or pattern name. ERROR 2025-08-12 17:07:46,352 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 500 228265 INFO 2025-08-12 17:08:12,122 basehttp 21513 6128267264 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147684 INFO 2025-08-12 17:08:12,256 basehttp 21513 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:08:12,262 basehttp 21513 6128267264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 17:08:17,116 log 21513 6128267264 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 677, in get_queryset return InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:08:17,118 basehttp 21513 6128267264 "GET /en/inventory/stock/734/ HTTP/1.1" 500 140958 INFO 2025-08-12 17:08:43,649 autoreload 21513 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:08:43,928 autoreload 23083 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:08:44,502 log 23083 6204338176 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-08-12 17:08:44,504 basehttp 23083 6204338176 "GET /en/inventory/stock/734/ HTTP/1.1" 500 151089 INFO 2025-08-12 17:08:57,597 autoreload 23083 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-12 17:08:57,903 autoreload 23241 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:08:58,995 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_form' not found. 'stock_form' is not a valid view function or pattern name. ERROR 2025-08-12 17:08:58,996 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 176528 ERROR 2025-08-12 17:09:00,254 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_form' not found. 'stock_form' is not a valid view function or pattern name. ERROR 2025-08-12 17:09:00,255 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 176528 ERROR 2025-08-12 17:09:25,652 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_confirm_delete' not found. 'stock_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-12 17:09:25,654 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 176124 ERROR 2025-08-12 17:09:46,023 log 23241 6127874048 Internal Server Error: /en/inventory/stock/734/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inventory/items/(?P[0-9]+)/\\Z'] ERROR 2025-08-12 17:09:46,024 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 500 178618 INFO 2025-08-12 17:10:36,441 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:10:36,515 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:11:36,522 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:12,582 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:12:12,663 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:25,646 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:12:25,708 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:35,073 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33333 INFO 2025-08-12 17:12:35,137 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:12:44,531 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33385 INFO 2025-08-12 17:12:44,593 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:13:20,699 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33393 INFO 2025-08-12 17:13:20,764 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:13:42,342 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33380 INFO 2025-08-12 17:13:42,405 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:14:09,974 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33367 INFO 2025-08-12 17:14:10,038 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:14:45,018 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33384 INFO 2025-08-12 17:14:45,082 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 17:14:51,100 log 23241 6127874048 Internal Server Error: /en/inventory/items/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 505, in get_context_data context['stock_locations'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-12 17:14:51,102 basehttp 23241 6127874048 "GET /en/inventory/items/382/ HTTP/1.1" 500 138784 INFO 2025-08-12 17:15:45,092 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:16:00,696 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33394 INFO 2025-08-12 17:16:00,763 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:16:19,248 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33409 INFO 2025-08-12 17:16:19,312 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:16:35,550 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33409 INFO 2025-08-12 17:16:35,613 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:17:35,628 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:18:35,619 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:18:58,324 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33412 INFO 2025-08-12 17:18:58,399 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:19:34,029 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33420 INFO 2025-08-12 17:19:34,093 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:20:31,042 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33426 INFO 2025-08-12 17:20:31,105 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:20:51,997 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33422 INFO 2025-08-12 17:20:52,062 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:21:48,233 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33455 INFO 2025-08-12 17:21:48,288 basehttp 23241 6127874048 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-12 17:21:48,296 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:22:25,072 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33498 INFO 2025-08-12 17:22:25,138 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:23:21,776 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33505 INFO 2025-08-12 17:23:21,837 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:24:21,839 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:25:17,352 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33513 INFO 2025-08-12 17:25:17,418 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:25:51,050 basehttp 23241 6127874048 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33514 INFO 2025-08-12 17:25:51,112 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:26:09,566 basehttp 23241 6127874048 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 160112 INFO 2025-08-12 17:26:09,585 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:12,774 basehttp 23241 6127874048 "GET /en/admin/inventory/inventorystock/830/change/ HTTP/1.1" 200 175720 INFO 2025-08-12 17:26:12,791 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:35,284 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117543 INFO 2025-08-12 17:26:35,302 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:45,369 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/393/change/ HTTP/1.1" 200 209278 INFO 2025-08-12 17:26:45,389 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:26:51,001 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/734/change/ HTTP/1.1" 302 0 INFO 2025-08-12 17:26:51,029 basehttp 23241 6127874048 "GET /en/admin/ HTTP/1.1" 200 87659 INFO 2025-08-12 17:26:51,044 basehttp 23241 6127874048 "GET /static/admin/img/icon-alert.svg HTTP/1.1" 200 504 INFO 2025-08-12 17:26:51,410 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:26:59,599 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/393/change/ HTTP/1.1" 200 209278 INFO 2025-08-12 17:27:19,757 basehttp 23241 6127874048 "GET /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 200 209256 INFO 2025-08-12 17:27:19,783 basehttp 23241 6127874048 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:27:52,416 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:28:53,409 basehttp 23241 6127874048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:29:20,433 autoreload 23241 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/admin.py changed, reloading. INFO 2025-08-12 17:29:20,823 autoreload 32625 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 17:29:22,902 basehttp 32625 6129266688 "GET /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 200 210134 INFO 2025-08-12 17:29:22,920 basehttp 32625 6129266688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:29:45,803 basehttp 32625 6129266688 "POST /en/admin/inventory/inventoryitem/382/change/ HTTP/1.1" 302 0 INFO 2025-08-12 17:29:45,863 basehttp 32625 6129266688 "GET /en/admin/inventory/inventoryitem/ HTTP/1.1" 200 117790 INFO 2025-08-12 17:29:45,877 basehttp 32625 6129266688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-12 17:29:49,384 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33508 INFO 2025-08-12 17:29:49,453 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:30:38,638 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33507 INFO 2025-08-12 17:30:38,744 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:31:38,712 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:32:38,718 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:33:38,716 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:33:46,635 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33506 INFO 2025-08-12 17:33:46,697 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:34:46,706 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:35:46,710 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:36:46,714 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:37:46,709 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:38:46,724 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:39:46,727 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:40:46,731 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:41:46,735 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:42:46,742 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:43:46,743 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:44:47,413 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:45:17,691 basehttp 32625 6129266688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147684 INFO 2025-08-12 17:45:17,785 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:45:17,790 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,803 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,814 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,865 basehttp 32625 6129266688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147684 INFO 2025-08-12 17:46:17,972 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:46:17,979 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:47:04,816 basehttp 32625 6146093056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147749 INFO 2025-08-12 17:47:04,827 basehttp 32625 6146093056 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-12 17:47:04,942 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:47:04,947 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:47:07,101 basehttp 32625 6129266688 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33506 INFO 2025-08-12 17:47:07,158 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:04,953 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:04,965 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:05,018 basehttp 32625 6146093056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147749 INFO 2025-08-12 17:48:05,121 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:48:05,127 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,138 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,150 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,204 basehttp 32625 6146093056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 147749 INFO 2025-08-12 17:49:05,316 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:05,321 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:57,230 basehttp 32625 6129266688 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 17:49:57,251 basehttp 32625 6146093056 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 17:49:57,344 basehttp 32625 6146093056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:49:57,356 basehttp 32625 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 17:49:57,357 basehttp 32625 6162919424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 17:49:57,359 basehttp 32625 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 17:50:12,680 basehttp 32625 6129266688 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:12,765 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:12,787 basehttp 32625 6129266688 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:12,789 basehttp 32625 6162919424 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 17:50:16,516 basehttp 32625 6162919424 "GET /en/inventory/ HTTP/1.1" 200 46179 INFO 2025-08-12 17:50:16,560 basehttp 32625 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:16,562 basehttp 32625 6129266688 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 17:50:22,584 basehttp 32625 6129266688 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:22,699 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:22,712 basehttp 32625 13170143232 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-12 17:50:22,712 basehttp 32625 6162919424 "GET /en/inventory/items/ HTTP/1.1" 200 42224 INFO 2025-08-12 17:50:25,272 basehttp 32625 6162919424 "GET /en/inventory/stock/ HTTP/1.1" 200 147749 INFO 2025-08-12 17:50:25,397 basehttp 32625 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:25,402 basehttp 32625 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:29,162 basehttp 32625 13170143232 "GET /en/inventory/stock/734/ HTTP/1.1" 200 33506 INFO 2025-08-12 17:50:29,223 basehttp 32625 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:39,841 basehttp 32625 13170143232 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 17:50:39,855 basehttp 32625 6162919424 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 17:50:39,946 basehttp 32625 6162919424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:50:39,950 basehttp 32625 6146093056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 17:50:39,952 basehttp 32625 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 17:50:39,953 basehttp 32625 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 17:51:09,927 basehttp 32625 6129266688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 17:51:18,490 basehttp 32625 6129266688 "GET /en/appointments HTTP/1.1" 301 0 INFO 2025-08-12 17:51:18,514 basehttp 32625 6129266688 "GET /en/appointments/ HTTP/1.1" 200 34690 INFO 2025-08-12 17:51:18,569 basehttp 32625 6129266688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 17:51:18,573 basehttp 32625 6146093056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-12 17:51:35,397 basehttp 32625 6146093056 "GET /en/integration HTTP/1.1" 301 0 ERROR 2025-08-12 17:51:35,424 log 32625 6129266688 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 48, in get_context_data 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-12 17:51:35,426 basehttp 32625 6129266688 "GET /en/integration/ HTTP/1.1" 500 131926 INFO 2025-08-12 17:58:18,304 autoreload 32625 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 17:58:18,702 autoreload 45370 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:58:21,743 log 45370 6196523008 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 48, in get_context_data 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-12 17:58:21,746 basehttp 45370 6196523008 "GET /en/integration/ HTTP/1.1" 500 132063 INFO 2025-08-12 17:59:29,194 autoreload 45370 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 17:59:29,490 autoreload 45843 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 17:59:32,137 log 45843 6125350912 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 49, in get_context_data 'total_mappings': DataMapping.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, default_value, description, endpoint, endpoint_id, failure_count, is_active, is_required, last_used_at, mapping_id, mapping_type, name, source_field, source_format, source_validation, success_count, target_field, target_format, target_validation, transformation_config, transformation_type, updated_at, usage_count, validation_rules, webhooks ERROR 2025-08-12 17:59:32,139 basehttp 45843 6125350912 "GET /en/integration/ HTTP/1.1" 500 132054 INFO 2025-08-12 18:01:31,951 autoreload 45843 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 18:01:32,269 autoreload 46778 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:01:32,829 log 46778 6197768192 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 50, in get_context_data 'total_webhooks': WebhookEndpoint.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allowed_methods, authentication_config, authentication_type, created_at, created_by, created_by_id, data_mapping, data_mapping_id, description, executions, external_system, external_system_id, failure_count, is_active, last_request_at, name, processing_config, rate_limit_per_hour, rate_limit_per_minute, request_count, success_count, updated_at, url_path, webhook_id ERROR 2025-08-12 18:01:32,830 basehttp 46778 6197768192 "GET /en/integration/ HTTP/1.1" 500 132007 INFO 2025-08-12 18:01:58,334 autoreload 46778 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 18:01:58,612 autoreload 46937 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:02:01,905 log 46937 6200160256 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'integration' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-12 18:02:01,906 basehttp 46937 6200160256 "GET /en/integration/ HTTP/1.1" 500 131943 INFO 2025-08-12 18:03:03,064 autoreload 46937 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-12 18:03:03,332 autoreload 47480 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:03:03,720 log 47480 6191280128 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Fahd Medical City - Jubail": Must be "IntegrationEndpoint" instance. ERROR 2025-08-12 18:03:03,722 basehttp 47480 6191280128 "GET /en/integration/ HTTP/1.1" 500 131012 INFO 2025-08-12 18:03:42,595 autoreload 47726 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 18:03:45,138 log 47726 6129643520 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Fahd Medical City - Jubail": Must be "IntegrationEndpoint" instance. ERROR 2025-08-12 18:03:45,140 basehttp 47726 6129643520 "GET /en/integration/ HTTP/1.1" 500 131012 INFO 2025-08-12 18:03:48,989 basehttp 47726 6129643520 "GET /en/appointments/ HTTP/1.1" 200 34690 INFO 2025-08-12 18:03:49,064 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:03:49,068 basehttp 47726 6146469888 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-08-12 18:03:59,964 log 47726 6146469888 Not Found: /en/appointments/detail/1063/ WARNING 2025-08-12 18:03:59,964 basehttp 47726 6146469888 "GET /en/appointments/detail/1063/ HTTP/1.1" 404 27581 WARNING 2025-08-12 18:04:04,983 log 47726 6146469888 Forbidden (CSRF token missing.): /en/appointments/check-in/1046/ WARNING 2025-08-12 18:04:04,984 basehttp 47726 6146469888 "POST /en/appointments/check-in/1046/ HTTP/1.1" 403 2491 INFO 2025-08-12 18:04:10,753 basehttp 47726 6146469888 "GET /en/appointments/list/ HTTP/1.1" 200 129045 INFO 2025-08-12 18:04:10,813 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:04:30,601 log 47726 6146469888 Forbidden (CSRF token missing.): /en/appointments/check-in/2158/ WARNING 2025-08-12 18:04:30,602 basehttp 47726 6146469888 "POST /en/appointments/check-in/2158/ HTTP/1.1" 403 2491 INFO 2025-08-12 18:04:35,062 basehttp 47726 6146469888 "GET /en/appointments/detail/2158/ HTTP/1.1" 200 22458 INFO 2025-08-12 18:04:35,119 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:04:37,587 log 47726 6146469888 Not Found: /en/patients/43/details/ WARNING 2025-08-12 18:04:37,587 basehttp 47726 6146469888 "GET /en/patients/43/details/ HTTP/1.1" 404 26559 INFO 2025-08-12 18:05:35,131 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:06:35,134 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:07:35,140 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:08:35,136 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:09:35,148 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:10:35,143 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:11:35,158 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:12:35,163 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:13:35,169 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:14:35,169 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:14:43,838 log 47726 6146469888 Not Found: /en/patients/43/details/ WARNING 2025-08-12 18:14:43,838 basehttp 47726 6146469888 "GET /en/patients/43/details/ HTTP/1.1" 404 26559 INFO 2025-08-12 18:14:53,239 basehttp 47726 6146469888 "GET /en/patients/ HTTP/1.1" 200 66129 INFO 2025-08-12 18:14:53,309 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:14:53,313 basehttp 47726 6129643520 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-12 18:15:00,074 basehttp 47726 6129643520 "GET /en/patients/115/details/ HTTP/1.1" 200 36920 INFO 2025-08-12 18:15:00,154 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 ERROR 2025-08-12 18:15:00,168 log 47726 13438578688 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-12 18:15:00,172 basehttp 47726 13438578688 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63085 ERROR 2025-08-12 18:15:00,177 log 47726 6146469888 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-12 18:15:00,179 basehttp 47726 6146469888 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 89696 ERROR 2025-08-12 18:15:00,189 log 47726 6163296256 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-12 18:15:00,190 basehttp 47726 6163296256 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105189 INFO 2025-08-12 18:16:00,148 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:17:00,151 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:18:00,150 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:19:00,158 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:20:00,159 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:21:00,140 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:22:00,144 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:23:00,144 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 WARNING 2025-08-12 18:23:03,503 log 47726 6129643520 Not Found: /en/qality WARNING 2025-08-12 18:23:03,503 basehttp 47726 6129643520 "GET /en/qality HTTP/1.1" 404 29619 INFO 2025-08-12 18:23:12,457 basehttp 47726 6129643520 "GET /en/quality HTTP/1.1" 301 0 ERROR 2025-08-12 18:23:12,483 log 47726 6129643520 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 55, in get_context_data 'indicators_meeting_target': QualityIndicator.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_value' into field. Choices are: calculation_method, category, created_at, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-12 18:23:12,485 basehttp 47726 6129643520 "GET /en/quality/ HTTP/1.1" 500 132259 ERROR 2025-08-12 18:46:02,081 log 47726 6129643520 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 55, in get_context_data 'indicators_meeting_target': QualityIndicator.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_value' into field. Choices are: calculation_method, category, created_at, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-12 18:46:02,082 basehttp 47726 6129643520 "GET /en/quality/ HTTP/1.1" 500 132396 INFO 2025-08-12 18:48:19,307 basehttp 47726 6129643520 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 18:48:19,320 basehttp 47726 6129643520 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 18:48:19,408 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:48:19,412 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:48:19,412 basehttp 47726 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 18:48:19,414 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:48:24,295 basehttp 47726 6163296256 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 18:48:24,382 basehttp 47726 6146469888 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 18:48:24,384 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:48:24,385 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:48:24,387 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:48:26,749 basehttp 47726 13438578688 "GET /en/audit-log/ HTTP/1.1" 200 215004 INFO 2025-08-12 18:48:26,809 basehttp 47726 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:48:54,370 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:49:24,393 basehttp 47726 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:49:24,394 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:49:24,395 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:49:54,378 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:50:24,397 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:50:24,399 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:50:24,400 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:50:54,224 basehttp 47726 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:51:24,238 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:51:24,239 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:51:24,241 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:51:54,230 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:52:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:52:24,240 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:52:24,243 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:52:54,227 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:53:24,243 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:53:24,243 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:53:24,245 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:53:54,237 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:54:24,240 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:54:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:54:24,243 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:54:54,240 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:55:24,254 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:55:24,254 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:55:24,257 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:55:54,239 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:56:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:56:24,241 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:56:24,245 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:56:54,247 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:57:24,241 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:57:24,241 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:57:24,245 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:57:54,241 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:58:24,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:58:24,243 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:58:24,246 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:58:54,248 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:59:24,245 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 18:59:24,246 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 18:59:24,250 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 18:59:54,257 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:00:24,248 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:00:24,249 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:00:24,255 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:00:54,256 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:01:24,254 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:01:24,254 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:01:24,258 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:01:54,260 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:02:24,245 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:02:24,245 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:02:24,257 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:02:54,267 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:03:24,254 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:03:24,255 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:03:24,266 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:03:55,242 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:04:25,258 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:04:25,258 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:04:25,261 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:05:11,246 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:06:11,259 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:06:11,260 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:06:11,262 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:07:11,243 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:07:11,248 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:07:11,248 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:08:11,257 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:08:11,258 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:08:11,259 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:09:11,236 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:10:11,253 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:10:11,254 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:10:11,257 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:11:11,256 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:11:11,256 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:11:11,258 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:12:11,228 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:13:11,252 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:13:11,252 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:13:11,254 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:14:11,235 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:14:11,238 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:14:11,239 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:15:11,223 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:16:11,251 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:16:11,253 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:16:11,255 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:17:11,236 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:17:11,237 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:18:11,237 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:18:11,238 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:19:11,231 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:19:11,232 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:20:11,238 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:20:11,238 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:20:11,240 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:21:11,225 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:21:11,230 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:21:11,232 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:22:11,250 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:22:11,250 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:22:11,253 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:23:11,222 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:24:11,240 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:24:11,240 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:24:11,241 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:25:11,224 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:25:11,226 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:25:11,227 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:26:11,212 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:27:11,240 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:27:11,240 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:27:11,242 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:28:11,223 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:28:11,226 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:29:11,219 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:29:11,222 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:30:11,223 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:30:11,224 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:31:11,221 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:31:11,224 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:32:11,228 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:32:11,229 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:32:11,231 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:33:11,213 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:34:11,231 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:34:11,231 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:34:11,233 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:35:11,207 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:36:11,238 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:36:11,238 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:36:11,240 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:37:11,220 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:38:11,240 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:38:11,241 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:38:11,243 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:39:11,215 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:39:11,215 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:40:11,227 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:40:11,228 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:41:07,162 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:41:07,164 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:41:11,215 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:41:37,211 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:42:07,221 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:42:07,222 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:42:12,209 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:43:11,221 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:43:11,222 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:44:11,222 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:44:11,224 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:45:11,218 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:45:11,220 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:46:11,210 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:46:11,212 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:47:11,226 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:47:11,229 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:47:11,229 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:47:28,679 basehttp 47726 6129643520 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 19:47:28,761 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:47:28,763 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:47:28,764 basehttp 47726 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 19:47:28,766 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:47:58,755 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:48:28,763 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:48:28,764 basehttp 47726 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:48:28,766 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:48:58,759 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:49:24,255 basehttp 47726 6146469888 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 19:49:24,268 basehttp 47726 13438578688 "GET /en/ HTTP/1.1" 200 46446 INFO 2025-08-12 19:49:24,355 basehttp 47726 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:49:24,359 basehttp 47726 6129643520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:49:24,360 basehttp 47726 6146469888 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 19:49:24,360 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:49:54,337 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:50:24,360 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:50:24,360 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:50:24,363 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:50:54,338 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:51:24,476 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:51:24,481 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:51:24,484 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:51:54,472 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:52:24,486 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:52:24,487 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:52:24,489 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:52:54,478 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:53:24,479 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:53:24,481 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:53:24,483 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:53:54,484 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:54:24,491 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:54:24,492 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:54:24,494 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:54:54,489 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:55:24,491 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:55:24,493 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:55:24,495 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:55:54,490 basehttp 47726 6163296256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:56:24,497 basehttp 47726 6146469888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:56:24,497 basehttp 47726 6163296256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:56:24,500 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:56:54,503 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:57:24,506 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:57:24,507 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:57:24,510 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:57:54,502 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:58:24,504 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:58:24,504 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:58:24,508 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:58:54,517 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:59:24,506 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 19:59:24,506 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 19:59:24,513 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 19:59:54,514 basehttp 47726 6146469888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:00:24,511 basehttp 47726 6146469888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 20:00:24,511 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 20:00:24,520 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:00:54,530 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:01:24,496 basehttp 47726 6129643520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 20:01:24,496 basehttp 47726 6163296256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 20:01:24,518 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 20:01:54,544 basehttp 47726 6129643520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 22:50:45,037 autoreload 27412 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:51:27,052 basehttp 27412 6199848960 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 22:51:27,110 basehttp 27412 6199848960 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-12 22:51:27,115 basehttp 27412 6199848960 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:51:27,129 log 27412 6199848960 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:51:27,130 basehttp 27412 6199848960 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 161428 INFO 2025-08-12 22:52:11,621 autoreload 27412 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:52:11,892 autoreload 28035 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 22:52:19,329 log 28035 6133051392 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:19,331 basehttp 28035 6133051392 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160419 ERROR 2025-08-12 22:52:20,380 log 28035 6133051392 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:20,381 basehttp 28035 6133051392 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160419 INFO 2025-08-12 22:52:26,387 basehttp 28035 6133051392 "GET /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 22:52:26,406 basehttp 28035 6217183232 "GET /static/img/user/user-13.jpg HTTP/1.1" 200 4410 INFO 2025-08-12 22:52:26,406 basehttp 28035 6166704128 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-12 22:52:26,410 basehttp 28035 6200356864 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-12 22:52:26,414 basehttp 28035 6133051392 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-12 22:52:26,416 basehttp 28035 6217183232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-12 22:52:26,418 basehttp 28035 6183530496 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-12 22:52:26,420 basehttp 28035 6149877760 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-12 22:52:26,422 basehttp 28035 6166704128 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-12 22:52:26,733 basehttp 28035 6133051392 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-12 22:52:26,734 basehttp 28035 6166704128 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-12 22:52:26,734 basehttp 28035 6149877760 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-12 22:52:26,735 basehttp 28035 6183530496 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-12 22:52:26,735 basehttp 28035 6217183232 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-12 22:52:26,737 basehttp 28035 6183530496 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-12 22:52:26,737 basehttp 28035 6217183232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-12 22:52:26,738 basehttp 28035 6166704128 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-12 22:52:26,738 basehttp 28035 6133051392 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-12 22:52:26,739 basehttp 28035 6200356864 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-12 22:52:26,739 basehttp 28035 6217183232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-12 22:52:26,740 basehttp 28035 6149877760 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-12 22:52:26,745 basehttp 28035 6183530496 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-12 22:52:26,746 basehttp 28035 6166704128 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-12 22:52:26,747 basehttp 28035 6200356864 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-12 22:52:26,748 basehttp 28035 6133051392 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-12 22:52:26,748 basehttp 28035 6133051392 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-12 22:52:26,749 basehttp 28035 6200356864 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-12 22:52:26,750 basehttp 28035 6133051392 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-12 22:52:26,751 basehttp 28035 6217183232 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:52:26,751 basehttp 28035 6183530496 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-12 22:52:26,751 basehttp 28035 6166704128 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-12 22:52:26,752 basehttp 28035 6200356864 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-12 22:52:26,754 basehttp 28035 6149877760 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-12 22:52:26,764 basehttp 28035 6149877760 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:52:26,777 log 28035 6200356864 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:26,778 basehttp 28035 6200356864 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161387 INFO 2025-08-12 22:52:28,876 basehttp 28035 6200356864 "POST /en/accounts/login/ HTTP/1.1" 200 21295 INFO 2025-08-12 22:52:28,911 basehttp 28035 6200356864 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:52:28,925 basehttp 28035 6200356864 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:52:28,939 log 28035 6166704128 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:52:28,940 basehttp 28035 6166704128 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161387 WARNING 2025-08-12 22:52:36,923 log 28035 6166704128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:52:36,923 basehttp 28035 6166704128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:52:36,963 basehttp 28035 6166704128 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-12 22:53:08,267 autoreload 28035 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:53:08,530 autoreload 28510 8601149632 Watching for file changes with StatReloader ERROR 2025-08-12 22:53:28,933 log 28510 6194425856 Invalid HTTP_HOST header: '127.0.0.1:8000'. You may need to add '127.0.0.1' to ALLOWED_HOSTS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/deprecation.py", line 119, in __call__ response = self.process_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/common.py", line 48, in process_request host = request.get_host() ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 202, in get_host raise DisallowedHost(msg) django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '127.0.0.1:8000'. You may need to add '127.0.0.1' to ALLOWED_HOSTS. WARNING 2025-08-12 22:53:28,934 basehttp 28510 6194425856 "GET /en/htmx/system-notifications/ HTTP/1.1" 400 71452 INFO 2025-08-12 22:53:31,549 autoreload 28510 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:53:31,817 autoreload 28677 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:53:34,857 basehttp 28677 6125563904 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:53:34,876 log 28677 6125563904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:53:34,876 basehttp 28677 6125563904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:53:34,950 basehttp 28677 6125563904 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:53:34,967 basehttp 28677 6125563904 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:53:34,983 log 28677 6125563904 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:53:34,986 basehttp 28677 6125563904 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:53:43,915 basehttp 28677 6125563904 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:53:43,931 log 28677 6125563904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:53:43,931 basehttp 28677 6125563904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:53:44,016 basehttp 28677 6125563904 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:53:44,032 basehttp 28677 6125563904 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:53:44,048 log 28677 6125563904 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:53:44,050 basehttp 28677 6125563904 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:54:42,624 autoreload 28677 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-08-12 22:54:42,921 autoreload 29233 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:54:44,090 basehttp 29233 6168178688 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:54:44,097 basehttp 29233 6168178688 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:54:44,111 log 29233 6168178688 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:54:44,113 basehttp 29233 6168178688 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:54:45,315 basehttp 29233 6168178688 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:54:45,332 log 29233 6168178688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:54:45,332 basehttp 29233 6168178688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:54:45,416 basehttp 29233 6168178688 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:54:45,431 basehttp 29233 6168178688 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:54:45,445 log 29233 6168178688 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:54:45,447 basehttp 29233 6168178688 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:55:45,425 basehttp 29233 6168178688 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:55:45,436 basehttp 29233 6168178688 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:55:45,457 log 29233 6168178688 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:55:45,458 basehttp 29233 6168178688 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161418 INFO 2025-08-12 22:56:07,420 autoreload 29233 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:56:07,711 autoreload 29870 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 22:56:11,106 basehttp 29870 6126809088 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:56:11,124 log 29870 6126809088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:56:11,124 basehttp 29870 6126809088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:56:11,203 basehttp 29870 6126809088 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:56:11,220 basehttp 29870 6126809088 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:56:11,235 log 29870 6126809088 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:56:11,237 basehttp 29870 6126809088 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 22:56:12,707 basehttp 29870 6126809088 "POST /en/accounts/login/ HTTP/1.1" 200 21295 WARNING 2025-08-12 22:56:12,722 log 29870 6126809088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 22:56:12,722 basehttp 29870 6126809088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 22:56:12,802 basehttp 29870 6126809088 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:56:12,818 basehttp 29870 6126809088 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:56:12,830 log 29870 6126809088 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:56:12,831 basehttp 29870 6126809088 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 22:57:12,807 basehttp 29870 6126809088 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 22:57:12,813 basehttp 29870 6126809088 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 22:57:12,831 log 29870 6126809088 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 22:57:12,833 basehttp 29870 6126809088 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 22:57:26,087 autoreload 29870 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-12 22:57:26,416 autoreload 30412 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 23:05:47,466 autoreload 34152 8601149632 Watching for file changes with StatReloader INFO 2025-08-12 23:06:12,898 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 23:06:12,906 basehttp 34152 6134296576 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 23:06:12,921 log 34152 6134296576 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 23:06:12,923 basehttp 34152 6134296576 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 23:07:12,858 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-08-12 23:07:12,868 basehttp 34152 6134296576 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-08-12 23:07:12,889 log 34152 6134296576 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-12 23:07:12,890 basehttp 34152 6134296576 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161430 INFO 2025-08-12 23:07:25,050 basehttp 34152 6134296576 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-12 23:07:25,090 basehttp 34152 6134296576 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 23:07:25,104 basehttp 34152 6134296576 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-12 23:07:25,117 basehttp 34152 6151122944 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-12 23:07:25,118 basehttp 34152 6167949312 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-12 23:07:25,118 basehttp 34152 6358691840 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-12 23:07:25,119 basehttp 34152 6325039104 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-12 23:07:25,119 basehttp 34152 6134296576 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-12 23:07:25,119 basehttp 34152 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-12 23:07:25,121 basehttp 34152 6134296576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 WARNING 2025-08-12 23:07:25,143 log 34152 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:07:25,143 basehttp 34152 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:07:26,695 basehttp 34152 6134296576 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-12 23:07:26,718 basehttp 34152 6134296576 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-12 23:07:26,732 basehttp 34152 6341865472 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-08-12 23:07:26,736 log 34152 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-12 23:07:26,737 basehttp 34152 6341865472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 WARNING 2025-08-12 23:07:26,737 basehttp 34152 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:07:26,737 basehttp 34152 6325039104 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-12 23:07:28,647 basehttp 34152 6134296576 "GET / HTTP/1.1" 302 0 INFO 2025-08-12 23:07:28,675 basehttp 34152 6325039104 "GET /en/ HTTP/1.1" 200 46446 WARNING 2025-08-12 23:07:28,689 log 34152 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:07:28,689 basehttp 34152 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:07:28,806 basehttp 34152 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:07:28,820 basehttp 34152 6167949312 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:07:28,822 basehttp 34152 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:07:28,825 basehttp 34152 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:07:58,793 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:08:28,787 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:08:28,790 basehttp 34152 6151122944 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:08:28,791 basehttp 34152 6167949312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:08:43,553 basehttp 34152 6167949312 "GET /en/ HTTP/1.1" 200 46453 WARNING 2025-08-12 23:08:43,568 log 34152 6167949312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:43,568 basehttp 34152 6167949312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:08:43,673 basehttp 34152 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:08:43,684 basehttp 34152 6167949312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:08:43,685 basehttp 34152 6134296576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:08:43,688 basehttp 34152 6151122944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-12 23:08:45,875 log 34152 6151122944 Internal Server Error: /en/accounts/profile/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_avatar' not found. 'upload_avatar' is not a valid view function or pattern name. ERROR 2025-08-12 23:08:45,877 basehttp 34152 6151122944 "GET /en/accounts/profile/ HTTP/1.1" 500 167442 WARNING 2025-08-12 23:08:45,891 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:45,891 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-12 23:08:51,431 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:51,431 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-12 23:08:51,439 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:08:51,439 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:09:13,669 basehttp 34152 6151122944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 ERROR 2025-08-12 23:09:39,729 log 34152 6151122944 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile_update' with arguments '(1,)' not found. 1 pattern(s) tried: ['en/accounts/htmx/profile\\-update/\\Z'] ERROR 2025-08-12 23:09:39,734 basehttp 34152 6151122944 "GET /en/ HTTP/1.1" 500 160681 WARNING 2025-08-12 23:09:39,749 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:09:39,749 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:10:29,450 basehttp 34152 6151122944 "GET /en/ HTTP/1.1" 200 46433 WARNING 2025-08-12 23:10:29,467 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:10:29,467 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:10:29,573 basehttp 34152 6151122944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:10:29,577 basehttp 34152 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:10:29,578 basehttp 34152 6167949312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:10:29,580 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:10:53,995 basehttp 34152 6134296576 "GET /en/ HTTP/1.1" 200 46432 INFO 2025-08-12 23:10:54,003 basehttp 34152 6134296576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-12 23:10:54,010 log 34152 6167949312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:10:54,010 basehttp 34152 6167949312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:10:54,133 basehttp 34152 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:10:54,134 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:10:54,134 basehttp 34152 6167949312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4394 INFO 2025-08-12 23:10:54,135 basehttp 34152 6151122944 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:11:24,099 basehttp 34152 6151122944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:11:33,368 basehttp 34152 6151122944 "GET /en/ HTTP/1.1" 200 46432 WARNING 2025-08-12 23:11:33,386 log 34152 6151122944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:11:33,386 basehttp 34152 6151122944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:11:33,503 basehttp 34152 6167949312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-12 23:11:33,503 basehttp 34152 6151122944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:11:33,503 basehttp 34152 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-12 23:11:33,506 basehttp 34152 6134296576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-12 23:11:45,108 basehttp 34152 6134296576 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46646 WARNING 2025-08-12 23:11:45,123 log 34152 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-12 23:11:45,124 basehttp 34152 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-12 23:11:45,208 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:12:45,223 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:13:45,226 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:17:46,307 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:18:47,372 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:19:48,373 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:20:49,372 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:30:35,024 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:31:40,003 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:49:24,917 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:54:55,292 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:56:55,288 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-12 23:58:55,285 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:00:55,282 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:02:55,281 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:06:43,221 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:08:43,218 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:10:43,217 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:12:43,216 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:14:43,216 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:16:43,217 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:18:43,215 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:20:43,218 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:22:43,247 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:24:43,246 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:26:43,247 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:28:43,248 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:30:43,244 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:32:43,247 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:34:43,248 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:36:43,231 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:38:43,227 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:40:43,228 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:42:43,227 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:44:43,223 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:46:43,223 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:48:43,225 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:50:43,225 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:52:43,203 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:54:43,197 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:56:43,194 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 00:58:43,198 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:00:43,186 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:02:43,190 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:04:43,198 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:06:43,191 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 01:32:02,405 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:06:56,782 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:28:01,021 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:30:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:32:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:34:01,018 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:36:01,028 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:38:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:40:01,012 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:42:01,018 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:44:01,033 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:46:01,027 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:48:01,022 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:50:01,026 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:52:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:54:01,025 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:56:01,029 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 02:58:01,019 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:00:00,998 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:01:01,001 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:03:00,995 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:05:00,996 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:07:00,996 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:09:00,988 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:11:00,992 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:13:00,992 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:15:00,857 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:16:00,880 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:18:00,851 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:20:00,847 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:22:00,848 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:24:00,839 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:26:00,846 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:28:00,830 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:30:00,906 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 03:59:41,205 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:17:32,957 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:19:32,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:21:32,954 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:23:32,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:25:32,951 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:27:32,950 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:29:32,950 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:31:32,945 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:33:32,945 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:35:32,946 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:37:32,941 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:39:32,945 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:41:32,941 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:43:32,939 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:45:32,942 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:47:32,992 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:49:33,000 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:51:32,991 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:53:33,004 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:55:33,006 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:57:33,001 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 04:59:32,993 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:01:32,998 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:03:32,909 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:05:32,905 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:07:32,908 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:09:32,909 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:11:32,905 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:13:32,902 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:15:32,897 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:17:32,895 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 05:49:22,155 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 06:18:09,721 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 06:49:58,838 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:18:56,408 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:19:56,404 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:21:56,535 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:23:56,538 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:25:56,545 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:27:56,546 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:29:56,540 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:31:56,540 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:32:56,561 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:34:56,546 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:36:56,376 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:38:56,368 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:40:56,369 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:42:56,370 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:44:56,383 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:46:56,371 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:48:56,364 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:50:56,272 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:52:56,266 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:54:56,265 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:56:56,263 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 07:58:56,264 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:00:56,264 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:02:56,265 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:04:56,258 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:06:56,234 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:08:56,231 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:10:56,225 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:12:56,218 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:14:56,215 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:16:56,206 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:34:29,146 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:54:50,960 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:56:50,968 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 08:58:50,964 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:00:50,959 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:02:50,959 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:04:50,955 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:06:50,955 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:08:50,951 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:10:50,959 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:12:50,960 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:14:50,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:16:50,957 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:18:50,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:20:50,953 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:22:50,948 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:24:50,940 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:26:51,131 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:28:51,130 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:30:51,129 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:32:51,132 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:34:51,130 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:36:51,130 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:38:51,129 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:40:51,056 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:42:51,053 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:44:51,053 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:46:51,054 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:48:51,049 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:50:51,116 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:52:51,060 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 09:54:51,052 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:12:34,855 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:14:34,843 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:16:34,843 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:18:34,831 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:20:34,844 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:22:34,838 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:24:34,840 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:26:34,970 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:28:34,976 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:30:34,970 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:32:35,044 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:34:34,983 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:36:34,981 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:38:35,000 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:40:34,981 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 10:42:34,985 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:08:05,230 basehttp 34152 6134296576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:42:59,059 autoreload 26906 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 12:43:30,698 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:44:30,599 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:45:30,594 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:46:30,602 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:47:30,608 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 12:48:30,608 basehttp 26906 6189592576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:08:21,360 autoreload 67570 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:08:33,658 autoreload 67664 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 16:08:36,076 log 67664 6165377024 Invalid HTTP_HOST header: '10.10.1.109:7999'. You may need to add '10.10.1.109' to ALLOWED_HOSTS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/deprecation.py", line 119, in __call__ response = self.process_request(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/common.py", line 48, in process_request host = request.get_host() ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 202, in get_host raise DisallowedHost(msg) django.core.exceptions.DisallowedHost: Invalid HTTP_HOST header: '10.10.1.109:7999'. You may need to add '10.10.1.109' to ALLOWED_HOSTS. WARNING 2025-08-13 16:08:36,077 basehttp 67664 6165377024 "GET / HTTP/1.1" 400 69374 INFO 2025-08-13 16:09:02,739 autoreload 67664 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-13 16:09:03,051 autoreload 67903 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:09:05,380 basehttp 67903 6190936064 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 16:09:05,486 basehttp 67903 6190936064 "GET /en/ HTTP/1.1" 200 46341 INFO 2025-08-13 16:09:05,501 basehttp 67903 6190936064 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-13 16:09:05,567 basehttp 67903 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:09:05,575 basehttp 67903 6241415168 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 16:09:05,577 basehttp 67903 6224588800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 16:09:05,578 basehttp 67903 6207762432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 16:09:16,206 basehttp 67903 6207762432 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 16:09:16,220 basehttp 67903 6224588800 "GET /en/ HTTP/1.1" 200 46341 INFO 2025-08-13 16:09:16,284 basehttp 67903 6190936064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 16:09:16,286 basehttp 67903 6224588800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:09:16,287 basehttp 67903 6207762432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 16:09:16,287 basehttp 67903 6241415168 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 16:09:21,787 basehttp 67903 6241415168 "GET /en/ HTTP/1.1" 200 46341 INFO 2025-08-13 16:09:21,842 basehttp 67903 6241415168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:09:21,846 basehttp 67903 6190936064 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 16:09:21,847 basehttp 67903 6224588800 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 16:09:21,857 basehttp 67903 6207762432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 16:09:28,120 basehttp 67903 6207762432 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-13 16:09:28,149 basehttp 67903 6224588800 "GET /en/radiology/ HTTP/1.1" 200 29203 INFO 2025-08-13 16:09:28,180 basehttp 67903 6224588800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 16:09:28,215 log 67903 6190936064 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 843, in radiology_stats 'reports_pending': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-13 16:09:28,216 basehttp 67903 6190936064 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 122906 INFO 2025-08-13 16:09:32,576 basehttp 67903 6190936064 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:09:32,611 basehttp 67903 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:10:32,626 basehttp 67903 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:11:00,533 autoreload 67903 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:11:00,936 autoreload 68798 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:11:03,650 basehttp 68798 6341865472 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:11:03,686 basehttp 68798 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:11:10,681 basehttp 68798 6341865472 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:11:10,720 basehttp 68798 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 16:12:05,433 log 68798 6341865472 Internal Server Error: /en/radiology/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: radiology/imaging_order_list.html, radiology/imagingorder_list.html ERROR 2025-08-13 16:12:05,433 basehttp 68798 6341865472 "GET /en/radiology/orders/ HTTP/1.1" 500 85453 INFO 2025-08-13 16:14:55,138 autoreload 68798 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:14:55,415 autoreload 70514 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 16:14:59,722 basehttp 70514 6194458624 "GET /en/radiology/orders/ HTTP/1.1" 200 80016 INFO 2025-08-13 16:14:59,759 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:15:57,310 basehttp 70514 6194458624 "GET /en/radiology/orders/ HTTP/1.1" 200 79818 INFO 2025-08-13 16:15:57,351 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:16:08,339 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31301 INFO 2025-08-13 16:16:08,373 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:17:08,386 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:18:08,386 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:19:06,681 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31316 INFO 2025-08-13 16:19:06,742 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:20:06,756 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:21:06,751 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:21:37,559 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31444 INFO 2025-08-13 16:21:37,622 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:22:27,979 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31434 INFO 2025-08-13 16:22:28,026 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:23:28,042 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:24:28,043 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:25:28,044 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:26:28,045 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:27:28,046 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:28:28,043 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:29:28,042 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:30:28,044 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:31:28,046 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:32:28,048 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:33:28,048 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:34:28,050 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:35:28,064 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:36:28,045 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:37:28,053 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:38:28,056 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:39:28,403 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:40:28,411 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:41:28,417 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:42:28,420 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:43:28,424 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:44:28,427 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:45:28,430 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:46:28,433 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:47:28,432 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:48:28,441 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:49:28,443 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:50:28,441 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:51:28,444 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:52:28,445 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:52:53,539 basehttp 70514 6194458624 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 16:52:53,576 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:53:53,593 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 16:54:53,596 basehttp 70514 6194458624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 16:55:02,581 log 70514 6194458624 Internal Server Error: /en/radiology/orders/394/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for ImagingOrder ERROR 2025-08-13 16:55:02,584 basehttp 70514 6194458624 "GET /en/radiology/orders/394/update/ HTTP/1.1" 500 114536 INFO 2025-08-13 16:55:53,444 autoreload 70514 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:55:53,718 autoreload 88506 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 16:55:54,434 log 88506 6189101056 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 16:55:54,436 basehttp 88506 6189101056 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134571 INFO 2025-08-13 16:56:33,358 autoreload 88506 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 16:56:33,656 autoreload 88827 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 16:56:36,265 log 88827 6167064576 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 356, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 16:56:36,267 basehttp 88827 6167064576 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134571 INFO 2025-08-13 17:02:25,841 autoreload 88827 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:02:26,137 autoreload 91363 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:02:28,833 log 91363 6196146176 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 368, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 17:02:28,836 basehttp 91363 6196146176 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134984 ERROR 2025-08-13 17:02:30,105 log 91363 6196146176 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 368, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 17:02:30,106 basehttp 91363 6196146176 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134984 ERROR 2025-08-13 17:02:31,096 log 91363 6196146176 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 368, in get_context_data context['reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "IMG768284 - Extremity X-Ray": Must be "ImagingStudy" instance. ERROR 2025-08-13 17:02:31,098 basehttp 91363 6196146176 "GET /en/radiology/orders/394/ HTTP/1.1" 500 134984 INFO 2025-08-13 17:03:19,250 autoreload 91363 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:03:19,559 autoreload 91768 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 17:03:23,674 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 17:03:23,736 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 WARNING 2025-08-13 17:03:45,235 log 91768 6188986368 Not Found: /en/radiology/studies/ed8b170a-fb18-4cc7-b7b0-3dba181804be/start/ WARNING 2025-08-13 17:03:45,235 basehttp 91768 6188986368 "POST /en/radiology/studies/ed8b170a-fb18-4cc7-b7b0-3dba181804be/start/ HTTP/1.1" 404 37603 INFO 2025-08-13 17:04:23,739 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:04:26,340 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 17:04:26,398 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:04:53,778 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31552 INFO 2025-08-13 17:04:53,815 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:05:20,957 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31797 INFO 2025-08-13 17:05:21,019 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:05:37,447 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31797 INFO 2025-08-13 17:05:37,507 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:05:47,857 basehttp 91768 6188986368 "GET /en/radiology/orders/394/ HTTP/1.1" 200 31797 INFO 2025-08-13 17:05:47,922 basehttp 91768 6188986368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 17:05:53,421 log 91768 6188986368 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 358, in get_context_data for study in studies: ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 384, in __iter__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'reports' on ImagingStudy object, 'reports' is an invalid parameter to prefetch_related() ERROR 2025-08-13 17:05:53,424 basehttp 91768 6188986368 "GET /en/radiology/orders/236/ HTTP/1.1" 500 104417 INFO 2025-08-13 17:08:11,054 autoreload 91768 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:08:11,368 autoreload 93917 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:08:13,714 log 93917 6201667584 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-13 17:08:13,716 basehttp 93917 6201667584 "GET /en/radiology/orders/236/ HTTP/1.1" 500 138004 INFO 2025-08-13 17:09:10,817 autoreload 93917 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:09:11,104 autoreload 94378 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:09:14,038 log 94378 6161690624 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'radiology_report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-13 17:09:14,040 basehttp 94378 6161690624 "GET /en/radiology/orders/236/ HTTP/1.1" 500 193574 INFO 2025-08-13 17:09:53,502 basehttp 94378 6161690624 "GET /en/radiology/orders/236/ HTTP/1.1" 200 33121 INFO 2025-08-13 17:09:53,554 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:10:05,917 basehttp 94378 6161690624 "GET /en/radiology/orders/236/ HTTP/1.1" 200 33121 INFO 2025-08-13 17:10:05,979 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:10:09,738 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:11:06,079 basehttp 94378 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 17:12:00,366 autoreload 94378 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:12:00,685 autoreload 95636 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:12:02,595 log 95636 6166261760 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:02,597 basehttp 95636 6166261760 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149942 INFO 2025-08-13 17:12:44,423 autoreload 95636 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 17:12:44,709 autoreload 95948 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 17:12:45,921 log 95948 6160232448 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:45,923 basehttp 95948 6160232448 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149793 ERROR 2025-08-13 17:12:46,857 log 95948 6160232448 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:46,858 basehttp 95948 6160232448 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149793 ERROR 2025-08-13 17:12:47,728 log 95948 6160232448 Internal Server Error: /en/radiology/orders/236/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-13 17:12:47,729 basehttp 95948 6160232448 "GET /en/radiology/orders/236/ HTTP/1.1" 500 149793 INFO 2025-08-13 19:10:51,611 basehttp 95948 6160232448 "GET /en/radiology/orders/ HTTP/1.1" 200 79818 INFO 2025-08-13 19:10:51,680 basehttp 95948 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 19:11:22,400 log 95948 6160232448 Internal Server Error: /en/radiology/orders/394/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got >. ERROR 2025-08-13 19:11:22,401 basehttp 95948 6160232448 "GET /en/radiology/orders/394/ HTTP/1.1" 500 148496 INFO 2025-08-13 19:13:36,175 basehttp 95948 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 19:13:44,750 log 95948 6160232448 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 743, in get_queryset queryset = RadiologyReport.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-13 19:13:44,751 basehttp 95948 6160232448 "GET /en/radiology/reports/ HTTP/1.1" 500 134905 ERROR 2025-08-13 19:13:48,676 log 95948 6160232448 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: radiology/imaging_study_list.html, radiology/imagingstudy_list.html ERROR 2025-08-13 19:13:48,677 basehttp 95948 6160232448 "GET /en/radiology/studies/ HTTP/1.1" 500 85325 INFO 2025-08-13 19:17:04,777 autoreload 95948 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:17:05,193 autoreload 50309 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 19:27:48,622 autoreload 50309 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:27:49,028 autoreload 55078 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:27:59,243 log 55078 6136672256 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:27:59,247 basehttp 55078 6136672256 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:28:54,220 autoreload 55078 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:28:54,690 autoreload 55552 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:28:56,853 log 55552 6132641792 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:28:56,856 basehttp 55552 6132641792 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:29:16,630 autoreload 55552 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:29:16,960 autoreload 55713 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:29:19,326 log 55713 6192050176 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:29:19,331 basehttp 55713 6192050176 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:30:09,860 autoreload 55713 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:30:10,220 autoreload 56119 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:30:12,349 log 56119 6167998464 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:30:12,351 basehttp 56119 6167998464 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:39:49,795 autoreload 60497 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:39:54,177 log 60497 6204993536 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:39:54,180 basehttp 60497 6204993536 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 ERROR 2025-08-13 19:39:55,602 log 60497 6204993536 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:39:55,605 basehttp 60497 6204993536 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:52:15,781 autoreload 66028 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:52:19,284 log 66028 6170030080 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:52:19,287 basehttp 66028 6170030080 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 19:59:26,788 autoreload 66028 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 19:59:27,066 autoreload 69165 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 19:59:28,089 log 69165 6192197632 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-13 19:59:28,093 basehttp 69165 6192197632 "GET /en/radiology/studies/ HTTP/1.1" 500 210392 INFO 2025-08-13 20:00:12,740 autoreload 69165 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:00:13,041 autoreload 69504 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:00:14,910 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_edit' not found. 'imaging_study_edit' is not a valid view function or pattern name. ERROR 2025-08-13 20:00:14,912 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 238328 ERROR 2025-08-13 20:01:19,153 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_delete' not found. 'imaging_study_delete' is not a valid view function or pattern name. ERROR 2025-08-13 20:01:19,154 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 238007 ERROR 2025-08-13 20:01:42,134 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_edit' not found. 'imaging_study_edit' is not a valid view function or pattern name. ERROR 2025-08-13 20:01:42,135 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 236950 ERROR 2025-08-13 20:02:13,470 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_delete' not found. 'imaging_study_delete' is not a valid view function or pattern name. ERROR 2025-08-13 20:02:13,471 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 236902 ERROR 2025-08-13 20:02:32,987 log 69504 6158364672 Internal Server Error: /en/radiology/studies/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_study_action' not found. 'bulk_study_action' is not a valid view function or pattern name. ERROR 2025-08-13 20:02:32,988 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 500 193883 INFO 2025-08-13 20:03:05,254 basehttp 69504 6158364672 "GET /en/radiology/studies/ HTTP/1.1" 200 104822 INFO 2025-08-13 20:03:05,325 basehttp 69504 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:03:18,688 basehttp 69504 6158364672 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:03:18,746 basehttp 69504 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:03:23,657 log 69504 6158364672 Internal Server Error: /en/radiology/studies/190/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.reports.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ImagingStudy' object has no attribute 'reports'. Did you mean: 'report'? ERROR 2025-08-13 20:03:23,658 basehttp 69504 6158364672 "GET /en/radiology/studies/190/ HTTP/1.1" 500 85248 INFO 2025-08-13 20:03:32,502 basehttp 69504 6158364672 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:03:32,565 basehttp 69504 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:04:09,502 autoreload 69504 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:04:09,819 autoreload 71305 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:04:12,042 basehttp 71305 6131920896 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:04:12,111 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:04:14,896 log 71305 6131920896 Internal Server Error: /en/radiology/studies/190/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.report.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-08-13 20:04:14,898 basehttp 71305 6131920896 "GET /en/radiology/studies/190/ HTTP/1.1" 500 89760 INFO 2025-08-13 20:05:12,124 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:06:12,126 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:07:12,123 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:08:12,120 basehttp 71305 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:09:08,162 autoreload 71305 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:09:08,507 autoreload 73459 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:09:09,915 basehttp 73459 6165147648 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 104975 INFO 2025-08-13 20:09:09,988 basehttp 73459 6165147648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:09:12,940 log 73459 6165147648 Internal Server Error: /en/radiology/studies/190/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-08-13 20:09:12,941 basehttp 73459 6165147648 "GET /en/radiology/studies/190/ HTTP/1.1" 500 89520 ERROR 2025-08-13 20:09:19,289 log 73459 6165147648 Internal Server Error: /en/radiology/studies/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 510, in get_context_data context['reports'] = imaging_study.report ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_descriptors.py", line 534, in __get__ raise self.RelatedObjectDoesNotExist( radiology.models.ImagingStudy.report.RelatedObjectDoesNotExist: ImagingStudy has no report. ERROR 2025-08-13 20:09:19,290 basehttp 73459 6165147648 "GET /en/radiology/studies/42/ HTTP/1.1" 500 89546 INFO 2025-08-13 20:09:41,209 basehttp 73459 6165147648 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-13 20:09:45,824 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/ HTTP/1.1" 200 129375 INFO 2025-08-13 20:09:45,836 basehttp 73459 12901707776 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-13 20:09:45,838 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:09:50,068 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/75/change/ HTTP/1.1" 200 222901 INFO 2025-08-13 20:09:50,084 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:09:50,115 basehttp 73459 6165147648 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-13 20:09:58,128 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/ HTTP/1.1" 200 129375 INFO 2025-08-13 20:10:04,659 basehttp 73459 6165147648 "GET /en/admin/radiology/imagingstudy/ HTTP/1.1" 200 81225 INFO 2025-08-13 20:10:04,672 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:10,194 basehttp 73459 6165147648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:10:11,422 basehttp 73459 6165147648 "GET /en/admin/radiology/imagingstudy/190/change/ HTTP/1.1" 200 491120 INFO 2025-08-13 20:10:11,437 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:27,574 basehttp 73459 6165147648 "GET /en/admin/radiology/reporttemplate/ HTTP/1.1" 200 75427 INFO 2025-08-13 20:10:27,589 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:36,712 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/ HTTP/1.1" 200 129375 INFO 2025-08-13 20:10:36,724 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:44,217 basehttp 73459 6165147648 "GET /en/admin/radiology/radiologyreport/75/change/ HTTP/1.1" 200 222901 INFO 2025-08-13 20:10:44,233 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-13 20:10:48,756 basehttp 73459 6165147648 "GET /en/admin/radiology/imagingstudy/131/change/?_to_field=id HTTP/1.1" 200 482009 INFO 2025-08-13 20:10:48,772 basehttp 73459 6165147648 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-13 20:11:04,882 log 73459 6165147648 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 513, in get_context_data context['total_images'] = DICOMImage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-13 20:11:04,883 basehttp 73459 6165147648 "GET /en/radiology/studies/131/ HTTP/1.1" 500 137402 ERROR 2025-08-13 20:11:11,711 log 73459 6165147648 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 513, in get_context_data context['total_images'] = DICOMImage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-13 20:11:11,712 basehttp 73459 6165147648 "GET /en/radiology/studies/131/ HTTP/1.1" 500 137183 INFO 2025-08-13 20:12:16,971 autoreload 73459 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:12:17,270 autoreload 74861 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:12:19,837 log 74861 6167359488 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 513, in get_context_data context['total_images'] = DICOMImage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'imaging_study' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-13 20:12:19,839 basehttp 74861 6167359488 "GET /en/radiology/studies/131/ HTTP/1.1" 500 136763 INFO 2025-08-13 20:12:57,893 autoreload 74861 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:12:58,186 autoreload 75185 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:13:00,005 log 75185 6164787200 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-13 20:13:00,006 basehttp 75185 6164787200 "GET /en/radiology/studies/131/ HTTP/1.1" 500 191349 INFO 2025-08-13 20:13:43,996 autoreload 75185 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:13:44,316 autoreload 75501 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:13:46,741 log 75501 6202159104 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1327,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-13 20:13:46,743 basehttp 75501 6202159104 "GET /en/radiology/studies/131/ HTTP/1.1" 500 190960 INFO 2025-08-13 20:15:14,948 autoreload 75501 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-13 20:15:15,239 autoreload 76214 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:15:16,527 log 76214 6168932352 Internal Server Error: /en/radiology/studies/131/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_detail' with arguments '(382,)' not found. 1 pattern(s) tried: ['en/radiology/series/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-13 20:15:16,529 basehttp 76214 6168932352 "GET /en/radiology/studies/131/ HTTP/1.1" 500 203858 INFO 2025-08-13 20:15:50,881 autoreload 76214 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:15:51,171 autoreload 76468 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:15:52,332 basehttp 76468 6128627712 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 20:15:52,415 basehttp 76468 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 20:16:12,527 log 76468 6128627712 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 637, in get_queryset return ImagingSeries.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: body_part, contrast_agent, contrast_route, created_at, id, image_orientation, image_quality, images, modality, number_of_instances, patient_position, pixel_spacing, protocol_name, series_date, series_datetime, series_description, series_id, series_instance_uid, series_number, series_size, series_time, slice_thickness, spacing_between_slices, study, study_id, updated_at ERROR 2025-08-13 20:16:12,529 basehttp 76468 6128627712 "GET /en/radiology/series/382/ HTTP/1.1" 500 138005 INFO 2025-08-13 20:16:36,057 autoreload 76468 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-13 20:16:36,368 autoreload 76856 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:16:36,796 log 76856 6166605824 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 20:16:36,798 basehttp 76856 6166605824 "GET /en/radiology/series/382/ HTTP/1.1" 500 194318 INFO 2025-08-13 20:17:48,094 autoreload 76856 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:17:48,371 autoreload 77323 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:17:50,804 log 77323 6129479680 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/series/\\Z'] ERROR 2025-08-13 20:17:50,805 basehttp 77323 6129479680 "GET /en/radiology/series/382/ HTTP/1.1" 500 194874 INFO 2025-08-13 20:18:16,680 autoreload 77323 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:18:16,951 autoreload 77561 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:18:19,256 log 77561 6168997888 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 20:18:19,258 basehttp 77561 6168997888 "GET /en/radiology/series/382/ HTTP/1.1" 500 194186 INFO 2025-08-13 20:18:40,121 autoreload 77561 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:18:40,392 autoreload 77721 8601149632 Watching for file changes with StatReloader ERROR 2025-08-13 20:18:41,037 log 77721 6124810240 Internal Server Error: /en/radiology/series/382/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 20:18:41,039 basehttp 77721 6124810240 "GET /en/radiology/series/382/ HTTP/1.1" 500 194318 INFO 2025-08-13 20:18:43,697 basehttp 77721 6124810240 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 20:18:43,740 basehttp 77721 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:19:43,750 basehttp 77721 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:19:49,256 autoreload 77721 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/urls.py changed, reloading. INFO 2025-08-13 20:19:49,570 autoreload 78273 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 20:19:50,429 basehttp 78273 6202699776 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 20:19:50,472 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:20:50,485 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:21:50,488 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:22:50,490 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:23:50,495 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:24:50,496 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:25:50,497 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:26:50,499 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:27:50,501 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:28:50,510 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:29:50,504 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:30:50,508 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:31:50,510 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:32:50,524 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:33:51,173 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:34:53,174 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:36:17,168 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:37:17,172 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:39:17,165 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:40:17,170 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:41:17,168 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:43:17,171 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:44:17,183 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:46:17,180 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:47:17,180 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:48:17,181 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:50:17,172 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:51:17,178 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:53:17,170 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:54:17,178 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:56:17,187 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:57:17,179 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 20:59:17,136 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:00:17,131 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:02:17,133 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:03:17,133 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:05:17,134 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:07:17,129 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:08:17,129 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:09:17,135 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:11:17,128 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:12:17,146 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:13:42,297 basehttp 78273 6202699776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 21:14:23,594 autoreload 2402 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 21:14:33,212 basehttp 2402 6195195904 "GET /en/radiology/studies/131/ HTTP/1.1" 200 31174 INFO 2025-08-13 21:14:33,256 basehttp 2402 6195195904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 ERROR 2025-08-13 21:14:34,723 log 2402 6195195904 Internal Server Error: /en/radiology/series/383/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 21:14:34,725 basehttp 2402 6195195904 "GET /en/radiology/series/383/ HTTP/1.1" 500 194077 INFO 2025-08-13 23:09:55,022 autoreload 3706 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 23:10:01,185 autoreload 3796 8601149632 Watching for file changes with StatReloader INFO 2025-08-13 23:10:03,071 basehttp 3796 6191525888 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 23:10:03,129 basehttp 3796 6191525888 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-13 23:10:03,134 basehttp 3796 6191525888 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-13 23:10:03,150 log 3796 6191525888 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-13 23:10:03,151 basehttp 3796 6191525888 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160350 INFO 2025-08-13 23:10:09,599 basehttp 3796 6191525888 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-13 23:10:09,613 basehttp 3796 6191525888 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-13 23:10:12,390 basehttp 3796 6191525888 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-13 23:10:12,410 basehttp 3796 6191525888 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-13 23:10:14,505 basehttp 3796 6191525888 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 23:10:14,533 basehttp 3796 6191525888 "GET /en/ HTTP/1.1" 200 46342 INFO 2025-08-13 23:10:14,598 basehttp 3796 6191525888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 23:10:14,606 basehttp 3796 6242004992 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 23:10:14,608 basehttp 3796 6225178624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 23:10:14,609 basehttp 3796 6208352256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 23:10:28,997 basehttp 3796 6208352256 "GET /en/analytics/ HTTP/1.1" 200 51683 INFO 2025-08-13 23:10:29,040 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 23:10:29,042 basehttp 3796 6225178624 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:10:44,055 basehttp 3796 6225178624 "GET /en/analytics/dashboards/ HTTP/1.1" 200 117966 INFO 2025-08-13 23:10:44,094 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4434 INFO 2025-08-13 23:11:19,357 basehttp 3796 6225178624 "GET / HTTP/1.1" 302 0 INFO 2025-08-13 23:11:19,371 basehttp 3796 6208352256 "GET /en/ HTTP/1.1" 200 46342 INFO 2025-08-13 23:11:19,434 basehttp 3796 6191525888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-13 23:11:19,436 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:11:19,436 basehttp 3796 6225178624 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-13 23:11:19,438 basehttp 3796 6242004992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 23:11:29,002 basehttp 3796 6242004992 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-13 23:11:29,041 log 3796 6225178624 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-13 23:11:29,042 basehttp 3796 6225178624 "GET /en/radiology/ HTTP/1.1" 500 172576 ERROR 2025-08-13 23:11:49,089 log 3796 6225178624 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-13 23:11:49,091 basehttp 3796 6225178624 "GET /en/laboratory/ HTTP/1.1" 500 137799 INFO 2025-08-13 23:11:51,602 basehttp 3796 6225178624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-13 23:12:04,638 basehttp 3796 6225178624 "GET /en/audit-log/ HTTP/1.1" 200 214854 INFO 2025-08-13 23:12:04,685 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:12:09,598 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:12:10,507 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:12:10,509 basehttp 3796 6225178624 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:12:40,713 basehttp 3796 6225178624 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:13:10,723 basehttp 3796 6225178624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:13:10,725 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:13:41,712 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:14:11,711 basehttp 3796 6208352256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-13 23:14:12,711 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:14:43,710 basehttp 3796 6208352256 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-13 23:19:36,648 basehttp 3796 6191525888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:09:15,170 basehttp 3796 6191525888 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:20:34,899 basehttp 3796 6191525888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:34:01,567 basehttp 3796 6191525888 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-14 00:34:06,346 log 3796 6191525888 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 387, in get_queryset return queryset.order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-14 00:34:06,347 basehttp 3796 6191525888 "GET /en/analytics/data-sources/ HTTP/1.1" 500 104572 INFO 2025-08-14 00:34:33,260 autoreload 3796 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 00:34:33,611 autoreload 7017 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 00:34:41,121 log 7017 6136655872 Internal Server Error: /en/analytics/data-sources/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'data_source_export' not found. 'data_source_export' is not a valid view function or pattern name. ERROR 2025-08-14 00:34:41,124 basehttp 7017 6136655872 "GET /en/analytics/data-sources/ HTTP/1.1" 500 176248 INFO 2025-08-14 00:35:30,923 basehttp 7017 6136655872 "GET /en/analytics/data-sources/ HTTP/1.1" 200 63367 INFO 2025-08-14 00:35:31,148 basehttp 7017 6136655872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 00:35:43,299 log 7017 6136655872 Internal Server Error: /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 416, in get_context_data ).order_by('report_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'report_name' into field. Choices are: created_at, created_by, created_by_id, data_source, data_source_id, description, distribution_config, executions, is_active, name, next_execution, output_format, query_config, recipients, report_id, report_type, schedule_config, schedule_type, template_config, tenant, tenant_id, updated_at ERROR 2025-08-14 00:35:43,303 basehttp 7017 6136655872 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ HTTP/1.1" 500 103539 INFO 2025-08-14 00:36:19,649 autoreload 7017 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 00:36:19,947 autoreload 7819 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 00:36:22,251 log 7819 6123171840 Internal Server Error: /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 421, in get_context_data ).order_by('metric_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'metric_name' into field. Choices are: aggregation_config, aggregation_period, calculation_config, created_at, created_by, created_by_id, critical_threshold, data_source, data_source_id, decimal_places, description, display_format, is_active, metric_id, metric_type, name, target_value, tenant, tenant_id, unit_of_measure, updated_at, values, warning_threshold ERROR 2025-08-14 00:36:22,253 basehttp 7819 6123171840 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ HTTP/1.1" 500 104008 INFO 2025-08-14 00:36:36,689 autoreload 7819 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 00:36:36,978 autoreload 7982 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 00:36:37,359 basehttp 7982 6202273792 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/ HTTP/1.1" 200 34228 INFO 2025-08-14 00:36:37,399 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:36:42,902 basehttp 7982 6202273792 "GET /en/analytics/data-sources/bc487783-ad63-48c0-b787-f556f838657c/update/ HTTP/1.1" 200 48564 INFO 2025-08-14 00:36:42,940 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:15,781 basehttp 7982 6202273792 "GET /en/analytics/data-sources/ HTTP/1.1" 200 63367 INFO 2025-08-14 00:37:15,817 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:22,590 basehttp 7982 6202273792 "GET /en/analytics/data-sources/9472f573-e319-4f0e-90f1-dd60e25b47e9/ HTTP/1.1" 200 34200 INFO 2025-08-14 00:37:22,624 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:36,983 basehttp 7982 6202273792 "GET /en/analytics/data-sources/9472f573-e319-4f0e-90f1-dd60e25b47e9/update/ HTTP/1.1" 200 48564 INFO 2025-08-14 00:37:37,019 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:37:58,474 basehttp 7982 6202273792 "GET /en/analytics/data-sources/9472f573-e319-4f0e-90f1-dd60e25b47e9/update/ HTTP/1.1" 200 48564 INFO 2025-08-14 00:37:58,508 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:38:15,829 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:38:17,512 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:38:18,871 basehttp 7982 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 00:38:22,085 log 7982 6202273792 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 00:38:22,086 basehttp 7982 6202273792 "GET /en/analytics/reports/ HTTP/1.1" 500 203950 INFO 2025-08-14 00:40:24,649 autoreload 7982 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 00:40:24,952 autoreload 9625 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 00:40:26,058 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 200 34822 INFO 2025-08-14 00:40:26,069 basehttp 9625 6208106496 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-14 00:40:26,069 basehttp 9625 6191280128 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-14 00:40:26,075 basehttp 9625 6208106496 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-14 00:40:26,075 basehttp 9625 6241759232 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-14 00:40:26,075 basehttp 9625 6224932864 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-14 00:40:26,076 basehttp 9625 6191280128 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-14 00:40:26,078 basehttp 9625 6258585600 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-08-14 00:40:26,112 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:40:26,133 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226075 HTTP/1.1" 200 7146 INFO 2025-08-14 00:40:26,133 basehttp 9625 6191280128 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:41:26,124 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:42:26,128 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:43:26,131 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:44:26,134 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:45:26,160 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:45:26,164 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:45:26,164 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226076 HTTP/1.1" 200 7146 INFO 2025-08-14 00:46:26,141 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:47:26,139 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:48:26,149 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:49:26,122 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:50:26,136 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:50:26,137 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:50:26,139 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226077 HTTP/1.1" 200 7146 INFO 2025-08-14 00:51:26,130 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:52:26,134 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:53:26,137 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:54:26,982 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:55:27,006 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226078 HTTP/1.1" 200 7146 INFO 2025-08-14 00:55:27,006 basehttp 9625 6191280128 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 00:55:28,990 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:57:09,982 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 00:58:09,992 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:00:09,991 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:00:27,005 basehttp 9625 6191280128 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:00:27,005 basehttp 9625 6258585600 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226079 HTTP/1.1" 200 7146 INFO 2025-08-14 01:02:10,000 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:03:09,989 basehttp 9625 6258585600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:05:09,994 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:05:26,998 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:05:27,000 basehttp 9625 6191280128 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226080 HTTP/1.1" 200 7146 INFO 2025-08-14 01:06:09,985 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:07:09,991 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:08:09,989 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:09:10,979 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:10:10,975 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:10:26,111 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:10:26,113 basehttp 9625 6191280128 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755121226081 HTTP/1.1" 200 7146 INFO 2025-08-14 01:11:10,986 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:12:10,986 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:12:32,269 log 9625 6191280128 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 01:12:32,271 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 500 205801 ERROR 2025-08-14 01:13:00,002 log 9625 6191280128 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 01:13:00,003 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 500 205822 ERROR 2025-08-14 01:13:00,852 log 9625 6191280128 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 01:13:00,853 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 500 205822 INFO 2025-08-14 01:13:48,767 basehttp 9625 6191280128 "GET /en/analytics/reports/ HTTP/1.1" 200 34860 INFO 2025-08-14 01:13:48,819 basehttp 9625 6191280128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:13:48,839 basehttp 9625 6191280128 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123228791 HTTP/1.1" 200 7146 INFO 2025-08-14 01:13:48,839 basehttp 9625 6208106496 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 WARNING 2025-08-14 01:13:51,519 log 9625 6208106496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:13:51,520 basehttp 9625 6208106496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:13:51,557 basehttp 9625 6208106496 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-08-14 01:14:07,238 autoreload 9625 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:14:07,640 autoreload 24614 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:14:18,282 autoreload 24614 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:14:18,546 autoreload 24708 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:14:21,230 log 24708 6133215232 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:14:21,231 basehttp 24708 6133215232 "GET /en/analytics/reports/ HTTP/1.1" 500 204087 WARNING 2025-08-14 01:14:21,249 log 24708 6133215232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:14:21,249 basehttp 24708 6133215232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:14:53,079 autoreload 24708 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:14:53,369 autoreload 24945 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:14:55,383 log 24945 6189264896 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:14:55,384 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 500 204241 WARNING 2025-08-14 01:14:55,400 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:14:55,400 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:16:18,637 log 24945 6189264896 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '('0',)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:16:18,638 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 500 204481 WARNING 2025-08-14 01:16:18,651 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:16:18,651 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:16:53,401 log 24945 6189264896 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:16:53,402 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 500 204190 WARNING 2025-08-14 01:16:53,415 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:16:53,415 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:18:20,965 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 200 34844 WARNING 2025-08-14 01:18:20,984 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:18:20,984 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:18:21,084 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:18:21,109 basehttp 24945 6189264896 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123501051 HTTP/1.1" 200 7146 INFO 2025-08-14 01:18:21,110 basehttp 24945 6206091264 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:19:21,093 basehttp 24945 6206091264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:19:47,951 basehttp 24945 6206091264 "GET /en/analytics/reports/ HTTP/1.1" 200 34844 WARNING 2025-08-14 01:19:48,014 log 24945 6206091264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:19:48,014 basehttp 24945 6206091264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:19:48,065 basehttp 24945 6206091264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:19:48,087 basehttp 24945 6206091264 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123588019 HTTP/1.1" 200 7146 INFO 2025-08-14 01:19:48,087 basehttp 24945 6189264896 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:20:48,297 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:21:48,292 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:22:48,299 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:23:39,801 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 200 34843 WARNING 2025-08-14 01:23:39,833 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:23:39,833 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:23:39,914 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:24:35,274 basehttp 24945 6189264896 "GET /en/analytics/reports/ HTTP/1.1" 200 34844 WARNING 2025-08-14 01:24:35,292 log 24945 6189264896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:24:35,292 basehttp 24945 6189264896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:24:35,388 basehttp 24945 6189264896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:24:35,410 basehttp 24945 6189264896 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755123875340 HTTP/1.1" 200 7146 INFO 2025-08-14 01:24:35,411 basehttp 24945 6206091264 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:25:35,403 basehttp 24945 6206091264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:26:08,967 autoreload 29977 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:26:16,033 basehttp 29977 6158462976 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 01:26:16,115 basehttp 29977 6158462976 "GET /en/ HTTP/1.1" 200 46343 WARNING 2025-08-14 01:26:16,134 log 29977 6158462976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:26:16,134 basehttp 29977 6158462976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:26:16,238 basehttp 29977 6158462976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:26:16,242 basehttp 29977 6208942080 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:26:16,248 basehttp 29977 6192115712 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:26:16,251 basehttp 29977 6175289344 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:26:21,557 basehttp 29977 6175289344 "GET /en/analytics/ HTTP/1.1" 200 51683 WARNING 2025-08-14 01:26:21,574 log 29977 6175289344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:26:21,574 basehttp 29977 6175289344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:26:21,676 basehttp 29977 6175289344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:26:21,678 basehttp 29977 6192115712 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 ERROR 2025-08-14 01:26:27,014 log 29977 6192115712 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:26:27,015 basehttp 29977 6192115712 "GET /en/analytics/reports/ HTTP/1.1" 500 204104 WARNING 2025-08-14 01:26:27,029 log 29977 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:26:27,029 basehttp 29977 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:27:51,054 log 29977 6192115712 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:27:51,055 basehttp 29977 6192115712 "GET /en/analytics/reports/ HTTP/1.1" 500 204014 WARNING 2025-08-14 01:27:51,071 log 29977 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:27:51,071 basehttp 29977 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:28:21,178 autoreload 29977 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:28:21,483 autoreload 30900 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:28:22,576 basehttp 30900 6133542912 "GET /en/analytics/reports/ HTTP/1.1" 200 34898 WARNING 2025-08-14 01:28:22,588 log 30900 6133542912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:28:22,589 basehttp 30900 6133542912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:28:22,708 basehttp 30900 6133542912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:28:22,734 basehttp 30900 6133542912 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755124102668 HTTP/1.1" 200 7146 INFO 2025-08-14 01:28:22,735 basehttp 30900 6150369280 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:28:30,784 basehttp 30900 6150369280 "GET /en/analytics/reports/ HTTP/1.1" 200 34898 WARNING 2025-08-14 01:28:30,805 log 30900 6150369280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:28:30,805 basehttp 30900 6150369280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:28:30,898 basehttp 30900 6150369280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:28:30,919 basehttp 30900 6133542912 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-14 01:28:30,920 basehttp 30900 6150369280 "GET /en/analytics/ajax/report-list/?search_value=&category=&status=&type=&_=1755124110853 HTTP/1.1" 200 7146 INFO 2025-08-14 01:29:07,341 autoreload 30900 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:29:07,683 autoreload 31294 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:29:08,234 log 31294 6156185600 Internal Server Error: /en/analytics/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-14 01:29:08,235 basehttp 31294 6156185600 "GET /en/analytics/reports/ HTTP/1.1" 500 203860 WARNING 2025-08-14 01:29:08,256 log 31294 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:29:08,256 basehttp 31294 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:29:25,028 basehttp 31294 6156185600 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818 HTTP/1.1" 301 0 ERROR 2025-08-14 01:29:25,044 log 31294 6156185600 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 46, in get_object raise AttributeError( AttributeError: Generic detail view ReportDetailView must be called with either an object pk or a slug in the URLconf. ERROR 2025-08-14 01:29:25,045 basehttp 31294 6156185600 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 86870 WARNING 2025-08-14 01:29:25,064 log 31294 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:29:25,064 basehttp 31294 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:29:44,258 autoreload 31294 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:29:44,536 autoreload 31556 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:29:47,139 log 31556 6126694400 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py", line 560, in get_context_data ).order_by('-execution_time')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, duration_seconds, error_message, executed_by, executed_by_id, execution_id, execution_parameters, execution_type, output_file_path, output_size_bytes, record_count, report, report_id, started_at, status ERROR 2025-08-14 01:29:47,140 basehttp 31556 6126694400 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 103121 WARNING 2025-08-14 01:29:47,154 log 31556 6126694400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:29:47,154 basehttp 31556 6126694400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:30:27,276 autoreload 31556 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/views.py changed, reloading. INFO 2025-08-14 01:30:27,556 autoreload 31873 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:30:29,542 log 31873 6134296576 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_update' with arguments '(UUID('1758ef25-98c1-4574-86ca-cf1e4b24e818'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-14 01:30:29,543 basehttp 31873 6134296576 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 179878 WARNING 2025-08-14 01:30:29,560 log 31873 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:30:29,560 basehttp 31873 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:31:03,528 log 31873 6134296576 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_update' with arguments '(UUID('1758ef25-98c1-4574-86ca-cf1e4b24e818'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-14 01:31:03,529 basehttp 31873 6134296576 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 179927 WARNING 2025-08-14 01:31:03,541 log 31873 6134296576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:31:03,542 basehttp 31873 6134296576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:31:33,147 autoreload 31873 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:31:33,417 autoreload 32368 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:31:35,471 log 32368 6170537984 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_generate' not found. 'report_generate' is not a valid view function or pattern name. ERROR 2025-08-14 01:31:35,472 basehttp 32368 6170537984 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 174837 WARNING 2025-08-14 01:31:35,492 log 32368 6170537984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:31:35,492 basehttp 32368 6170537984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:32:22,170 log 32368 6170537984 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'execute_report' with arguments '(UUID('1758ef25-98c1-4574-86ca-cf1e4b24e818'),)' not found. 1 pattern(s) tried: ['en/analytics/reports/(?P[0-9]+)/execute/\\Z'] ERROR 2025-08-14 01:32:22,171 basehttp 32368 6170537984 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 178648 WARNING 2025-08-14 01:32:22,185 log 32368 6170537984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:32:22,185 basehttp 32368 6170537984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:32:46,310 autoreload 32368 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/urls.py changed, reloading. INFO 2025-08-14 01:32:46,574 autoreload 32915 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:32:47,218 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_duplicate' not found. 'report_duplicate' is not a valid view function or pattern name. ERROR 2025-08-14 01:32:47,219 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 175151 WARNING 2025-08-14 01:32:47,238 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:32:47,238 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:33:20,980 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_export_definition' not found. 'report_export_definition' is not a valid view function or pattern name. ERROR 2025-08-14 01:33:20,981 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 176805 WARNING 2025-08-14 01:33:20,994 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:33:20,994 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:33:22,486 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_export_definition' not found. 'report_export_definition' is not a valid view function or pattern name. ERROR 2025-08-14 01:33:22,487 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 176805 WARNING 2025-08-14 01:33:22,506 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:33:22,506 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:33:48,725 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'execution_error' not found. 'execution_error' is not a valid view function or pattern name. ERROR 2025-08-14 01:33:48,726 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 500 176683 WARNING 2025-08-14 01:33:48,742 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:33:48,743 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:34:28,117 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 200 29727 WARNING 2025-08-14 01:34:28,136 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:34:28,136 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:34:28,228 basehttp 32915 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:34:51,688 log 32915 6167851008 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/forms.py", line 280, in __init__ ).order_by('source_name') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'source_name' into field. Choices are: authentication_config, cache_duration, connection_config, connection_type, created_at, created_by, created_by_id, data_transformation, description, health_check_interval, is_active, is_healthy, last_health_check, last_test_duration_seconds, last_test_end_at, last_test_error_message, last_test_start_at, last_test_status, metrics, name, parameters, query_template, reports, source_id, source_type, tenant, tenant_id, updated_at, widgets ERROR 2025-08-14 01:34:51,690 basehttp 32915 6167851008 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 117882 WARNING 2025-08-14 01:34:51,705 log 32915 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:34:51,706 basehttp 32915 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:35:13,100 autoreload 32915 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/forms.py changed, reloading. INFO 2025-08-14 01:35:13,441 autoreload 34028 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 01:35:14,022 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:35:14,023 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175387 WARNING 2025-08-14 01:35:14,042 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:35:14,042 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:39:46,213 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'query_template' not found. 'query_template' is not a valid view function or pattern name. ERROR 2025-08-14 01:39:46,218 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 179883 WARNING 2025-08-14 01:39:46,238 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:39:46,238 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:40:16,705 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 200 33877 WARNING 2025-08-14 01:40:16,719 basehttp 34028 6168915968 "GET /static/plugins/codemirror/theme/material.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:16,720 basehttp 34028 6152089600 "GET /static/plugins/codemirror/lib/codemirror.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:16,725 basehttp 34028 13338013696 "GET /static/plugins/codemirror/lib/codemirror.js HTTP/1.1" 404 2035 WARNING 2025-08-14 01:40:16,727 log 34028 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:40:16,727 basehttp 34028 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:40:16,727 basehttp 34028 6135263232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-14 01:40:16,728 basehttp 34028 13321187328 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-14 01:40:16,765 basehttp 34028 13321187328 "GET /static/plugins/codemirror/mode/sql/sql.js HTTP/1.1" 404 2029 WARNING 2025-08-14 01:40:16,765 basehttp 34028 6135263232 "GET /static/plugins/codemirror/mode/javascript/javascript.js HTTP/1.1" 404 2071 INFO 2025-08-14 01:40:16,812 basehttp 34028 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:40:36,394 basehttp 34028 13304360960 "POST /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 200 33877 WARNING 2025-08-14 01:40:36,408 basehttp 34028 6135263232 "GET /static/plugins/codemirror/theme/material.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:36,409 basehttp 34028 13304360960 "GET /static/plugins/codemirror/lib/codemirror.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:36,411 basehttp 34028 6152089600 "GET /static/plugins/codemirror/lib/codemirror.js HTTP/1.1" 404 2035 WARNING 2025-08-14 01:40:36,411 basehttp 34028 6168915968 "GET /static/plugins/codemirror/mode/sql/sql.js HTTP/1.1" 404 2029 WARNING 2025-08-14 01:40:36,419 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:40:36,419 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:40:36,438 basehttp 34028 6135263232 "GET /static/plugins/codemirror/mode/javascript/javascript.js HTTP/1.1" 404 2071 INFO 2025-08-14 01:40:36,500 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:40:39,387 basehttp 34028 6135263232 "POST /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 200 33877 WARNING 2025-08-14 01:40:39,397 basehttp 34028 6152089600 "GET /static/plugins/codemirror/theme/material.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:39,397 basehttp 34028 6135263232 "GET /static/plugins/codemirror/lib/codemirror.css HTTP/1.1" 404 2038 WARNING 2025-08-14 01:40:39,401 basehttp 34028 6168915968 "GET /static/plugins/codemirror/lib/codemirror.js HTTP/1.1" 404 2035 WARNING 2025-08-14 01:40:39,402 basehttp 34028 13304360960 "GET /static/plugins/codemirror/mode/sql/sql.js HTTP/1.1" 404 2029 WARNING 2025-08-14 01:40:39,406 log 34028 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:40:39,407 basehttp 34028 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:40:39,427 basehttp 34028 13321187328 "GET /static/plugins/codemirror/mode/javascript/javascript.js HTTP/1.1" 404 2071 INFO 2025-08-14 01:40:39,495 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:41:39,503 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:42:40,250 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:43:41,262 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:44:42,252 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:45:43,243 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:46:44,242 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:47:46,238 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:48:15,360 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:15,361 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:16,126 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:16,127 basehttp 34028 6135263232 "POST /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 176528 WARNING 2025-08-14 01:48:16,143 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:16,143 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:18,695 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:18,697 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175256 WARNING 2025-08-14 01:48:18,710 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:18,710 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:19,186 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:19,187 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175393 WARNING 2025-08-14 01:48:19,201 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:19,201 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:48:19,755 log 34028 6135263232 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:48:19,757 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175393 WARNING 2025-08-14 01:48:19,771 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:19,771 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:48:20,324 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:20,324 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:21,264 basehttp 34028 6135263232 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/ HTTP/1.1" 200 29729 WARNING 2025-08-14 01:48:21,282 log 34028 6152089600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:21,289 basehttp 34028 6152089600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:21,290 basehttp 34028 6152089600 - Broken pipe from ('127.0.0.1', 51179) INFO 2025-08-14 01:48:21,292 basehttp 34028 6135263232 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-08-14 01:48:21,336 basehttp 34028 6152089600 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-08-14 01:48:21,338 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:48:29,252 basehttp 34028 6135263232 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 01:48:29,273 basehttp 34028 6152089600 "GET /en/ HTTP/1.1" 200 46345 WARNING 2025-08-14 01:48:29,292 log 34028 6152089600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:29,292 basehttp 34028 6152089600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:29,343 basehttp 34028 6152089600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:48:29,354 basehttp 34028 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:48:29,355 basehttp 34028 6168915968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:48:29,357 basehttp 34028 6135263232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:48:41,556 basehttp 34028 6135263232 "GET /en/ HTTP/1.1" 200 46345 WARNING 2025-08-14 01:48:41,573 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:41,574 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:48:41,645 basehttp 34028 6152089600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:48:41,646 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:48:41,648 basehttp 34028 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:48:41,649 basehttp 34028 6168915968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-14 01:48:48,239 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:48,239 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:48:48,249 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:48:48,250 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-14 01:49:02,073 log 34028 6168915968 Internal Server Error: /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-14 01:49:02,074 basehttp 34028 6168915968 "GET /en/analytics/reports/1758ef25-98c1-4574-86ca-cf1e4b24e818/update/ HTTP/1.1" 500 175256 WARNING 2025-08-14 01:49:02,090 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:02,090 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:49:04,412 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:04,412 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:49:04,423 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:04,424 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:49:12,995 basehttp 34028 6168915968 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 01:49:13,007 basehttp 34028 13572796416 "GET /en/ HTTP/1.1" 200 46345 WARNING 2025-08-14 01:49:13,020 log 34028 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:13,020 basehttp 34028 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:49:13,089 basehttp 34028 6152089600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:49:13,090 basehttp 34028 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:49:13,091 basehttp 34028 6168915968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:49:13,092 basehttp 34028 6135263232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:49:18,239 basehttp 34028 6135263232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46648 WARNING 2025-08-14 01:49:18,258 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:49:18,258 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:49:18,295 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:14,095 basehttp 34028 6135263232 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46655 INFO 2025-08-14 01:50:14,107 basehttp 34028 6135263232 "GET /static/css/transparent/app.min.css HTTP/1.1" 200 894226 WARNING 2025-08-14 01:50:14,112 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:14,112 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:14,139 basehttp 34028 6168915968 "GET /static/css/transparent/app.min.css.map HTTP/1.1" 200 1955921 INFO 2025-08-14 01:50:14,164 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:32,844 basehttp 34028 6168915968 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46649 WARNING 2025-08-14 01:50:32,859 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:32,860 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:32,905 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:50:35,418 log 34028 6168915968 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(116,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-08-14 01:50:35,419 basehttp 34028 6168915968 "GET /en/laboratory/tests/ HTTP/1.1" 500 242020 WARNING 2025-08-14 01:50:35,436 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:35,436 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:50:54,513 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:54,513 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:50:54,524 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:54,524 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:56,073 basehttp 34028 6168915968 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 46649 WARNING 2025-08-14 01:50:56,093 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:56,093 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:56,137 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:50:57,367 log 34028 6152089600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:57,369 basehttp 34028 6152089600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:57,369 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:57,372 basehttp 34028 6152089600 - Broken pipe from ('127.0.0.1', 51180) INFO 2025-08-14 01:50:57,372 basehttp 34028 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:50:57,374 basehttp 34028 6168915968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-14 01:50:57,379 log 34028 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:57,379 basehttp 34028 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:57,882 basehttp 34028 13572796416 "GET /en/ HTTP/1.1" 200 46346 WARNING 2025-08-14 01:50:57,898 log 34028 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:50:57,898 basehttp 34028 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:50:57,951 basehttp 34028 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:50:57,963 basehttp 34028 6135263232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:50:57,965 basehttp 34028 6152089600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:50:57,965 basehttp 34028 6168915968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:51:00,132 basehttp 34028 6168915968 "GET /en/ HTTP/1.1" 200 46346 WARNING 2025-08-14 01:51:00,151 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:00,151 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:00,222 basehttp 34028 13572796416 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 01:51:00,222 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:51:00,223 basehttp 34028 6135263232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 01:51:00,224 basehttp 34028 6152089600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 01:51:05,792 basehttp 34028 6152089600 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-14 01:51:05,831 basehttp 34028 6135263232 "GET /en/emr/ HTTP/1.1" 200 71317 WARNING 2025-08-14 01:51:05,850 log 34028 6135263232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:05,850 basehttp 34028 6135263232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:05,878 basehttp 34028 6135263232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:51:05,880 basehttp 34028 6168915968 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-14 01:51:22,615 basehttp 34028 6168915968 "GET /en/emr/encounters/3101/ HTTP/1.1" 200 26928 WARNING 2025-08-14 01:51:22,639 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:22,640 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:22,677 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:51:25,994 log 34028 6168915968 Bad Request: /en/emr/encounter/3101/vitals/add/ WARNING 2025-08-14 01:51:25,994 basehttp 34028 6168915968 "GET /en/emr/encounter/3101/vitals/add/ HTTP/1.1" 400 28 INFO 2025-08-14 01:51:51,751 basehttp 34028 6168915968 "GET /en/emr/encounters/3101/ HTTP/1.1" 200 26928 WARNING 2025-08-14 01:51:51,764 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:51,764 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:51:51,803 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:51:57,241 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:51:57,241 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:51:57,262 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:51:57,262 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:02,676 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:52:02,676 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:52:02,690 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:02,691 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:04,310 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:52:04,310 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:52:04,327 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:04,327 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:14,389 log 34028 6168915968 Not Found: /en/patients/73/profile/ WARNING 2025-08-14 01:52:14,390 basehttp 34028 6168915968 "GET /en/patients/73/profile/ HTTP/1.1" 404 41015 WARNING 2025-08-14 01:52:14,406 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:14,406 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:28,721 log 34028 6168915968 Not Found: /en/patients/73/details/ WARNING 2025-08-14 01:52:28,721 basehttp 34028 6168915968 "GET /en/patients/73/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 01:52:28,740 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:28,740 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:37,755 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:37,755 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:38,325 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:38,325 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:38,835 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:38,835 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:52:38,846 log 34028 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:52:38,846 basehttp 34028 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:52:51,813 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:53:52,066 basehttp 34028 6168915968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:53:53,026 basehttp 34028 6168915968 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-14 01:53:57,950 basehttp 34028 6168915968 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-14 01:53:57,961 basehttp 34028 6152089600 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-14 01:53:57,961 basehttp 34028 6168915968 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-14 01:53:57,961 basehttp 34028 13589622784 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-14 01:53:57,961 basehttp 34028 13606449152 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-14 01:53:57,963 basehttp 34028 6168915968 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-14 01:53:57,963 basehttp 34028 6152089600 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-14 01:53:57,964 basehttp 34028 13606449152 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-14 01:53:57,966 basehttp 34028 6168915968 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-14 01:53:57,966 basehttp 34028 6152089600 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-14 01:53:57,968 basehttp 34028 13572796416 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-14 01:53:57,970 basehttp 34028 6135263232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 01:53:57,971 basehttp 34028 6135263232 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-14 01:53:57,972 basehttp 34028 13589622784 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-14 01:53:57,983 basehttp 34028 13589622784 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-14 01:53:57,984 basehttp 34028 13589622784 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-14 01:54:03,241 basehttp 34028 13589622784 "GET /en/admin/patients/patientprofile/28/change/ HTTP/1.1" 200 191521 INFO 2025-08-14 01:54:03,252 basehttp 34028 13589622784 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-14 01:54:03,255 basehttp 34028 6135263232 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-14 01:54:03,256 basehttp 34028 6152089600 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-14 01:54:03,256 basehttp 34028 6168915968 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-14 01:54:03,256 basehttp 34028 13572796416 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-14 01:54:03,256 basehttp 34028 13606449152 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-14 01:54:03,258 basehttp 34028 6152089600 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-14 01:54:03,259 basehttp 34028 13589622784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 01:54:03,259 basehttp 34028 6152089600 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-14 01:54:03,260 basehttp 34028 6152089600 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-14 01:54:03,292 basehttp 34028 6152089600 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-08-14 01:54:03,296 basehttp 34028 6152089600 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-14 01:54:03,297 basehttp 34028 13589622784 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-14 01:54:40,723 autoreload 34028 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-14 01:54:41,095 autoreload 42722 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 01:54:42,890 basehttp 42722 6202552320 "GET /en/emr/encounters/3101/ HTTP/1.1" 200 26943 WARNING 2025-08-14 01:54:42,909 log 42722 6202552320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:54:42,909 basehttp 42722 6202552320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:54:42,956 basehttp 42722 6202552320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:54:46,507 log 42722 6202552320 Not Found: /en/patients/patientprofile/73/details/ WARNING 2025-08-14 01:54:46,507 basehttp 42722 6202552320 "GET /en/patients/patientprofile/73/details/ HTTP/1.1" 404 26862 WARNING 2025-08-14 01:54:46,529 log 42722 6202552320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:54:46,530 basehttp 42722 6202552320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:55:01,653 basehttp 42722 6202552320 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-14 01:55:45,687 basehttp 42722 6202552320 "GET /en/patients/ HTTP/1.1" 200 66237 WARNING 2025-08-14 01:55:45,703 log 42722 6202552320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:55:45,703 basehttp 42722 6202552320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:55:45,761 basehttp 42722 6202552320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:55:45,765 basehttp 42722 6219378688 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-14 01:55:52,455 basehttp 42722 6219378688 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 WARNING 2025-08-14 01:55:52,473 log 42722 6219378688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:55:52,473 basehttp 42722 6219378688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:55:52,539 basehttp 42722 6219378688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:55:52,547 log 42722 6253031424 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 01:55:52,549 basehttp 42722 6253031424 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 01:55:52,557 log 42722 6202552320 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 01:55:52,565 log 42722 6236205056 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 01:55:52,566 basehttp 42722 6202552320 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 01:55:52,571 basehttp 42722 6236205056 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 INFO 2025-08-14 01:56:52,522 basehttp 42722 6236205056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:57:52,531 basehttp 42722 6236205056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:58:52,527 basehttp 42722 6236205056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 01:59:23,705 autoreload 42722 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-14 01:59:24,112 autoreload 44797 8601149632 Watching for file changes with StatReloader WARNING 2025-08-14 01:59:26,636 log 44797 6163230720 Not Found: /en/patients/patientprofile/115/details/ WARNING 2025-08-14 01:59:26,636 basehttp 44797 6163230720 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 404 41063 WARNING 2025-08-14 01:59:26,663 log 44797 6163230720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:26,663 basehttp 44797 6163230720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:31,751 basehttp 44797 6163230720 "GET /en/patients/115/details/ HTTP/1.1" 200 36909 WARNING 2025-08-14 01:59:31,765 log 44797 6163230720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:31,765 basehttp 44797 6163230720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:31,829 basehttp 44797 6163230720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 01:59:31,840 log 44797 13069578240 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 01:59:31,842 basehttp 44797 13069578240 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63420 ERROR 2025-08-14 01:59:31,849 log 44797 13035925504 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 01:59:31,856 log 44797 13052751872 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 01:59:31,856 basehttp 44797 13035925504 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90031 ERROR 2025-08-14 01:59:31,857 basehttp 44797 13052751872 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105524 INFO 2025-08-14 01:59:34,952 basehttp 44797 13052751872 "GET /en/appointments/create/?patient=115 HTTP/1.1" 200 33642 WARNING 2025-08-14 01:59:34,977 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:34,978 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:35,012 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 01:59:41,765 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:41,765 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 01:59:41,810 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:41,810 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:42,895 basehttp 44797 13052751872 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55824 WARNING 2025-08-14 01:59:42,926 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 01:59:42,927 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 01:59:42,956 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:00:02,015 basehttp 44797 13052751872 "GET /en/emr/encounters/ HTTP/1.1" 200 147983 WARNING 2025-08-14 02:00:02,033 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:02,033 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:00:02,091 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:00:11,237 basehttp 44797 13052751872 "GET /en/emr/encounters/2098/ HTTP/1.1" 200 28537 WARNING 2025-08-14 02:00:11,256 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:11,257 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:00:11,296 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:00:14,798 log 44797 13052751872 Internal Server Error: /en/emr/notes/create/2098/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 02:00:14,799 basehttp 44797 13052751872 "GET /en/emr/notes/create/2098/ HTTP/1.1" 500 98919 WARNING 2025-08-14 02:00:32,958 log 44797 13052751872 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:00:32,958 basehttp 44797 13052751872 "GET /en/patients/139/details/ HTTP/1.1" 404 26805 WARNING 2025-08-14 02:00:32,981 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:32,981 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:00:37,791 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:37,792 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:00:37,813 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:00:37,813 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:01:01,398 basehttp 44797 13052751872 "GET /en/admin/patients/patientprofile/34/change/ HTTP/1.1" 200 191595 INFO 2025-08-14 02:01:01,415 basehttp 44797 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 02:01:12,082 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 02:01:30,868 log 44797 13052751872 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:01:30,868 basehttp 44797 13052751872 "GET /en/patients/139/details/ HTTP/1.1" 404 26805 WARNING 2025-08-14 02:01:30,891 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:01:30,892 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:01:40,666 log 44797 13052751872 Not Found: /en/patients/32/details/ WARNING 2025-08-14 02:01:40,666 basehttp 44797 13052751872 "GET /en/patients/32/details/ HTTP/1.1" 404 26802 WARNING 2025-08-14 02:01:40,682 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:01:40,682 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:02:04,316 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:02:04,316 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:02:06,487 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:02:06,487 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-14 02:02:06,502 log 44797 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-14 02:02:06,506 basehttp 44797 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-14 02:02:12,084 basehttp 44797 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 02:02:16,513 log 44797 13052751872 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:02:16,513 basehttp 44797 13052751872 "GET /en/patients/139/details/ HTTP/1.1" 404 26805 INFO 2025-08-14 02:02:48,446 basehttp 44797 13052751872 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-14 02:02:48,457 basehttp 44797 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-14 02:03:07,249 autoreload 44797 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-14 02:03:07,636 autoreload 46439 8601149632 Watching for file changes with StatReloader WARNING 2025-08-14 02:03:08,736 log 46439 6169899008 Not Found: /en/patients/139/details/ WARNING 2025-08-14 02:03:08,737 basehttp 46439 6169899008 "GET /en/patients/139/details/ HTTP/1.1" 404 41033 INFO 2025-08-14 02:03:13,150 basehttp 46439 6169899008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-14 02:03:17,646 log 46439 6169899008 Not Found: /en/patients/patientprofile/139/details/ WARNING 2025-08-14 02:03:17,646 basehttp 46439 6169899008 "GET /en/patients/patientprofile/139/details/ HTTP/1.1" 404 26865 INFO 2025-08-14 02:03:33,630 basehttp 46439 6169899008 "GET /en/patients/ HTTP/1.1" 200 66237 INFO 2025-08-14 02:03:33,681 basehttp 46439 6169899008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:03:33,686 basehttp 46439 6325039104 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12298 INFO 2025-08-14 02:03:44,031 basehttp 46439 6325039104 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 INFO 2025-08-14 02:03:44,095 basehttp 46439 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:03:44,100 log 46439 6358691840 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 02:03:44,102 basehttp 46439 6358691840 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 02:03:44,110 log 46439 6169899008 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 02:03:44,113 basehttp 46439 6169899008 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 02:03:44,118 log 46439 6341865472 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 02:03:44,118 basehttp 46439 6341865472 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 INFO 2025-08-14 02:03:49,163 basehttp 46439 6341865472 "GET /en/patients/update/115/ HTTP/1.1" 200 41680 INFO 2025-08-14 02:03:49,199 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:03:59,921 basehttp 46439 6169899008 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 INFO 2025-08-14 02:03:59,977 basehttp 46439 6169899008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:03:59,990 log 46439 6358691840 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 02:03:59,992 basehttp 46439 6358691840 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 02:04:00,000 log 46439 6325039104 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 02:04:00,002 basehttp 46439 6325039104 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 02:04:00,007 log 46439 6341865472 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 02:04:00,008 basehttp 46439 6341865472 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 ERROR 2025-08-14 02:04:07,255 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:04:07,257 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181530 INFO 2025-08-14 02:04:14,075 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:05:15,070 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:06:15,984 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:07:17,982 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:07:41,668 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:07:41,669 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 ERROR 2025-08-14 02:08:50,014 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:08:50,015 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181663 ERROR 2025-08-14 02:08:51,552 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:08:51,554 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181663 INFO 2025-08-14 02:09:09,984 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:09:37,918 log 46439 6341865472 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:09:37,919 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181498 INFO 2025-08-14 02:10:06,346 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:10:06,390 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:10:55,806 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:10:55,843 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:09,969 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:16,851 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:11:16,889 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:38,398 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:11:38,436 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:11:56,340 basehttp 46439 6341865472 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 200 34873 INFO 2025-08-14 02:11:56,378 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:12:56,391 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:13:09,978 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:13:56,392 basehttp 46439 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:14:52,068 autoreload 46439 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:14:52,470 autoreload 51672 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 02:14:53,188 log 51672 6171373568 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:14:53,189 basehttp 51672 6171373568 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 INFO 2025-08-14 02:15:00,977 autoreload 51672 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:15:01,274 autoreload 51763 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 02:15:10,039 basehttp 51763 6130806784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:15:24,378 autoreload 51763 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:15:24,655 autoreload 51936 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 02:16:28,950 autoreload 51936 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-14 02:16:29,284 autoreload 52413 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 02:16:31,245 log 52413 6157742080 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:16:31,246 basehttp 52413 6157742080 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 ERROR 2025-08-14 02:16:32,832 log 52413 6157742080 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:16:32,833 basehttp 52413 6157742080 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 INFO 2025-08-14 02:17:04,891 autoreload 52413 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-08-14 02:17:05,184 autoreload 52720 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 02:17:10,014 basehttp 52720 6165082112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:17:10,638 autoreload 52720 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-08-14 02:17:10,905 autoreload 52734 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 02:17:26,943 log 52734 6164754432 Internal Server Error: /en/patients/emergency-contacts/create/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-14 02:17:26,945 basehttp 52734 6164754432 "GET /en/patients/emergency-contacts/create/115/ HTTP/1.1" 500 181667 INFO 2025-08-14 02:17:28,011 basehttp 52734 6164754432 "GET /en/patients/patientprofile/115/details/ HTTP/1.1" 200 36909 INFO 2025-08-14 02:17:28,059 basehttp 52734 6164754432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 02:17:28,073 log 52734 6215233536 Internal Server Error: /en/patients/htmx/appointments/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-14 02:17:28,075 basehttp 52734 6215233536 "GET /en/patients/htmx/appointments/115/ HTTP/1.1" 500 63450 ERROR 2025-08-14 02:17:28,085 log 52734 6181580800 Internal Server Error: /en/patients/htmx/emergency-contacts/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-14 02:17:28,092 log 52734 6198407168 Internal Server Error: /en/patients/insurance-info/115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-14 02:17:28,092 basehttp 52734 6181580800 "GET /en/patients/htmx/emergency-contacts/115/ HTTP/1.1" 500 90061 ERROR 2025-08-14 02:17:28,093 basehttp 52734 6198407168 "GET /en/patients/insurance-info/115/ HTTP/1.1" 500 105554 INFO 2025-08-14 02:17:30,398 basehttp 52734 6198407168 "GET /en/laboratory/orders/create/?patient=115 HTTP/1.1" 200 76782 INFO 2025-08-14 02:17:30,436 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:17:40,323 basehttp 52734 6198407168 "GET /en/emr/encounters/create/?patient=115 HTTP/1.1" 200 55824 INFO 2025-08-14 02:17:40,354 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:18:22,983 basehttp 52734 6198407168 "GET /en/patients/register/?return_url=/en/emr/encounters/create/ HTTP/1.1" 200 27336 INFO 2025-08-14 02:18:23,013 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 02:18:40,367 basehttp 52734 6198407168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:25,835 autoreload 77555 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 17:29:29,560 basehttp 77555 6164115456 "GET /en/emr/encounters/2098/ HTTP/1.1" 200 28552 INFO 2025-08-14 17:29:29,649 basehttp 77555 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:31,482 basehttp 77555 6164115456 "GET / HTTP/1.1" 302 0 INFO 2025-08-14 17:29:31,499 basehttp 77555 6164115456 "GET /en/ HTTP/1.1" 200 46417 INFO 2025-08-14 17:29:31,601 basehttp 77555 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:31,607 basehttp 77555 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 17:29:31,608 basehttp 77555 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 17:29:31,612 basehttp 77555 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 17:29:53,215 basehttp 77555 6325039104 "GET /en/ HTTP/1.1" 200 46417 INFO 2025-08-14 17:29:53,271 basehttp 77555 6164115456 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-14 17:29:53,272 basehttp 77555 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-14 17:29:53,273 basehttp 77555 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:29:53,275 basehttp 77555 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-14 17:30:01,944 basehttp 77555 6341865472 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-08-14 17:30:01,963 basehttp 77555 6325039104 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-14 17:30:02,002 basehttp 77555 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 17:30:02,065 log 77555 6164115456 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:02,075 log 77555 6358691840 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:02,075 basehttp 77555 6164115456 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125429 ERROR 2025-08-14 17:30:02,076 basehttp 77555 6358691840 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 ERROR 2025-08-14 17:30:32,043 log 77555 6358691840 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:32,044 basehttp 77555 6358691840 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 ERROR 2025-08-14 17:30:42,426 log 77555 6358691840 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-14 17:30:42,428 basehttp 77555 6358691840 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179536 ERROR 2025-08-14 17:30:46,830 log 77555 6358691840 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:30:46,831 basehttp 77555 6358691840 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94423 ERROR 2025-08-14 17:30:55,809 log 77555 6358691840 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 420, in get_queryset ).select_related('medication').order_by('medication__name', 'expiry_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 17:30:55,810 basehttp 77555 6358691840 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 106424 INFO 2025-08-14 17:31:17,398 autoreload 77555 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:31:17,756 autoreload 78343 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:31:18,702 log 78343 6137671680 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 423, in get_queryset form = InventorySearchForm(data=self.request.GET, user=self.request.user) ^^^^^^^^^^^^^^^^^^^ NameError: name 'InventorySearchForm' is not defined. Did you mean: 'InventoryItemForm'? ERROR 2025-08-14 17:31:18,705 basehttp 78343 6137671680 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86142 INFO 2025-08-14 17:33:35,503 autoreload 78343 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:33:35,832 autoreload 79348 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 17:34:32,704 autoreload 79348 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:34:32,980 autoreload 79816 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:34:36,055 log 79816 6167834624 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 423, in get_queryset form = InventoryItemForm(data=self.request.GET, user=self.request.user) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:34:36,056 basehttp 79816 6167834624 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86328 INFO 2025-08-14 17:35:05,306 autoreload 79816 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:35:05,618 autoreload 80065 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:35:08,154 log 80065 6136475648 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 461, in get_context_data context['search_form'] = InventorySearchForm( ^^^^^^^^^^^^^^^^^^^ NameError: name 'InventorySearchForm' is not defined. Did you mean: 'InventoryItemForm'? ERROR 2025-08-14 17:35:08,156 basehttp 80065 6136475648 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86492 INFO 2025-08-14 17:35:28,598 autoreload 80065 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:35:28,911 autoreload 80224 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:35:31,837 log 80224 6171455488 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 461, in get_context_data context['search_form'] = InventoryItemForm( ^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:35:31,838 basehttp 80224 6171455488 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 86550 INFO 2025-08-14 17:35:43,618 autoreload 80224 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:35:43,909 autoreload 80400 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:35:45,773 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:35:45,774 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 174298 ERROR 2025-08-14 17:36:38,038 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:36:38,039 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 174888 ERROR 2025-08-14 17:36:38,920 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:36:38,921 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 174888 ERROR 2025-08-14 17:37:09,572 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_search' not found. 'inventory_search' is not a valid view function or pattern name. ERROR 2025-08-14 17:37:09,573 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 176636 ERROR 2025-08-14 17:37:37,277 log 80400 6162624512 Internal Server Error: /en/pharmacy/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'name' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 604, in count return self.query.get_count(using=self.db) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 644, in get_count return obj.get_aggregation(using, {"__count": Count("*")})["__count"] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 2159, in as_sql ).as_sql(with_col_aliases=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 86, in pre_sql_setup order_by = self.get_order_by() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 490, in get_order_by for expr, is_ref in self._order_by_pairs(): ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 473, in _order_by_pairs yield from self.find_ordering_name( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1120, in find_ordering_name (OrderBy(transform_function(t, alias), descending=descending), False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: administration_instructions, adult_dose_range, awp, brand_name, contraindications, controlled_substance_schedule, created_at, created_by, created_by_id, dosage_form, drug_class, formulary_status, generic_name, id, indications, interactions_as_drug1, interactions_as_drug2, inventory_items, is_active, is_available, manufacturer, manufacturer_ndc, max_daily_dose, medication_id, ndc_number, pediatric_dose_range, prescriptions, routes_of_administration, rxcui, side_effects, special_handling, storage_requirements, strength, tenant, tenant_id, unit_cost, unit_of_measure, updated_at, warnings ERROR 2025-08-14 17:37:37,280 basehttp 80400 6162624512 "GET /en/pharmacy/inventory/ HTTP/1.1" 500 273231 INFO 2025-08-14 17:39:36,503 autoreload 80400 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:39:36,814 autoreload 82096 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 17:39:38,883 basehttp 82096 6169407488 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 117825 INFO 2025-08-14 17:39:38,936 basehttp 82096 6169407488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 17:39:48,303 log 82096 6169407488 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 490, in get_context_data ).order_by('-dispensed_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'dispensed_date' into field. Choices are: copay_amount, counseling_notes, created_at, date_dispensed, dispense_id, dispensed_by, dispensed_by_id, id, identification_verified, insurance_amount, inventory_item, inventory_item_id, is_refill, patient_counseled, picked_up_by, pickup_datetime, prescription, prescription_id, quality_check_performed, quality_notes, quantity_dispensed, quantity_remaining, refill_number, status, total_price, unit_price, updated_at, verified_by, verified_by_id ERROR 2025-08-14 17:39:48,305 basehttp 82096 6169407488 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 103796 INFO 2025-08-14 17:40:22,721 autoreload 82096 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:40:23,044 autoreload 82436 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:40:23,695 log 82436 6124761088 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 498, in get_context_data if inventory_item.expiry_date: ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InventoryItem' object has no attribute 'expiry_date' ERROR 2025-08-14 17:40:23,696 basehttp 82436 6124761088 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 86868 INFO 2025-08-14 17:41:40,932 autoreload 82436 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:41:41,220 autoreload 83062 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:41:43,632 log 83062 6129725440 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 498, in get_context_data if inventory_item.expiry_date: ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InventoryItem' object has no attribute 'expiry_date' ERROR 2025-08-14 17:41:43,634 basehttp 83062 6129725440 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 86872 ERROR 2025-08-14 17:41:44,516 log 83062 6129725440 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 498, in get_context_data if inventory_item.expiry_date: ^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InventoryItem' object has no attribute 'expiry_date' ERROR 2025-08-14 17:41:44,517 basehttp 83062 6129725440 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 86872 INFO 2025-08-14 17:41:55,836 autoreload 83062 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 17:41:56,161 autoreload 83149 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 17:41:57,190 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_edit' not found. 'inventory_edit' is not a valid view function or pattern name. ERROR 2025-08-14 17:41:57,191 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 182100 ERROR 2025-08-14 17:41:58,723 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_edit' not found. 'inventory_edit' is not a valid view function or pattern name. ERROR 2025-08-14 17:41:58,724 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 182100 ERROR 2025-08-14 17:42:28,806 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_edit' not found. 'inventory_edit' is not a valid view function or pattern name. ERROR 2025-08-14 17:42:28,807 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 181768 ERROR 2025-08-14 17:42:46,099 log 83149 6169145344 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 214, in select_template raise TemplateDoesNotExist(", ".join(not_found)) django.template.exceptions.TemplateDoesNotExist: pharmacy/partials/adjust_stock_modal.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: pharmacy/partials/adjust_stock_modal.html ERROR 2025-08-14 17:42:46,100 basehttp 83149 6169145344 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 182404 INFO 2025-08-14 17:43:40,814 basehttp 83149 6169145344 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 ERROR 2025-08-14 17:49:23,033 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'adjust_stock' not found. 'adjust_stock' is not a valid view function or pattern name. ERROR 2025-08-14 17:49:23,034 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 204454 ERROR 2025-08-14 17:50:31,318 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_stock' not found. 'add_stock' is not a valid view function or pattern name. ERROR 2025-08-14 17:50:31,319 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 204584 ERROR 2025-08-14 17:51:37,512 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_stock' not found. 'transfer_stock' is not a valid view function or pattern name. ERROR 2025-08-14 17:51:37,513 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 204891 ERROR 2025-08-14 17:52:38,365 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_purchase_order' not found. 'create_purchase_order' is not a valid view function or pattern name. ERROR 2025-08-14 17:52:38,366 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 174451 ERROR 2025-08-14 17:54:38,651 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'mark_inventory_expired' not found. 'mark_inventory_expired' is not a valid view function or pattern name. ERROR 2025-08-14 17:54:38,652 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 174250 ERROR 2025-08-14 17:55:00,213 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'inventory_status' not found. 'inventory_status' is not a valid view function or pattern name. ERROR 2025-08-14 17:55:00,214 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 174418 INFO 2025-08-14 17:55:30,932 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90280 INFO 2025-08-14 17:55:31,008 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 17:56:08,849 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:56:08,850 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/update/ HTTP/1.1" 500 94651 ERROR 2025-08-14 17:56:52,142 log 83149 13170143232 Internal Server Error: /en/pharmacy/inventory/4226/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 17:56:52,143 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/update/ HTTP/1.1" 500 94788 INFO 2025-08-14 17:56:52,751 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:56:53,516 basehttp 83149 13170143232 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90280 INFO 2025-08-14 17:56:53,555 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:57:54,435 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:58:55,426 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 17:59:56,432 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:00:57,420 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:01:58,412 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:02:59,410 basehttp 83149 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:03:02,152 autoreload 83149 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-14 18:03:02,486 autoreload 92441 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 18:03:03,397 log 92441 6159364096 Internal Server Error: /en/pharmacy/inventory/4226/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'adjust_inventory' with arguments '('',)' not found. 1 pattern(s) tried: ['en/pharmacy/inventory\\-adjustment/(?P[0-9]+)/\\Z'] ERROR 2025-08-14 18:03:03,399 basehttp 92441 6159364096 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 500 208579 INFO 2025-08-14 18:04:07,714 basehttp 92441 6159364096 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:04:07,762 basehttp 92441 6159364096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:07:13,733 autoreload 94515 8601149632 Watching for file changes with StatReloader INFO 2025-08-14 18:07:16,074 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:07:16,107 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:07:18,263 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 117825 INFO 2025-08-14 18:07:18,302 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:08:18,301 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:08:31,201 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 117825 INFO 2025-08-14 18:08:31,243 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:09:31,251 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:09:35,795 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:09:35,837 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:10:35,843 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:11:35,849 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:12:22,449 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:12:22,487 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:12:28,555 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:12:28,596 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:12:40,231 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118015 INFO 2025-08-14 18:12:40,270 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:13:14,334 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118071 INFO 2025-08-14 18:13:14,376 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:14:05,964 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118070 INFO 2025-08-14 18:14:05,997 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:14:23,546 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118305 INFO 2025-08-14 18:14:23,587 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:15:23,597 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:16:23,599 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:17:23,597 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:18:23,601 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:18:56,014 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 119669 INFO 2025-08-14 18:18:56,058 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:19:56,067 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:20:56,067 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:21:56,069 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:22:10,417 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118437 INFO 2025-08-14 18:22:10,458 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:23:10,459 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:23:11,332 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 118853 INFO 2025-08-14 18:23:11,375 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:24:11,374 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:24:50,538 basehttp 94515 6126350336 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120345 INFO 2025-08-14 18:24:50,573 basehttp 94515 6126350336 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-14 18:24:50,580 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:25:35,409 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120505 INFO 2025-08-14 18:25:35,440 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:25:48,073 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120285 INFO 2025-08-14 18:25:48,104 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:26:00,143 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120345 INFO 2025-08-14 18:26:00,174 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:00,174 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:07,730 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120348 INFO 2025-08-14 18:27:07,767 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:14,912 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:27:14,948 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:23,419 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:27:23,454 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:39,765 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4226/ HTTP/1.1" 200 90337 INFO 2025-08-14 18:27:39,803 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:27:52,101 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=2 HTTP/1.1" 200 120827 INFO 2025-08-14 18:27:52,138 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:28:10,214 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=3 HTTP/1.1" 200 120959 INFO 2025-08-14 18:28:10,253 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:02,843 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=3 HTTP/1.1" 200 120443 INFO 2025-08-14 18:29:02,885 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:16,386 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=5 HTTP/1.1" 200 120365 INFO 2025-08-14 18:29:16,423 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:23,993 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=6 HTTP/1.1" 200 120786 INFO 2025-08-14 18:29:24,030 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:26,083 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=7 HTTP/1.1" 200 120234 INFO 2025-08-14 18:29:26,121 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:28,559 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=9 HTTP/1.1" 200 120552 INFO 2025-08-14 18:29:28,595 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:30,894 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=31 HTTP/1.1" 200 103204 INFO 2025-08-14 18:29:30,933 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:44,193 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/?page=1 HTTP/1.1" 200 119846 INFO 2025-08-14 18:29:44,232 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-14 18:29:58,300 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/4485/ HTTP/1.1" 200 90360 INFO 2025-08-14 18:29:58,337 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 18:30:13,047 log 94515 6143176704 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-14 18:30:13,049 basehttp 94515 6143176704 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184320 ERROR 2025-08-14 18:30:26,139 log 94515 6143176704 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-14 18:30:26,140 basehttp 94515 6143176704 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179536 ERROR 2025-08-14 18:30:34,578 log 94515 6143176704 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-14 18:30:34,579 basehttp 94515 6143176704 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94423 WARNING 2025-08-14 18:30:38,386 log 94515 6143176704 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-14 18:30:38,386 basehttp 94515 6143176704 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 38634 ERROR 2025-08-14 18:30:44,391 log 94515 6143176704 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:44,392 basehttp 94515 6143176704 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 INFO 2025-08-14 18:30:45,745 basehttp 94515 6143176704 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-14 18:30:45,798 basehttp 94515 6143176704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 18:30:45,848 log 94515 6160003072 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:45,851 basehttp 94515 6160003072 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125429 ERROR 2025-08-14 18:30:45,857 log 94515 6126350336 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:45,858 basehttp 94515 6126350336 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 INFO 2025-08-14 18:30:51,241 basehttp 94515 6126350336 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-14 18:30:51,287 basehttp 94515 6126350336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-14 18:30:51,345 log 94515 6160003072 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:51,347 basehttp 94515 6160003072 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125246 ERROR 2025-08-14 18:30:51,351 log 94515 6143176704 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-14 18:30:51,352 basehttp 94515 6143176704 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125429 ERROR 2025-08-14 18:31:00,977 log 94515 6143176704 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 396, in get_queryset return queryset.order_by('name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: administration_instructions, adult_dose_range, awp, brand_name, contraindications, controlled_substance_schedule, created_at, created_by, created_by_id, dosage_form, drug_class, formulary_status, generic_name, id, indications, interactions_as_drug1, interactions_as_drug2, inventory_items, is_active, is_available, manufacturer, manufacturer_ndc, max_daily_dose, medication_id, ndc_number, pediatric_dose_range, prescriptions, routes_of_administration, rxcui, side_effects, special_handling, storage_requirements, strength, tenant, tenant_id, unit_cost, unit_of_measure, updated_at, warnings ERROR 2025-08-14 18:31:00,978 basehttp 94515 6143176704 "GET /en/pharmacy/medications/ HTTP/1.1" 500 108165 INFO 2025-08-14 18:31:31,357 autoreload 94515 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-14 18:31:31,698 autoreload 5693 8601149632 Watching for file changes with StatReloader ERROR 2025-08-14 18:31:32,630 log 5693 6166376448 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'medication_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 401, in get_context_data 'medication_types': Medication._meta.get_field('medication_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Medication has no field named 'medication_type' ERROR 2025-08-14 18:31:32,631 basehttp 5693 6166376448 "GET /en/pharmacy/medications/ HTTP/1.1" 500 97137 INFO 2025-08-15 13:02:14,855 autoreload 68589 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 13:02:16,707 basehttp 68589 6200602624 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 13:02:16,804 basehttp 68589 6200602624 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-15 13:02:16,816 basehttp 68589 6200602624 "GET /static/js/app.min.js HTTP/1.1" 304 0 INFO 2025-08-15 13:02:16,886 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:02:16,890 basehttp 68589 6251081728 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 13:02:16,891 basehttp 68589 6234255360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:02:16,893 basehttp 68589 6217428992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:02:46,884 basehttp 68589 6217428992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:16,906 basehttp 68589 6234255360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:03:16,907 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:16,908 basehttp 68589 6251081728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:37,566 basehttp 68589 6251081728 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 13:03:37,580 basehttp 68589 6217428992 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-15 13:03:37,637 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:37,639 basehttp 68589 6200602624 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:03:37,640 basehttp 68589 6251081728 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 13:03:37,642 basehttp 68589 6234255360 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:44,041 basehttp 68589 6234255360 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 13:03:44,055 basehttp 68589 6251081728 "GET /en/ HTTP/1.1" 200 46418 INFO 2025-08-15 13:03:44,108 basehttp 68589 6251081728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:44,109 basehttp 68589 6217428992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 13:03:44,111 basehttp 68589 6234255360 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 13:03:44,112 basehttp 68589 6200602624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 13:03:56,405 basehttp 68589 6200602624 "GET /en/emr/ HTTP/1.1" 200 71317 INFO 2025-08-15 13:03:56,453 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:03:56,455 basehttp 68589 6234255360 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-15 13:04:01,465 basehttp 68589 6234255360 "GET /en/inpatients/ HTTP/1.1" 200 41352 INFO 2025-08-15 13:04:01,503 basehttp 68589 6200602624 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 13:04:01,503 basehttp 68589 6234255360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:04:01,527 basehttp 68589 6217428992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 13:04:09,858 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:04:09,904 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:04:09,955 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:04:39,955 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:09,922 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:05:09,968 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:39,993 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:55,116 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:05:55,169 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:05:55,209 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:06:25,221 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:06:55,184 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:06:55,227 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:07:25,222 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:07:55,186 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:07:55,231 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:11,640 log 68589 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:11,640 basehttp 68589 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:24,234 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:24,251 log 68589 6217428992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:24,253 basehttp 68589 6217428992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:24,312 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:08:24,367 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:08:25,418 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:25,433 log 68589 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:25,433 basehttp 68589 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:25,492 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:08:25,546 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:08:26,347 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 WARNING 2025-08-15 13:08:26,360 log 68589 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:08:26,360 basehttp 68589 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:08:26,422 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:08:26,464 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:08:56,491 basehttp 68589 6200602624 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:09:26,439 basehttp 68589 6200602624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:09:26,488 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782135 INFO 2025-08-15 13:09:53,063 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 WARNING 2025-08-15 13:09:53,079 log 68589 6217428992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 13:09:53,079 basehttp 68589 6217428992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 13:09:53,153 basehttp 68589 6217428992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 13:09:53,197 basehttp 68589 6217428992 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:33:30,729 autoreload 84287 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:33:32,908 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:33:33,030 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 21:33:33,035 log 84287 6207696896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:33:33,035 basehttp 84287 6207696896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:33:33,076 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:33:56,809 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 WARNING 2025-08-15 21:33:56,826 log 84287 6207696896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:33:56,826 basehttp 84287 6207696896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:33:56,933 basehttp 84287 6207696896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:33:56,973 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 INFO 2025-08-15 21:34:26,969 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 INFO 2025-08-15 21:34:56,926 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:34:56,965 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 779904 INFO 2025-08-15 21:35:01,748 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 WARNING 2025-08-15 21:35:01,764 log 84287 6190870528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:35:01,765 basehttp 84287 6190870528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:35:01,827 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:35:01,874 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:35:31,890 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782091 INFO 2025-08-15 21:35:38,729 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:35:38,743 log 84287 6190870528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:35:38,744 basehttp 84287 6190870528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:35:38,803 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:35:38,852 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:36:08,847 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:36:38,821 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:36:38,865 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:37:08,845 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:37:38,848 basehttp 84287 6207696896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:37:38,890 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:38:08,845 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:38:38,812 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:38:38,847 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:39:08,848 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:39:38,814 basehttp 84287 6190870528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:39:38,848 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:40:08,848 basehttp 84287 6207696896 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:40:38,821 basehttp 84287 6207696896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:40:38,852 basehttp 84287 6190870528 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:40:56,883 autoreload 84287 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-15 21:40:57,259 autoreload 87680 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:41:06,660 autoreload 87680 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-15 21:41:06,902 autoreload 87763 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:41:08,946 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:41:13,297 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:41:13,319 log 87763 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:41:13,319 basehttp 87763 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:41:13,388 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:41:13,442 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:41:43,461 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:42:13,404 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:42:13,450 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:42:43,457 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:43:13,423 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:43:13,458 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:43:19,003 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:43:19,020 log 87763 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:43:19,020 basehttp 87763 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:43:19,092 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:43:19,136 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 INFO 2025-08-15 21:43:49,164 basehttp 87763 12901707776 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:43:59,687 log 87763 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:43:59,687 basehttp 87763 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:44:29,712 basehttp 87763 12901707776 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:44:59,733 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:44:59,736 basehttp 87763 12935360512 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:44:59,764 basehttp 87763 12918534144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:45:29,716 basehttp 87763 12918534144 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:45:59,730 basehttp 87763 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:45:59,732 basehttp 87763 12901707776 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:45:59,760 basehttp 87763 12918534144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:45:59,792 basehttp 87763 12901707776 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:46:29,718 basehttp 87763 12901707776 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:46:59,738 basehttp 87763 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:46:59,741 basehttp 87763 12935360512 "GET /en/inpatients/stats/ HTTP/1.1" 200 2997 INFO 2025-08-15 21:46:59,778 basehttp 87763 12918534144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 634395 INFO 2025-08-15 21:47:06,414 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:47:06,428 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:06,428 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:47:06,499 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 21:47:06,545 basehttp 87763 12918534144 "GET /en/inpatients/beds/ HTTP/1.1" 200 782097 WARNING 2025-08-15 21:47:08,859 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:08,859 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:47:08,872 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:08,872 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:47:10,350 basehttp 87763 12918534144 "GET /en/inpatients/transfers/ HTTP/1.1" 200 22259 WARNING 2025-08-15 21:47:10,366 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:10,366 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:47:10,410 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 21:47:24,826 log 87763 12918534144 Not Found: /en/inpatients/transfers/create WARNING 2025-08-15 21:47:24,826 basehttp 87763 12918534144 "GET /en/inpatients/transfers/create HTTP/1.1" 404 39130 WARNING 2025-08-15 21:47:24,842 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:24,842 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:47:48,832 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:48,832 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:47:48,851 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:47:48,851 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-15 21:48:00,563 log 87763 12918534144 Not Found: /en/transfers/ WARNING 2025-08-15 21:48:00,564 basehttp 87763 12918534144 "GET /en/transfers/ HTTP/1.1" 404 29874 WARNING 2025-08-15 21:48:00,583 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:48:00,583 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:48:16,825 basehttp 87763 12918534144 "GET /en/inpatients/transfers/ HTTP/1.1" 200 22259 WARNING 2025-08-15 21:48:16,843 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:48:16,844 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-15 21:48:16,886 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 21:48:22,532 log 87763 12918534144 Not Found: /en/inpatients/transfers/3 WARNING 2025-08-15 21:48:22,532 basehttp 87763 12918534144 "GET /en/inpatients/transfers/3 HTTP/1.1" 404 39115 WARNING 2025-08-15 21:48:22,550 log 87763 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-15 21:48:22,550 basehttp 87763 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-15 21:48:38,708 log 87763 12918534144 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'medication_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 401, in get_context_data 'medication_types': Medication._meta.get_field('medication_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Medication has no field named 'medication_type' ERROR 2025-08-15 21:48:38,709 basehttp 87763 12918534144 "GET /en/pharmacy/medications/ HTTP/1.1" 500 97137 INFO 2025-08-15 21:48:41,684 basehttp 87763 12918534144 "GET /en/pharmacy/ HTTP/1.1" 200 33888 INFO 2025-08-15 21:48:41,738 basehttp 87763 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 ERROR 2025-08-15 21:48:41,798 log 87763 12935360512 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-15 21:48:41,802 basehttp 87763 12935360512 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125247 ERROR 2025-08-15 21:48:41,808 log 87763 12901707776 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-15 21:48:41,809 basehttp 87763 12901707776 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 125430 INFO 2025-08-15 21:48:49,407 basehttp 87763 12901707776 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 134437 INFO 2025-08-15 21:48:54,194 basehttp 87763 12901707776 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 89420 INFO 2025-08-15 21:48:54,206 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:48:58,831 basehttp 87763 12901707776 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 161748 INFO 2025-08-15 21:48:58,846 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:48:58,858 basehttp 87763 12901707776 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 ERROR 2025-08-15 21:49:12,763 log 87763 12901707776 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-15 21:49:12,764 basehttp 87763 12901707776 "GET /en/pharmacy/stats/ HTTP/1.1" 500 125247 INFO 2025-08-15 21:49:16,647 basehttp 87763 12901707776 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-15 21:49:16,659 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:49:21,652 basehttp 87763 12901707776 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-15 21:49:21,666 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:49:31,235 basehttp 87763 12901707776 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 104775 INFO 2025-08-15 21:49:31,248 basehttp 87763 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 21:50:25,608 autoreload 91895 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 21:50:27,543 basehttp 91895 6195523584 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 139385 INFO 2025-08-15 21:50:27,560 basehttp 91895 6195523584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 22:00:58,330 autoreload 96591 8601149632 Watching for file changes with StatReloader INFO 2025-08-15 22:01:01,750 basehttp 96591 6161068032 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 364213 INFO 2025-08-15 22:01:01,766 basehttp 96591 6161068032 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-15 22:01:04,142 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:01:05,682 basehttp 96591 6161068032 "GET / HTTP/1.1" 302 0 INFO 2025-08-15 22:01:05,705 basehttp 96591 6161068032 "GET /en/ HTTP/1.1" 200 46426 INFO 2025-08-15 22:01:05,760 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:01:05,783 basehttp 96591 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-15 22:01:05,787 basehttp 96591 13069578240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-15 22:01:05,789 basehttp 96591 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-15 22:01:09,484 basehttp 96591 13035925504 "GET /en/inpatients/ HTTP/1.1" 200 72042 INFO 2025-08-15 22:01:09,526 basehttp 96591 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:01:09,528 basehttp 96591 13069578240 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-15 22:01:09,685 basehttp 96591 13052751872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 ERROR 2025-08-15 22:01:27,400 log 96591 13052751872 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_transfer' not found. 'cancel_transfer' is not a valid view function or pattern name. ERROR 2025-08-15 22:01:27,401 basehttp 96591 13052751872 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262358 INFO 2025-08-15 22:06:55,506 basehttp 96591 6161068032 "GET /en/inpatients/transfers/ HTTP/1.1" 200 82022 INFO 2025-08-15 22:06:55,570 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 WARNING 2025-08-15 22:07:06,458 log 96591 6161068032 Not Found: /en/inpatients/transfers/4 WARNING 2025-08-15 22:07:06,459 basehttp 96591 6161068032 "GET /en/inpatients/transfers/4 HTTP/1.1" 404 39115 INFO 2025-08-15 22:07:32,254 basehttp 96591 6161068032 "GET /en/inpatients/wards/ HTTP/1.1" 200 81224 INFO 2025-08-15 22:07:32,280 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:07:36,838 basehttp 96591 6161068032 "GET /en/inpatients/beds/?ward=525 HTTP/1.1" 200 3764388 INFO 2025-08-15 22:07:36,980 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:07:37,207 basehttp 96591 6161068032 "GET /en/inpatients/beds/?ward=525 HTTP/1.1" 200 3764388 INFO 2025-08-15 22:08:32,291 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:32,296 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:45,184 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:46,084 basehttp 96591 6161068032 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-15 22:09:46,090 basehttp 96591 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:46,096 basehttp 96591 6161068032 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-15 22:09:46,247 basehttp 96591 13052751872 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-15 22:09:46,378 basehttp 96591 6161068032 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-15 22:09:48,302 basehttp 96591 6161068032 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764388 INFO 2025-08-15 22:09:48,450 basehttp 96591 6161068032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-15 22:09:48,703 basehttp 96591 6161068032 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764388 INFO 2025-08-15 22:09:53,942 basehttp 96591 6161068032 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 ERROR 2025-08-15 22:09:59,237 log 96591 6161068032 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_edit' not found. 'admission_edit' is not a valid view function or pattern name. ERROR 2025-08-15 22:09:59,238 basehttp 96591 6161068032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 257893 INFO 2025-08-18 20:07:37,870 autoreload 41752 8601149632 Watching for file changes with StatReloader INFO 2025-08-18 20:07:38,994 basehttp 41752 6203092992 "GET / HTTP/1.1" 302 0 INFO 2025-08-18 20:07:39,055 basehttp 41752 6219919360 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-18 20:07:39,060 basehttp 41752 6219919360 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-18 20:07:39,074 log 41752 6203092992 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-18 20:07:39,076 basehttp 41752 6203092992 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160351 INFO 2025-08-18 20:07:44,921 basehttp 41752 6203092992 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-18 20:07:44,952 basehttp 41752 6203092992 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-18 20:07:44,964 basehttp 41752 6203092992 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-18 20:07:44,972 basehttp 41752 6219919360 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-18 20:07:44,972 basehttp 41752 6236745728 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-18 20:07:44,972 basehttp 41752 6203092992 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-18 20:07:44,974 basehttp 41752 6203092992 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-08-18 20:07:44,974 basehttp 41752 6236745728 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-18 20:07:44,974 basehttp 41752 6219919360 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-18 20:07:44,975 basehttp 41752 6236745728 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-18 20:07:47,319 basehttp 41752 6203092992 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-18 20:07:47,340 basehttp 41752 6203092992 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-18 20:07:47,353 basehttp 41752 6203092992 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-18 20:07:47,354 basehttp 41752 6203092992 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-18 20:07:47,355 basehttp 41752 6219919360 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-18 20:07:51,169 basehttp 41752 6203092992 "GET / HTTP/1.1" 302 0 INFO 2025-08-18 20:07:51,199 basehttp 41752 6219919360 "GET /en/ HTTP/1.1" 200 46424 INFO 2025-08-18 20:07:51,209 basehttp 41752 6203092992 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-18 20:07:51,214 basehttp 41752 6219919360 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-08-18 20:07:51,244 basehttp 41752 6203092992 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-18 20:07:51,245 basehttp 41752 6253572096 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-18 20:07:51,245 basehttp 41752 6219919360 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-18 20:07:51,245 basehttp 41752 6236745728 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-18 20:07:51,245 basehttp 41752 6270398464 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-18 20:07:51,248 basehttp 41752 6203092992 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-18 20:07:51,248 basehttp 41752 6253572096 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-18 20:07:51,248 basehttp 41752 6287224832 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-18 20:07:51,251 basehttp 41752 6219919360 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-18 20:07:51,251 basehttp 41752 6270398464 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-18 20:07:51,251 basehttp 41752 6287224832 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-18 20:07:51,252 basehttp 41752 6236745728 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-18 20:07:51,252 basehttp 41752 6203092992 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-18 20:07:51,253 basehttp 41752 6253572096 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-18 20:07:51,254 basehttp 41752 6219919360 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-18 20:07:51,254 basehttp 41752 6270398464 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-18 20:07:51,254 basehttp 41752 6287224832 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-18 20:07:51,256 basehttp 41752 6236745728 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-18 20:07:51,256 basehttp 41752 6203092992 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-18 20:07:51,256 basehttp 41752 6253572096 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-18 20:07:51,256 basehttp 41752 6270398464 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-18 20:07:51,257 basehttp 41752 6287224832 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-18 20:07:51,291 basehttp 41752 6203092992 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-18 20:07:51,292 basehttp 41752 6287224832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-18 20:07:51,294 basehttp 41752 6253572096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-18 20:07:51,295 basehttp 41752 6270398464 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-18 20:08:15,321 log 41752 6203092992 Not Found: /notifications/api/recent/ WARNING 2025-08-18 20:08:15,321 basehttp 41752 6203092992 "GET /notifications/api/recent/ HTTP/1.1" 404 2599 INFO 2025-08-18 20:08:21,285 basehttp 41752 6203092992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-18 20:08:51,301 basehttp 41752 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4439 INFO 2025-08-18 20:08:51,301 basehttp 41752 6219919360 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-18 20:08:51,303 basehttp 41752 6236745728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 WARNING 2025-08-18 20:09:15,314 log 41752 6203092992 Not Found: /notifications/api/recent/ WARNING 2025-08-18 20:09:15,315 basehttp 41752 6203092992 "GET /notifications/api/recent/ HTTP/1.1" 404 2599 INFO 2025-08-19 16:21:12,676 autoreload 86818 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 16:21:14,346 basehttp 86818 6170161152 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 16:21:14,431 basehttp 86818 12901707776 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-19 16:21:14,436 basehttp 86818 12901707776 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-19 16:21:14,452 log 86818 6170161152 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 16:21:14,453 basehttp 86818 6170161152 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160351 INFO 2025-08-19 16:21:22,533 basehttp 86818 6170161152 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 16:21:22,546 basehttp 86818 6170161152 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-19 16:21:24,753 basehttp 86818 6170161152 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 16:21:24,796 basehttp 86818 6170161152 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-19 16:21:26,625 basehttp 86818 6170161152 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 16:21:26,655 basehttp 86818 12901707776 "GET /en/ HTTP/1.1" 200 46425 INFO 2025-08-19 16:21:26,664 basehttp 86818 12901707776 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-19 16:21:26,689 basehttp 86818 12969013248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-19 16:21:26,689 basehttp 86818 12952186880 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-19 16:21:26,690 basehttp 86818 12969013248 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-19 16:21:26,690 basehttp 86818 12952186880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-19 16:21:26,692 basehttp 86818 12969013248 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-19 16:21:26,692 basehttp 86818 12952186880 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-19 16:21:26,694 basehttp 86818 12969013248 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-19 16:21:26,695 basehttp 86818 12952186880 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-19 16:21:26,696 basehttp 86818 12969013248 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-19 16:21:26,697 basehttp 86818 12952186880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-19 16:21:26,698 basehttp 86818 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:21:26,698 basehttp 86818 12969013248 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-19 16:21:26,699 basehttp 86818 12952186880 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-19 16:21:26,700 basehttp 86818 12952186880 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-19 16:21:26,700 basehttp 86818 12969013248 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-19 16:21:26,704 basehttp 86818 12969013248 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-19 16:21:26,704 basehttp 86818 12952186880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-19 16:21:26,706 basehttp 86818 12901707776 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-19 16:21:26,709 basehttp 86818 12969013248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-19 16:21:26,710 basehttp 86818 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-19 16:21:26,711 basehttp 86818 12901707776 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-19 16:21:26,712 basehttp 86818 12952186880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-19 16:21:26,713 basehttp 86818 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:21:26,713 basehttp 86818 12969013248 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-19 16:21:26,714 basehttp 86818 6170161152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:21:26,715 basehttp 86818 12935360512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-19 16:21:50,822 basehttp 86818 12935360512 "GET /en/patients/register/ HTTP/1.1" 200 27336 INFO 2025-08-19 16:21:50,858 basehttp 86818 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:27:17,579 autoreload 89640 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 16:27:40,958 basehttp 89640 6136492032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:27:40,977 basehttp 89640 6170144768 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:27:40,980 basehttp 89640 6153318400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:27:41,719 basehttp 89640 6153318400 "GET /en/ HTTP/1.1" 200 46425 INFO 2025-08-19 16:27:41,778 basehttp 89640 6136492032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:27:41,780 basehttp 89640 6186971136 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1093 INFO 2025-08-19 16:27:41,780 basehttp 89640 6153318400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:27:41,782 basehttp 89640 6170144768 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:28:11,769 basehttp 89640 6170144768 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:28:41,788 basehttp 89640 6170144768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:28:41,789 basehttp 89640 6186971136 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 16:28:41,790 basehttp 89640 6153318400 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:29:11,774 basehttp 89640 6153318400 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 16:29:40,152 basehttp 89640 6153318400 "GET /en/inpatients/ HTTP/1.1" 200 72042 INFO 2025-08-19 16:29:40,196 basehttp 89640 6153318400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:29:40,197 basehttp 89640 6170144768 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 16:29:40,316 basehttp 89640 6186971136 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 ERROR 2025-08-19 16:30:02,138 log 89640 6186971136 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_edit' not found. 'admission_edit' is not a valid view function or pattern name. ERROR 2025-08-19 16:30:02,140 basehttp 89640 6186971136 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 257894 INFO 2025-08-19 16:37:42,076 autoreload 89640 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 16:37:42,398 autoreload 94163 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 16:37:45,201 log 94163 6204076032 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-19 16:37:45,204 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 500 257679 INFO 2025-08-19 16:38:08,490 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155815 INFO 2025-08-19 16:38:08,530 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:39:08,546 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:40:08,552 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:40:48,401 basehttp 94163 6204076032 "GET /en/inpatients/admissions/5422/ HTTP/1.1" 200 23519 INFO 2025-08-19 16:40:48,421 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:41:08,547 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:41:10,780 basehttp 94163 6204076032 "GET /en/inpatients/admissions/5422/edit/ HTTP/1.1" 200 46131 INFO 2025-08-19 16:41:10,814 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:41:36,580 basehttp 94163 6204076032 "GET /en/inpatients/admissions/5422/ HTTP/1.1" 200 23519 INFO 2025-08-19 16:41:36,614 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:42:08,557 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:43:08,555 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:43:21,724 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156991 INFO 2025-08-19 16:43:21,793 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:44:13,147 basehttp 94163 6204076032 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156240 INFO 2025-08-19 16:44:13,185 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:45:13,198 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:46:13,200 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:47:13,193 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:48:13,197 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:49:13,208 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:50:13,208 basehttp 94163 6204076032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:50:53,160 autoreload 94163 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 16:50:53,449 autoreload 99954 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 16:50:56,063 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156240 INFO 2025-08-19 16:50:56,096 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:51:56,105 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:52:56,115 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:53:56,186 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:54:28,889 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156240 INFO 2025-08-19 16:54:28,929 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:55:07,827 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156244 INFO 2025-08-19 16:55:07,859 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:55:44,562 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155503 INFO 2025-08-19 16:55:44,605 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:56:44,616 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:56:56,385 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155503 INFO 2025-08-19 16:56:56,422 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:56:57,697 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155503 INFO 2025-08-19 16:56:57,737 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:57:24,915 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157868 INFO 2025-08-19 16:57:24,957 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:57:53,016 basehttp 99954 6156513280 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156072 INFO 2025-08-19 16:57:53,058 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:58:53,070 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 16:59:53,080 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:00:53,076 basehttp 99954 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:01:43,277 autoreload 99954 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:01:43,572 autoreload 5040 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:01:46,724 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156072 INFO 2025-08-19 17:01:46,769 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:02:46,781 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:03:46,775 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:04:46,779 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:05:46,781 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:06:12,551 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 156922 INFO 2025-08-19 17:06:12,590 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:06:56,372 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:06:56,408 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:07:33,486 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:07:33,526 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:07:47,757 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:07:47,799 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:08:47,815 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:09:47,812 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:10:47,806 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:11:47,823 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:12:47,821 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:13:47,824 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:14:47,830 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:15:47,834 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:16:40,580 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:16:40,626 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:17:40,630 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:18:24,585 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157722 INFO 2025-08-19 17:18:24,618 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:18:29,329 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:18:29,329 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:19:14,890 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157672 WARNING 2025-08-19 17:19:14,903 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:19:14,903 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:19:14,954 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:20:14,968 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:20:24,293 basehttp 5040 6167097344 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157385 WARNING 2025-08-19 17:20:24,310 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:20:24,310 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:20:24,360 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:20:44,461 basehttp 5040 6167097344 "GET /en/admin/ HTTP/1.1" 200 87876 INFO 2025-08-19 17:20:50,232 basehttp 5040 6167097344 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 265399 INFO 2025-08-19 17:20:50,250 basehttp 5040 6167097344 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-19 17:20:50,251 basehttp 5040 13740666880 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-19 17:20:50,251 basehttp 5040 13774319616 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-19 17:20:50,251 basehttp 5040 13757493248 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-19 17:20:50,253 basehttp 5040 13774319616 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-19 17:20:50,254 basehttp 5040 13740666880 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-19 17:20:50,254 basehttp 5040 6167097344 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-19 17:20:50,255 basehttp 5040 13774319616 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-19 17:20:50,257 basehttp 5040 13757493248 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-19 17:20:50,259 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:20:50,259 basehttp 5040 13723840512 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-19 17:20:50,260 basehttp 5040 13723840512 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-19 17:20:50,275 basehttp 5040 13757493248 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-19 17:20:50,275 basehttp 5040 13707014144 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-19 17:20:50,277 basehttp 5040 13723840512 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-19 17:20:59,598 basehttp 5040 13723840512 "GET /en/admin/inpatients/admission/5958/change/ HTTP/1.1" 200 3057756 INFO 2025-08-19 17:20:59,614 basehttp 5040 13723840512 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-19 17:20:59,614 basehttp 5040 13707014144 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-19 17:20:59,614 basehttp 5040 13740666880 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-19 17:20:59,614 basehttp 5040 13774319616 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-19 17:20:59,615 basehttp 5040 6167097344 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-19 17:20:59,616 basehttp 5040 13723840512 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-19 17:20:59,616 basehttp 5040 13740666880 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-19 17:20:59,618 basehttp 5040 13757493248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:20:59,620 basehttp 5040 13740666880 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-19 17:20:59,620 basehttp 5040 13757493248 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-19 17:21:00,578 basehttp 5040 13740666880 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-19 17:21:00,578 basehttp 5040 13723840512 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-19 17:21:00,578 basehttp 5040 13757493248 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-19 17:21:21,431 basehttp 5040 13757493248 "POST /en/admin/inpatients/admission/5958/change/ HTTP/1.1" 302 0 INFO 2025-08-19 17:21:21,569 basehttp 5040 13757493248 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 265663 INFO 2025-08-19 17:21:21,585 basehttp 5040 13757493248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:21:21,596 basehttp 5040 13757493248 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-19 17:21:24,418 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:38,947 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 157385 WARNING 2025-08-19 17:21:38,966 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:38,966 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:39,015 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:45,388 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=2 HTTP/1.1" 200 157836 WARNING 2025-08-19 17:21:45,402 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:45,402 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:45,446 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:47,878 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=3 HTTP/1.1" 200 158016 WARNING 2025-08-19 17:21:47,895 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:47,895 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:47,936 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:50,202 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=4 HTTP/1.1" 200 158201 WARNING 2025-08-19 17:21:50,217 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:50,217 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:50,240 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:52,262 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=5 HTTP/1.1" 200 158165 WARNING 2025-08-19 17:21:52,280 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:52,280 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:52,323 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:54,511 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=6 HTTP/1.1" 200 158226 WARNING 2025-08-19 17:21:54,528 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:54,529 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:54,573 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:56,729 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=7 HTTP/1.1" 200 158217 WARNING 2025-08-19 17:21:56,748 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:56,748 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:56,796 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:21:58,805 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=8 HTTP/1.1" 200 158210 WARNING 2025-08-19 17:21:58,822 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:21:58,822 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:21:58,867 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:00,806 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=9 HTTP/1.1" 200 158180 WARNING 2025-08-19 17:22:00,826 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:00,826 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:00,872 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:02,811 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=10 HTTP/1.1" 200 158181 WARNING 2025-08-19 17:22:02,832 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:02,832 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:02,878 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:04,966 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=11 HTTP/1.1" 200 158197 WARNING 2025-08-19 17:22:04,989 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:04,989 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:05,031 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:07,010 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=12 HTTP/1.1" 200 158245 WARNING 2025-08-19 17:22:07,032 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:07,032 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:07,077 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:09,067 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=13 HTTP/1.1" 200 158175 WARNING 2025-08-19 17:22:09,085 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:09,085 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:09,126 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:11,468 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=14 HTTP/1.1" 200 158038 WARNING 2025-08-19 17:22:11,490 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:11,490 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:11,539 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:13,786 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=15 HTTP/1.1" 200 157925 WARNING 2025-08-19 17:22:13,814 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:13,815 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:13,856 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:16,174 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=16 HTTP/1.1" 200 157196 WARNING 2025-08-19 17:22:16,199 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:16,199 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:16,222 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:22:18,821 basehttp 5040 13757493248 "GET /en/inpatients/admissions/?page=1 HTTP/1.1" 200 157385 WARNING 2025-08-19 17:22:18,846 log 5040 13757493248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:22:18,846 basehttp 5040 13757493248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:22:18,889 basehttp 5040 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:23:13,405 basehttp 5040 6167097344 "GET /en/admin/inpatients/admission/5952/change/ HTTP/1.1" 200 3057619 INFO 2025-08-19 17:23:13,419 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:19,422 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:23:22,336 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 265425 INFO 2025-08-19 17:23:46,334 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?status__exact=ADMITTED HTTP/1.1" 200 206082 INFO 2025-08-19 17:23:46,349 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:52,228 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?admission_type__exact=EMERGENCY&status__exact=ADMITTED HTTP/1.1" 200 240243 INFO 2025-08-19 17:23:52,238 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:53,203 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?status__exact=ADMITTED HTTP/1.1" 200 206082 INFO 2025-08-19 17:23:53,218 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:23:54,147 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/? HTTP/1.1" 200 265425 INFO 2025-08-19 17:23:54,165 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:24:20,412 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:24:27,641 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 339311 INFO 2025-08-19 17:24:27,660 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:24:30,489 basehttp 5040 13707014144 "GET /en/admin/inpatients/admission/?admission_datetime__day=10&admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 370128 INFO 2025-08-19 17:24:30,503 basehttp 5040 13707014144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 17:25:20,443 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:25:33,459 basehttp 5040 13707014144 "GET /en/inpatients/admissions/?page=1 HTTP/1.1" 200 159235 WARNING 2025-08-19 17:25:33,469 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:25:33,470 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:25:33,548 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:25:52,431 basehttp 5040 13707014144 "GET /en/inpatients/admissions/5422/ HTTP/1.1" 200 23519 WARNING 2025-08-19 17:25:52,453 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:25:52,454 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:25:52,542 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:25:54,028 log 5040 13707014144 Not Found: /en/patients/patientprofile/127/details/ WARNING 2025-08-19 17:25:54,028 basehttp 5040 13707014144 "GET /en/patients/patientprofile/127/details/ HTTP/1.1" 404 26865 WARNING 2025-08-19 17:25:54,049 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:25:54,049 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:02,498 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:02,498 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:02,511 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:02,511 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:15,042 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:15,042 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:15,074 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:15,074 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:17,069 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:17,071 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,072 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:17,084 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,085 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:17,610 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:17,612 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,612 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:17,630 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:17,630 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,008 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,012 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:18,014 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:18,019 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,019 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:18,254 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:26:18,255 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,255 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,264 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,264 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,497 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,497 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:18,811 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:18,811 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,246 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,247 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,511 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,511 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,705 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,705 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:19,870 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:19,870 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,034 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,034 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,201 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,202 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,382 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,382 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,558 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,558 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,709 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,709 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:20,878 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:20,878 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:21,032 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,032 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:21,250 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,250 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:21,374 basehttp 5040 13707014144 "GET /en/admin/ HTTP/1.1" 200 88263 WARNING 2025-08-19 17:26:21,396 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,397 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:21,534 basehttp 5040 13707014144 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 17:26:21,550 basehttp 5040 13707014144 "GET /en/admin/ HTTP/1.1" 200 88263 WARNING 2025-08-19 17:26:21,572 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:21,572 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:22,557 basehttp 5040 13707014144 "GET /en/admin/ HTTP/1.1" 200 88263 WARNING 2025-08-19 17:26:22,587 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:22,587 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:23,154 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:23,155 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:26:23,165 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:23,165 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:34,925 basehttp 5040 13707014144 "GET /en/inpatients/ HTTP/1.1" 200 72042 WARNING 2025-08-19 17:26:34,954 log 5040 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:26:34,954 basehttp 5040 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:26:34,984 basehttp 5040 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:26:34,986 basehttp 5040 6167097344 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:26:35,167 basehttp 5040 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:27:04,989 basehttp 5040 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:27:33,017 basehttp 5040 13723840512 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 159235 WARNING 2025-08-19 17:27:33,041 log 5040 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:27:33,041 basehttp 5040 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:27:33,079 basehttp 5040 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:27:37,808 log 5040 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:27:37,809 basehttp 5040 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:27:37,811 basehttp 5040 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:27:37,811 basehttp 5040 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 WARNING 2025-08-19 17:27:37,836 log 5040 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:27:37,837 basehttp 5040 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:27:37,971 basehttp 5040 6167097344 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:28:07,786 basehttp 5040 6167097344 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:28:35,126 basehttp 5040 6167097344 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:28:37,796 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:28:37,805 basehttp 5040 6167097344 "GET /en/inpatients/stats/ HTTP/1.1" 200 2998 INFO 2025-08-19 17:28:37,965 basehttp 5040 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 3171121 INFO 2025-08-19 17:29:01,499 basehttp 5040 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 WARNING 2025-08-19 17:29:01,526 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:29:01,526 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:29:01,701 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:29:02,013 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:29:15,472 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 WARNING 2025-08-19 17:29:15,501 log 5040 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:29:15,501 basehttp 5040 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:29:15,705 basehttp 5040 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:29:15,991 basehttp 5040 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:29:45,798 basehttp 5040 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764642 WARNING 2025-08-19 17:29:45,832 log 5040 6167097344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:29:45,832 basehttp 5040 6167097344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:29:46,039 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:29:46,375 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764642 INFO 2025-08-19 17:30:16,390 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:30:46,056 basehttp 5040 6167097344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:30:46,328 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:31:16,344 basehttp 5040 6167097344 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:31:33,892 autoreload 5040 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:31:34,276 autoreload 18199 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:31:35,207 basehttp 18199 6130823168 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 WARNING 2025-08-19 17:31:35,229 log 18199 6147649536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:31:35,229 basehttp 18199 6147649536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:31:35,430 basehttp 18199 6147649536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:31:35,775 basehttp 18199 6147649536 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:32:05,841 basehttp 18199 6147649536 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764626 INFO 2025-08-19 17:32:30,551 autoreload 18199 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:32:30,865 autoreload 18587 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:32:31,276 log 18587 6169440256 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 561, in get_context_data 'total_beds': Bed.objects.filter(tenant=self.request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: bed_number, bed_position, bed_type, blocked_by, blocked_by_id, blocked_reason, blocked_until, cleaned_by, cleaned_by_id, cleaning_level, created_at, created_by, created_by_id, current_admission, current_admission_id, current_admissions, current_patient, current_patient_id, equipment, features, id, last_cleaned, last_maintenance, maintenance_notes, next_maintenance, occupied_since, reserved_until, room_number, room_type, status, transfers_from, transfers_to, updated_at, ward, ward_id ERROR 2025-08-19 17:32:31,277 basehttp 18587 6169440256 "GET /en/inpatients/beds/ HTTP/1.1" 500 140681 WARNING 2025-08-19 17:32:31,305 log 18587 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:32:31,305 basehttp 18587 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:33:03,225 autoreload 18587 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:33:03,497 autoreload 18825 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:33:04,354 basehttp 18825 6137311232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764634 WARNING 2025-08-19 17:33:04,360 log 18825 6154137600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:33:04,360 basehttp 18825 6154137600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:33:04,603 basehttp 18825 6137311232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:33:04,875 basehttp 18825 6137311232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764634 INFO 2025-08-19 17:33:34,894 basehttp 18825 6137311232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764634 INFO 2025-08-19 17:33:55,421 autoreload 18825 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:33:55,771 autoreload 19212 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:33:56,441 basehttp 19212 6165835776 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764637 WARNING 2025-08-19 17:33:56,446 log 19212 6182662144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:33:56,446 basehttp 19212 6182662144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:33:56,691 basehttp 19212 6182662144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:33:56,957 basehttp 19212 6182662144 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764637 INFO 2025-08-19 17:34:19,788 autoreload 19212 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:34:20,127 autoreload 19375 8601149632 Watching for file changes with StatReloader WARNING 2025-08-19 17:34:21,321 log 19375 6123450368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:34:21,321 basehttp 19375 6123450368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-19 17:34:21,330 log 19375 6123450368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:34:21,330 basehttp 19375 6123450368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:34:22,388 basehttp 19375 6123450368 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764643 WARNING 2025-08-19 17:34:22,392 log 19375 6140276736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:34:22,392 basehttp 19375 6140276736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:34:22,637 basehttp 19375 6140276736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:34:22,915 basehttp 19375 6140276736 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764643 INFO 2025-08-19 17:34:52,912 basehttp 19375 6140276736 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764643 INFO 2025-08-19 17:35:22,224 autoreload 19375 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:35:22,582 autoreload 19848 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:35:23,428 basehttp 19848 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 WARNING 2025-08-19 17:35:23,435 log 19848 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:35:23,435 basehttp 19848 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:35:23,669 basehttp 19848 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:35:23,956 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:35:53,959 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:36:23,680 basehttp 19848 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:36:23,959 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:36:53,976 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:37:23,700 basehttp 19848 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:37:23,958 basehttp 19848 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764646 INFO 2025-08-19 17:37:44,576 autoreload 19848 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:37:44,900 autoreload 20922 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:39:19,977 autoreload 20922 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:39:20,241 autoreload 21642 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:40:55,341 autoreload 21642 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:40:55,620 autoreload 22359 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:40:58,481 basehttp 22359 6196457472 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 WARNING 2025-08-19 17:40:58,503 log 22359 6213283840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:40:58,503 basehttp 22359 6213283840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:40:58,724 basehttp 22359 6213283840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:40:59,048 basehttp 22359 6213283840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 INFO 2025-08-19 17:41:29,015 basehttp 22359 6213283840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 INFO 2025-08-19 17:41:58,739 basehttp 22359 6213283840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:41:59,006 basehttp 22359 6213283840 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764798 INFO 2025-08-19 17:42:05,265 autoreload 22359 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:42:05,615 autoreload 22906 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:42:06,100 log 22906 6199816192 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 566, in get_context_data 'occupancy_rate': wards.occupancy_rate ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'tuple' object has no attribute 'occupancy_rate' ERROR 2025-08-19 17:42:06,101 basehttp 22906 6199816192 "GET /en/inpatients/beds/ HTTP/1.1" 500 90833 WARNING 2025-08-19 17:42:06,129 log 22906 6199816192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:42:06,129 basehttp 22906 6199816192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 17:42:08,667 log 22906 6199816192 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 566, in get_context_data 'occupancy_rate': wards.occupancy_rate ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'tuple' object has no attribute 'occupancy_rate' ERROR 2025-08-19 17:42:08,668 basehttp 22906 6199816192 "GET /en/inpatients/beds/ HTTP/1.1" 500 90833 WARNING 2025-08-19 17:42:08,679 log 22906 6199816192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:42:08,679 basehttp 22906 6199816192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:44:05,403 autoreload 22906 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:44:05,744 autoreload 23756 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:44:07,818 log 23756 6169473024 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 565, in get_context_data 'occupancy_rate': Ward.objects.filter(tenant=self.request.user.tenant).aggregate('occupancy_rate'), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 575, in aggregate self._validate_values_are_expressions( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2014, in _validate_values_are_expressions raise TypeError( TypeError: QuerySet.aggregate() received non-expression(s): occupancy_rate. ERROR 2025-08-19 17:44:07,819 basehttp 23756 6169473024 "GET /en/inpatients/beds/ HTTP/1.1" 500 99082 WARNING 2025-08-19 17:44:07,833 log 23756 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:44:07,833 basehttp 23756 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:47:54,390 autoreload 27205 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:47:57,395 basehttp 27205 6162673664 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 WARNING 2025-08-19 17:47:57,400 log 27205 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:47:57,400 basehttp 27205 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:47:57,557 basehttp 27205 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:47:57,859 basehttp 27205 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 INFO 2025-08-19 17:48:02,777 basehttp 27205 13170143232 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 WARNING 2025-08-19 17:48:02,804 log 27205 6162673664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:48:02,804 basehttp 27205 6162673664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:48:03,001 basehttp 27205 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:48:03,335 basehttp 27205 6162673664 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 INFO 2025-08-19 17:48:33,314 basehttp 27205 6162673664 "GET /en/inpatients/beds/ HTTP/1.1" 200 3764658 INFO 2025-08-19 17:49:01,213 autoreload 27205 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-19 17:49:01,493 autoreload 27675 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 17:49:02,014 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 WARNING 2025-08-19 17:49:02,019 log 27675 6213005312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:49:02,019 basehttp 27675 6213005312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:49:02,182 basehttp 27675 6213005312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:49:02,496 basehttp 27675 6213005312 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 ERROR 2025-08-19 17:49:32,015 log 27675 6213005312 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:49:32,021 basehttp 27675 6213005312 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398775 INFO 2025-08-19 17:49:32,715 basehttp 27675 6213005312 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:50:02,441 basehttp 27675 6213005312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:50:02,635 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:50:32,649 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:51:02,708 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:51:03,443 basehttp 27675 6196178944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:51:06,204 basehttp 27675 6196178944 "GET /en/admin/inpatients/admission/?admission_datetime__day=10&admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 370128 INFO 2025-08-19 17:51:07,144 basehttp 27675 6196178944 "GET /en/admin/inpatients/admission/?admission_datetime__day=10&admission_datetime__month=8&admission_datetime__year=2025 HTTP/1.1" 200 370128 INFO 2025-08-19 17:51:07,161 basehttp 27675 6196178944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-19 17:51:12,462 log 27675 6196178944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:51:12,465 basehttp 27675 6196178944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398775 INFO 2025-08-19 17:51:32,650 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765846 INFO 2025-08-19 17:52:04,456 basehttp 27675 6196178944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:52:34,638 basehttp 27675 6196178944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:52:41,831 autoreload 27675 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:52:42,144 autoreload 29311 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:52:43,995 log 29311 6135296000 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:52:43,998 basehttp 29311 6135296000 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 INFO 2025-08-19 17:53:05,440 basehttp 29311 6135296000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:53:56,686 basehttp 29311 6135296000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:54:06,449 basehttp 29311 6135296000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:54:56,634 basehttp 29311 6135296000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:55:07,432 basehttp 29311 6135296000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:55:56,618 basehttp 29311 6135296000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:56:01,622 autoreload 29311 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:56:01,916 autoreload 30789 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:56:03,118 log 30789 6128594944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:56:03,121 basehttp 30789 6128594944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 ERROR 2025-08-19 17:56:04,072 log 30789 6128594944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:56:04,074 basehttp 30789 6128594944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 ERROR 2025-08-19 17:56:05,033 log 30789 6128594944 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 73, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:56:05,035 basehttp 30789 6128594944 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398678 INFO 2025-08-19 17:56:56,452 basehttp 30789 6145421312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:56:56,643 basehttp 30789 6128594944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:57:56,608 basehttp 30789 6128594944 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:58:28,063 autoreload 30789 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 17:58:28,360 autoreload 31882 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:58:29,455 log 31882 6125498368 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:58:29,457 basehttp 31882 6125498368 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 ERROR 2025-08-19 17:58:30,842 log 31882 6125498368 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:58:30,844 basehttp 31882 6125498368 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:58:33,881 log 31882 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:58:33,881 basehttp 31882 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:58:56,445 basehttp 31882 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:58:56,659 basehttp 31882 6142324736 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 17:59:23,352 autoreload 31882 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 17:59:23,650 autoreload 32275 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 17:59:24,241 log 32275 6159544320 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:59:24,243 basehttp 32275 6159544320 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:59:24,262 log 32275 6159544320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:59:24,262 basehttp 32275 6159544320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 17:59:25,146 log 32275 6159544320 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:59:25,147 basehttp 32275 6159544320 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:59:25,165 log 32275 6159544320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:59:25,165 basehttp 32275 6159544320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 17:59:26,551 log 32275 6159544320 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 17:59:26,553 basehttp 32275 6159544320 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 17:59:26,569 log 32275 6159544320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 17:59:26,569 basehttp 32275 6159544320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 17:59:56,557 basehttp 32275 6176370688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 17:59:56,705 basehttp 32275 6159544320 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:00:01,126 autoreload 32275 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:00:01,419 autoreload 32595 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:00:12,004 autoreload 32595 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:00:12,290 autoreload 32682 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 18:00:13,494 log 32682 6155563008 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:13,496 basehttp 32682 6155563008 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:13,510 log 32682 6155563008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:13,510 basehttp 32682 6155563008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 18:00:14,418 log 32682 6155563008 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:14,419 basehttp 32682 6155563008 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:14,434 log 32682 6155563008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:14,434 basehttp 32682 6155563008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:00:31,078 autoreload 32682 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:00:31,360 autoreload 32769 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 18:00:32,028 log 32769 6169473024 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:32,030 basehttp 32769 6169473024 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:32,047 log 32769 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:32,048 basehttp 32769 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-19 18:00:33,108 log 32769 6169473024 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:00:33,110 basehttp 32769 6169473024 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:00:33,126 log 32769 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:00:33,126 basehttp 32769 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:00:56,625 basehttp 32769 6169473024 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:01:53,521 autoreload 32769 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:01:53,836 autoreload 33391 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:01:54,995 basehttp 33391 6200045568 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 143807 WARNING 2025-08-19 18:01:55,015 log 33391 6200045568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:01:55,016 basehttp 33391 6200045568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:01:55,016 basehttp 33391 6216871936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:01:56,455 basehttp 33391 6216871936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:01:56,657 basehttp 33391 6200045568 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:01:57,101 basehttp 33391 6200045568 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 143807 WARNING 2025-08-19 18:01:57,127 log 33391 6200045568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:01:57,128 basehttp 33391 6200045568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:01:57,128 basehttp 33391 6216871936 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:02:56,475 basehttp 33391 6200045568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:02:56,689 basehttp 33391 6216871936 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:03:56,643 basehttp 33391 6216871936 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:04:05,606 autoreload 33391 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:04:05,886 autoreload 34388 8601149632 Watching for file changes with StatReloader ERROR 2025-08-19 18:04:08,591 log 34388 6131478528 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Ward has no field named 'occupancy_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py", line 74, in occupancy_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-08-19 18:04:08,593 basehttp 34388 6131478528 "GET /en/admin/inpatients/ward/ HTTP/1.1" 500 398839 WARNING 2025-08-19 18:04:08,611 log 34388 6131478528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:04:08,611 basehttp 34388 6131478528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:04:20,674 autoreload 34388 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:04:20,961 autoreload 34474 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:04:21,345 basehttp 34474 6204157952 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 143807 WARNING 2025-08-19 18:04:21,370 log 34474 6220984320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:04:21,370 basehttp 34474 6220984320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:04:21,370 basehttp 34474 6204157952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:04:56,444 basehttp 34474 6204157952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:04:56,647 basehttp 34474 6220984320 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:05:56,635 basehttp 34474 6220984320 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:06:26,478 autoreload 34474 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:06:26,765 autoreload 35408 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:06:27,598 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 146707 WARNING 2025-08-19 18:06:27,622 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-19 18:06:27,622 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-19 18:06:27,622 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:06:27,624 basehttp 35408 6140440576 - Broken pipe from ('127.0.0.1', 55591) INFO 2025-08-19 18:06:56,455 basehttp 35408 6123614208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:06:56,661 basehttp 35408 6140440576 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:07:56,625 basehttp 35408 6140440576 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:07:58,714 basehttp 35408 6140440576 "GET /en/admin/inpatients/ward/?p=4 HTTP/1.1" 200 149088 WARNING 2025-08-19 18:07:58,738 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:07:58,738 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:07:58,739 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:03,524 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/?p=9 HTTP/1.1" 200 149786 WARNING 2025-08-19 18:08:03,550 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:08:03,551 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:08:03,551 basehttp 35408 6140440576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:33,107 basehttp 35408 6140440576 "GET /en/admin/inpatients/ward/?p=1 HTTP/1.1" 200 149333 WARNING 2025-08-19 18:08:33,131 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:08:33,131 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:08:33,132 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:35,028 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/396/change/?_changelist_filters=p%3D1 HTTP/1.1" 200 291565 INFO 2025-08-19 18:08:35,051 basehttp 35408 6157266944 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 WARNING 2025-08-19 18:08:35,052 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:08:35,052 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:08:35,054 basehttp 35408 6140440576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:08:35,079 basehttp 35408 6140440576 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-19 18:08:56,497 basehttp 35408 6140440576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:08:56,695 basehttp 35408 6123614208 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:09:06,065 basehttp 35408 6123614208 "POST /en/admin/inpatients/ward/396/change/?_changelist_filters=p%3D1 HTTP/1.1" 200 295280 WARNING 2025-08-19 18:09:06,085 log 35408 6140440576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:06,085 basehttp 35408 6140440576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:06,086 basehttp 35408 6123614208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:09:18,410 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/396/change/?_changelist_filters=p%3D1 HTTP/1.1" 200 291565 WARNING 2025-08-19 18:09:18,431 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:18,431 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:27,019 basehttp 35408 6123614208 "GET /en/admin/inpatients/ward/?p=1 HTTP/1.1" 200 149333 WARNING 2025-08-19 18:09:27,038 log 35408 6123614208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:27,038 basehttp 35408 6123614208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:56,605 basehttp 35408 6123614208 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:09:56,912 autoreload 35408 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/admin.py changed, reloading. INFO 2025-08-19 18:09:57,192 autoreload 36951 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:09:57,851 basehttp 36951 6170357760 "GET /en/admin/inpatients/ward/?p=1 HTTP/1.1" 200 157065 WARNING 2025-08-19 18:09:57,878 log 36951 6170357760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:09:57,879 basehttp 36951 6170357760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:09:57,880 basehttp 36951 6187184128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:05,386 basehttp 36951 6187184128 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159756 WARNING 2025-08-19 18:10:05,413 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:05,413 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:05,414 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:10,553 basehttp 36951 6170357760 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 287799 WARNING 2025-08-19 18:10:10,580 log 36951 6170357760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:10,580 basehttp 36951 6170357760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:10,581 basehttp 36951 6187184128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:23,985 basehttp 36951 6187184128 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291349 WARNING 2025-08-19 18:10:24,004 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:24,005 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:24,005 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:45,771 basehttp 36951 6170357760 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291336 WARNING 2025-08-19 18:10:45,789 log 36951 6170357760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:45,789 basehttp 36951 6170357760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:45,790 basehttp 36951 6187184128 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:52,658 basehttp 36951 6187184128 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291334 WARNING 2025-08-19 18:10:52,678 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:10:52,678 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:10:52,679 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:10:56,441 basehttp 36951 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:10:56,634 basehttp 36951 6187184128 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:11:00,270 basehttp 36951 6187184128 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291175 WARNING 2025-08-19 18:11:00,286 log 36951 6187184128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:11:00,286 basehttp 36951 6187184128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:11:00,288 basehttp 36951 6170357760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:11:24,877 autoreload 36951 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-19 18:11:50,167 autoreload 37876 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 18:11:56,649 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 287799 WARNING 2025-08-19 18:11:56,669 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:11:56,670 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:11:56,810 basehttp 37876 6172160000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:11:56,902 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159756 WARNING 2025-08-19 18:11:56,913 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:11:56,914 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:06,603 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 287799 WARNING 2025-08-19 18:12:06,631 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:12:06,631 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:06,632 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:12:15,139 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 291191 WARNING 2025-08-19 18:12:15,158 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:12:15,158 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:15,158 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:12:56,427 basehttp 37876 6172160000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:12:56,610 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:12:57,006 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 302 0 INFO 2025-08-19 18:12:57,081 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159999 WARNING 2025-08-19 18:12:57,102 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:12:57,103 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:12:57,103 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:09,787 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 288366 WARNING 2025-08-19 18:13:09,814 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:09,814 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:09,815 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:21,018 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 302 0 INFO 2025-08-19 18:13:21,091 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159999 WARNING 2025-08-19 18:13:21,112 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:21,112 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:21,113 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:32,773 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/608/change/?_changelist_filters=o%3D1.8.9.2 HTTP/1.1" 200 288366 WARNING 2025-08-19 18:13:32,795 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:32,795 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:32,796 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:54,499 basehttp 37876 6155333632 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 207467 WARNING 2025-08-19 18:13:54,523 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:13:54,524 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:13:54,525 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:13:56,624 basehttp 37876 6172160000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765847 INFO 2025-08-19 18:14:07,702 basehttp 37876 6172160000 "GET /en/admin/inpatients/bed/8952/change/ HTTP/1.1" 200 635464 WARNING 2025-08-19 18:14:07,733 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:14:07,734 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:07,734 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:14:22,183 basehttp 37876 6155333632 "POST /en/admin/inpatients/bed/8952/change/ HTTP/1.1" 200 635758 WARNING 2025-08-19 18:14:22,204 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:14:22,204 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:22,205 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:14:27,119 basehttp 37876 6172160000 "POST /en/admin/inpatients/bed/8952/change/ HTTP/1.1" 302 0 INFO 2025-08-19 18:14:27,196 basehttp 37876 6172160000 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 207726 WARNING 2025-08-19 18:14:27,223 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:14:27,223 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:27,224 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:14:34,208 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 154481 WARNING 2025-08-19 18:14:34,236 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-19 18:14:34,237 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-19 18:14:34,238 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:42,386 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=1.8.9.2 HTTP/1.1" 200 159784 WARNING 2025-08-19 18:14:42,415 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-19 18:14:42,416 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-08-19 18:14:42,416 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:14:56,441 basehttp 37876 6172160000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:14:56,643 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:15:00,855 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=-2.1.8.9 HTTP/1.1" 200 159605 WARNING 2025-08-19 18:15:00,879 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:15:00,880 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:15:00,880 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:15:02,919 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=2.1.8.9 HTTP/1.1" 200 158710 WARNING 2025-08-19 18:15:02,939 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:15:02,940 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:15:02,942 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:15:26,328 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/753/change/?_changelist_filters=o%3D2.1.8.9 HTTP/1.1" 200 424089 WARNING 2025-08-19 18:15:26,357 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:15:26,357 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:15:26,358 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:15:56,621 basehttp 37876 6172160000 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:16:56,440 basehttp 37876 6172160000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:16:56,643 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:17:28,100 basehttp 37876 6155333632 "POST /en/admin/inpatients/ward/753/change/?_changelist_filters=o%3D2.1.8.9 HTTP/1.1" 200 426052 WARNING 2025-08-19 18:17:28,123 log 37876 6155333632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:17:28,123 basehttp 37876 6155333632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:17:28,125 basehttp 37876 6172160000 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:17:35,628 basehttp 37876 6172160000 "POST /en/admin/inpatients/ward/753/change/?_changelist_filters=o%3D2.1.8.9 HTTP/1.1" 302 0 INFO 2025-08-19 18:17:35,690 basehttp 37876 6172160000 "GET /en/admin/inpatients/ward/?o=2.1.8.9 HTTP/1.1" 200 158952 WARNING 2025-08-19 18:17:35,720 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:17:35,720 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:17:35,721 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 18:17:37,752 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:17:39,434 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 WARNING 2025-08-19 18:17:39,462 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:17:39,462 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:17:39,692 basehttp 37876 6155333632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4399 INFO 2025-08-19 18:17:39,961 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:18:10,639 basehttp 37876 6155333632 "GET /en/inpatients/beds/ HTTP/1.1" 200 3765902 INFO 2025-08-19 18:18:10,731 basehttp 37876 6155333632 "GET /en/admin/inpatients/ward/?o=2.1.8.9 HTTP/1.1" 200 158737 WARNING 2025-08-19 18:18:10,754 log 37876 6172160000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-19 18:18:10,755 basehttp 37876 6172160000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-19 18:18:10,755 basehttp 37876 6155333632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:44:33,792 autoreload 7575 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 22:44:35,219 basehttp 7575 6201651200 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 22:44:35,257 basehttp 7575 6218477568 "GET /en/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:35,264 basehttp 7575 6218477568 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-08-19 22:44:35,279 log 7575 6201651200 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 22:44:35,281 basehttp 7575 6201651200 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160969 INFO 2025-08-19 22:44:39,601 basehttp 7575 6201651200 "GET /en/inpatients/beds/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:39,612 basehttp 7575 6201651200 "GET /accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 302 0 ERROR 2025-08-19 22:44:39,631 log 7575 6201651200 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 22:44:39,633 basehttp 7575 6201651200 "GET /en/accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 500 161353 INFO 2025-08-19 22:44:42,095 basehttp 7575 6201651200 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:42,108 basehttp 7575 6201651200 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-08-19 22:44:44,639 basehttp 7575 6201651200 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-08-19 22:44:44,658 basehttp 7575 6201651200 "GET /en/admin/ HTTP/1.1" 200 84716 INFO 2025-08-19 22:44:55,415 basehttp 7575 6201651200 "GET /en/admin/analytics/dashboard/ HTTP/1.1" 200 72865 INFO 2025-08-19 22:44:55,430 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:44:56,641 basehttp 7575 6201651200 "GET /en/admin/ HTTP/1.1" 200 84716 INFO 2025-08-19 22:44:58,366 basehttp 7575 6201651200 "GET /en/admin/accounts/user/ HTTP/1.1" 200 78166 INFO 2025-08-19 22:44:58,377 basehttp 7575 6218477568 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-19 22:44:58,379 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:45:09,607 basehttp 7575 6201651200 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 22:45:10,458 basehttp 7575 6201651200 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 152361 INFO 2025-08-19 22:45:10,469 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:45:26,610 basehttp 7575 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-08-19 22:45:30,070 basehttp 7575 6201651200 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-19 22:45:30,088 basehttp 7575 6201651200 "GET /en/admin/accounts/user/ HTTP/1.1" 200 78382 INFO 2025-08-19 22:45:30,099 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:45:38,142 basehttp 7575 6201651200 "GET /en/admin/core/tenant/ HTTP/1.1" 200 93599 INFO 2025-08-19 22:45:38,153 basehttp 7575 6201651200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:22,575 autoreload 11063 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 22:52:25,415 basehttp 11063 6165540864 "GET /en/admin/core/tenant/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:25,428 basehttp 11063 6165540864 "GET /en/admin/login/?next=/en/admin/core/tenant/ HTTP/1.1" 200 4236 INFO 2025-08-19 22:52:25,507 basehttp 11063 6165540864 "GET /en/inpatients/beds/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:25,513 basehttp 11063 6165540864 "GET /accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 302 0 ERROR 2025-08-19 22:52:25,528 log 11063 6182367232 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-08-19 22:52:25,530 basehttp 11063 6182367232 "GET /en/accounts/login/?next=/en/inpatients/beds/ HTTP/1.1" 500 161353 INFO 2025-08-19 22:52:26,973 basehttp 11063 6182367232 "POST /en/admin/login/?next=/en/admin/core/tenant/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:26,994 basehttp 11063 6182367232 "GET /en/admin/core/tenant/ HTTP/1.1" 200 70565 INFO 2025-08-19 22:52:27,012 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:40,215 basehttp 11063 6182367232 "GET /en/admin/accounts/user/ HTTP/1.1" 200 73576 INFO 2025-08-19 22:52:40,227 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:41,414 basehttp 11063 6182367232 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 149184 INFO 2025-08-19 22:52:41,428 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:46,984 basehttp 11063 6182367232 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-08-19 22:52:47,001 basehttp 11063 6182367232 "GET /en/admin/accounts/user/ HTTP/1.1" 200 73792 INFO 2025-08-19 22:52:47,016 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:51,866 basehttp 11063 6182367232 "GET /en/admin/accounts/usersession/ HTTP/1.1" 200 68705 INFO 2025-08-19 22:52:51,880 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:53,077 basehttp 11063 6182367232 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 67629 INFO 2025-08-19 22:52:53,090 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:55,616 basehttp 11063 6182367232 "GET /en/admin/accounts/socialaccount/ HTTP/1.1" 200 67517 INFO 2025-08-19 22:52:55,630 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:56,644 basehttp 11063 6182367232 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 67245 INFO 2025-08-19 22:52:56,657 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 22:52:58,191 basehttp 11063 6182367232 "GET /en/admin/accounts/user/ HTTP/1.1" 200 73576 INFO 2025-08-19 22:52:58,204 basehttp 11063 6182367232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:09:31,607 autoreload 18736 8601149632 Watching for file changes with StatReloader INFO 2025-08-19 23:09:34,060 basehttp 18736 6155513856 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-19 23:09:34,077 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:09:44,158 basehttp 18736 6155513856 "GET /en/admin/hr/employee/ HTTP/1.1" 200 150894 INFO 2025-08-19 23:09:44,168 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:10:04,061 basehttp 18736 6155513856 "GET /en/admin/hr/department/ HTTP/1.1" 200 82113 INFO 2025-08-19 23:10:04,073 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:10:21,574 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 23:10:23,076 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 23:10:23,186 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:10:23,194 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 41762 INFO 2025-08-19 23:10:25,656 basehttp 18736 6172340224 "GET / HTTP/1.1" 302 0 INFO 2025-08-19 23:10:25,669 basehttp 18736 6155513856 "GET /en/ HTTP/1.1" 200 46915 INFO 2025-08-19 23:10:25,758 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:10:25,771 basehttp 18736 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1042 INFO 2025-08-19 23:10:25,772 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:10:25,775 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:10:56,572 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:11:13,500 basehttp 18736 6172340224 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-19 23:11:13,512 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:11:26,602 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:11:26,606 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:11:26,606 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:11:56,593 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:12:26,597 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:12:26,600 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:12:26,604 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:12:56,597 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:13:26,606 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:13:26,606 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:13:26,608 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:13:56,598 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:14:26,611 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:14:26,611 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:14:26,614 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:14:56,607 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:15:26,595 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:15:26,595 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:15:26,599 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:15:56,824 basehttp 18736 13035925504 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-19 23:15:56,838 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:15:57,581 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:16:00,691 basehttp 18736 13035925504 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 73246 INFO 2025-08-19 23:16:00,706 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:02,516 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74950 INFO 2025-08-19 23:16:02,528 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:08,319 basehttp 18736 13035925504 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 69991 INFO 2025-08-19 23:16:08,335 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:10,375 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 161161 INFO 2025-08-19 23:16:10,390 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:27,583 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:16:27,583 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:16:28,586 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:16:33,535 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=8 HTTP/1.1" 200 163903 INFO 2025-08-19 23:16:33,556 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:39,419 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163787 INFO 2025-08-19 23:16:39,429 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:50,047 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86541 INFO 2025-08-19 23:16:50,058 basehttp 18736 13035925504 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-08-19 23:16:52,681 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:16:52,729 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 164003 INFO 2025-08-19 23:16:52,747 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:16:57,048 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86578 INFO 2025-08-19 23:16:59,355 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:16:59,399 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163877 INFO 2025-08-19 23:16:59,417 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:02,830 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86547 INFO 2025-08-19 23:17:05,170 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:05,217 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163785 INFO 2025-08-19 23:17:05,233 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:09,325 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86506 INFO 2025-08-19 23:17:11,354 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:11,401 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163666 INFO 2025-08-19 23:17:11,418 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:14,613 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86471 INFO 2025-08-19 23:17:16,916 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:16,964 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163794 INFO 2025-08-19 23:17:16,979 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:20,237 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86541 INFO 2025-08-19 23:17:21,784 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:21,831 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163869 INFO 2025-08-19 23:17:21,849 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:25,582 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:17:25,675 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86536 INFO 2025-08-19 23:17:27,966 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:28,014 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 163907 INFO 2025-08-19 23:17:28,031 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:30,908 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 86553 INFO 2025-08-19 23:17:32,614 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:32,653 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 136256 INFO 2025-08-19 23:17:32,667 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:36,631 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 80068 INFO 2025-08-19 23:17:39,011 basehttp 18736 13035925504 "POST /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 302 0 INFO 2025-08-19 23:17:39,029 basehttp 18736 13035925504 "GET /en/admin/appointments/slotavailability/?p=1 HTTP/1.1" 200 72921 INFO 2025-08-19 23:17:39,042 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:40,948 basehttp 18736 13035925504 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 73507 INFO 2025-08-19 23:17:40,964 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:42,047 basehttp 18736 13035925504 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 76618 INFO 2025-08-19 23:17:42,059 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:47,428 basehttp 18736 13035925504 "POST /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 67322 INFO 2025-08-19 23:17:48,436 basehttp 18736 13035925504 "POST /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 302 0 INFO 2025-08-19 23:17:48,458 basehttp 18736 13035925504 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 68053 INFO 2025-08-19 23:17:48,471 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:50,262 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74950 INFO 2025-08-19 23:17:50,278 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:17:54,154 basehttp 18736 13035925504 "POST /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 66773 INFO 2025-08-19 23:17:55,693 basehttp 18736 13035925504 "POST /en/admin/appointments/waitingqueue/ HTTP/1.1" 302 0 INFO 2025-08-19 23:17:55,709 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 67995 INFO 2025-08-19 23:17:55,723 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:18:25,615 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:18:25,615 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:18:25,617 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:19:25,609 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:19:25,609 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:19:25,611 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2093 INFO 2025-08-19 23:20:25,600 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:20:25,604 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:20:25,604 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:21:25,585 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:22:25,608 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:22:25,610 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:22:25,611 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:23:25,633 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:23:25,635 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:23:25,635 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:23:49,134 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 67851 INFO 2025-08-19 23:23:49,147 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:24:25,625 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:24:25,626 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:24:59,309 basehttp 18736 13035925504 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-08-19 23:24:59,323 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:25:03,600 basehttp 18736 13035925504 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 71549 INFO 2025-08-19 23:25:03,610 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:25:25,621 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:25:25,622 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:25:37,118 basehttp 18736 6172340224 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 141664 INFO 2025-08-19 23:25:37,134 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:07,313 basehttp 18736 6172340224 "POST /en/admin/inpatients/admission/ HTTP/1.1" 200 90091 INFO 2025-08-19 23:26:10,561 basehttp 18736 6172340224 "POST /en/admin/inpatients/admission/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:10,578 basehttp 18736 6172340224 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 72650 INFO 2025-08-19 23:26:10,594 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:17,279 basehttp 18736 6172340224 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 147550 INFO 2025-08-19 23:26:17,294 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:24,810 basehttp 18736 6172340224 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 82837 INFO 2025-08-19 23:26:25,635 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:26:25,637 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:26:25,637 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:26:27,277 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:27,317 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 147169 INFO 2025-08-19 23:26:27,333 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:30,404 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 82583 INFO 2025-08-19 23:26:32,969 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:33,029 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 147878 INFO 2025-08-19 23:26:33,048 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:37,251 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 82983 INFO 2025-08-19 23:26:39,139 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:39,173 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 129412 INFO 2025-08-19 23:26:39,196 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:43,407 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 200 78654 INFO 2025-08-19 23:26:45,441 basehttp 18736 13035925504 "POST /en/admin/inpatients/bed/ HTTP/1.1" 302 0 INFO 2025-08-19 23:26:45,459 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 71400 INFO 2025-08-19 23:26:45,475 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:49,889 basehttp 18736 13035925504 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-19 23:26:49,902 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:54,038 basehttp 18736 13035925504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-19 23:26:54,053 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:26:59,114 basehttp 18736 13035925504 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 72073 INFO 2025-08-19 23:26:59,128 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:27:05,664 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82510 INFO 2025-08-19 23:27:05,677 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:27:10,606 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 69981 INFO 2025-08-19 23:27:12,526 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-19 23:27:12,545 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-19 23:27:12,560 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:27:25,613 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:27:25,614 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:28:25,628 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:28:25,630 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:29:25,618 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:29:25,619 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:29:25,620 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:30:25,628 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:30:25,628 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:30:25,630 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:31:25,605 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:32:25,644 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:32:25,644 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:32:25,646 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:33:25,605 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:34:25,641 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:34:25,643 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:34:25,644 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:35:25,612 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:35:25,620 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:35:25,621 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:36:25,622 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:37:25,646 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:37:25,646 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:37:25,648 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:38:25,683 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:38:25,685 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:38:25,686 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:39:25,627 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:40:25,624 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:40:25,625 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:40:25,626 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:41:25,649 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:41:25,651 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:41:25,652 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:42:25,627 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:43:25,649 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:43:25,650 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:43:25,652 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:44:25,629 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:44:25,629 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:44:25,631 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:45:25,643 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:45:25,644 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:45:25,644 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:46:25,633 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:46:25,638 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:46:25,638 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:47:25,631 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:48:25,651 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:48:25,653 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:48:25,654 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:49:25,631 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:50:25,644 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:50:25,644 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:50:25,645 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:51:25,627 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-08-19 23:51:25,628 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:52:25,635 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:52:25,636 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:53:25,507 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-19 23:53:25,564 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:53:25,565 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:54:25,527 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:54:25,529 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:55:25,524 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:55:25,526 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:56:25,535 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:56:25,535 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:56:25,537 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:57:22,189 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82620 INFO 2025-08-19 23:57:22,202 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:57:25,520 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:57:25,522 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:57:37,299 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/13/change/ HTTP/1.1" 200 192188 INFO 2025-08-19 23:57:37,315 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:58:25,521 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:58:25,523 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:58:40,026 basehttp 18736 6172340224 "POST /en/admin/inpatients/ward/13/change/ HTTP/1.1" 302 0 INFO 2025-08-19 23:58:40,045 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82859 INFO 2025-08-19 23:58:40,058 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:58:43,369 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/15/change/ HTTP/1.1" 200 209650 INFO 2025-08-19 23:58:43,386 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-19 23:59:25,523 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-19 23:59:25,528 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-19 23:59:25,529 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-19 23:59:44,284 basehttp 18736 6155513856 "POST /en/admin/inpatients/ward/15/change/ HTTP/1.1" 302 0 INFO 2025-08-19 23:59:44,303 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82873 INFO 2025-08-19 23:59:44,315 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:00:25,508 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 00:00:25,510 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:00:25,511 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:01:25,507 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 00:01:25,507 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:01:36,386 basehttp 18736 6155513856 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 135363 INFO 2025-08-20 00:01:40,458 basehttp 18736 6155513856 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-20 00:01:40,472 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-20 00:01:40,493 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:45,079 basehttp 18736 6155513856 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 71549 INFO 2025-08-20 00:01:45,094 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:51,757 basehttp 18736 6155513856 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 69539 INFO 2025-08-20 00:01:51,773 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:56,106 basehttp 18736 6155513856 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-20 00:01:56,117 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:01:58,856 basehttp 18736 6155513856 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-20 00:01:58,870 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:02:02,767 basehttp 18736 6155513856 "GET /en/admin/inpatients/transfer/ HTTP/1.1" 200 70249 INFO 2025-08-20 00:02:02,780 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:02:08,666 basehttp 18736 6155513856 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70569 INFO 2025-08-20 00:02:08,684 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:02:25,512 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:02:25,514 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:03:25,529 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:03:25,530 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:03:25,531 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:04:25,513 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:05:25,560 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:05:25,561 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:05:25,562 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:06:25,497 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:07:25,525 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:07:25,526 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:07:25,527 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:07:46,721 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82851 INFO 2025-08-20 00:07:46,734 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:07:56,461 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/21/change/ HTTP/1.1" 200 311029 INFO 2025-08-20 00:07:56,480 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:25,447 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:08:25,448 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:08:25,450 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:08:30,345 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82851 INFO 2025-08-20 00:08:34,430 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 137246 INFO 2025-08-20 00:08:38,451 basehttp 18736 13035925504 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-20 00:08:38,465 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-20 00:08:38,482 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:44,632 basehttp 18736 13035925504 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 71549 INFO 2025-08-20 00:08:44,647 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:47,633 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 69539 INFO 2025-08-20 00:08:47,649 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:51,352 basehttp 18736 13035925504 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 70297 INFO 2025-08-20 00:08:51,367 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:08:54,651 basehttp 18736 13035925504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-20 00:08:54,665 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:05,039 basehttp 18736 13035925504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 70629 INFO 2025-08-20 00:09:05,052 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:09,684 basehttp 18736 13035925504 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 137735 INFO 2025-08-20 00:09:09,700 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:17,569 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144413 INFO 2025-08-20 00:09:17,580 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:25,441 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:09:25,444 basehttp 18736 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:09:28,015 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82680 INFO 2025-08-20 00:09:28,030 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:30,818 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/33/change/ HTTP/1.1" 200 280636 INFO 2025-08-20 00:09:30,835 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:09:38,580 basehttp 18736 13035925504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82680 INFO 2025-08-20 00:09:39,754 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144413 INFO 2025-08-20 00:10:23,879 basehttp 18736 13035925504 "GET /en/admin/inpatients/bed/1189/change/ HTTP/1.1" 200 115754 INFO 2025-08-20 00:10:23,895 basehttp 18736 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:10:25,456 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:10:25,456 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:10:25,457 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:10:56,652 basehttp 18736 6155513856 "POST /en/admin/inpatients/bed/1189/change/ HTTP/1.1" 302 0 INFO 2025-08-20 00:10:56,698 basehttp 18736 6155513856 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144678 INFO 2025-08-20 00:10:56,715 basehttp 18736 6155513856 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:10:59,845 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:11:01,419 basehttp 18736 6155513856 "GET /en/ HTTP/1.1" 200 46900 INFO 2025-08-20 00:11:01,507 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:11:01,509 basehttp 18736 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:11:01,511 basehttp 18736 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-20 00:11:01,512 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:11:10,958 basehttp 18736 6172340224 "GET /en/patients/ HTTP/1.1" 200 139520 INFO 2025-08-20 00:11:10,991 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:11:10,993 basehttp 18736 13052751872 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-08-20 00:11:19,236 basehttp 18736 13052751872 "GET /en/patients/patientprofile/49/details/ HTTP/1.1" 200 36894 ERROR 2025-08-20 00:11:19,309 log 18736 6155513856 Internal Server Error: /en/patients/htmx/appointments/49/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-08-20 00:11:19,310 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-08-20 00:11:19,310 basehttp 18736 6155513856 "GET /en/patients/htmx/appointments/49/ HTTP/1.1" 500 64057 ERROR 2025-08-20 00:11:19,321 log 18736 6172340224 Internal Server Error: /en/patients/htmx/emergency-contacts/49/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-20 00:11:19,325 basehttp 18736 6172340224 "GET /en/patients/htmx/emergency-contacts/49/ HTTP/1.1" 500 90649 ERROR 2025-08-20 00:11:19,343 log 18736 13035925504 Internal Server Error: /en/patients/insurance-info/49/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-20 00:11:19,344 basehttp 18736 13035925504 "GET /en/patients/insurance-info/49/ HTTP/1.1" 500 109627 INFO 2025-08-20 00:11:37,254 basehttp 18736 13035925504 "GET /en/patients/patientprofile/42/details/ HTTP/1.1" 200 36909 ERROR 2025-08-20 00:11:37,321 log 18736 13052751872 Internal Server Error: /en/patients/htmx/appointments/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-08-20 00:11:37,323 basehttp 18736 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-08-20 00:11:37,324 basehttp 18736 13052751872 "GET /en/patients/htmx/appointments/42/ HTTP/1.1" 500 64057 ERROR 2025-08-20 00:11:37,335 log 18736 6172340224 Internal Server Error: /en/patients/htmx/emergency-contacts/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-20 00:11:37,337 basehttp 18736 6172340224 "GET /en/patients/htmx/emergency-contacts/42/ HTTP/1.1" 500 90494 ERROR 2025-08-20 00:11:37,355 log 18736 6155513856 Internal Server Error: /en/patients/insurance-info/42/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-20 00:11:37,356 basehttp 18736 6155513856 "GET /en/patients/insurance-info/42/ HTTP/1.1" 500 109627 INFO 2025-08-20 00:11:41,500 basehttp 18736 6155513856 "GET /en/patients/htmx/insurance-info/42/ HTTP/1.1" 200 153 INFO 2025-08-20 00:11:47,594 basehttp 18736 6155513856 "GET /en/patients/ HTTP/1.1" 200 139520 INFO 2025-08-20 00:11:47,645 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:11:47,647 basehttp 18736 6172340224 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-08-20 00:11:53,213 basehttp 18736 6172340224 "GET /en/patients/htmx/insurance-info/43/ HTTP/1.1" 200 568 INFO 2025-08-20 00:11:59,034 basehttp 18736 6172340224 "GET /en/patients/htmx/consent-forms/24/ HTTP/1.1" 200 590 INFO 2025-08-20 00:12:07,796 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:12:07,797 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:12:07,799 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:12:16,370 basehttp 18736 6172340224 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 137735 INFO 2025-08-20 00:12:16,388 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:12:38,432 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:13:08,438 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:13:08,438 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:13:09,421 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:13:40,535 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:14:09,440 basehttp 18736 6172340224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:14:09,440 basehttp 18736 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:14:11,422 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:14:42,428 basehttp 18736 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:14:47,012 basehttp 18736 13052751872 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82680 INFO 2025-08-20 00:14:47,028 basehttp 18736 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:14:50,451 basehttp 18736 13052751872 "POST /en/admin/inpatients/ward/ HTTP/1.1" 200 138365 INFO 2025-08-20 00:14:56,894 basehttp 18736 13052751872 "POST /en/admin/inpatients/ward/ HTTP/1.1" 302 0 INFO 2025-08-20 00:14:56,908 basehttp 18736 13052751872 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 70705 INFO 2025-08-20 00:14:56,925 basehttp 18736 13052751872 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:15:10,417 basehttp 18736 13052751872 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82823 INFO 2025-08-20 00:15:10,421 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:10,421 basehttp 18736 6155513856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:15:10,432 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:15:19,363 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/44/change/ HTTP/1.1" 200 262871 INFO 2025-08-20 00:15:19,381 basehttp 18736 6172340224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 00:15:24,239 basehttp 18736 6172340224 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82823 INFO 2025-08-20 00:15:25,304 basehttp 18736 6172340224 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:15:26,601 basehttp 18736 6172340224 "GET /en/ HTTP/1.1" 200 46902 INFO 2025-08-20 00:15:26,665 basehttp 18736 13052751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:15:26,665 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:26,666 basehttp 18736 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-20 00:15:26,668 basehttp 18736 6155513856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:15:29,422 basehttp 18736 6155513856 "GET /en/inpatients/ HTTP/1.1" 200 41809 INFO 2025-08-20 00:15:29,480 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:29,481 basehttp 18736 13035925504 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:15:29,502 basehttp 18736 6172340224 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:15:37,207 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:15:37,271 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:15:37,322 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:16:07,335 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:16:37,281 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:16:37,334 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:17:02,679 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:17:02,733 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:17:02,779 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:17:32,855 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:17:47,501 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660041 INFO 2025-08-20 00:17:47,555 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:17:47,603 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660041 INFO 2025-08-20 00:18:08,438 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 INFO 2025-08-20 00:18:08,499 basehttp 18736 6172340224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:18:08,549 basehttp 18736 6172340224 "GET /en/inpatients/beds/ HTTP/1.1" 200 660224 ERROR 2025-08-20 00:18:36,079 log 18736 6155513856 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 682, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse some characters: occupancy_rate.|[0]||floatformat:0 ERROR 2025-08-20 00:18:36,082 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 500 262445 INFO 2025-08-20 00:18:53,971 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:18:54,029 basehttp 18736 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:18:54,078 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:19:24,088 basehttp 18736 6155513856 "GET /en/inpatients/beds/ HTTP/1.1" 200 660590 INFO 2025-08-20 00:19:49,635 autoreload 18736 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 00:19:49,962 autoreload 53318 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 00:19:50,837 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:19:50,900 basehttp 53318 6158020608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:19:50,948 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:20:20,952 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:20:50,911 basehttp 53318 6158020608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:20:50,964 basehttp 53318 6158020608 "GET /en/inpatients/beds/ HTTP/1.1" 200 659926 INFO 2025-08-20 00:21:15,981 autoreload 53318 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 00:21:16,317 autoreload 53952 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 00:21:18,264 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659930 INFO 2025-08-20 00:21:18,325 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:21:18,373 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659930 INFO 2025-08-20 00:21:48,373 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659930 INFO 2025-08-20 00:21:56,197 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:21:56,255 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:21:56,305 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:22:26,328 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:22:56,264 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:22:56,319 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:26,326 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:56,260 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:23:56,305 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:56,739 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:23:56,794 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:23:56,846 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:24:26,869 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 659885 INFO 2025-08-20 00:24:36,221 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:24:36,279 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:24:36,344 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:24:46,418 basehttp 53952 6160101376 "GET /en/inpatients/beds/?bed_id=1739 HTTP/1.1" 200 900007 INFO 2025-08-20 00:25:06,371 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:25:36,290 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:25:36,358 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:26:06,352 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:26:36,293 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:36,358 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900007 INFO 2025-08-20 00:26:47,335 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:47,383 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:47,444 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:49,525 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:49,574 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:49,633 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:56,557 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:26:56,618 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:26:56,681 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:27:09,452 basehttp 53952 6160101376 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:27:11,299 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 INFO 2025-08-20 00:27:11,349 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:27:11,431 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 899993 ERROR 2025-08-20 00:27:17,699 log 53952 6160101376 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reject_transfer' not found. 'reject_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 00:27:17,701 basehttp 53952 6160101376 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262902 INFO 2025-08-20 00:27:29,309 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:27:59,329 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:27:59,334 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:27:59,358 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:28:29,312 basehttp 53952 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:28:59,313 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:28:59,314 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:28:59,333 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:28:59,359 basehttp 53952 6160101376 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:29:29,313 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:29:59,331 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:29:59,333 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:29:59,357 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:30:29,318 basehttp 53952 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:30:59,314 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:30:59,318 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:30:59,344 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:30:59,401 basehttp 53952 6160101376 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:31:29,323 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:31:59,310 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:31:59,324 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:31:59,328 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:31:59,352 basehttp 53952 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:32:29,315 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:32:59,308 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:32:59,337 basehttp 53952 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:32:59,339 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 00:32:59,393 basehttp 53952 13707014144 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 00:33:18,574 basehttp 53952 13707014144 "GET / HTTP/1.1" 302 0 INFO 2025-08-20 00:33:18,598 basehttp 53952 6160101376 "GET /en/ HTTP/1.1" 200 46889 INFO 2025-08-20 00:33:18,659 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:33:18,664 basehttp 53952 13740666880 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-20 00:33:18,665 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:33:18,665 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:33:49,392 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:34:19,491 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:34:19,492 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:34:19,494 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:34:50,471 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:35:20,488 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:35:20,489 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:35:20,490 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:35:51,467 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:36:21,489 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:36:21,489 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:36:21,491 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:46:52,128 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:46:52,128 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:46:53,109 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:47:53,128 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:47:53,129 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:47:55,119 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 00:48:54,119 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 00:48:54,120 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 00:48:55,109 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:02:55,185 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:02:55,190 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:02:55,190 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:08:44,109 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:08:44,112 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:08:44,112 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:24:50,703 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:35:35,441 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:35:35,443 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:35:35,444 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:36:35,437 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:36:35,438 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:36:35,439 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:37:35,417 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:38:35,439 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 01:38:35,440 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:38:35,442 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 01:47:22,718 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 01:47:22,721 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:00:13,573 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:00:13,574 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:17:26,012 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:17:26,013 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:17:26,014 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:18:26,068 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:18:26,069 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:19:26,069 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:19:26,070 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:20:26,069 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:20:26,071 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:20:26,072 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:21:26,070 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:21:26,071 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:22:26,073 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:22:26,074 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:23:26,084 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:23:26,084 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:23:26,086 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:24:26,072 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:24:26,074 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:25:26,075 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:25:26,077 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:26:26,089 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:26:26,089 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:26:26,091 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:35:30,498 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:35:30,506 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:35:30,507 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:36:30,504 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:37:30,523 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:37:30,526 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:37:30,527 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:38:30,524 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:38:30,524 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:38:30,526 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:39:30,528 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:39:30,529 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:39:30,531 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:40:30,508 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:41:30,527 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:41:30,529 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:41:30,530 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:42:30,516 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:42:30,518 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:43:30,505 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:43:30,506 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:44:30,523 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:44:30,523 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:44:30,525 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:45:30,524 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:45:30,526 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:46:30,518 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:46:30,520 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:47:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:47:30,520 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:48:30,519 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:48:30,521 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:49:30,530 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:49:30,531 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:49:30,533 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:50:30,517 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 02:50:30,518 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:51:30,503 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:51:30,504 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:52:30,501 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 02:52:30,504 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:53:30,502 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:53:30,505 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:54:30,502 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:54:30,508 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:54:30,509 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:55:30,504 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:55:30,506 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:56:30,510 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:56:30,512 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:57:30,508 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:57:30,509 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:58:30,515 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:58:30,516 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 02:58:30,518 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:59:30,507 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 02:59:30,508 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 02:59:30,508 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:00:30,493 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:01:30,518 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:01:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:01:30,519 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:02:30,501 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:02:30,501 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:03:30,503 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:03:30,504 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:04:30,506 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:04:30,508 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:05:30,518 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:05:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:05:30,519 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:06:30,507 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:07:30,527 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:07:30,528 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:07:30,529 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:08:30,515 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:08:30,516 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:09:30,516 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:09:30,518 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:10:30,512 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:10:30,515 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:11:30,524 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:11:30,525 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:11:30,528 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:12:30,516 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:12:30,517 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:13:30,513 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:13:30,515 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:14:30,518 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:14:30,519 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:14:30,519 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:15:30,531 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:15:30,533 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:15:30,534 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:16:30,514 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:17:30,528 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:17:30,529 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:17:30,531 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:18:30,528 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:18:30,529 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:18:30,529 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:19:30,506 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:20:30,532 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:20:30,533 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:20:30,534 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:21:30,546 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:21:30,546 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:21:30,548 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:22:30,719 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:22:30,719 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:22:30,720 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:23:30,530 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:24:30,546 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:24:30,551 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:24:30,552 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:25:30,533 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:26:30,560 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:26:30,560 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:26:30,561 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:27:30,533 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:28:30,555 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:28:30,556 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:28:30,559 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:29:30,531 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:30:30,554 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:30:30,556 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:30:30,557 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:31:30,558 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:31:30,559 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:31:30,559 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:32:30,538 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:33:30,561 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:33:30,562 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:33:30,564 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:34:30,558 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:34:30,559 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:34:30,560 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:35:30,540 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:36:30,575 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:36:30,576 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:36:30,577 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:37:30,588 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:37:30,590 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:38:30,590 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 03:38:30,593 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:54:24,692 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:54:24,693 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:54:24,694 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:55:24,712 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 03:55:24,712 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 03:55:24,714 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 03:56:24,685 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:12:19,088 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:12:19,091 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:12:19,093 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:13:19,046 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:13:19,050 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:13:19,051 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:14:19,029 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:15:19,055 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:15:19,055 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:15:19,057 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:16:19,027 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:17:19,039 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:17:19,039 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:17:19,040 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:18:19,040 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:18:19,042 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:19:19,019 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:19:19,020 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:20:19,038 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:20:19,044 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:20:19,045 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:21:19,026 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:21:19,027 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:22:19,049 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:22:19,049 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:22:19,050 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:23:19,044 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:23:19,044 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:23:19,046 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:24:19,025 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:25:19,035 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:25:19,036 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:25:19,038 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:26:19,047 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:26:19,049 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:26:19,050 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:27:19,044 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:27:19,044 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:27:19,046 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:28:18,970 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:28:18,970 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:28:18,971 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:29:18,936 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:30:18,966 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:30:18,968 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:30:18,969 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:31:18,961 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:31:18,961 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:31:18,963 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:32:18,985 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:32:18,985 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:32:18,985 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:33:18,943 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:34:18,961 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:34:18,961 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:34:18,962 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:35:18,960 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:35:18,962 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:35:18,963 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:36:18,948 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:36:18,949 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:37:18,946 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:37:18,948 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:38:18,938 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:38:18,943 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:38:18,943 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:39:18,946 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:39:18,948 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:40:18,938 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:40:18,939 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:41:18,942 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:41:18,944 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:42:18,940 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:42:18,940 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:42:18,942 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:43:18,939 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:43:18,940 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:44:18,890 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:44:18,892 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:45:18,896 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:45:18,896 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:45:18,898 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:46:18,877 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:46:18,878 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:47:18,879 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:47:18,881 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:48:18,888 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:48:18,889 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:48:18,891 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:49:18,885 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:49:18,887 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:49:18,887 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:50:18,865 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:51:18,886 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:51:18,887 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 04:51:18,889 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:52:18,881 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 04:52:18,881 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:52:18,883 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:53:18,874 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:53:18,876 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 04:53:18,876 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:54:18,857 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:55:18,865 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:55:18,867 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:55:18,867 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:56:18,874 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:56:18,875 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:56:18,876 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:57:18,845 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:58:18,870 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:58:18,870 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:58:18,873 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 04:59:18,821 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 04:59:18,822 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 04:59:18,824 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:00:18,820 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:00:18,821 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:00:18,823 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:01:18,796 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:02:18,819 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:02:18,820 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:02:18,821 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:03:18,810 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:03:18,810 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:03:18,811 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:04:18,787 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:05:18,810 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:05:18,810 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:05:18,812 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:06:18,794 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:06:18,795 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:06:18,796 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:07:18,808 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:07:18,808 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:07:18,809 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:08:18,786 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:09:18,798 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:09:18,801 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:09:18,801 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:10:18,798 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:10:18,798 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:10:18,799 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:11:18,787 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:11:18,788 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:12:18,782 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:12:18,785 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:13:18,795 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:13:18,795 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:13:18,797 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:29:13,151 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:29:13,152 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:30:13,150 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:30:13,152 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:31:13,149 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:31:13,151 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:31:13,152 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:32:13,155 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:32:13,156 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:32:13,157 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:33:13,130 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:34:13,145 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:34:13,150 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:34:13,150 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:35:13,154 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:35:13,154 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:35:13,156 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:36:13,123 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:37:13,145 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:37:13,145 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:37:13,147 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:38:13,129 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:38:13,129 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:38:13,129 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:39:13,122 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:40:13,136 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:40:13,140 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:40:13,141 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:41:13,123 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:41:13,126 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:42:13,123 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:42:13,125 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:43:13,125 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:43:13,127 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:43:13,128 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:44:13,116 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:44:13,117 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:45:13,108 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:45:13,109 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:45:13,110 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:46:13,093 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:47:13,114 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:47:13,114 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:47:13,116 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:48:13,082 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:49:13,105 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:49:13,105 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:49:13,107 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:50:13,090 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 05:50:13,092 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:51:13,086 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:51:13,087 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:52:13,090 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:52:13,092 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 05:52:13,093 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:53:13,102 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 05:53:13,104 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:53:13,104 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:54:13,072 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:55:13,096 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:55:13,097 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:55:13,099 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:56:13,095 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:56:13,095 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:56:13,096 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:57:13,072 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:58:13,090 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:58:13,090 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:58:13,091 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 05:59:13,078 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 05:59:13,078 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 05:59:13,080 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:00:13,083 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:01:13,099 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:01:13,100 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:01:13,102 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:02:13,084 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:02:13,087 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:03:13,080 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:03:13,082 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:04:13,084 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:04:13,088 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:05:13,087 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:05:13,087 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:06:13,070 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:06:13,071 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:07:13,057 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:07:13,059 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:08:13,083 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:08:13,087 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:08:13,088 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:09:13,071 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:09:13,075 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:09:13,075 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:10:13,061 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:11:13,079 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:11:13,080 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:11:13,081 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:12:13,072 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:12:13,072 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:12:13,073 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:13:13,079 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:13:13,080 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:13:13,082 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:14:13,055 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:14:13,061 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:14:13,061 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:15:13,052 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:16:13,289 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:16:13,289 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:16:13,291 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:17:13,279 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:17:13,280 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:17:13,281 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:18:13,265 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:19:13,283 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:19:13,284 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:19:13,285 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:20:13,294 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:20:13,295 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:20:13,296 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:21:13,275 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:22:13,275 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:22:13,276 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:22:13,277 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:23:13,290 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:23:13,291 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:23:13,293 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:24:13,286 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:24:13,286 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:24:13,288 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:25:13,257 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:26:13,272 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:26:13,277 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:26:13,278 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:27:13,274 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:27:13,276 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:28:13,272 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:28:13,275 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:29:13,284 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:29:13,286 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:29:13,288 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:30:13,275 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:30:13,277 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:31:13,276 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:31:13,277 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:32:13,271 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:32:13,271 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:32:13,273 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:33:13,263 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:33:13,265 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:33:13,265 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:34:13,275 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:34:13,276 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:34:13,277 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:35:13,257 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:36:13,267 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:36:13,267 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:36:13,269 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:37:13,257 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:37:13,258 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:37:13,259 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:38:13,258 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:38:13,261 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:39:13,253 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:39:13,255 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:40:13,268 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:40:13,269 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:40:13,270 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:41:13,260 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:41:13,262 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:42:13,257 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:42:13,259 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:43:13,268 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:43:13,268 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:43:13,271 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:44:13,251 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:44:13,253 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:45:13,271 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:45:13,272 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:45:13,274 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:46:13,246 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:47:13,387 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:47:13,388 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:47:13,390 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:48:13,382 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:48:13,383 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:48:13,384 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:49:13,366 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:50:13,392 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:50:13,392 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 06:50:13,393 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:51:13,379 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:51:13,380 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:52:13,381 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 06:52:13,384 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:53:13,393 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-08-20 06:53:13,394 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:53:13,396 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:54:13,381 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:54:13,383 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:55:13,383 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:55:13,385 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:56:13,391 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:56:13,395 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:56:13,398 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:57:13,398 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:57:13,399 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:57:13,400 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:58:13,397 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 06:58:13,398 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 06:58:13,400 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 06:59:13,374 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:00:13,374 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:00:13,381 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:00:13,382 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:01:13,392 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:01:13,393 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:02:13,462 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:02:13,462 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:02:13,463 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:03:13,459 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:03:13,459 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:03:13,462 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:04:13,442 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:05:13,464 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:05:13,465 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:05:13,466 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:06:13,464 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:06:13,466 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:06:13,467 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:07:13,457 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:07:13,462 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:07:13,462 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:08:13,450 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:09:13,471 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:09:13,472 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:09:13,474 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:10:13,454 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:11:13,476 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:11:13,478 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:11:13,479 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:12:13,474 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:12:13,475 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:12:13,476 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:13:13,455 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:14:13,479 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:14:13,479 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:14:13,481 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:15:13,480 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:15:13,480 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:15:13,482 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:16:13,460 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:17:13,475 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:17:13,475 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:17:13,477 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:18:13,473 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:18:13,475 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:18:13,475 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:19:13,474 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:19:13,475 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:19:13,477 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:20:13,456 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:21:13,474 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:21:13,475 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:21:13,477 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:22:13,478 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:22:13,478 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:22:13,479 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:23:13,459 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:24:13,483 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:24:13,483 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:24:13,485 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:25:13,486 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:25:13,487 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:25:13,488 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:26:13,467 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:27:13,488 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:27:13,489 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:27:13,491 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:28:13,486 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:28:13,486 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:28:13,487 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:29:13,467 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:30:13,479 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:30:13,479 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:30:13,481 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:31:13,499 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:31:13,500 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:31:13,502 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:32:13,324 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:33:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:33:13,344 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:33:13,346 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:34:13,339 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:34:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:34:13,342 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:35:13,323 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:36:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:36:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:36:13,342 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:37:13,346 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:37:13,346 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:37:13,348 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:38:13,345 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:38:13,346 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:38:13,347 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:39:13,333 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:40:13,328 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:40:13,331 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:40:13,332 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:41:13,321 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:41:13,326 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:41:13,326 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:42:13,320 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:43:13,338 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:43:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:43:13,343 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:44:13,324 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:44:13,325 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:45:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:45:13,343 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:45:13,345 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:46:13,333 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:46:13,334 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:47:13,416 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:47:13,416 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:47:13,418 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:48:13,396 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:48:13,407 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:48:13,408 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:49:13,398 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:50:13,421 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:50:13,421 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:50:13,423 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:51:13,407 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 07:51:13,408 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:52:13,409 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:52:13,414 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-08-20 07:52:13,416 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:53:13,409 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:53:13,410 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:54:13,411 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:54:13,412 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:55:13,412 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:55:13,412 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:55:13,414 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:56:13,424 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:56:13,425 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:56:13,426 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:57:13,413 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:58:13,426 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:58:13,427 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:58:13,429 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 07:59:13,427 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 07:59:13,427 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 07:59:13,428 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:00:13,406 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:01:13,428 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 08:01:13,429 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:01:13,430 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:02:13,429 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:02:13,431 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:02:13,433 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:03:13,412 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:03:13,420 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:03:13,420 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:04:13,442 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:05:13,469 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:05:13,470 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:05:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:06:13,438 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:07:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:07:13,470 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:07:13,471 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:08:13,469 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:08:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:08:13,472 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:09:13,448 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:10:13,469 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:10:13,473 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:10:13,474 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:11:13,474 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:11:13,476 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:11:13,477 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:12:13,454 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:13:13,478 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:13:13,478 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:13:13,481 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:14:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:14:13,473 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:14:13,473 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:15:13,465 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:16:13,480 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:16:13,481 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:16:13,483 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:17:13,468 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:17:13,470 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:18:13,471 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:18:13,473 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:19:13,464 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:19:13,464 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:19:13,466 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:20:13,456 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:20:13,458 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:21:13,451 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:21:13,452 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:22:13,458 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:22:13,460 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:22:13,461 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:23:13,456 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:23:13,457 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:24:13,453 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:24:13,455 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:25:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:25:13,471 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:25:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:26:13,454 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:26:13,455 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:27:13,470 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:27:13,472 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:27:13,473 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:28:13,452 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:29:13,471 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:29:13,472 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:29:13,473 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:30:13,455 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:30:13,456 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:31:13,457 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:31:13,457 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:32:13,470 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:32:13,470 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:32:13,472 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:33:13,467 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:33:13,468 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:34:13,331 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:34:13,332 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:35:13,335 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:35:13,336 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:35:13,337 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:36:13,345 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:36:13,347 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:36:13,348 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:37:13,322 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:38:13,326 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:38:13,335 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:38:13,337 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:39:13,334 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:40:13,338 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:40:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:40:13,343 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:41:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:41:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:41:13,344 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:42:13,319 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:43:13,344 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:43:13,345 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:43:13,346 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:44:13,329 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:44:13,331 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:45:13,330 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:45:13,331 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:46:13,341 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:46:13,341 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:46:13,343 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:47:13,328 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:47:13,330 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:48:13,329 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:48:13,330 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:49:13,331 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:49:13,333 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:49:13,334 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:50:13,293 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:51:13,314 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:51:13,314 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:51:13,316 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:52:13,310 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:52:13,310 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 08:52:13,313 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:53:13,304 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:53:13,306 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:53:13,307 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 08:54:13,301 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:55:13,315 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:55:13,317 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:55:13,318 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:56:13,302 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:56:13,305 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:57:13,303 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:57:13,303 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:57:13,304 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:58:13,304 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 08:58:13,305 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 08:59:13,301 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 08:59:13,303 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:00:13,313 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:00:13,316 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:00:13,316 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:01:13,314 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:01:13,315 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:01:13,317 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:02:13,289 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:03:13,311 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:03:13,312 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:03:13,313 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:04:13,312 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:04:13,312 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:04:13,315 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:05:13,339 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:06:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:06:13,365 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:06:13,366 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:07:13,350 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:07:13,352 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:08:13,350 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:08:13,353 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:09:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:09:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:09:13,365 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:10:13,342 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:10:13,345 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:10:13,345 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:11:13,342 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:12:13,363 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:12:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:12:13,366 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:13:13,363 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:13:13,364 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:13:13,365 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:14:13,340 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:15:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:15:13,364 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:15:13,365 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:16:13,360 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:16:13,361 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:16:13,362 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:17:13,360 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:17:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:17:13,363 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:18:13,339 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:19:13,364 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:19:13,364 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:19:13,365 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:20:13,352 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:21:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:21:13,355 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:21:13,356 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:22:13,350 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:22:13,352 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:22:13,357 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:23:13,339 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:24:13,362 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:24:13,364 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:24:13,366 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:25:13,370 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:25:13,370 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:25:13,372 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:26:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:26:13,356 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:27:13,356 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:27:13,359 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:28:13,368 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:28:13,369 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:28:13,371 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:29:13,363 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:29:13,363 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:29:13,364 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:30:13,348 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:31:13,368 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:31:13,368 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:31:13,369 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:32:13,349 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:32:13,351 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:32:13,351 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:33:13,367 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:33:13,367 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:33:13,368 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:34:13,339 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:35:13,367 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:35:13,367 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:35:13,368 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:36:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:36:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:36:13,342 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:37:13,319 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:38:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:38:13,342 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:38:13,344 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:39:13,338 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:39:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:39:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:40:13,343 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:40:13,344 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:40:13,345 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:41:13,320 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:42:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:42:13,342 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:42:13,343 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:43:13,339 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:43:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:43:13,340 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:44:13,317 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:45:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:45:13,339 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:45:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:46:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:46:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:46:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:47:13,331 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:47:13,334 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:47:13,335 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:48:13,311 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:49:13,339 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:49:13,339 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:49:13,341 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:50:13,330 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:50:13,331 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:51:13,339 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 09:51:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:51:13,342 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:52:13,342 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 09:52:13,344 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:53:13,336 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:53:13,338 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:54:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:54:13,345 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:54:13,347 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:55:13,333 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:55:13,334 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:56:13,342 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:56:13,344 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:57:13,332 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:57:13,334 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:58:13,334 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 09:58:13,334 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:58:13,335 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:59:13,340 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 09:59:13,343 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 09:59:13,343 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:00:13,324 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:01:13,347 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:01:13,349 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:01:13,350 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:02:13,337 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:02:13,340 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:02:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:03:13,321 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:04:13,344 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:04:13,345 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:04:13,346 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:05:13,323 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:05:13,329 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:05:13,330 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:06:13,327 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:07:13,358 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:07:13,360 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:07:13,360 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:08:13,325 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:09:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:09:13,356 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:09:13,357 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:10:13,348 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:10:13,348 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:10:13,348 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:11:13,324 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:12:13,354 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:12:13,354 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:12:13,356 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:13:13,330 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:14:13,351 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:14:13,352 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:14:13,354 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:15:13,341 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:15:13,344 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:16:13,352 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:16:13,352 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:16:13,354 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:17:13,345 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:17:13,348 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:17:13,350 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:18:13,330 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:19:13,340 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:19:13,343 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:19:13,344 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:20:13,346 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:20:13,346 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:20:13,347 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:21:13,417 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:22:13,437 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:22:13,439 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:22:13,440 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:23:13,430 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:23:13,432 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:24:13,435 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:24:13,436 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:25:13,438 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:25:13,438 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:25:13,440 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:26:13,435 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:26:13,435 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:26:13,437 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:27:13,419 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:28:13,440 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:28:13,442 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:28:13,443 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:29:13,427 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:29:13,428 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:29:13,429 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:30:13,445 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:30:13,447 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:30:13,448 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:31:13,423 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:32:13,446 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:32:13,447 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:32:13,449 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:33:13,443 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:33:13,444 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:33:13,446 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:34:13,422 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:35:13,448 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:35:13,450 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:35:13,452 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:36:13,439 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:36:13,439 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:36:13,440 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:37:13,428 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:38:13,452 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:38:13,452 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:38:13,453 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:39:13,440 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:39:13,441 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:40:13,471 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:40:13,474 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:40:13,474 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:41:13,425 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:42:13,452 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:42:13,453 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:42:13,453 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:43:13,423 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:44:13,454 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:44:13,454 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:44:13,456 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:45:13,429 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:46:13,448 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:46:13,450 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:46:13,450 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:47:13,451 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:47:13,452 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:47:13,454 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:48:13,429 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:49:13,443 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:49:13,443 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:49:13,445 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:50:13,457 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 10:50:13,459 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:50:13,460 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:53:47,927 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:54:47,946 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:54:47,946 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:54:47,947 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:55:47,963 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:55:47,963 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:55:47,965 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:56:47,962 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:56:47,962 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:56:47,963 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:57:47,936 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:58:47,963 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:58:47,963 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:58:47,966 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 10:59:47,962 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 10:59:47,962 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 10:59:47,964 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:00:47,938 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:01:47,965 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:01:47,966 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:01:47,968 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:02:47,945 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:02:47,951 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:02:47,952 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:03:47,945 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:04:47,972 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:04:47,972 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:04:47,974 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:05:47,956 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:05:47,957 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:06:47,957 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:06:47,958 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:07:47,969 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:07:47,970 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:07:47,972 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:08:47,969 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:08:47,970 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:08:47,972 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:09:47,790 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:10:47,810 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:10:47,811 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:10:47,813 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:11:47,804 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:11:47,806 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:12:47,807 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:12:47,811 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:12:47,811 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:13:47,785 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:13:47,785 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:14:47,796 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:14:47,797 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:15:47,797 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:15:47,798 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:15:47,799 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:16:47,796 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:16:47,798 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:17:47,793 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:17:47,794 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:18:47,792 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:18:47,794 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:19:47,804 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:19:47,805 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:19:47,806 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:20:47,790 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:20:47,791 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:21:47,790 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:21:47,791 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:22:47,799 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:22:47,800 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:22:47,802 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:23:47,773 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:23:47,773 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:24:47,875 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:24:47,875 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:24:47,876 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:25:47,886 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:25:47,887 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:25:47,887 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:26:47,864 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:27:47,884 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:27:47,884 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:27:47,887 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:28:47,885 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:28:47,886 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:28:47,887 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:29:47,863 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:30:47,886 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:30:47,886 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:30:47,889 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:31:47,884 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:31:47,885 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:31:47,886 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:32:47,887 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:32:47,887 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:32:47,888 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:33:47,865 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:34:47,888 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:34:47,888 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:34:47,889 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:35:47,887 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:35:47,888 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:35:47,890 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:36:47,861 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:37:47,872 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:37:47,873 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:37:47,874 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:38:47,875 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:38:47,877 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:39:47,860 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:39:47,861 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:40:47,784 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:40:47,785 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:40:47,786 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:41:47,764 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:41:47,766 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:42:47,768 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:42:47,769 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:43:47,767 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:43:47,769 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:44:47,770 basehttp 53952 6160101376 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:44:47,775 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:44:47,776 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:45:47,762 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:45:47,763 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:46:47,762 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:46:47,765 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:47:47,773 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:47:47,773 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:47:47,776 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:48:47,750 basehttp 53952 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:49:47,774 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:49:47,775 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:49:47,777 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:50:47,759 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:50:47,761 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:51:47,757 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 11:51:47,759 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:52:47,766 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 11:52:47,767 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:52:47,768 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:53:47,757 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:53:47,758 basehttp 53952 6160101376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:54:47,761 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:54:47,761 basehttp 53952 13723840512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:54:47,763 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:55:51,448 basehttp 53952 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-20 11:56:03,625 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:56:03,626 basehttp 53952 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-20 11:56:18,937 basehttp 53952 13707014144 "GET /en/appointments/create/ HTTP/1.1" 200 36087 INFO 2025-08-20 11:56:18,999 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:57:19,008 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:58:19,015 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 11:59:19,018 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:00:19,012 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:01:19,013 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:02:19,022 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:03:19,018 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:04:19,026 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:05:19,027 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:06:19,029 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:06:35,243 basehttp 53952 13707014144 "GET /en/appointments/list/ HTTP/1.1" 200 130057 INFO 2025-08-20 12:06:35,285 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 12:06:43,882 log 53952 13707014144 Forbidden (CSRF token missing.): /en/appointments/check-in/2220/ WARNING 2025-08-20 12:06:43,882 basehttp 53952 13707014144 "POST /en/appointments/check-in/2220/ HTTP/1.1" 403 2491 INFO 2025-08-20 12:07:16,386 basehttp 53952 13707014144 "GET /en/inpatients/ HTTP/1.1" 200 42575 INFO 2025-08-20 12:07:16,442 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:07:16,447 basehttp 53952 6160101376 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:07:16,465 basehttp 53952 13723840512 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 12:07:46,445 basehttp 53952 13723840512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:08:07,197 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:08:07,252 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:08:07,320 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:08:37,341 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:09:07,276 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:09:07,332 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 WARNING 2025-08-20 12:09:19,414 log 53952 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:09:19,415 basehttp 53952 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:09:37,338 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:10:07,268 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:10:07,332 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:10:37,340 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:11:07,202 basehttp 53952 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:11:07,266 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:11:21,460 basehttp 53952 13723840512 "GET /en/inpatients/beds/?bed_id=1733 HTTP/1.1" 200 900005 INFO 2025-08-20 12:11:37,273 basehttp 53952 13723840512 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:12:07,195 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:12:07,248 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:12:37,256 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:13:07,203 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:13:07,260 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:13:37,274 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:14:07,196 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:14:07,244 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:14:37,271 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:15:07,210 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:15:07,261 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:15:37,268 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:16:07,228 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:16:07,295 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:16:37,248 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:17:07,202 basehttp 53952 6160101376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:17:07,260 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:17:37,266 basehttp 53952 13707014144 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:18:07,231 basehttp 53952 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:18:07,273 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:18:37,276 basehttp 53952 6160101376 "GET /en/inpatients/beds/ HTTP/1.1" 200 900005 INFO 2025-08-20 12:18:57,037 autoreload 53952 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-20 12:18:58,206 autoreload 3903 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 12:18:58,848 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:18:58,848 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 12:18:58,878 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:18:58,879 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:19:07,277 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:19:07,312 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 WARNING 2025-08-20 12:19:08,816 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:19:08,816 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:19:09,663 basehttp 3903 6144077824 "GET /en/inpatients/ HTTP/1.1" 200 42575 WARNING 2025-08-20 12:19:09,676 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:19:09,676 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:19:09,768 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:19:09,771 basehttp 3903 6127251456 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:19:09,818 basehttp 3903 6160904192 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 12:19:39,765 basehttp 3903 6160904192 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:20:09,785 basehttp 3903 6160904192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:20:09,787 basehttp 3903 6144077824 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:20:09,847 basehttp 3903 6127251456 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611566 INFO 2025-08-20 12:20:39,766 basehttp 3903 6127251456 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 12:20:56,946 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 WARNING 2025-08-20 12:20:56,963 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:20:56,963 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:20:57,072 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:20:57,128 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 INFO 2025-08-20 12:21:27,156 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900052 INFO 2025-08-20 12:21:54,926 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 WARNING 2025-08-20 12:21:54,943 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:21:54,943 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:21:55,070 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:21:55,119 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 INFO 2025-08-20 12:22:25,126 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 INFO 2025-08-20 12:22:55,075 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:22:55,132 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 900494 INFO 2025-08-20 12:23:13,923 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 WARNING 2025-08-20 12:23:13,941 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:23:13,941 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:23:14,048 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:23:14,117 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:23:17,039 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:23:17,055 basehttp 3903 6160904192 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-20 12:23:17,056 basehttp 3903 13338013696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-20 12:23:17,056 basehttp 3903 13321187328 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-20 12:23:17,061 log 3903 6160904192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:23:17,061 basehttp 3903 6160904192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:23:17,063 basehttp 3903 6127251456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-20 12:23:17,067 basehttp 3903 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-20 12:23:17,072 basehttp 3903 13304360960 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-20 12:23:17,073 basehttp 3903 6144077824 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-08-20 12:23:17,077 basehttp 3903 13338013696 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-20 12:23:17,118 basehttp 3903 6144077824 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-20 12:23:17,118 basehttp 3903 13338013696 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-20 12:23:17,118 basehttp 3903 6127251456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-20 12:23:17,120 basehttp 3903 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-20 12:23:17,121 basehttp 3903 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-20 12:23:17,123 basehttp 3903 6160904192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-20 12:23:17,124 basehttp 3903 13321187328 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-20 12:23:17,124 basehttp 3903 13304360960 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-20 12:23:17,124 basehttp 3903 6160904192 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-20 12:23:17,125 basehttp 3903 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-20 12:23:17,125 basehttp 3903 6144077824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-20 12:23:17,126 basehttp 3903 6160904192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-20 12:23:17,127 basehttp 3903 13321187328 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-20 12:23:17,127 basehttp 3903 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-20 12:23:17,128 basehttp 3903 6144077824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-20 12:23:17,128 basehttp 3903 13338013696 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-20 12:23:17,129 basehttp 3903 6160904192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-20 12:23:17,129 basehttp 3903 6127251456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-20 12:23:17,131 basehttp 3903 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-20 12:23:17,131 basehttp 3903 13338013696 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-20 12:23:17,132 basehttp 3903 6144077824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-20 12:23:17,132 basehttp 3903 6160904192 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-20 12:23:17,132 basehttp 3903 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-20 12:23:17,164 basehttp 3903 6160904192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:23:17,165 basehttp 3903 13321187328 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 WARNING 2025-08-20 12:23:17,198 log 3903 6160904192 Not Found: /favicon.ico WARNING 2025-08-20 12:23:17,201 basehttp 3903 6160904192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-20 12:23:17,230 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:23:47,254 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:24:17,173 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:24:17,237 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896418 INFO 2025-08-20 12:24:32,733 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 WARNING 2025-08-20 12:24:32,752 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:24:32,752 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:24:32,853 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:24:32,923 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:02,937 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:22,510 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 WARNING 2025-08-20 12:25:22,530 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:25:22,530 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:25:22,606 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:25:22,664 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:52,732 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896510 INFO 2025-08-20 12:25:57,269 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896106 WARNING 2025-08-20 12:25:57,291 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:25:57,291 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:25:57,366 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:25:57,449 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896106 INFO 2025-08-20 12:26:27,452 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 896106 INFO 2025-08-20 12:26:43,258 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 899740 WARNING 2025-08-20 12:26:43,273 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:26:43,273 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:26:43,341 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:26:43,410 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 899740 INFO 2025-08-20 12:27:13,424 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 899740 INFO 2025-08-20 12:27:22,385 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 WARNING 2025-08-20 12:27:22,403 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:27:22,403 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:27:22,467 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:27:22,524 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:27:52,516 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:28:22,481 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:28:22,529 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:28:52,553 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 903374 INFO 2025-08-20 12:28:55,448 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 WARNING 2025-08-20 12:28:55,469 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:28:55,470 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:28:55,545 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:28:55,594 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:29:25,624 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:29:55,551 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:29:55,596 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:30:03,918 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 911124 WARNING 2025-08-20 12:30:03,934 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:30:03,934 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:30:04,014 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:30:04,076 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 911124 INFO 2025-08-20 12:30:22,816 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 WARNING 2025-08-20 12:30:22,831 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:30:22,831 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:30:22,899 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:30:22,946 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:30:52,959 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:31:22,908 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:31:22,959 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:31:52,970 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:32:22,902 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:32:22,946 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908296 INFO 2025-08-20 12:32:40,107 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908488 WARNING 2025-08-20 12:32:40,127 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:32:40,128 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:32:40,198 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:32:40,290 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908488 INFO 2025-08-20 12:33:10,275 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908488 INFO 2025-08-20 12:33:39,444 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 WARNING 2025-08-20 12:33:39,468 log 3903 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 12:33:39,468 basehttp 3903 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 12:33:39,532 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:33:39,600 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:34:09,598 basehttp 3903 13321187328 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:34:39,548 basehttp 3903 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:34:39,598 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:35:09,603 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:35:39,544 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:35:39,589 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:36:09,608 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:36:40,561 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:36:40,589 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:37:35,515 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:38:06,496 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:38:28,527 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:39:07,514 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:39:28,545 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:40:08,515 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 12:51:36,485 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:52:36,508 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 12:52:36,545 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:53:36,533 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 12:54:36,500 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 12:54:36,539 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:00:41,274 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:00:41,311 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:12:15,952 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:13:48,211 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:13:48,248 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:46:51,376 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:46:57,353 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:47:03,391 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:47:33,395 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:47:57,354 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:48:03,397 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:48:33,397 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:48:57,349 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:49:03,427 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908543 INFO 2025-08-20 13:49:09,719 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908591 WARNING 2025-08-20 13:49:09,739 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:49:09,739 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:49:09,848 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:49:09,888 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908591 INFO 2025-08-20 13:49:39,888 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908591 INFO 2025-08-20 13:49:59,288 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 WARNING 2025-08-20 13:49:59,306 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:49:59,306 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:49:59,411 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:49:59,458 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:50:07,593 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 WARNING 2025-08-20 13:50:07,612 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:50:07,612 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:50:07,685 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:50:07,731 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:50:37,739 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:51:07,751 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:51:07,789 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908638 INFO 2025-08-20 13:51:30,773 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 WARNING 2025-08-20 13:51:30,787 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:51:30,787 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:51:30,863 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 13:51:30,911 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:52:00,922 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:52:30,866 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 13:52:30,910 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:53:00,913 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908740 INFO 2025-08-20 13:53:18,705 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:53:18,722 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:53:18,722 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:53:18,797 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 13:53:18,847 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:53:48,877 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:53:50,155 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:53:50,169 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:53:50,169 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:53:50,240 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 13:53:50,288 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:54:05,380 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:54:05,396 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:54:05,396 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:54:05,470 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 13:54:05,518 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:54:35,519 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:55:05,479 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:55:05,537 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:55:35,544 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:56:05,486 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:56:05,537 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:56:35,551 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:56:44,224 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:56:44,240 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:56:44,240 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:56:44,315 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:56:44,372 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:57:14,389 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:57:42,758 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:57:42,772 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:57:42,772 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:57:42,846 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:57:42,899 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:58:12,920 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:58:42,850 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:58:42,893 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:59:11,001 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 13:59:11,016 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 13:59:11,016 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 13:59:11,094 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 13:59:11,143 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 13:59:41,164 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 14:00:00,013 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 WARNING 2025-08-20 14:00:00,029 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:00:00,029 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:00:00,092 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:00:00,150 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 14:00:30,162 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908875 INFO 2025-08-20 14:00:45,438 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 WARNING 2025-08-20 14:00:45,456 log 3903 6144077824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:00:45,456 basehttp 3903 6144077824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:00:45,457 basehttp 3903 6127251456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-20 14:00:45,844 basehttp 3903 6127251456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-20 14:00:45,878 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:00:46,037 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 INFO 2025-08-20 14:01:16,059 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 INFO 2025-08-20 14:01:45,789 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:01:45,965 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 908874 INFO 2025-08-20 14:01:51,457 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916424 WARNING 2025-08-20 14:01:51,471 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:01:51,471 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:01:51,548 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:01:51,602 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916424 INFO 2025-08-20 14:02:21,609 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916424 INFO 2025-08-20 14:02:26,018 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 WARNING 2025-08-20 14:02:26,035 log 3903 6127251456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:02:26,036 basehttp 3903 6127251456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:02:26,101 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:02:26,164 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:02:56,153 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:03:26,160 basehttp 3903 6127251456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:03:26,201 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:03:56,176 basehttp 3903 6144077824 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:04:26,114 basehttp 3903 6144077824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:04:26,168 basehttp 3903 6127251456 "GET /en/inpatients/beds/ HTTP/1.1" 200 916444 INFO 2025-08-20 14:04:32,123 autoreload 3903 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:04:32,615 autoreload 24060 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:04:33,445 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 WARNING 2025-08-20 14:04:33,462 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:04:33,462 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:04:33,533 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:04:33,596 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:05:03,609 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:05:33,546 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:05:33,601 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:06:03,602 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:06:33,551 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:06:33,604 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:07:03,599 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:07:33,553 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:07:33,602 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:08:03,602 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:08:33,553 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:08:33,602 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:09:03,581 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:09:33,552 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:09:33,592 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:10:03,583 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:10:33,562 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:10:33,600 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916455 INFO 2025-08-20 14:10:47,580 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916895 WARNING 2025-08-20 14:10:47,595 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:10:47,595 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:10:47,661 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:10:47,718 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916895 INFO 2025-08-20 14:11:17,753 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916895 INFO 2025-08-20 14:11:39,174 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916875 WARNING 2025-08-20 14:11:39,200 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:11:39,201 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:11:39,262 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:11:39,326 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916875 INFO 2025-08-20 14:12:09,327 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916875 INFO 2025-08-20 14:12:12,174 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916855 WARNING 2025-08-20 14:12:12,186 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:12:12,187 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:12:12,264 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:12:12,346 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916855 INFO 2025-08-20 14:12:41,898 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916987 WARNING 2025-08-20 14:12:41,914 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:12:41,914 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:12:41,985 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:12:42,038 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916987 INFO 2025-08-20 14:12:53,217 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 WARNING 2025-08-20 14:12:53,236 log 24060 6201831424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:12:53,237 basehttp 24060 6201831424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:12:53,306 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:12:53,373 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:13:23,389 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:13:53,318 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:13:53,376 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:14:23,378 basehttp 24060 6201831424 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:14:53,324 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:14:53,380 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:15:23,363 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:15:53,312 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:15:53,358 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 916843 INFO 2025-08-20 14:15:54,753 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 918250 WARNING 2025-08-20 14:15:54,765 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:15:54,765 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:15:54,837 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:15:54,908 basehttp 24060 6218657792 "GET /en/inpatients/beds/ HTTP/1.1" 200 918250 INFO 2025-08-20 14:16:06,137 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918701 WARNING 2025-08-20 14:16:06,156 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:16:06,156 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:16:06,232 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:16:06,293 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918701 INFO 2025-08-20 14:16:28,102 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 298470 WARNING 2025-08-20 14:16:28,117 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:16:28,117 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:16:28,171 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:16:28,217 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 298470 INFO 2025-08-20 14:16:51,343 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:16:51,356 log 24060 6218657792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:16:51,356 basehttp 24060 6218657792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:16:51,436 basehttp 24060 6218657792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:16:51,501 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:17:13,239 log 24060 6218657792 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 14:17:13,239 basehttp 24060 6218657792 "POST /en/inpatients/beds/?page=2 HTTP/1.1" 405 0 INFO 2025-08-20 14:17:21,523 basehttp 24060 6218657792 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:17:53,853 basehttp 24060 6201831424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-08-20 14:17:53,859 log 24060 6218657792 Internal Server Error: /en/inpatients/discharge/1729/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: discharge_patient() got an unexpected keyword argument 'admission_id' ERROR 2025-08-20 14:17:53,863 basehttp 24060 6218657792 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 500 69413 INFO 2025-08-20 14:17:53,907 basehttp 24060 6235484160 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:18:21,511 basehttp 24060 6235484160 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:18:31,253 autoreload 24060 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-20 14:18:31,574 autoreload 30251 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 14:18:32,677 log 30251 6128627712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:18:32,677 basehttp 30251 6128627712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 14:18:32,697 log 30251 6128627712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:18:32,697 basehttp 30251 6128627712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 14:18:43,448 log 30251 6128627712 Not Found: /en/inpatients/discharge/1511/ WARNING 2025-08-20 14:18:43,449 basehttp 30251 6128627712 "POST /en/inpatients/discharge/1511/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:18:51,583 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:18:53,835 basehttp 30251 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:19:21,523 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:19:35,628 log 30251 6128627712 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:19:35,628 basehttp 30251 6128627712 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:19:51,523 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:19:53,840 basehttp 30251 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:20:21,522 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:20:51,523 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:20:53,843 basehttp 30251 6128627712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:21:21,505 basehttp 30251 6128627712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:21:34,856 autoreload 30251 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:21:35,173 autoreload 31555 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 14:21:36,464 log 31555 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:21:36,464 basehttp 31555 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 14:21:36,482 log 31555 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:21:36,482 basehttp 31555 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:21:37,822 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:21:37,842 log 31555 6165721088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:21:37,842 basehttp 31555 6165721088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:21:37,921 basehttp 31555 6165721088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:21:37,993 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:21:45,089 log 31555 6165721088 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:21:45,089 basehttp 31555 6165721088 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:22:08,002 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:22:37,929 basehttp 31555 6165721088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:22:37,985 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:23:08,005 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:23:37,938 basehttp 31555 6165721088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:23:38,001 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:24:07,980 basehttp 31555 6165721088 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:24:19,454 autoreload 31555 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:24:19,769 autoreload 32792 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:24:37,969 basehttp 32792 6129020928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:24:38,043 basehttp 32792 6145847296 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:24:51,985 autoreload 32792 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:24:52,301 autoreload 33029 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:25:08,031 basehttp 33029 6164819968 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:25:22,585 autoreload 33029 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:25:22,918 autoreload 33277 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:25:37,978 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:25:38,038 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:26:08,003 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:26:37,960 basehttp 33277 6210990080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:26:38,011 basehttp 33277 6194163712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:27:08,011 basehttp 33277 6194163712 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:27:37,964 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:27:38,029 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:28:08,002 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:28:37,965 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:28:38,012 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:29:07,993 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:29:37,964 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:29:38,010 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:30:08,001 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:30:37,965 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:30:38,012 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:31:08,004 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:31:37,961 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:31:38,005 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:32:08,019 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:32:37,982 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:32:38,026 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:33:08,019 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:33:37,988 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:33:38,027 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:34:08,025 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:34:37,983 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:34:38,023 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:35:08,024 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:35:37,990 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:35:38,030 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:36:08,023 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:36:37,992 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:36:38,024 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:37:08,030 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:37:37,994 basehttp 33277 6194163712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:37:38,041 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:38:08,030 basehttp 33277 6210990080 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:38:28,518 autoreload 33277 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-08-20 14:38:28,955 autoreload 38970 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:38:38,103 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:38:38,169 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:39:08,030 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:39:37,999 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:39:38,035 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:40:08,013 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:40:38,001 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:40:38,030 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:41:08,029 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:41:38,002 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:41:38,013 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:42:08,038 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:42:38,009 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:42:38,017 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:43:08,029 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:43:38,011 basehttp 38970 6187233280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:43:38,027 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:44:08,012 basehttp 38970 6170406912 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:44:14,466 autoreload 38970 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:44:14,957 autoreload 42091 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:44:15,367 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:44:15,394 log 42091 6193213440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:44:15,394 basehttp 42091 6193213440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:44:15,478 basehttp 42091 6193213440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:44:15,537 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 WARNING 2025-08-20 14:44:22,485 log 42091 6193213440 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:44:22,486 basehttp 42091 6193213440 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:44:45,554 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:45:15,483 basehttp 42091 6193213440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:45:15,540 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:45:45,564 basehttp 42091 6193213440 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:46:15,493 basehttp 42091 6193213440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:46:15,553 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918297 INFO 2025-08-20 14:46:22,429 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:46:22,447 log 42091 6210039808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:46:22,447 basehttp 42091 6210039808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:46:22,529 basehttp 42091 6210039808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:46:22,601 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:46:30,053 log 42091 6210039808 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:46:30,054 basehttp 42091 6210039808 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:46:52,598 basehttp 42091 6210039808 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:47:08,453 autoreload 42091 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:47:08,784 autoreload 43345 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:47:09,345 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:47:09,366 log 43345 6205353984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:47:09,366 basehttp 43345 6205353984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:47:09,439 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:47:09,510 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 WARNING 2025-08-20 14:47:14,252 log 43345 6205353984 Not Found: /en/inpatients/discharge/1729/ WARNING 2025-08-20 14:47:14,252 basehttp 43345 6205353984 "POST /en/inpatients/discharge/1729/ HTTP/1.1" 404 35606 INFO 2025-08-20 14:47:34,949 basehttp 43345 6205353984 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 82823 INFO 2025-08-20 14:47:34,963 basehttp 43345 6239006720 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-20 14:47:34,963 basehttp 43345 6222180352 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-20 14:47:34,964 basehttp 43345 6272659456 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-20 14:47:34,964 basehttp 43345 6205353984 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-20 14:47:34,964 basehttp 43345 6255833088 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-20 14:47:34,966 basehttp 43345 6239006720 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-20 14:47:34,967 basehttp 43345 6272659456 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-20 14:47:34,967 basehttp 43345 6205353984 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-20 14:47:34,968 basehttp 43345 6255833088 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-20 14:47:34,969 basehttp 43345 6239006720 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-20 14:47:34,969 basehttp 43345 6205353984 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-20 14:47:34,971 basehttp 43345 6272659456 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-20 14:47:34,971 basehttp 43345 6289485824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 14:47:34,972 basehttp 43345 6205353984 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-20 14:47:34,972 basehttp 43345 6239006720 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-20 14:47:34,974 basehttp 43345 6222180352 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-20 14:47:34,975 basehttp 43345 6255833088 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-20 14:47:34,976 basehttp 43345 6222180352 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-20 14:47:34,978 basehttp 43345 6222180352 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-20 14:47:34,994 basehttp 43345 6222180352 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-20 14:47:34,995 basehttp 43345 6255833088 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-20 14:47:34,995 basehttp 43345 6239006720 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-20 14:47:34,995 basehttp 43345 6205353984 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-20 14:47:40,302 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:47:40,873 basehttp 43345 6205353984 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 139052 INFO 2025-08-20 14:47:40,887 basehttp 43345 6205353984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 14:48:09,450 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:48:09,499 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:48:39,500 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918295 INFO 2025-08-20 14:48:41,330 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 WARNING 2025-08-20 14:48:41,343 log 43345 6205353984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:48:41,344 basehttp 43345 6205353984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:48:41,420 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:48:41,494 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:48:45,843 basehttp 43345 6205353984 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:48:45,864 basehttp 43345 6205353984 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26610 INFO 2025-08-20 14:49:11,508 basehttp 43345 6205353984 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:49:42,417 basehttp 43345 6205353984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:49:42,454 basehttp 43345 6239006720 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:50:08,736 autoreload 43345 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 14:50:09,094 autoreload 44733 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 14:50:11,167 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 WARNING 2025-08-20 14:50:11,187 log 44733 6134067200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:50:11,188 basehttp 44733 6134067200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:50:11,270 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:50:11,329 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:50:18,461 basehttp 44733 6134067200 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:50:18,482 basehttp 44733 6134067200 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26610 INFO 2025-08-20 14:50:41,349 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:51:11,284 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:51:11,346 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918270 INFO 2025-08-20 14:51:33,073 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918337 WARNING 2025-08-20 14:51:33,089 log 44733 6150893568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:51:33,089 basehttp 44733 6150893568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:51:33,171 basehttp 44733 6150893568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 14:52:33,186 basehttp 44733 6150893568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 14:53:12,309 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:53:12,323 basehttp 44733 6150893568 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 WARNING 2025-08-20 14:53:12,326 log 44733 6134067200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:53:12,326 basehttp 44733 6134067200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:53:12,403 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 14:53:12,462 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:53:17,470 basehttp 44733 6134067200 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:53:17,489 basehttp 44733 6134067200 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26610 INFO 2025-08-20 14:53:42,479 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:54:12,422 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:54:12,476 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:54:42,471 basehttp 44733 6150893568 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:55:13,282 basehttp 44733 6150893568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:55:13,329 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:55:43,295 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:56:14,265 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:56:45,327 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918344 INFO 2025-08-20 14:57:15,279 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:57:47,369 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:57:48,743 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 14:57:48,763 log 44733 6134067200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 14:57:48,763 basehttp 44733 6134067200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 14:57:49,061 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:57:49,115 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:57:55,777 basehttp 44733 6134067200 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 14:57:55,793 basehttp 44733 6134067200 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 INFO 2025-08-20 14:58:19,144 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:58:49,058 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:58:49,123 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:59:19,143 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 14:59:49,064 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 14:59:49,128 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:00:19,141 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:00:49,062 basehttp 44733 6134067200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:00:49,127 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:19,138 basehttp 44733 6134067200 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:44,798 autoreload 44733 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:01:45,265 autoreload 62380 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:01:49,054 basehttp 62380 6127005696 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:49,058 basehttp 62380 6143832064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:01:49,058 basehttp 62380 6143832064 - Broken pipe from ('127.0.0.1', 53484) WARNING 2025-08-20 15:01:49,072 log 62380 6127005696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:01:49,073 basehttp 62380 6127005696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:01:49,159 basehttp 62380 6127005696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:01:49,211 basehttp 62380 6127005696 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:01:54,076 basehttp 62380 6127005696 "POST /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 15:01:54,097 basehttp 62380 6127005696 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 INFO 2025-08-20 15:02:12,139 basehttp 62380 6127005696 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 15:02:12,157 log 62380 6127005696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:02:12,157 basehttp 62380 6127005696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:02:12,157 basehttp 62380 12901707776 "GET /static/css/custom.css HTTP/1.1" 200 1855 INFO 2025-08-20 15:02:12,161 basehttp 62380 6127005696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-20 15:02:12,161 basehttp 62380 12935360512 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-20 15:02:12,165 basehttp 62380 6143832064 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-20 15:02:12,170 basehttp 62380 12918534144 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-20 15:02:12,171 basehttp 62380 12935360512 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-08-20 15:02:12,171 basehttp 62380 6160658432 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-20 15:02:12,171 basehttp 62380 6127005696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-20 15:02:12,173 basehttp 62380 12901707776 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-20 15:02:12,395 basehttp 62380 12901707776 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-20 15:02:12,403 basehttp 62380 12901707776 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-20 15:02:12,436 basehttp 62380 6127005696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-20 15:02:12,436 basehttp 62380 6160658432 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-20 15:02:12,437 basehttp 62380 12935360512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-20 15:02:12,437 basehttp 62380 12918534144 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-20 15:02:12,438 basehttp 62380 12901707776 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-20 15:02:12,440 basehttp 62380 6127005696 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-20 15:02:12,442 basehttp 62380 6143832064 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-20 15:02:12,442 basehttp 62380 12901707776 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-20 15:02:12,443 basehttp 62380 6160658432 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-20 15:02:12,443 basehttp 62380 12935360512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-20 15:02:12,443 basehttp 62380 12918534144 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-20 15:02:12,444 basehttp 62380 6127005696 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-20 15:02:12,450 basehttp 62380 12918534144 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-20 15:02:12,450 basehttp 62380 6160658432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-20 15:02:12,451 basehttp 62380 12901707776 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-20 15:02:12,452 basehttp 62380 6143832064 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-20 15:02:12,453 basehttp 62380 12935360512 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-20 15:02:12,453 basehttp 62380 12918534144 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-20 15:02:12,454 basehttp 62380 6127005696 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-20 15:02:12,454 basehttp 62380 12901707776 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-20 15:02:12,454 basehttp 62380 6160658432 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-20 15:02:12,454 basehttp 62380 6143832064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-20 15:02:12,473 basehttp 62380 6143832064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:02:12,529 basehttp 62380 6143832064 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 15:02:12,533 log 62380 6160658432 Not Found: /favicon.ico WARNING 2025-08-20 15:02:12,533 basehttp 62380 6160658432 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-20 15:02:25,900 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2&bed_id=1729 HTTP/1.1" 200 918707 INFO 2025-08-20 15:02:32,838 basehttp 62380 6160658432 "GET /en/inpatients/beds/1729/edit/ HTTP/1.1" 200 35207 INFO 2025-08-20 15:02:32,848 basehttp 62380 6143832064 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-20 15:02:32,849 basehttp 62380 12901707776 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-20 15:02:32,849 basehttp 62380 6127005696 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-20 15:02:32,853 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:02:32,853 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:02:32,937 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:02:44,848 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 WARNING 2025-08-20 15:02:44,862 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:02:44,863 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:02:44,960 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:02:45,018 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 INFO 2025-08-20 15:03:07,419 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 WARNING 2025-08-20 15:03:07,442 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:03:07,442 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:03:07,513 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:03:07,603 basehttp 62380 6160658432 "GET /en/inpatients/beds/ HTTP/1.1" 200 918249 INFO 2025-08-20 15:03:12,688 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 WARNING 2025-08-20 15:03:12,706 log 62380 6160658432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:03:12,706 basehttp 62380 6160658432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:03:12,797 basehttp 62380 6160658432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:03:12,865 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:03:42,869 basehttp 62380 6160658432 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:05:30,196 autoreload 64170 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:05:42,910 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:06:12,808 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:06:12,851 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 INFO 2025-08-20 15:06:42,941 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 918707 ERROR 2025-08-20 15:07:04,977 log 64170 6134132736 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharge/(?P[0-9]+)/\\Z'] ERROR 2025-08-20 15:07:04,978 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 500 284571 WARNING 2025-08-20 15:07:04,996 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:07:04,996 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:08:34,973 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 916795 WARNING 2025-08-20 15:08:34,991 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:08:34,991 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:08:35,075 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:08:35,132 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 916795 INFO 2025-08-20 15:08:39,646 basehttp 64170 6134132736 "GET /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 15:08:39,667 basehttp 64170 6134132736 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 WARNING 2025-08-20 15:08:39,685 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:08:39,686 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:08:39,726 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:09:13,067 log 64170 6150959104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:13,068 basehttp 64170 6150959104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:09:13,095 log 64170 6150959104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:13,096 basehttp 64170 6150959104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:13,129 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 916795 INFO 2025-08-20 15:09:24,123 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=3 HTTP/1.1" 200 916542 WARNING 2025-08-20 15:09:24,141 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:24,141 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:24,230 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:09:24,302 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=3 HTTP/1.1" 200 916542 INFO 2025-08-20 15:09:35,964 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=4 HTTP/1.1" 200 917379 WARNING 2025-08-20 15:09:35,986 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:35,986 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:36,076 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:09:36,147 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=4 HTTP/1.1" 200 917379 INFO 2025-08-20 15:09:47,192 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915757 WARNING 2025-08-20 15:09:47,212 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:09:47,213 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:09:47,308 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:09:47,371 basehttp 64170 6134132736 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915757 INFO 2025-08-20 15:10:07,358 basehttp 64170 6134132736 "GET /en/inpatients/beds/1748/edit/ HTTP/1.1" 200 35207 WARNING 2025-08-20 15:10:07,383 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:10:07,383 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:10:07,443 basehttp 64170 6134132736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:10:29,884 basehttp 64170 6134132736 "POST /en/inpatients/beds/1748/edit/ HTTP/1.1" 302 0 ERROR 2025-08-20 15:10:29,937 log 64170 6134132736 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 425, in get_context_data context['admission_history'] = Admission.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'initial_bed' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 15:10:29,938 basehttp 64170 6134132736 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 153221 WARNING 2025-08-20 15:10:29,956 log 64170 6134132736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:10:29,956 basehttp 64170 6134132736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:11:25,605 autoreload 64170 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:11:25,923 autoreload 66803 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 15:11:28,716 log 66803 6127153152 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 429, in get_context_data ).order_by('-admitted_at')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admitted_at' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 15:11:28,717 basehttp 66803 6127153152 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 106771 WARNING 2025-08-20 15:11:28,730 log 66803 6127153152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:11:28,730 basehttp 66803 6127153152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:11:55,203 autoreload 66803 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:11:55,526 autoreload 66972 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 15:11:55,865 log 66972 6127824896 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_form' not found. 'bed_form' is not a valid view function or pattern name. ERROR 2025-08-20 15:11:55,867 basehttp 66972 6127824896 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 175701 WARNING 2025-08-20 15:11:55,883 log 66972 6127824896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:11:55,883 basehttp 66972 6127824896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 15:13:08,791 log 66972 6127824896 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bed_confirm_delete' not found. 'bed_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-20 15:13:08,792 basehttp 66972 6127824896 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 175078 WARNING 2025-08-20 15:13:08,805 log 66972 6127824896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:13:08,806 basehttp 66972 6127824896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 15:13:24,125 log 66972 6127824896 Internal Server Error: /en/inpatients/beds/1748/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'ward_detail' not found. 'ward_detail' is not a valid view function or pattern name. ERROR 2025-08-20 15:13:24,126 basehttp 66972 6127824896 "GET /en/inpatients/beds/1748/ HTTP/1.1" 500 174467 WARNING 2025-08-20 15:13:24,142 log 66972 6127824896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:13:24,142 basehttp 66972 6127824896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:14:27,247 autoreload 66972 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-08-20 15:14:27,570 autoreload 68161 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:14:29,487 basehttp 68161 6156546048 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:14:29,506 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:14:29,506 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:14:29,550 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:14:37,659 basehttp 68161 6156546048 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:14:37,671 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:14:37,672 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:14:37,715 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:00,013 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-20 15:15:00,015 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:00,016 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:15:00,025 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:00,025 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:04,522 basehttp 68161 6173372416 "POST /en/inpatients/beds/1748/edit/ HTTP/1.1" 302 0 INFO 2025-08-20 15:15:04,540 basehttp 68161 6173372416 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31969 WARNING 2025-08-20 15:15:04,561 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:04,561 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:04,603 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:15:18,233 basehttp 68161 6173372416 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:15:18,247 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:18,247 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:18,296 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:15:23,228 basehttp 68161 6173372416 "GET /en/inpatients/beds/1748/ HTTP/1.1" 200 31583 WARNING 2025-08-20 15:15:23,245 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:23,246 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:23,289 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:25,635 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:25,635 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:15:25,643 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:25,643 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:15:26,841 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:26,842 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:26,844 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:15:26,857 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:26,858 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:26,887 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:15:28,341 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 WARNING 2025-08-20 15:15:28,356 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:15:28,357 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:15:28,442 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:15:28,500 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:15:34,053 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1&bed_id=1733 HTTP/1.1" 200 915647 INFO 2025-08-20 15:15:58,528 basehttp 68161 6173372416 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:16:28,476 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:28,572 basehttp 68161 6156546048 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915647 INFO 2025-08-20 15:16:38,189 basehttp 68161 6156546048 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915097 WARNING 2025-08-20 15:16:38,204 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:16:38,204 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:16:38,288 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:38,355 basehttp 68161 6156546048 "GET /en/inpatients/beds/?page=1 HTTP/1.1" 200 915097 INFO 2025-08-20 15:16:42,644 basehttp 68161 6156546048 "GET /en/inpatients/beds/1733/ HTTP/1.1" 200 31582 WARNING 2025-08-20 15:16:42,667 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:16:42,667 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:16:42,703 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:51,866 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 915097 WARNING 2025-08-20 15:16:51,888 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:16:51,888 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:16:51,974 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:16:52,043 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 915097 INFO 2025-08-20 15:17:22,122 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 915097 INFO 2025-08-20 15:17:38,948 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2039086 WARNING 2025-08-20 15:17:38,966 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:17:38,966 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:17:39,081 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:17:39,186 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2039086 INFO 2025-08-20 15:17:52,756 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 WARNING 2025-08-20 15:17:52,782 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:17:52,782 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:17:52,896 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:17:53,014 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:18:22,999 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:18:52,899 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:18:52,996 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:19:23,020 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2042722 INFO 2025-08-20 15:19:25,089 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 WARNING 2025-08-20 15:19:25,110 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:25,110 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:19:25,228 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:19:25,340 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:19:33,974 basehttp 68161 6156546048 "GET /en/inpatients/beds/1881/ HTTP/1.1" 200 31588 WARNING 2025-08-20 15:19:33,995 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:33,995 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:19:34,039 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:19:35,760 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:35,760 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:19:35,792 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:19:35,792 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:19:55,338 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:20:25,235 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:20:25,351 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:20:55,343 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2046690 INFO 2025-08-20 15:21:03,348 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102442 WARNING 2025-08-20 15:21:03,366 log 68161 6173372416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:21:03,366 basehttp 68161 6173372416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:21:03,506 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:21:03,639 basehttp 68161 6173372416 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102442 INFO 2025-08-20 15:21:20,798 basehttp 68161 6173372416 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 WARNING 2025-08-20 15:21:20,816 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:21:20,816 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:21:20,935 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:21:21,061 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:21:47,501 basehttp 68161 6156546048 "GET /en/inpatients/beds/1626/ HTTP/1.1" 200 31577 WARNING 2025-08-20 15:21:47,523 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:21:47,523 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:21:47,562 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:22:06,928 basehttp 68161 6156546048 "GET /en/inpatients/beds/1626/ HTTP/1.1" 200 31627 WARNING 2025-08-20 15:22:06,943 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:22:06,943 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:22:06,988 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:22:22,301 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:22:22,301 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:22:22,312 basehttp 68161 6173372416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:22:22,314 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:22:22,315 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:22:22,366 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 WARNING 2025-08-20 15:22:45,866 log 68161 6156546048 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 15:22:45,866 basehttp 68161 6156546048 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-08-20 15:22:51,051 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 WARNING 2025-08-20 15:22:55,000 log 68161 6156546048 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 15:22:55,000 basehttp 68161 6156546048 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-08-20 15:23:21,071 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:23:22,280 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:23:51,072 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:24:21,070 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:24:22,282 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:24:51,046 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102846 INFO 2025-08-20 15:24:56,129 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 WARNING 2025-08-20 15:24:56,145 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:24:56,145 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:24:56,265 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:24:56,392 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 INFO 2025-08-20 15:24:58,290 basehttp 68161 6156546048 "GET /en/inpatients/beds/1627/edit/ HTTP/1.1" 200 35203 WARNING 2025-08-20 15:24:58,314 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:24:58,314 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:24:58,336 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:25:02,924 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:25:02,924 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:25:02,933 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:25:02,933 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:25:26,413 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 INFO 2025-08-20 15:25:56,279 basehttp 68161 6156546048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:25:56,399 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103654 ERROR 2025-08-20 15:26:08,359 log 68161 6156546048 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'admission_create' with arguments '(1626,)' not found. 1 pattern(s) tried: ['en/inpatients/admissions/create/\\Z'] ERROR 2025-08-20 15:26:08,361 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 500 301751 WARNING 2025-08-20 15:26:08,376 log 68161 6156546048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:26:08,376 basehttp 68161 6156546048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:26:43,592 basehttp 68161 6156546048 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 WARNING 2025-08-20 15:26:43,606 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:26:43,606 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:26:43,743 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:26:43,883 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:26:47,232 basehttp 68161 13438578688 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 15:26:47,255 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:26:47,255 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:26:47,297 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:27:04,328 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:27:04,328 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:27:04,339 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:27:04,339 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:27:13,883 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:27:43,755 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:27:43,860 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:28:13,885 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:28:43,766 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:28:43,891 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2103585 INFO 2025-08-20 15:28:51,461 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 15:28:51,481 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:28:51,481 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:28:51,617 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:28:51,737 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 15:28:56,652 log 68161 13438578688 Method Not Allowed (POST): /en/inpatients/beds/ WARNING 2025-08-20 15:28:56,652 basehttp 68161 13438578688 "POST /en/inpatients/beds/ HTTP/1.1" 405 0 INFO 2025-08-20 15:29:06,056 basehttp 68161 13438578688 "GET /en/inpatients/beds/1635/maintenance/ HTTP/1.1" 302 0 INFO 2025-08-20 15:29:06,074 basehttp 68161 13438578688 "GET /en/inpatients/beds/1635/ HTTP/1.1" 200 32043 WARNING 2025-08-20 15:29:06,097 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:06,097 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:29:06,138 basehttp 68161 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 15:29:19,475 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:19,475 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 15:29:19,485 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:19,486 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:29:21,757 basehttp 68161 13438578688 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 ERROR 2025-08-20 15:29:23,178 log 68161 13438578688 Internal Server Error: /en/inpatients/beds/1612/maintenance/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1359, in maintenance_bed return render(request, 'inpatients/maintenance_bed.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/maintenance_bed.html ERROR 2025-08-20 15:29:23,180 basehttp 68161 13438578688 "GET /en/inpatients/beds/1612/maintenance/ HTTP/1.1" 500 89953 WARNING 2025-08-20 15:29:23,199 log 68161 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:29:23,200 basehttp 68161 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:31:28,466 autoreload 68161 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 15:31:28,798 autoreload 75687 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 15:49:22,380 basehttp 75687 6194688000 "GET /en/inpatients/beds/1612/maintenance/ HTTP/1.1" 200 34313 WARNING 2025-08-20 15:49:22,400 log 75687 6194688000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 15:49:22,400 basehttp 75687 6194688000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 15:49:22,470 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:50:22,460 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:51:22,463 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 15:52:22,467 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 15:53:22,474 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 15:54:22,476 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:55:22,481 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:56:22,488 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:57:22,493 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:58:22,496 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 15:59:22,503 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:00:22,498 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:01:24,412 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:02:57,407 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:04:57,434 basehttp 75687 6194688000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:09,802 autoreload 9194 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 16:47:11,844 basehttp 9194 13304360960 "GET /en/inpatients/beds/1612/maintenance/ HTTP/1.1" 200 34313 INFO 2025-08-20 16:47:11,936 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 16:47:12,078 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:12,079 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:47:12,645 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:12,646 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:12,945 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:47:13,420 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 16:47:13,437 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:13,437 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:13,550 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:13,668 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:47:16,645 basehttp 9194 13304360960 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 16:47:16,665 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:16,666 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:16,703 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:19,791 basehttp 9194 13304360960 "POST /en/inpatients/admissions/create/ HTTP/1.1" 200 52277 WARNING 2025-08-20 16:47:19,807 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:19,807 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:19,853 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:47:31,350 basehttp 9194 13304360960 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 16:47:31,366 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:31,367 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:47:32,135 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:32,135 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:47:32,146 log 9194 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:47:32,147 basehttp 9194 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:47:43,681 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:48:13,552 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:48:13,667 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:48:43,696 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:49:13,567 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:49:13,671 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:49:43,718 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:50:13,611 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:50:13,711 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:50:43,736 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:51:13,607 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 16:51:13,709 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:51:43,709 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:52:13,619 basehttp 9194 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 16:52:13,719 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:52:43,742 basehttp 9194 13304360960 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:53:06,024 autoreload 9194 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 16:53:06,370 autoreload 11785 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 16:53:07,376 basehttp 11785 6135558144 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 WARNING 2025-08-20 16:53:07,389 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:07,389 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:07,531 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-08-20 16:53:07,666 basehttp 11785 6152384512 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:53:23,201 basehttp 11785 6152384512 "GET /en/inpatients/discharge/323/ HTTP/1.1" 302 0 INFO 2025-08-20 16:53:23,221 basehttp 11785 6152384512 "GET /en/inpatients/admissions/323/ HTTP/1.1" 200 26837 WARNING 2025-08-20 16:53:23,241 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:23,241 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:23,284 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-08-20 16:53:33,927 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:33,927 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:53:33,940 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:33,940 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:37,676 basehttp 11785 6152384512 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:53:57,904 basehttp 11785 6152384512 "GET /en/inpatients/beds/1749/edit/ HTTP/1.1" 200 35207 WARNING 2025-08-20 16:53:57,919 log 11785 6152384512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:53:57,919 basehttp 11785 6152384512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:53:57,992 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-08-20 16:54:15,792 log 11785 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:54:15,792 basehttp 11785 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:54:15,805 basehttp 11785 6152384512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:54:15,810 log 11785 6169210880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:54:15,811 basehttp 11785 6169210880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:54:15,866 basehttp 11785 6135558144 "GET /en/inpatients/beds/ HTTP/1.1" 200 2102777 INFO 2025-08-20 16:54:26,554 basehttp 11785 6135558144 "GET /en/inpatients/beds/1758/ HTTP/1.1" 200 31628 WARNING 2025-08-20 16:54:26,569 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:54:26,569 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:54:26,619 basehttp 11785 6135558144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:54:43,697 basehttp 11785 6135558144 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144331 INFO 2025-08-20 16:54:43,716 basehttp 11785 6152384512 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-20 16:54:43,716 basehttp 11785 6169210880 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-20 16:54:43,717 basehttp 11785 13723840512 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-20 16:54:43,717 basehttp 11785 13707014144 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-20 16:54:43,718 basehttp 11785 6135558144 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-20 16:54:43,719 basehttp 11785 13707014144 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-20 16:54:43,719 basehttp 11785 6152384512 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-20 16:54:43,720 basehttp 11785 13723840512 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-20 16:54:43,721 basehttp 11785 6135558144 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-20 16:54:43,721 basehttp 11785 6152384512 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-20 16:54:43,722 basehttp 11785 13707014144 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-20 16:54:43,723 basehttp 11785 13723840512 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-20 16:54:43,724 basehttp 11785 6152384512 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-20 16:54:43,725 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 16:54:43,725 basehttp 11785 6169210880 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-20 16:54:43,726 basehttp 11785 6169210880 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-20 16:54:43,726 basehttp 11785 6135558144 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-20 16:54:43,729 basehttp 11785 6135558144 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-20 16:54:43,736 basehttp 11785 6135558144 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-20 16:54:43,737 basehttp 11785 13740666880 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-20 16:54:43,737 basehttp 11785 6169210880 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-20 16:54:43,737 basehttp 11785 6169210880 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-20 16:54:45,940 basehttp 11785 6169210880 "GET /en/admin/inpatients/bed/1605/change/ HTTP/1.1" 200 115703 INFO 2025-08-20 16:54:45,953 basehttp 11785 13723840512 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-20 16:54:45,953 basehttp 11785 6169210880 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-20 16:54:45,954 basehttp 11785 6135558144 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-20 16:54:45,954 basehttp 11785 6152384512 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-20 16:54:45,955 basehttp 11785 6135558144 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-20 16:54:45,955 basehttp 11785 6169210880 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-20 16:54:45,956 basehttp 11785 6169210880 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-20 16:54:45,957 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 16:54:45,958 basehttp 11785 6169210880 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-20 16:54:45,984 basehttp 11785 6169210880 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-20 16:54:45,984 basehttp 11785 13740666880 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-20 16:54:49,759 basehttp 11785 13740666880 "GET /en/admin/inpatients/bed/1758/change/ HTTP/1.1" 200 115780 INFO 2025-08-20 16:54:49,777 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-20 16:55:12,325 log 11785 13740666880 Internal Server Error: /en/admin/inpatients/admission/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'length_of_stay' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Admission has no field named 'length_of_stay' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/helpers.py", line 275, in contents f, attr, value = lookup_field(field, obj, model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 302, in lookup_field attr = getattr(obj, name, sentinel) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py", line 832, in length_of_stay return (end_time - self.admission_datetime).days ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ TypeError: unsupported operand type(s) for -: 'datetime.datetime' and 'NoneType' ERROR 2025-08-20 16:55:12,328 basehttp 11785 13740666880 "GET /en/admin/inpatients/admission/add/?_to_field=id&_popup=1 HTTP/1.1" 500 597924 INFO 2025-08-20 16:55:27,416 basehttp 11785 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:55:49,897 basehttp 11785 13740666880 "POST /en/admin/inpatients/bed/1758/change/ HTTP/1.1" 302 0 INFO 2025-08-20 16:55:49,943 basehttp 11785 13740666880 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 144570 INFO 2025-08-20 16:55:49,960 basehttp 11785 13740666880 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 16:55:49,969 basehttp 11785 13740666880 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-20 16:55:56,366 basehttp 11785 13740666880 "GET /en/inpatients/beds/1758/ HTTP/1.1" 200 33423 WARNING 2025-08-20 16:55:56,378 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:55:56,378 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:55:56,419 basehttp 11785 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:56:01,672 basehttp 11785 13740666880 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 23994 WARNING 2025-08-20 16:56:02,081 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:02,081 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:02,121 basehttp 11785 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:56:11,420 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:11,420 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:56:11,429 log 11785 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:11,429 basehttp 11785 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:56:16,361 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:16,362 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:16,375 basehttp 11785 6169210880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:56:16,377 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:16,377 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:16,431 basehttp 11785 13740666880 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:56:17,273 basehttp 11785 13740666880 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:56:17,291 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:17,291 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:17,420 basehttp 11785 6135558144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:56:17,540 basehttp 11785 6135558144 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:56:24,177 basehttp 11785 6135558144 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 16:56:24,192 basehttp 11785 6135558144 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 16:56:24,215 log 11785 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:56:24,215 basehttp 11785 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:56:24,250 basehttp 11785 6135558144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:01,978 autoreload 11785 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 16:57:02,327 autoreload 13576 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 16:57:04,218 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:04,218 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:57:04,229 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:04,229 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:04,325 basehttp 13576 6190968832 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:57:04,908 basehttp 13576 6190968832 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:57:04,924 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:04,924 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:05,046 basehttp 13576 6207795200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:05,165 basehttp 13576 6207795200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:57:10,436 basehttp 13576 6207795200 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 16:57:10,482 basehttp 13576 6207795200 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 16:57:10,505 log 13576 6207795200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:10,505 basehttp 13576 6207795200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:10,545 basehttp 13576 6207795200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:32,672 autoreload 13576 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 16:57:33,012 autoreload 13813 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 16:57:34,512 log 13813 6157840384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:34,512 basehttp 13813 6157840384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 16:57:34,529 log 13813 6157840384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:34,529 basehttp 13813 6157840384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:35,208 basehttp 13813 6157840384 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:57:35,219 log 13813 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:35,219 basehttp 13813 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:57:35,270 basehttp 13813 6174666752 - Broken pipe from ('127.0.0.1', 49970) INFO 2025-08-20 16:57:35,334 basehttp 13813 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:57:35,446 basehttp 13813 6191493120 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 16:57:41,650 log 13813 6191493120 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 16:57:41,651 basehttp 13813 6191493120 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78475 WARNING 2025-08-20 16:57:41,673 log 13813 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:57:41,673 basehttp 13813 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:08,966 autoreload 13813 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 16:59:09,283 autoreload 14519 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 16:59:13,296 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:13,296 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:13,342 basehttp 14519 6172454912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 16:59:13,345 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:13,346 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:13,399 basehttp 14519 6155628544 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 16:59:13,792 basehttp 14519 6155628544 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 16:59:13,803 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:13,803 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 16:59:13,944 basehttp 14519 6189281280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 16:59:14,071 basehttp 14519 6189281280 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 16:59:22,004 log 14519 6189281280 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 16:59:22,006 basehttp 14519 6189281280 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78436 WARNING 2025-08-20 16:59:22,028 log 14519 6189281280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 16:59:22,028 basehttp 14519 6189281280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:00:59,517 autoreload 14519 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:00:59,869 autoreload 15292 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 17:01:00,675 log 15292 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:00,675 basehttp 15292 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 17:01:00,683 log 15292 6203207680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:00,684 basehttp 15292 6203207680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:01:00,720 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:01:00,777 basehttp 15292 6169554944 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:01:01,241 basehttp 15292 6169554944 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:01:01,253 log 15292 6186381312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:01,253 basehttp 15292 6186381312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:01:01,375 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:01:01,494 basehttp 15292 6186381312 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:01:06,096 basehttp 15292 6186381312 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 17:01:06,115 basehttp 15292 6186381312 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 17:01:06,407 log 15292 6186381312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:01:06,407 basehttp 15292 6186381312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:01:06,446 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:02:06,463 basehttp 15292 6186381312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 17:02:22,072 autoreload 15292 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:02:22,445 autoreload 15910 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 17:02:22,957 log 15910 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:22,957 basehttp 15910 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:22,999 basehttp 15910 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 17:02:23,002 log 15910 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:23,004 basehttp 15910 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:23,006 basehttp 15910 13052751872 - Broken pipe from ('127.0.0.1', 51204) INFO 2025-08-20 17:02:23,059 basehttp 15910 6159806464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:02:23,614 basehttp 15910 6159806464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:02:23,628 log 15910 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:23,628 basehttp 15910 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:23,765 basehttp 15910 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:02:23,915 basehttp 15910 13035925504 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:02:28,871 basehttp 15910 13035925504 "GET /en/inpatients/discharge/335/ HTTP/1.1" 302 0 INFO 2025-08-20 17:02:28,889 basehttp 15910 13035925504 "GET /en/inpatients/admissions/335/ HTTP/1.1" 200 24426 WARNING 2025-08-20 17:02:28,910 log 15910 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:02:28,911 basehttp 15910 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:02:28,947 basehttp 15910 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:03:26,955 autoreload 15910 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:03:27,294 autoreload 16385 8601149632 Watching for file changes with StatReloader WARNING 2025-08-20 17:03:28,403 log 16385 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:28,404 basehttp 16385 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 17:03:28,413 log 16385 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:28,413 basehttp 16385 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:03:28,449 basehttp 16385 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:03:28,508 basehttp 16385 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:03:28,960 basehttp 16385 6341865472 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:03:28,970 log 16385 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:28,970 basehttp 16385 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:03:29,105 basehttp 16385 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:03:29,234 basehttp 16385 6358691840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 17:03:34,886 log 16385 6358691840 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2142, in discharge_patient print(admission.status.first) ^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'str' object has no attribute 'first' ERROR 2025-08-20 17:03:34,887 basehttp 16385 6358691840 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 72822 WARNING 2025-08-20 17:03:34,908 log 16385 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:03:34,909 basehttp 16385 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:04:02,773 autoreload 16385 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 17:04:03,119 autoreload 16717 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 17:04:37,518 basehttp 16717 6160756736 "GET /en/admin/inpatients/bed/?o=6.2 HTTP/1.1" 200 148158 INFO 2025-08-20 17:04:37,536 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:04:38,787 basehttp 16717 6160756736 "GET /en/admin/inpatients/bed/?o=-6.2 HTTP/1.1" 200 148419 INFO 2025-08-20 17:04:38,801 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:04:43,538 basehttp 16717 6160756736 "GET /en/admin/inpatients/bed/1758/change/?_changelist_filters=o%3D-6.2 HTTP/1.1" 200 115876 INFO 2025-08-20 17:04:43,556 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:04,024 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 139052 INFO 2025-08-20 17:05:04,044 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:21,203 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?o=1.-2 HTTP/1.1" 200 142535 INFO 2025-08-20 17:05:21,215 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:25,669 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/335/change/?_changelist_filters=o%3D1.-2 HTTP/1.1" 200 161502 INFO 2025-08-20 17:05:25,685 basehttp 16717 6177583104 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-08-20 17:05:25,685 basehttp 16717 6194409472 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-08-20 17:05:25,686 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:05:25,706 basehttp 16717 6160756736 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-08-20 17:05:41,398 basehttp 16717 6160756736 "POST /en/admin/inpatients/admission/335/change/?_changelist_filters=o%3D1.-2 HTTP/1.1" 302 0 INFO 2025-08-20 17:05:41,473 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?o=1.-2 HTTP/1.1" 200 142762 INFO 2025-08-20 17:05:41,488 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-20 17:05:45,278 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:05:45,279 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 17:05:45,290 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:45,291 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 17:05:47,471 log 16717 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:47,472 basehttp 16717 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:05:47,506 basehttp 16717 6194409472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 17:05:47,508 log 16717 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:47,509 basehttp 16717 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:05:47,562 basehttp 16717 6160756736 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 17:05:48,243 basehttp 16717 6160756736 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 17:05:48,262 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:48,262 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:05:48,396 basehttp 16717 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 17:05:48,553 basehttp 16717 6160756736 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 ERROR 2025-08-20 17:05:53,708 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:05:53,708 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78436 WARNING 2025-08-20 17:05:53,730 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:05:53,730 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 17:06:58,269 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?admission_datetime__month=8&admission_datetime__year=2025&o=1.-2 HTTP/1.1" 200 126305 INFO 2025-08-20 17:06:58,286 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:07:11,741 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/335/change/?_changelist_filters=admission_datetime__month%3D8%26admission_datetime__year%3D2025%26o%3D1.-2 HTTP/1.1" 200 161699 INFO 2025-08-20 17:07:11,758 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-20 17:07:49,725 basehttp 16717 6160756736 "POST /en/admin/inpatients/admission/335/change/?_changelist_filters=admission_datetime__month%3D8%26admission_datetime__year%3D2025%26o%3D1.-2 HTTP/1.1" 302 0 INFO 2025-08-20 17:07:49,789 basehttp 16717 6160756736 "GET /en/admin/inpatients/admission/?admission_datetime__month=8&admission_datetime__year=2025&o=1.-2 HTTP/1.1" 200 126542 INFO 2025-08-20 17:07:49,803 basehttp 16717 6160756736 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-20 17:07:54,800 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:07:54,801 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 17:07:54,814 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:07:54,814 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 17:41:48,232 log 16717 6160756736 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 17:41:48,233 basehttp 16717 6160756736 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 17:41:48,247 log 16717 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 17:41:48,247 basehttp 16717 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:05:13,191 autoreload 16717 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:05:13,513 autoreload 43280 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:05:15,770 log 43280 6164377600 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:05:15,771 basehttp 43280 6164377600 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 18:05:15,784 log 43280 6164377600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:05:15,784 basehttp 43280 6164377600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:05:33,397 autoreload 43280 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:05:33,713 autoreload 43448 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:05:35,853 log 43448 6127038464 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:05:35,855 basehttp 43448 6127038464 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78581 WARNING 2025-08-20 18:05:35,868 log 43448 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:05:35,868 basehttp 43448 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:07:21,092 autoreload 43448 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:07:21,392 autoreload 44216 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 18:10:03,884 autoreload 44216 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:10:04,238 autoreload 45440 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:10:07,023 log 45440 6156267520 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:10:07,024 basehttp 45440 6156267520 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78583 WARNING 2025-08-20 18:10:07,037 log 45440 6156267520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:10:07,037 basehttp 45440 6156267520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:19:50,786 autoreload 45440 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-08-20 18:19:51,098 autoreload 49636 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 18:25:08,789 log 49636 6202781696 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2174, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 18:25:08,790 basehttp 49636 6202781696 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78573 WARNING 2025-08-20 18:25:08,801 log 49636 6202781696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:08,801 basehttp 49636 6202781696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:25:10,374 log 49636 6202781696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:10,374 basehttp 49636 6202781696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:10,728 basehttp 49636 6202781696 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:25:11,855 basehttp 49636 6202781696 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 WARNING 2025-08-20 18:25:11,870 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:11,870 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:11,967 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:25:12,093 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:25:25,768 basehttp 49636 6219608064 "GET /en/inpatients/discharge/323/ HTTP/1.1" 302 0 INFO 2025-08-20 18:25:25,788 basehttp 49636 6219608064 "GET /en/inpatients/admissions/323/ HTTP/1.1" 200 26837 WARNING 2025-08-20 18:25:25,808 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:25,808 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:25,848 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 18:25:32,918 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:32,918 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:25:32,931 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:25:32,931 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:25:42,091 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:26:11,970 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:26:12,094 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:26:42,122 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:27:11,974 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:27:12,101 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:27:42,119 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:28:11,982 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:28:12,101 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104066 INFO 2025-08-20 18:28:34,764 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 WARNING 2025-08-20 18:28:34,782 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:34,783 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:34,918 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:28:35,036 basehttp 49636 6219608064 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 18:28:39,933 basehttp 49636 6219608064 "GET /en/inpatients/beds/1705/maintenance/ HTTP/1.1" 200 34313 WARNING 2025-08-20 18:28:39,954 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:39,954 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:39,975 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 18:28:42,327 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:42,327 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:28:42,337 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:42,337 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:43,693 basehttp 49636 6219608064 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 18:28:43,706 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:43,706 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:43,747 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:28:48,262 basehttp 49636 6219608064 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160288 WARNING 2025-08-20 18:28:48,282 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:28:48,283 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:28:48,324 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:29:00,224 basehttp 49636 6219608064 "GET /en/inpatients/admissions/393/ HTTP/1.1" 200 23806 WARNING 2025-08-20 18:29:00,242 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:29:00,242 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:29:00,282 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 18:29:02,384 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:29:02,384 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 18:29:02,399 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:29:02,399 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:29:48,326 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:30:26,738 basehttp 49636 6219608064 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160424 WARNING 2025-08-20 18:30:26,753 log 49636 6219608064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 18:30:26,753 basehttp 49636 6219608064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 18:30:26,810 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:31:26,824 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:32:26,828 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:33:26,833 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:34:26,834 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:35:26,841 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:36:26,876 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:37:26,884 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:38:26,889 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:39:26,896 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:40:26,900 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:41:27,419 basehttp 49636 6219608064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:42:29,414 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:43:57,410 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:45:57,410 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:47:57,413 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:49:57,419 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:51:57,419 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 18:53:57,421 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-08-20 18:55:57,422 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 18:57:20,123 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 18:58:20,421 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 18:59:22,426 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:00:57,428 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:02:57,424 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:04:57,428 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:06:57,335 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:08:57,336 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:10:57,336 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:12:57,335 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:14:57,338 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:16:57,332 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:18:57,331 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:20:57,332 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:22:57,324 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:24:57,325 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:26:57,321 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:28:57,322 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:30:57,323 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:32:57,318 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:34:57,317 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:35:57,319 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:36:57,313 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:37:57,320 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:38:57,383 basehttp 49636 6202781696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:39:21,460 autoreload 49636 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:39:21,827 autoreload 84486 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:39:22,352 log 84486 6130692096 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 596, in get_queryset total_admissions = queryset.aggregate(Sum('total_beds'))['total_beds__sum'] or 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'total_beds' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:39:22,355 basehttp 84486 6130692096 "GET /en/inpatients/admissions/ HTTP/1.1" 500 133551 WARNING 2025-08-20 19:39:22,370 log 84486 6130692096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:39:22,370 basehttp 84486 6130692096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:41:18,113 autoreload 84486 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:41:18,435 autoreload 85413 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:41:18,842 log 85413 6190313472 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 596, in get_queryset total_admissions = queryset.filter(is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:41:18,844 basehttp 85413 6190313472 "GET /en/inpatients/admissions/ HTTP/1.1" 500 135848 WARNING 2025-08-20 19:41:18,857 log 85413 6190313472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:41:18,857 basehttp 85413 6190313472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:42:11,434 autoreload 85413 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:42:11,747 autoreload 85811 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:42:12,186 log 85811 6128644096 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 634, in get_context_data 'total_admissions': self.total_admissions ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'AdmissionListView' object has no attribute 'total_admissions' ERROR 2025-08-20 19:42:12,188 basehttp 85811 6128644096 "GET /en/inpatients/admissions/ HTTP/1.1" 500 89036 WARNING 2025-08-20 19:42:12,202 log 85811 6128644096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:42:12,202 basehttp 85811 6128644096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:42:37,899 autoreload 85811 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:42:38,262 autoreload 85976 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:42:39,148 log 85976 6135934976 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 634, in get_context_data 'total_admissions': self.queryset.total_admissions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'total_admissions' ERROR 2025-08-20 19:42:39,149 basehttp 85976 6135934976 "GET /en/inpatients/admissions/ HTTP/1.1" 500 89036 WARNING 2025-08-20 19:42:39,161 log 85976 6135934976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:42:39,161 basehttp 85976 6135934976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 19:42:40,064 log 85976 6135934976 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 634, in get_context_data 'total_admissions': self.queryset.total_admissions ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'total_admissions' ERROR 2025-08-20 19:42:40,065 basehttp 85976 6135934976 "GET /en/inpatients/admissions/ HTTP/1.1" 500 89036 WARNING 2025-08-20 19:42:40,080 log 85976 6135934976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:42:40,080 basehttp 85976 6135934976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:43:00,194 autoreload 85976 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:43:00,524 autoreload 86138 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:43:01,107 log 86138 6162411520 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 632, in get_context_data 'total_admissions': self.queryset.count() ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'count' ERROR 2025-08-20 19:43:01,108 basehttp 86138 6162411520 "GET /en/inpatients/admissions/ HTTP/1.1" 500 88952 WARNING 2025-08-20 19:43:01,120 log 86138 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:43:01,120 basehttp 86138 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 19:43:02,114 log 86138 6162411520 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 632, in get_context_data 'total_admissions': self.queryset.count() ^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'count' ERROR 2025-08-20 19:43:02,115 basehttp 86138 6162411520 "GET /en/inpatients/admissions/ HTTP/1.1" 500 88952 WARNING 2025-08-20 19:43:02,129 log 86138 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:43:02,129 basehttp 86138 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:43:26,704 autoreload 86138 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:43:27,025 autoreload 86372 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:43:27,952 basehttp 86372 6128431104 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160424 WARNING 2025-08-20 19:43:27,970 log 86372 6128431104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:43:27,970 basehttp 86372 6128431104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:43:28,054 basehttp 86372 6128431104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:44:10,621 autoreload 86372 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:44:10,984 autoreload 86686 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:44:11,719 basehttp 86686 6127595520 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160426 WARNING 2025-08-20 19:44:11,738 log 86686 6127595520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:44:11,738 basehttp 86686 6127595520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:44:11,783 basehttp 86686 6127595520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:45:11,794 basehttp 86686 6127595520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:45:47,929 autoreload 86686 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:45:48,287 autoreload 87402 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:45:48,595 log 87402 6203420672 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 629, in get_context_data active_admissions = Admission.objects.filter(tenant=self.request.user.tenant, is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:45:48,597 basehttp 87402 6203420672 "GET /en/inpatients/admissions/ HTTP/1.1" 500 143156 WARNING 2025-08-20 19:45:48,613 log 87402 6203420672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:45:48,614 basehttp 87402 6203420672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:46:25,773 autoreload 87402 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:46:26,097 autoreload 87722 8601149632 Watching for file changes with StatReloader ERROR 2025-08-20 19:46:27,316 log 87722 6124482560 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 629, in get_context_data active_admissions = Admission.objects.filter(tenant=self.request.user.tenant, admission__is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:46:27,318 basehttp 87722 6124482560 "GET /en/inpatients/admissions/ HTTP/1.1" 500 143360 WARNING 2025-08-20 19:46:27,329 log 87722 6124482560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:46:27,329 basehttp 87722 6124482560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-20 19:46:28,273 log 87722 6124482560 Internal Server Error: /en/inpatients/admissions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 629, in get_context_data active_admissions = Admission.objects.filter(tenant=self.request.user.tenant, admission__is_active=True).count() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-08-20 19:46:28,273 basehttp 87722 6124482560 "GET /en/inpatients/admissions/ HTTP/1.1" 500 143360 WARNING 2025-08-20 19:46:28,290 log 87722 6124482560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:46:28,290 basehttp 87722 6124482560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:48:30,669 autoreload 87722 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:48:30,992 autoreload 88664 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:48:31,405 basehttp 88664 6137507840 "GET /en/inpatients/admissions/ HTTP/1.1" 200 160428 WARNING 2025-08-20 19:48:31,426 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:31,426 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:48:31,501 basehttp 88664 6137507840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 19:48:53,851 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:53,851 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 19:48:54,757 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:54,757 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 19:48:55,954 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:48:55,955 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:48:56,244 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:49:00,883 basehttp 88664 6137507840 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 WARNING 2025-08-20 19:49:00,904 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:49:00,904 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:49:00,928 basehttp 88664 6137507840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 19:49:04,556 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:49:04,557 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-20 19:49:04,566 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:49:04,566 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:49:26,220 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:49:56,110 basehttp 88664 6137507840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 19:49:56,240 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:50:26,246 basehttp 88664 6137507840 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 ERROR 2025-08-20 19:50:39,849 log 88664 6137507840 Internal Server Error: /en/inpatients/discharge/335/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2179, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 324, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'admission' ERROR 2025-08-20 19:50:39,851 basehttp 88664 6137507840 "GET /en/inpatients/discharge/335/ HTTP/1.1" 500 78436 WARNING 2025-08-20 19:50:39,870 log 88664 6137507840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:50:39,870 basehttp 88664 6137507840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:54:23,134 autoreload 88664 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 19:54:23,622 autoreload 91187 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 19:54:25,316 basehttp 91187 6164770816 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35327 WARNING 2025-08-20 19:54:25,334 log 91187 6164770816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:54:25,334 basehttp 91187 6164770816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:54:25,372 basehttp 91187 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 19:55:10,634 log 91187 6198423552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:55:10,635 basehttp 91187 6198423552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:55:10,636 basehttp 91187 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-08-20 19:55:10,680 log 91187 6164770816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:55:10,680 basehttp 91187 6164770816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:55:10,741 basehttp 91187 6181597184 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 19:55:12,803 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35327 WARNING 2025-08-20 19:55:12,821 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:55:12,821 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:55:12,863 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:56:12,867 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:03,985 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35287 WARNING 2025-08-20 19:57:03,998 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:03,998 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:04,041 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:20,718 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35287 WARNING 2025-08-20 19:57:20,730 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:20,730 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:20,774 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:29,632 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35302 WARNING 2025-08-20 19:57:29,644 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:29,644 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:29,690 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:57:49,977 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35321 WARNING 2025-08-20 19:57:49,988 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:57:49,988 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:57:50,030 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:58:23,170 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35349 WARNING 2025-08-20 19:58:23,187 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:58:23,187 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:58:23,223 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:58:51,600 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35359 WARNING 2025-08-20 19:58:51,612 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 19:58:51,612 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 19:58:51,655 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 19:59:51,680 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:00:33,859 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35348 WARNING 2025-08-20 20:00:33,872 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:00:33,873 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:00:33,914 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:01:33,917 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:01:35,008 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35348 WARNING 2025-08-20 20:01:35,023 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:01:35,023 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:01:35,064 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:01:48,328 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35344 WARNING 2025-08-20 20:01:48,340 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:01:48,340 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:01:48,382 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-08-20 20:02:21,032 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35357 WARNING 2025-08-20 20:02:21,043 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:02:21,044 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:02:21,085 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:03:21,100 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:03:45,964 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35362 WARNING 2025-08-20 20:03:45,975 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:03:45,975 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:03:46,009 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:04:06,770 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35336 WARNING 2025-08-20 20:04:06,782 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:04:06,782 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:04:06,825 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:04:14,420 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35340 WARNING 2025-08-20 20:04:14,433 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:04:14,433 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:04:14,479 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:05:14,482 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:05:16,712 basehttp 91187 6181597184 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 35374 WARNING 2025-08-20 20:05:16,725 log 91187 6181597184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:05:16,725 basehttp 91187 6181597184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:05:16,766 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:06:16,780 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:07:16,810 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:08:16,818 basehttp 91187 6181597184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:08:38,370 autoreload 91187 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 20:08:38,769 autoreload 97464 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 20:08:40,030 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 WARNING 2025-08-20 20:08:40,052 log 97464 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:08:40,052 basehttp 97464 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:08:40,171 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:08:40,289 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 20:08:46,408 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40376 WARNING 2025-08-20 20:08:46,426 log 97464 6201421824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 20:08:46,427 basehttp 97464 6201421824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 20:08:46,466 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:09:46,483 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:10:46,486 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:11:46,482 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:12:46,497 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:13:46,497 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:14:46,497 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:15:46,498 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:16:46,505 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:17:46,503 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:18:46,521 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:19:47,441 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:20:49,451 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 20:26:13,249 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 21:50:40,363 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:12:47,178 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:14:30,871 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:15:30,881 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:16:30,883 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:16:36,227 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:17:06,220 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:17:36,093 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:17:36,211 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:18:06,210 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:18:36,111 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:18:36,219 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:19:06,234 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:19:36,096 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:19:36,206 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2104063 INFO 2025-08-20 22:19:39,903 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2106667 INFO 2025-08-20 22:19:40,018 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:19:40,134 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2106667 INFO 2025-08-20 22:19:52,351 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:19:52,437 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:19:52,553 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:20:22,553 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:20:52,440 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:20:52,551 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:22,559 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:29,119 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:29,212 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:21:29,354 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:21:58,934 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40376 INFO 2025-08-20 22:21:58,973 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:22:51,615 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40393 INFO 2025-08-20 22:22:51,643 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:23:27,005 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40376 INFO 2025-08-20 22:23:27,035 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:24:10,687 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40370 INFO 2025-08-20 22:24:10,720 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:24:41,401 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40404 INFO 2025-08-20 22:24:41,439 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:24:59,586 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40404 INFO 2025-08-20 22:24:59,619 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:25:59,629 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:26:37,906 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40413 INFO 2025-08-20 22:26:37,934 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:27:12,786 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40408 INFO 2025-08-20 22:27:12,822 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:27:26,919 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40412 INFO 2025-08-20 22:27:26,957 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:27:33,051 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40413 INFO 2025-08-20 22:27:33,091 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:28:33,092 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:29:12,648 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40447 INFO 2025-08-20 22:29:12,679 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:29:26,959 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40433 INFO 2025-08-20 22:29:26,986 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:30:27,002 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:31:27,001 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:31:52,094 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40513 INFO 2025-08-20 22:31:52,129 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:32:42,169 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-20 22:32:42,212 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:33:25,848 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-20 22:33:25,886 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:33:29,579 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:33:38,253 basehttp 97464 6201421824 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 2110493 INFO 2025-08-20 22:33:38,364 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:33:38,482 basehttp 97464 6201421824 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 2110493 INFO 2025-08-20 22:33:42,267 basehttp 97464 6201421824 "GET /en/inpatients/discharge/359/ HTTP/1.1" 302 0 INFO 2025-08-20 22:33:42,289 basehttp 97464 6201421824 "GET /en/inpatients/admissions/359/ HTTP/1.1" 200 26973 INFO 2025-08-20 22:33:42,321 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:34:01,489 basehttp 97464 6201421824 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:34:05,161 basehttp 97464 6201421824 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-20 22:34:05,196 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:35:05,205 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:36:05,211 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:05,211 basehttp 97464 6201421824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:24,557 autoreload 97464 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 22:37:24,989 autoreload 16279 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 22:37:29,067 basehttp 16279 6197145600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:29,123 basehttp 16279 6213971968 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109899 INFO 2025-08-20 22:37:39,593 basehttp 16279 6213971968 "GET /en/inpatients/ HTTP/1.1" 200 42937 INFO 2025-08-20 22:37:39,634 basehttp 16279 6197145600 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-20 22:37:39,646 basehttp 16279 6213971968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:37:39,672 basehttp 16279 6230798336 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 ERROR 2025-08-20 22:37:44,692 log 16279 6230798336 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reject_transfer' not found. 'reject_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 22:37:44,694 basehttp 16279 6230798336 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262747 ERROR 2025-08-20 22:39:46,557 log 16279 6230798336 Internal Server Error: /en/inpatients/transfers/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'execute_transfer' not found. 'execute_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 22:39:46,558 basehttp 16279 6230798336 "GET /en/inpatients/transfers/ HTTP/1.1" 500 262364 INFO 2025-08-20 22:40:05,201 basehttp 16279 6230798336 "GET /en/inpatients/transfers/ HTTP/1.1" 200 88653 INFO 2025-08-20 22:40:05,235 basehttp 16279 6230798336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 22:40:17,425 log 16279 6230798336 Forbidden (CSRF token missing.): /en/inpatients/transfer/95/approve/ WARNING 2025-08-20 22:40:17,425 basehttp 16279 6230798336 "POST /en/inpatients/transfer/95/approve/ HTTP/1.1" 403 2491 WARNING 2025-08-20 22:40:20,753 log 16279 6230798336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:40:20,754 basehttp 16279 6230798336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:41:05,248 basehttp 16279 6230798336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:41:54,438 autoreload 16279 8601149632 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-08-20 22:41:54,779 autoreload 18321 8601149632 Watching for file changes with StatReloader INFO 2025-08-20 22:41:56,807 basehttp 18321 6138425344 "GET /en/inpatients/transfers/ HTTP/1.1" 200 88653 WARNING 2025-08-20 22:41:56,824 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:41:56,824 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:41:56,916 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-08-20 22:42:00,549 log 18321 6138425344 Forbidden (CSRF token missing.): /en/inpatients/transfer/95/approve/ WARNING 2025-08-20 22:42:00,549 basehttp 18321 6138425344 "POST /en/inpatients/transfer/95/approve/ HTTP/1.1" 403 2491 INFO 2025-08-20 22:42:56,930 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:42:58,155 basehttp 18321 6138425344 "GET /en/inpatients/transfers/ HTTP/1.1" 200 88653 WARNING 2025-08-20 22:42:58,172 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:42:58,172 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:42:58,271 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-08-20 22:43:55,396 basehttp 18321 6138425344 "GET /en/inpatients/transfers/ HTTP/1.1" 200 87470 WARNING 2025-08-20 22:43:55,410 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:43:55,410 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:43:55,508 basehttp 18321 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-08-20 22:43:57,278 log 18321 6138425344 Internal Server Error: /en/inpatients/transfer/77/approve/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1033, in approve_transfer return render(request, 'inpatients/partials/approve_transfer_form.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reject_transfer' not found. 'reject_transfer' is not a valid view function or pattern name. ERROR 2025-08-20 22:43:57,280 basehttp 18321 6138425344 "GET /en/inpatients/transfer/77/approve/ HTTP/1.1" 500 129700 WARNING 2025-08-20 22:43:57,300 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:43:57,300 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-20 22:44:50,623 basehttp 18321 6138425344 "GET /en/inpatients/transfer/77/approve/ HTTP/1.1" 200 9421 WARNING 2025-08-20 22:44:50,644 log 18321 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-20 22:44:50,644 basehttp 18321 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-21 13:30:43,818 autoreload 3283 8601149632 Watching for file changes with StatReloader INFO 2025-08-21 13:30:47,270 basehttp 3283 6198046720 "GET / HTTP/1.1" 302 0 INFO 2025-08-21 13:30:47,319 basehttp 3283 6214873088 "GET /en/ HTTP/1.1" 200 47239 INFO 2025-08-21 13:30:47,376 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:30:47,380 basehttp 3283 6248525824 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-21 13:30:47,382 basehttp 3283 6231699456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 13:30:47,383 basehttp 3283 6198046720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 13:30:55,954 basehttp 3283 6198046720 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-21 13:30:56,035 basehttp 3283 6231699456 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-21 13:30:56,043 basehttp 3283 6231699456 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-21 13:30:59,577 basehttp 3283 6231699456 "GET /en/inpatients/ HTTP/1.1" 200 41712 INFO 2025-08-21 13:30:59,636 basehttp 3283 6231699456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:30:59,638 basehttp 3283 6248525824 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 13:30:59,658 basehttp 3283 6214873088 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-21 13:31:05,147 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:31:05,261 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:31:05,369 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:31:35,391 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:32:05,276 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:32:05,381 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:32:35,396 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 13:32:39,877 basehttp 3283 6214873088 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-21 13:32:39,909 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:33:40,092 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:34:41,100 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:39:01,561 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:40:02,560 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 13:41:03,557 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:03:05,832 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:07:08,018 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:08:09,011 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:09:11,017 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:10:43,221 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:11:44,012 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:12:46,012 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:13:53,442 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:14:53,444 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:15:53,445 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:15:59,988 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:24:07,266 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:24:37,173 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:24:37,242 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:25:07,224 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:25:37,167 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:25:37,232 basehttp 3283 6214873088 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:41:08,972 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:41:39,821 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:41:45,888 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 14:57:47,024 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 14:57:52,097 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:14:13,411 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:14:17,437 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:15:14,365 basehttp 3283 6198046720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:15:17,436 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:22:55,957 basehttp 3283 6214873088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:22:56,025 basehttp 3283 6198046720 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109881 INFO 2025-08-21 15:53:21,003 autoreload 18499 8466948288 Watching for file changes with StatReloader INFO 2025-08-21 15:53:26,252 basehttp 18499 6189674496 "GET / HTTP/1.1" 302 0 INFO 2025-08-21 15:53:26,312 basehttp 18499 6206500864 "GET /en/ HTTP/1.1" 200 47250 INFO 2025-08-21 15:53:26,363 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:53:26,364 basehttp 18499 6240153600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-21 15:53:26,366 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:53:26,367 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-21 15:53:26,380 log 18499 6189674496 Not Found: /favicon.ico WARNING 2025-08-21 15:53:26,381 basehttp 18499 6189674496 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-21 15:53:56,413 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:54:26,420 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:54:26,420 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:54:27,408 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:54:58,416 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:55:27,423 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:55:27,423 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:55:29,413 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:56:00,414 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:56:28,422 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:56:28,423 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:56:31,399 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:57:12,402 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:57:29,421 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:57:29,422 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:58:12,411 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:58:30,409 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 15:58:30,409 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:59:12,416 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 15:59:31,423 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 15:59:31,423 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:00:12,409 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:01:12,433 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:01:12,433 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:01:12,435 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:02:12,419 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:02:12,420 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:03:12,421 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:03:12,423 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:04:12,427 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:04:12,429 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:04:12,430 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:05:12,399 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:06:12,429 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:06:12,431 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:06:12,434 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:07:12,408 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:08:12,433 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:08:12,434 basehttp 18499 6206500864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:08:12,435 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:09:12,435 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:09:12,437 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:10:12,419 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:10:12,420 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:11:12,432 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:11:12,433 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:11:12,434 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:12:12,409 basehttp 18499 6189674496 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:13:12,434 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:13:12,434 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:13:12,436 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:14:12,431 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:14:12,431 basehttp 18499 6223327232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:14:12,433 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:15:12,503 basehttp 18499 6206500864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:16:12,525 basehttp 18499 6189674496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-21 16:16:12,525 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:16:12,527 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-21 16:16:43,488 basehttp 18499 6223327232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-21 16:16:48,492 log 18499 6223327232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-21 16:16:48,492 basehttp 18499 6223327232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-21 16:16:57,675 basehttp 18499 6223327232 "GET /en/inpatients/ HTTP/1.1" 200 41712 WARNING 2025-08-21 16:16:57,689 log 18499 6223327232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-21 16:16:57,689 basehttp 18499 6223327232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-21 16:16:57,782 basehttp 18499 6223327232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:16:57,782 basehttp 18499 6206500864 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:16:57,802 basehttp 18499 6189674496 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-21 16:17:27,769 basehttp 18499 6189674496 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:17:57,800 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:17:57,802 basehttp 18499 6223327232 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:17:57,825 basehttp 18499 6206500864 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-21 16:18:27,785 basehttp 18499 6206500864 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-21 16:18:42,188 basehttp 18499 6206500864 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109882 INFO 2025-08-21 16:18:42,334 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:18:42,456 basehttp 18499 6206500864 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109882 INFO 2025-08-21 16:18:57,512 basehttp 18499 6206500864 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40510 INFO 2025-08-21 16:18:57,548 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:19:57,563 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:20:57,564 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:21:57,570 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:22:57,569 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:23:57,580 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:24:57,586 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:25:57,580 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:26:57,593 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:27:57,597 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:28:57,601 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:29:58,509 basehttp 18499 6206500864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:31:00,488 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:32:12,504 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:34:12,495 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:36:12,496 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:37:12,498 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:39:12,493 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:41:12,493 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:42:12,506 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:44:12,495 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:45:12,534 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:47:12,550 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:48:12,553 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:50:12,557 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:51:12,557 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:53:12,554 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:54:12,561 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:56:12,553 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:57:12,562 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 16:58:12,566 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:00:12,573 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:01:12,581 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:03:12,580 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:04:12,583 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:05:12,582 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:07:12,586 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:09:12,584 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:10:12,592 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:12:12,604 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:13:12,595 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:15:12,515 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:16:12,520 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:18:12,527 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:19:12,522 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:21:12,513 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:22:12,532 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:23:12,530 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:25:12,523 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:27:12,524 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:28:12,527 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:30:12,539 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:31:12,552 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:33:12,557 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:35:12,560 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:36:12,552 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:38:12,565 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:40:12,554 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:42:12,558 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:44:12,561 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:45:12,555 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:46:12,465 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:48:12,464 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:49:12,473 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:51:12,470 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:52:12,463 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:54:25,216 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:55:25,225 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:57:25,225 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 17:58:25,227 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:00:25,217 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:01:25,226 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:03:25,220 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:04:26,213 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:05:28,218 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:07:25,219 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:08:25,223 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:10:25,219 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:11:25,485 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:13:25,483 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:15:25,319 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:17:25,329 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:19:25,196 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:21:25,275 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:23:25,227 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:25:25,283 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:27:25,192 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:29:25,190 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:31:25,222 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:32:26,453 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:34:25,226 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:36:25,233 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:38:25,242 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:40:25,399 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:42:25,284 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:44:25,272 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 18:58:03,425 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:34:17,794 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:54:37,752 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:56:37,809 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:58:37,794 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 20:59:37,832 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:01:37,792 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:03:37,787 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:05:37,796 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:06:37,795 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:08:37,802 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:10:37,797 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:12:37,793 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:14:37,783 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:15:37,784 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:17:37,774 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:18:37,790 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:20:37,885 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:21:37,897 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:23:37,884 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:25:37,894 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:27:37,883 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:29:37,895 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:31:37,881 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:32:37,881 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:34:37,882 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:35:37,873 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:36:37,879 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:38:37,872 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:39:37,875 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:41:37,868 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:43:37,867 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:44:37,871 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:45:37,871 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:47:37,870 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:48:37,866 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:50:37,867 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:51:37,945 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:53:37,953 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:54:37,949 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:56:37,943 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:57:37,951 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:58:37,945 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 21:59:37,950 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:01:37,945 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:02:37,954 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:04:37,949 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:05:37,947 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:07:37,955 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:08:37,957 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:10:37,948 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:11:37,951 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:13:37,956 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:14:37,954 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:16:37,951 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:17:37,957 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:18:37,955 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:20:37,955 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:21:37,956 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:23:37,962 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:24:37,961 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:26:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:27:37,960 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:29:37,962 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:30:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:32:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:33:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:35:37,963 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:37:37,969 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:39:37,963 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:40:37,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:42:37,967 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:43:37,970 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:45:37,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:46:37,963 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:47:37,969 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:49:37,964 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:50:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-08-21 22:52:37,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:53:37,977 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:54:37,971 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:56:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:57:37,967 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 22:59:37,984 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:01:37,969 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:02:37,970 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:04:37,972 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:05:37,970 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:07:37,968 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:08:37,942 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:10:37,939 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:11:37,949 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:13:37,936 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:14:37,943 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:16:37,938 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:17:37,944 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:19:37,936 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:20:37,950 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:22:37,939 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:23:37,772 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:25:37,769 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:27:37,764 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:28:37,769 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:30:37,761 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:31:37,756 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:32:37,758 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:34:37,753 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:35:37,757 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:37:37,749 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:38:37,803 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:39:37,818 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:41:37,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:42:37,818 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:44:37,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:45:37,816 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:47:37,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:48:37,806 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:49:37,804 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:51:37,802 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-21 23:52:37,808 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:53:37,803 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:55:37,878 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:56:37,878 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:58:37,885 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-21 23:59:37,880 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:01:37,869 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:02:37,880 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:03:37,882 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:05:37,876 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:06:37,876 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-22 00:07:37,881 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-24 11:37:55,117 log 18499 6189674496 Not Found: /favicon.ico WARNING 2025-08-24 11:37:55,117 basehttp 18499 6189674496 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 11:38:47,947 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:38:56,928 basehttp 18499 6189674496 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51178 INFO 2025-08-24 11:38:56,936 basehttp 18499 6189674496 "GET /static/js/app.min.js HTTP/1.1" 304 0 INFO 2025-08-24 11:38:56,965 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:39:17,952 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:39:47,814 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:39:47,929 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:40:17,950 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:40:47,811 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:40:47,922 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:41:17,958 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:41:47,820 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:41:47,921 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:17,949 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:25,920 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:26,014 basehttp 18499 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:42:26,131 basehttp 18499 6189674496 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109911 INFO 2025-08-24 11:42:39,816 basehttp 18499 6189674496 "GET /en/accounts/login/ HTTP/1.1" 302 0 INFO 2025-08-24 11:42:39,824 basehttp 18499 6189674496 "GET /accounts/profile/ HTTP/1.1" 302 0 ERROR 2025-08-24 11:42:39,856 log 18499 6206500864 Internal Server Error: /en/accounts/profile/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_avatar' not found. 'upload_avatar' is not a valid view function or pattern name. ERROR 2025-08-24 11:42:39,859 basehttp 18499 6206500864 "GET /en/accounts/profile/ HTTP/1.1" 500 167228 INFO 2025-08-24 11:53:14,673 autoreload 18499 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/models.py changed, reloading. INFO 2025-08-24 11:53:15,183 autoreload 49588 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 11:53:17,415 basehttp 49588 6123925504 "GET /en/accounts/profile/ HTTP/1.1" 200 31087 INFO 2025-08-24 11:53:17,463 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:53:36,267 basehttp 49588 6123925504 "GET /en/accounts/htmx/two-factor-setup/ HTTP/1.1" 200 5963 ERROR 2025-08-24 11:53:52,738 log 49588 6123925504 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1038, in user_profile_update user.timezone = request.POST.get('timezone', user.timezone) ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'timezone' ERROR 2025-08-24 11:53:52,740 basehttp 49588 6123925504 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78506 INFO 2025-08-24 11:54:17,475 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:54:43,845 basehttp 49588 6123925504 "GET /en/billing/bills/create/ HTTP/1.1" 200 109253 INFO 2025-08-24 11:54:43,883 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:54:50,088 basehttp 49588 6123925504 "GET /en/ HTTP/1.1" 200 47227 INFO 2025-08-24 11:54:50,145 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:54:50,149 basehttp 49588 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 11:54:50,151 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:54:50,152 basehttp 49588 6140751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:55:06,523 basehttp 49588 6140751872 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36888 INFO 2025-08-24 11:55:06,555 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:55:40,566 basehttp 49588 6140751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:55:43,752 basehttp 49588 6140751872 "GET /en/appointments/create/ HTTP/1.1" 200 36449 INFO 2025-08-24 11:55:43,783 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:55:50,151 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:55:50,151 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:56:10,571 basehttp 49588 6140751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:56:17,196 basehttp 49588 6140751872 "GET /en/ HTTP/1.1" 200 47227 INFO 2025-08-24 11:56:17,262 basehttp 49588 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:56:17,262 basehttp 49588 6123925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 11:56:17,263 basehttp 49588 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:56:17,265 basehttp 49588 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:56:47,243 basehttp 49588 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:57:17,260 basehttp 49588 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:57:17,260 basehttp 49588 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:57:17,261 basehttp 49588 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:57:47,251 basehttp 49588 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:58:17,275 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:58:17,276 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:58:17,278 basehttp 49588 13035925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 11:58:24,045 basehttp 49588 13035925504 "GET /en/audit-log/ HTTP/1.1" 200 228027 INFO 2025-08-24 11:58:24,086 basehttp 49588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 11:59:00,571 log 49588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:00,571 basehttp 49588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:08,659 basehttp 49588 13035925504 "GET /en/ HTTP/1.1" 200 47227 WARNING 2025-08-24 11:59:08,678 log 49588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:08,678 basehttp 49588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:08,796 basehttp 49588 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 11:59:08,797 basehttp 49588 6140751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 11:59:08,797 basehttp 49588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 11:59:08,799 basehttp 49588 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-24 11:59:21,187 log 49588 6123925504 Not Found: /calendar WARNING 2025-08-24 11:59:21,187 basehttp 49588 6123925504 "GET /calendar HTTP/1.1" 404 2548 WARNING 2025-08-24 11:59:21,209 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:21,209 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 11:59:23,950 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:23,951 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 11:59:23,961 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:23,961 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:28,121 basehttp 49588 6123925504 "GET /en/patients/register/ HTTP/1.1" 200 27698 WARNING 2025-08-24 11:59:28,139 log 49588 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 11:59:28,139 basehttp 49588 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 11:59:28,232 basehttp 49588 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:33,958 autoreload 53755 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:02:38,826 basehttp 53755 6161444864 "GET /en/patients/register/ HTTP/1.1" 200 27698 WARNING 2025-08-24 12:02:38,845 log 53755 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:02:38,845 basehttp 53755 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:02:38,935 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:41,919 basehttp 53755 6161444864 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:02:41,944 basehttp 53755 6178271232 "GET /en/ HTTP/1.1" 200 47227 WARNING 2025-08-24 12:02:41,964 log 53755 6178271232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:02:41,964 basehttp 53755 6178271232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:02:42,075 basehttp 53755 6178271232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:42,082 basehttp 53755 6211923968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:02:42,082 basehttp 53755 6195097600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:02:42,084 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:02:49,288 basehttp 53755 6161444864 "GET /en/ HTTP/1.1" 200 47227 WARNING 2025-08-24 12:02:49,305 log 53755 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:02:49,305 basehttp 53755 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:02:49,418 basehttp 53755 6211923968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:02:49,420 basehttp 53755 6178271232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:02:49,421 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:02:49,422 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:03:19,411 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:03:49,430 basehttp 53755 6195097600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:03:49,433 basehttp 53755 6161444864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:03:49,434 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:04:19,407 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:04:49,433 basehttp 53755 6178271232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:04:49,434 basehttp 53755 6161444864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:04:49,436 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:05:19,424 basehttp 53755 6195097600 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:05:49,439 basehttp 53755 6161444864 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:05:49,441 basehttp 53755 6195097600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:05:49,442 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:06:19,428 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:06:49,427 basehttp 53755 6178271232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:06:49,428 basehttp 53755 6195097600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:06:49,430 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:07:19,428 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:07:49,448 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:07:49,449 basehttp 53755 6195097600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:07:49,451 basehttp 53755 6178271232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:08:19,439 basehttp 53755 6161444864 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:08:49,433 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:08:49,437 basehttp 53755 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:08:49,440 basehttp 53755 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:09:04,010 basehttp 53755 13321187328 "GET /en/radiology HTTP/1.1" 301 0 ERROR 2025-08-24 12:09:04,040 log 53755 13304360960 Internal Server Error: /en/radiology/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with no arguments not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:09:04,042 basehttp 53755 13304360960 "GET /en/radiology/ HTTP/1.1" 500 172668 WARNING 2025-08-24 12:09:04,056 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:09:04,056 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:10,924 basehttp 53755 6161444864 "GET /en/radiology/ HTTP/1.1" 200 29137 WARNING 2025-08-24 12:19:10,938 log 53755 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:10,939 basehttp 53755 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:11,036 basehttp 53755 6161444864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:19:11,048 log 53755 13304360960 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-24 12:19:11,050 basehttp 53755 13304360960 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 120453 INFO 2025-08-24 12:19:16,304 basehttp 53755 13304360960 "GET /en/radiology/orders/ HTTP/1.1" 200 24900 WARNING 2025-08-24 12:19:16,323 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:16,323 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:16,412 basehttp 53755 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:19:18,852 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:18,852 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:19:18,865 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:18,865 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:19,880 basehttp 53755 13304360960 "GET /en/radiology/studies/ HTTP/1.1" 200 31362 WARNING 2025-08-24 12:19:19,898 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:19,898 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:19:19,990 basehttp 53755 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:19:24,289 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:24,289 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:19:24,299 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:24,299 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:19:25,456 log 53755 13304360960 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 745, in get_queryset queryset = RadiologyReport.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-24 12:19:25,458 basehttp 53755 13304360960 "GET /en/radiology/reports/ HTTP/1.1" 500 132578 WARNING 2025-08-24 12:19:25,473 log 53755 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:19:25,473 basehttp 53755 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:20:15,052 autoreload 53755 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:20:15,360 autoreload 61517 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:20:15,670 log 61517 6136803328 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'order'. Choices are: tenant, patient, referring_physician, radiologist, encounter, imaging_order, created_by, report ERROR 2025-08-24 12:20:15,672 basehttp 61517 6136803328 "GET /en/radiology/reports/ HTTP/1.1" 500 224812 WARNING 2025-08-24 12:20:15,687 log 61517 6136803328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:20:15,687 basehttp 61517 6136803328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:20:55,012 autoreload 61517 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:20:55,328 autoreload 61830 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:20:57,188 log 61830 6130724864 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'template'. Choices are: study, radiologist, dictated_by, transcribed_by, template_used ERROR 2025-08-24 12:20:57,190 basehttp 61830 6130724864 "GET /en/radiology/reports/ HTTP/1.1" 500 215435 WARNING 2025-08-24 12:20:57,205 log 61830 6130724864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:20:57,205 basehttp 61830 6130724864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:21:17,369 autoreload 61830 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:21:17,679 autoreload 61988 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:21:18,695 basehttp 61988 6341865472 "GET /en/radiology/reports/ HTTP/1.1" 200 34112 WARNING 2025-08-24 12:21:18,707 log 61988 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:21:18,707 basehttp 61988 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:21:18,800 basehttp 61988 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:21:45,906 autoreload 62159 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:21:57,810 basehttp 62159 6124613632 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-24 12:22:03,313 basehttp 62159 6124613632 "GET /en/admin/analytics/dashboardwidget/ HTTP/1.1" 200 87030 INFO 2025-08-24 12:22:03,325 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:11,538 basehttp 62159 6124613632 "GET /en/admin/communications/alertinstance/ HTTP/1.1" 200 68613 INFO 2025-08-24 12:22:11,550 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:15,406 basehttp 62159 6124613632 "GET /en/admin/communications/messagerecipient/ HTTP/1.1" 200 69668 INFO 2025-08-24 12:22:15,418 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:18,993 basehttp 62159 6124613632 "GET /en/admin/core/department/ HTTP/1.1" 200 78730 INFO 2025-08-24 12:22:19,006 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:19,429 basehttp 62159 6124613632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:22:22,105 basehttp 62159 6124613632 "GET /en/admin/hr/employee/ HTTP/1.1" 200 150894 INFO 2025-08-24 12:22:22,121 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:28,871 basehttp 62159 6124613632 "GET /en/admin/emr/careplan/ HTTP/1.1" 200 127216 INFO 2025-08-24 12:22:28,888 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:33,463 basehttp 62159 6124613632 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 151866 INFO 2025-08-24 12:22:33,473 basehttp 62159 6141440000 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-24 12:22:33,475 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:22:42,613 basehttp 62159 6124613632 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 68517 INFO 2025-08-24 12:22:42,626 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:23:19,789 basehttp 62159 6124613632 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 156830 INFO 2025-08-24 12:23:19,805 basehttp 62159 6124613632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:23:20,423 basehttp 62159 6124613632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:23:25,181 log 62159 6124613632 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'radiology_report_update' not found. 'radiology_report_update' is not a valid view function or pattern name. ERROR 2025-08-24 12:23:25,183 basehttp 62159 6124613632 "GET /en/radiology/reports/ HTTP/1.1" 500 218413 WARNING 2025-08-24 12:23:25,198 log 62159 6124613632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:23:25,198 basehttp 62159 6124613632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:25:30,332 autoreload 62159 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:25:30,647 autoreload 64267 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:25:31,525 log 64267 6200094720 Internal Server Error: /en/radiology/reports/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'radiology_report_delete' not found. 'radiology_report_delete' is not a valid view function or pattern name. ERROR 2025-08-24 12:25:31,527 basehttp 64267 6200094720 "GET /en/radiology/reports/ HTTP/1.1" 500 219330 WARNING 2025-08-24 12:25:31,542 log 64267 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:25:31,543 basehttp 64267 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:25:50,540 basehttp 64267 6200094720 "GET /en/radiology/reports/ HTTP/1.1" 200 130814 WARNING 2025-08-24 12:25:50,553 log 64267 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:25:50,553 basehttp 64267 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:25:50,655 basehttp 64267 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:25:56,179 log 64267 6200094720 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 794, in get_queryset return RadiologyReport.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-24 12:25:56,181 basehttp 64267 6200094720 "GET /en/radiology/reports/142/ HTTP/1.1" 500 140522 WARNING 2025-08-24 12:25:56,193 log 64267 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:25:56,194 basehttp 64267 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:26:19,495 autoreload 64267 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:26:19,823 autoreload 64587 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:26:20,942 log 64587 6133936128 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/\\Z'] ERROR 2025-08-24 12:26:20,943 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 500 178427 WARNING 2025-08-24 12:26:20,953 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:26:20,953 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:26:22,701 log 64587 6133936128 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_study_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/\\Z'] ERROR 2025-08-24 12:26:22,703 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 500 178427 WARNING 2025-08-24 12:26:22,715 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:26:22,716 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:27:00,982 log 64587 6133936128 Internal Server Error: /en/radiology/reports/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-08-24 12:27:00,984 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 500 177968 WARNING 2025-08-24 12:27:00,996 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:27:00,997 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:27:34,563 basehttp 64587 6133936128 "GET /en/radiology/reports/142/ HTTP/1.1" 200 28821 WARNING 2025-08-24 12:27:34,578 log 64587 6133936128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:27:34,578 basehttp 64587 6133936128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:27:34,681 basehttp 64587 6133936128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:28:34,700 basehttp 64587 6133936128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:28:50,573 autoreload 64587 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:28:50,909 autoreload 65751 8466948288 Watching for file changes with StatReloader INFO 2025-08-24 12:28:51,354 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31440 WARNING 2025-08-24 12:28:51,372 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:28:51,372 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:28:51,458 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:29:50,729 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31661 WARNING 2025-08-24 12:29:50,742 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:50,742 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:29:50,834 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:29:54,528 basehttp 65751 6163116032 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 WARNING 2025-08-24 12:29:54,543 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:54,543 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:29:54,631 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:29:58,805 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:58,805 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:29:58,819 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:29:58,819 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:30:11,241 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31899 WARNING 2025-08-24 12:30:11,253 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:11,253 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:30:11,347 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:30:13,790 basehttp 65751 6163116032 "GET /en/patients/patientprofile/50/details/ HTTP/1.1" 200 37290 WARNING 2025-08-24 12:30:13,811 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:13,811 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:30:13,916 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:30:13,932 log 65751 6213595136 Internal Server Error: /en/patients/htmx/appointments/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-24 12:30:13,932 basehttp 65751 6213595136 "GET /en/patients/htmx/appointments/50/ HTTP/1.1" 500 63439 ERROR 2025-08-24 12:30:13,941 log 65751 6179942400 Internal Server Error: /en/patients/htmx/emergency-contacts/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-24 12:30:13,950 basehttp 65751 6179942400 "GET /en/patients/htmx/emergency-contacts/50/ HTTP/1.1" 500 89890 ERROR 2025-08-24 12:30:13,966 log 65751 6196768768 Internal Server Error: /en/patients/insurance-info/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-24 12:30:13,967 basehttp 65751 6196768768 "GET /en/patients/insurance-info/50/ HTTP/1.1" 500 109009 WARNING 2025-08-24 12:30:26,716 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:26,716 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:30:26,732 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:30:26,732 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:31:11,359 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:32:11,353 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:32:49,476 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31891 WARNING 2025-08-24 12:32:49,490 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:32:49,491 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:32:49,577 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:33:45,397 basehttp 65751 6196768768 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 71961 INFO 2025-08-24 12:33:45,414 basehttp 65751 6196768768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-24 12:33:50,450 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:33:56,625 basehttp 65751 6196768768 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:33:56,641 basehttp 65751 6179942400 "GET /en/ HTTP/1.1" 200 47236 INFO 2025-08-24 12:33:56,721 basehttp 65751 6179942400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:33:56,722 basehttp 65751 6163116032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:33:56,724 basehttp 65751 6196768768 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:33:56,724 basehttp 65751 6213595136 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:34:00,391 basehttp 65751 6213595136 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-24 12:34:00,428 basehttp 65751 6196768768 "GET /en/hr/ HTTP/1.1" 200 42402 INFO 2025-08-24 12:34:00,454 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:34:04,672 basehttp 65751 6196768768 "GET /en/hr/employees/ HTTP/1.1" 200 129718 INFO 2025-08-24 12:34:04,713 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:34:08,070 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:34:08,070 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:34:42,965 basehttp 65751 6196768768 "GET /en/hr/employees/ HTTP/1.1" 200 129718 WARNING 2025-08-24 12:34:42,980 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:34:42,980 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:34:43,075 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:34:51,443 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:00,558 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31961 WARNING 2025-08-24 12:35:00,580 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:35:00,580 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:35:00,654 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:14,223 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31958 WARNING 2025-08-24 12:35:14,240 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:35:14,241 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:35:14,320 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:18,398 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31958 INFO 2025-08-24 12:35:18,410 basehttp 65751 6179942400 "GET /static/css/custom.css HTTP/1.1" 200 1855 WARNING 2025-08-24 12:35:18,414 log 65751 6247247872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:35:18,415 basehttp 65751 6247247872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:35:18,415 basehttp 65751 6230421504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:35:18,416 basehttp 65751 6179942400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-24 12:35:18,420 basehttp 65751 6196768768 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:35:18,421 basehttp 65751 6230421504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:35:18,427 basehttp 65751 6213595136 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:35:18,429 basehttp 65751 6163116032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:35:18,432 basehttp 65751 6247247872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:35:18,614 basehttp 65751 6247247872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:35:18,615 basehttp 65751 6213595136 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:35:18,616 basehttp 65751 6163116032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:35:18,617 basehttp 65751 6196768768 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:35:18,617 basehttp 65751 6230421504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:35:18,619 basehttp 65751 6163116032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:35:18,619 basehttp 65751 6230421504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:35:18,620 basehttp 65751 6213595136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:35:18,620 basehttp 65751 6196768768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:35:18,622 basehttp 65751 6179942400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:35:18,623 basehttp 65751 6163116032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:35:18,624 basehttp 65751 6213595136 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:35:18,624 basehttp 65751 6230421504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:35:18,624 basehttp 65751 6196768768 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:35:18,625 basehttp 65751 6179942400 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:35:18,626 basehttp 65751 6247247872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:35:18,627 basehttp 65751 6163116032 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:35:18,628 basehttp 65751 6230421504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:35:18,629 basehttp 65751 6179942400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:35:18,629 basehttp 65751 6213595136 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:35:18,630 basehttp 65751 6247247872 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:35:18,630 basehttp 65751 6196768768 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:35:18,630 basehttp 65751 6230421504 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:35:18,646 basehttp 65751 6230421504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:35:18,651 basehttp 65751 6163116032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-24 12:35:18,783 log 65751 6163116032 Not Found: /favicon.ico WARNING 2025-08-24 12:35:18,783 basehttp 65751 6163116032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:35:43,451 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:36:15,740 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31961 WARNING 2025-08-24 12:36:15,756 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:36:15,756 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:36:15,839 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:36:18,236 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31961 INFO 2025-08-24 12:36:18,245 basehttp 65751 6163116032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:36:18,250 basehttp 65751 6213595136 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-24 12:36:18,250 basehttp 65751 6247247872 "GET /static/css/custom.css HTTP/1.1" 200 2046 INFO 2025-08-24 12:36:18,254 basehttp 65751 6163116032 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:36:18,257 basehttp 65751 6247247872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-08-24 12:36:18,261 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:36:18,261 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:36:18,266 basehttp 65751 6179942400 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:36:18,268 basehttp 65751 6230421504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:36:18,269 basehttp 65751 6213595136 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:36:18,442 basehttp 65751 6213595136 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:36:18,460 basehttp 65751 6213595136 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-24 12:36:18,474 basehttp 65751 6213595136 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:36:18,475 basehttp 65751 6179942400 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:36:18,475 basehttp 65751 6196768768 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:36:18,476 basehttp 65751 6230421504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:36:18,477 basehttp 65751 6247247872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:36:18,477 basehttp 65751 6213595136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:36:18,479 basehttp 65751 6163116032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:36:18,479 basehttp 65751 6179942400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:36:18,480 basehttp 65751 6230421504 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:36:18,480 basehttp 65751 6196768768 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:36:18,480 basehttp 65751 6247247872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:36:18,481 basehttp 65751 6179942400 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:36:18,482 basehttp 65751 6163116032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:36:18,482 basehttp 65751 6196768768 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:36:18,483 basehttp 65751 6230421504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:36:18,485 basehttp 65751 6247247872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:36:18,485 basehttp 65751 6179942400 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:36:18,486 basehttp 65751 6196768768 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:36:18,486 basehttp 65751 6230421504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:36:18,486 basehttp 65751 6163116032 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:36:18,488 basehttp 65751 6247247872 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:36:18,488 basehttp 65751 6179942400 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:36:18,489 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:36:18,587 log 65751 6213595136 Not Found: /favicon.ico WARNING 2025-08-24 12:36:18,587 basehttp 65751 6213595136 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:36:44,451 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:37:18,489 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:37:29,854 basehttp 65751 6213595136 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32001 INFO 2025-08-24 12:37:29,863 basehttp 65751 6213595136 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:37:29,871 log 65751 6213595136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:37:29,872 basehttp 65751 6213595136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:37:29,953 basehttp 65751 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:37:32,908 basehttp 65751 6213595136 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32001 INFO 2025-08-24 12:37:32,918 basehttp 65751 6247247872 "GET /static/css/custom.css HTTP/1.1" 200 2046 INFO 2025-08-24 12:37:32,920 basehttp 65751 6196768768 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-24 12:37:32,923 basehttp 65751 6230421504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:37:32,928 basehttp 65751 6213595136 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-24 12:37:32,932 log 65751 6247247872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:37:32,933 basehttp 65751 6247247872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:37:32,934 basehttp 65751 6230421504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:37:32,939 basehttp 65751 6163116032 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:37:32,940 basehttp 65751 6179942400 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:37:32,941 basehttp 65751 6196768768 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:37:33,119 basehttp 65751 6196768768 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-24 12:37:33,142 basehttp 65751 6196768768 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:37:33,142 basehttp 65751 6247247872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:37:33,143 basehttp 65751 6163116032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:37:33,143 basehttp 65751 6230421504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:37:33,144 basehttp 65751 6179942400 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:37:33,147 basehttp 65751 6247247872 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:37:33,147 basehttp 65751 6230421504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:37:33,147 basehttp 65751 6163116032 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:37:33,147 basehttp 65751 6213595136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:37:33,147 basehttp 65751 6179942400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:37:33,150 basehttp 65751 6163116032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:37:33,151 basehttp 65751 6230421504 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:37:33,151 basehttp 65751 6179942400 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:37:33,152 basehttp 65751 6213595136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:37:33,154 basehttp 65751 6179942400 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:37:33,154 basehttp 65751 6163116032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:37:33,155 basehttp 65751 6213595136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:37:33,155 basehttp 65751 6230421504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:37:33,156 basehttp 65751 6196768768 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:37:33,158 basehttp 65751 6179942400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:37:33,159 basehttp 65751 6163116032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:37:33,159 basehttp 65751 6230421504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:37:33,160 basehttp 65751 6213595136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:37:33,160 basehttp 65751 6247247872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:37:33,271 log 65751 6247247872 Not Found: /favicon.ico WARNING 2025-08-24 12:37:33,271 basehttp 65751 6247247872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:37:45,457 basehttp 65751 6247247872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:38:23,240 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32053 INFO 2025-08-24 12:38:23,247 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:38:23,255 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:38:23,256 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:38:23,336 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:38:46,455 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:38:56,619 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32050 INFO 2025-08-24 12:38:56,627 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:38:56,636 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:38:56,636 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:38:56,685 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:47,447 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:55,417 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32028 INFO 2025-08-24 12:39:55,423 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-24 12:39:55,440 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:39:55,440 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:39:55,474 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:58,058 basehttp 65751 6163116032 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32028 INFO 2025-08-24 12:39:58,065 basehttp 65751 6213595136 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-24 12:39:58,068 basehttp 65751 6247247872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:39:58,071 basehttp 65751 6213595136 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-24 12:39:58,076 log 65751 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:39:58,078 basehttp 65751 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:39:58,082 basehttp 65751 6179942400 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:39:58,087 basehttp 65751 6213595136 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:39:58,093 basehttp 65751 6230421504 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:39:58,093 basehttp 65751 6196768768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:39:58,094 basehttp 65751 6247247872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:39:58,407 basehttp 65751 6247247872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:39:58,408 basehttp 65751 6213595136 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:39:58,408 basehttp 65751 6196768768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:39:58,409 basehttp 65751 6179942400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:39:58,409 basehttp 65751 6230421504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:39:58,411 basehttp 65751 6213595136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:39:58,412 basehttp 65751 6163116032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:39:58,413 basehttp 65751 6230421504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:39:58,413 basehttp 65751 6196768768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:39:58,414 basehttp 65751 6213595136 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:39:58,415 basehttp 65751 6179942400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:39:58,416 basehttp 65751 6196768768 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:39:58,418 basehttp 65751 6163116032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:39:58,418 basehttp 65751 6213595136 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:39:58,419 basehttp 65751 6230421504 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:39:58,421 basehttp 65751 6196768768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:39:58,422 basehttp 65751 6247247872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:39:58,422 basehttp 65751 6179942400 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:39:58,422 basehttp 65751 6163116032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:39:58,422 basehttp 65751 6213595136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:39:58,423 basehttp 65751 6230421504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:39:58,426 basehttp 65751 6213595136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:39:58,426 basehttp 65751 6247247872 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:39:58,431 basehttp 65751 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:39:58,433 basehttp 65751 6196768768 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-08-24 12:39:58,538 log 65751 6196768768 Not Found: /favicon.ico WARNING 2025-08-24 12:39:58,538 basehttp 65751 6196768768 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:40:48,453 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:40:48,774 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 31998 INFO 2025-08-24 12:40:48,781 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:40:48,801 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:40:48,802 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:40:48,871 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:41:13,274 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32018 INFO 2025-08-24 12:41:13,283 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:41:13,291 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:41:13,291 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:41:13,332 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:41:50,445 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:12,297 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32079 INFO 2025-08-24 12:42:12,302 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:42:12,307 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:12,307 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:12,353 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:30,475 basehttp 65751 6196768768 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32049 INFO 2025-08-24 12:42:30,482 basehttp 65751 6196768768 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:42:30,492 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:30,492 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:30,533 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:39,870 basehttp 65751 6196768768 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 WARNING 2025-08-24 12:42:39,886 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:39,886 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:39,924 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:53,459 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:42:53,844 basehttp 65751 6196768768 "GET /en/emr/encounters/735/ HTTP/1.1" 200 32834 INFO 2025-08-24 12:42:53,856 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:42:53,860 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:42:53,861 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:42:53,910 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:43:05,690 log 65751 6196768768 Bad Request: /en/emr/encounter/735/vitals/add/ WARNING 2025-08-24 12:43:05,690 basehttp 65751 6196768768 "GET /en/emr/encounter/735/vitals/add/ HTTP/1.1" 400 28 ERROR 2025-08-24 12:43:09,840 log 65751 6196768768 Internal Server Error: /en/emr/notes/create/735/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-24 12:43:09,841 basehttp 65751 6196768768 "GET /en/emr/notes/create/735/ HTTP/1.1" 500 98898 WARNING 2025-08-24 12:43:12,105 log 65751 6196768768 Bad Request: /en/emr/patient/735/problem/add/ WARNING 2025-08-24 12:43:12,106 basehttp 65751 6196768768 "GET /en/emr/patient/735/problem/add/ HTTP/1.1" 400 28 WARNING 2025-08-24 12:43:38,395 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:43:38,396 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:43:38,396 basehttp 65751 6163116032 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:43:38,412 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:43:38,412 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:43:39,942 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-08-24 12:43:41,677 log 65751 6196768768 Internal Server Error: /en/radiology/series/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:43:41,679 basehttp 65751 6196768768 "GET /en/radiology/series/642/ HTTP/1.1" 500 195694 WARNING 2025-08-24 12:43:41,692 log 65751 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:43:41,692 basehttp 65751 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:44:53,462 basehttp 65751 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:45:11,874 autoreload 65751 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-24 12:45:12,219 autoreload 72981 8466948288 Watching for file changes with StatReloader ERROR 2025-08-24 12:45:13,336 log 72981 6165622784 Internal Server Error: /en/radiology/series/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:45:13,338 basehttp 72981 6165622784 "GET /en/radiology/series/642/ HTTP/1.1" 500 195831 WARNING 2025-08-24 12:45:13,348 log 72981 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:45:13,348 basehttp 72981 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-24 12:45:15,606 log 72981 6165622784 Internal Server Error: /en/radiology/series/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'imaging_series_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/studies/(?P[0-9]+)/series/\\Z'] ERROR 2025-08-24 12:45:15,607 basehttp 72981 6165622784 "GET /en/radiology/series/642/ HTTP/1.1" 500 195831 WARNING 2025-08-24 12:45:15,619 log 72981 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:45:15,619 basehttp 72981 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:46:53,462 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:48:53,357 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:50:53,360 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:51:45,914 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:51:45,918 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:45,918 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:51:45,926 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:45,926 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:51:46,622 basehttp 72981 13304360960 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 INFO 2025-08-24 12:51:46,629 basehttp 72981 6165622784 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:51:46,633 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:46,633 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:51:46,714 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:51:56,093 basehttp 72981 13304360960 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32049 WARNING 2025-08-24 12:51:56,114 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:51:56,114 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:51:56,192 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:52:00,946 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:00,947 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:52:00,957 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:00,957 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:14,154 basehttp 72981 13304360960 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31498 WARNING 2025-08-24 12:52:14,169 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:14,170 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:14,218 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:32,383 basehttp 72981 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:52:32,399 basehttp 72981 6165622784 "GET /en/ HTTP/1.1" 200 47244 WARNING 2025-08-24 12:52:32,411 log 72981 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:32,412 basehttp 72981 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:32,480 basehttp 72981 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:32,490 basehttp 72981 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:52:32,490 basehttp 72981 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:52:32,492 basehttp 72981 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:52:35,903 basehttp 72981 13304360960 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-24 12:52:35,939 basehttp 72981 13321187328 "GET /en/hr/ HTTP/1.1" 200 42402 WARNING 2025-08-24 12:52:35,960 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:35,960 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:35,980 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:39,950 basehttp 72981 13321187328 "GET /en/hr/employees/create/ HTTP/1.1" 200 54492 WARNING 2025-08-24 12:52:39,967 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:52:39,967 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:52:40,006 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:52:53,353 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:53:00,076 basehttp 72981 13321187328 "GET /en/hr/employees/ HTTP/1.1" 200 129718 INFO 2025-08-24 12:53:00,094 basehttp 72981 13338013696 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:53:00,099 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:53:00,099 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:53:00,140 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:53:08,636 basehttp 72981 13321187328 "GET /en/hr/employees/56/ HTTP/1.1" 200 34496 WARNING 2025-08-24 12:53:08,658 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:53:08,659 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:53:08,696 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:54:04,696 basehttp 72981 13321187328 "GET /en/hr/employees/56/update/ HTTP/1.1" 200 54308 WARNING 2025-08-24 12:54:04,716 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:54:04,719 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:54:04,785 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:54:29,268 basehttp 72981 6165622784 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:54:29,275 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-24 12:54:29,276 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:54:29,276 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:54:29,297 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:54:29,297 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:54:53,354 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:54:54,867 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-24 12:54:54,868 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:54:54,868 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:54:54,880 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:54:54,880 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:24,460 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:24,461 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:24,462 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:55:24,468 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:24,468 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:25,975 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:25,976 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:25,976 basehttp 72981 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:55:25,983 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:25,983 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:27,007 basehttp 72981 13338013696 "GET /en/hr/ HTTP/1.1" 200 42402 WARNING 2025-08-24 12:55:27,019 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:27,019 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:55:27,074 basehttp 72981 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:55:30,111 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:30,112 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:30,123 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:30,123 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:32,299 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:32,300 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:55:32,311 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:55:32,311 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:56:06,920 basehttp 72981 13338013696 "GET /en/hr/ HTTP/1.1" 200 42402 INFO 2025-08-24 12:56:06,932 basehttp 72981 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-24 12:56:06,937 log 72981 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-24 12:56:06,937 basehttp 72981 13304360960 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-24 12:56:06,938 basehttp 72981 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:56:06,938 basehttp 72981 13371666432 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-24 12:56:06,941 basehttp 72981 13338013696 - Broken pipe from ('127.0.0.1', 56347) INFO 2025-08-24 12:56:06,943 basehttp 72981 13321187328 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-24 12:56:06,944 basehttp 72981 13388492800 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-24 12:56:06,952 basehttp 72981 13354840064 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-24 12:56:06,955 basehttp 72981 6165622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-24 12:56:06,955 basehttp 72981 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-24 12:56:07,232 basehttp 72981 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-24 12:56:07,260 basehttp 72981 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-24 12:56:07,260 basehttp 72981 13388492800 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-24 12:56:07,260 basehttp 72981 6165622784 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-24 12:56:07,261 basehttp 72981 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-24 12:56:07,262 basehttp 72981 13354840064 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-24 12:56:07,263 basehttp 72981 13388492800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-24 12:56:07,264 basehttp 72981 13371666432 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-24 12:56:07,265 basehttp 72981 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-24 12:56:07,265 basehttp 72981 6165622784 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-24 12:56:07,267 basehttp 72981 13354840064 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-24 12:56:07,267 basehttp 72981 13388492800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-24 12:56:07,268 basehttp 72981 13371666432 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-24 12:56:07,269 basehttp 72981 13388492800 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-24 12:56:07,269 basehttp 72981 13354840064 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-24 12:56:07,270 basehttp 72981 6165622784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-24 12:56:07,270 basehttp 72981 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-24 12:56:07,270 basehttp 72981 13371666432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-24 12:56:07,275 basehttp 72981 6165622784 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-24 12:56:07,276 basehttp 72981 13371666432 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-24 12:56:07,277 basehttp 72981 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-24 12:56:07,277 basehttp 72981 13354840064 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-24 12:56:07,278 basehttp 72981 13388492800 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-24 12:56:07,279 basehttp 72981 6165622784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-24 12:56:07,280 basehttp 72981 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:56:07,366 log 72981 13321187328 Not Found: /favicon.ico WARNING 2025-08-24 12:56:07,366 basehttp 72981 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-24 12:56:28,903 basehttp 72981 13321187328 "GET /en/hr/departments/create/ HTTP/1.1" 200 41275 INFO 2025-08-24 12:56:28,921 basehttp 72981 6165622784 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-24 12:56:28,925 basehttp 72981 6165622784 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-24 12:56:28,927 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:56:28,927 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:56:28,928 basehttp 72981 13388492800 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-24 12:56:29,007 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:56:53,359 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:57:09,255 log 72981 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:09,256 basehttp 72981 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:57:09,257 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:57:09,257 basehttp 72981 13321187328 - Broken pipe from ('127.0.0.1', 56346) WARNING 2025-08-24 12:57:09,266 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:09,266 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:57:36,461 basehttp 72981 13388492800 "GET /en/hr/schedules/create/ HTTP/1.1" 200 35020 INFO 2025-08-24 12:57:36,481 basehttp 72981 13354840064 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-24 12:57:36,481 basehttp 72981 13304360960 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-08-24 12:57:36,485 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:36,485 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:57:36,541 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-08-24 12:57:57,603 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:57,603 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-24 12:57:57,620 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:57:57,620 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:08,321 basehttp 72981 13388492800 "GET /en/hr/ HTTP/1.1" 200 42402 INFO 2025-08-24 12:58:08,328 basehttp 72981 13388492800 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-24 12:58:08,346 log 72981 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:58:08,346 basehttp 72981 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:08,412 basehttp 72981 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:58:33,708 basehttp 72981 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-08-24 12:58:33,723 basehttp 72981 13388492800 "GET /en/ HTTP/1.1" 200 47244 WARNING 2025-08-24 12:58:33,741 log 72981 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:58:33,741 basehttp 72981 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:33,785 basehttp 72981 13388492800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:58:33,805 basehttp 72981 13371666432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-24 12:58:33,805 basehttp 72981 6165622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-24 12:58:33,808 basehttp 72981 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-24 12:58:43,168 basehttp 72981 13354840064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47011 WARNING 2025-08-24 12:58:43,184 log 72981 13354840064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-24 12:58:43,185 basehttp 72981 13354840064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-24 12:58:43,226 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:58:53,358 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 12:59:43,697 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:00:43,705 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:00:53,347 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:01:43,707 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:02:44,349 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:02:53,352 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:03:45,355 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:04:46,380 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-24 13:04:53,391 basehttp 72981 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-08-27 10:01:13,715 autoreload 65484 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 10:01:16,413 basehttp 65484 6195015680 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 10:01:16,475 basehttp 65484 6211842048 "GET /en/ HTTP/1.1" 200 47208 INFO 2025-08-27 10:01:18,593 basehttp 65484 6211842048 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-27 10:01:18,632 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:01:18,638 basehttp 65484 6245494784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 10:01:18,639 basehttp 65484 6228668416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 10:01:18,640 basehttp 65484 6195015680 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 10:01:18,903 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:01:43,974 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:02:17,133 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130531 WARNING 2025-08-27 10:02:17,155 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:02:17,155 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:02:17,212 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:02:34,099 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 WARNING 2025-08-27 10:02:34,127 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:02:34,127 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:02:34,156 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:03:00,076 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 WARNING 2025-08-27 10:03:00,094 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:00,094 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:03:00,149 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:03:05,068 basehttp 65484 6195015680 "GET /en/htmx/dismiss-notification/4973f427-4422-441c-91e6-a20225c54127/ HTTP/1.1" 200 23 WARNING 2025-08-27 10:03:05,086 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:05,086 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:03:08,479 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:08,480 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:03:08,496 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:08,496 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:03:10,932 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 WARNING 2025-08-27 10:03:10,946 log 65484 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:03:10,947 basehttp 65484 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:03:10,988 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:03:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:04:11,002 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:05:11,017 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:05:43,981 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:06:11,011 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:07:11,020 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:07:43,978 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:08:11,019 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:09:11,027 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:09:43,974 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:10:11,978 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:11:13,990 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:11:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:12:43,981 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:13:43,977 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:14:43,988 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:15:43,990 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:16:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:17:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:18:43,977 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:19:43,967 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:20:26,204 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:20:44,989 basehttp 65484 6195015680 "GET /en/hr/employees/109/ HTTP/1.1" 200 34389 INFO 2025-08-27 10:20:45,057 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:21:43,979 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:21:45,066 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:22:45,073 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:23:43,984 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:23:45,073 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:24:28,652 basehttp 65484 6195015680 "GET /en/hr/employees/ HTTP/1.1" 200 130488 INFO 2025-08-27 10:24:28,702 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:24:31,190 basehttp 65484 6195015680 "GET /en/hr/ HTTP/1.1" 200 42399 INFO 2025-08-27 10:24:31,220 basehttp 65484 6195015680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:24:38,870 basehttp 65484 6195015680 "GET /en/hr/departments/create/ HTTP/1.1" 200 41275 WARNING 2025-08-27 10:24:38,877 basehttp 65484 6195015680 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-08-27 10:24:38,903 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 10:25:01,281 log 65484 6211842048 Internal Server Error: /en/hr/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 131, in __iter__ setattr(obj, attr_name, row[col_pos]) AttributeError: property 'employee_count' of 'Department' object has no setter ERROR 2025-08-27 10:25:01,283 basehttp 65484 6211842048 "GET /en/hr/departments/ HTTP/1.1" 500 175952 INFO 2025-08-27 10:25:43,982 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:27:43,994 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:29:43,994 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:31:43,998 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:33:44,058 basehttp 65484 6211842048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:34:18,921 autoreload 65484 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-08-27 10:34:19,518 autoreload 84854 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 10:34:22,152 basehttp 84854 6204338176 "GET /en/hr/departments/ HTTP/1.1" 200 125410 WARNING 2025-08-27 10:34:22,168 basehttp 84854 6254817280 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-08-27 10:34:22,175 basehttp 84854 6237990912 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-27 10:34:22,176 basehttp 84854 6204338176 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-27 10:34:22,176 basehttp 84854 6288470016 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-27 10:34:22,177 basehttp 84854 6271643648 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-27 10:34:22,177 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-27 10:34:22,177 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-27 10:34:22,180 basehttp 84854 6288470016 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-08-27 10:34:22,182 basehttp 84854 6271643648 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-08-27 10:34:22,182 basehttp 84854 6237990912 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-08-27 10:34:22,184 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-27 10:34:22,188 basehttp 84854 6254817280 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-08-27 10:34:22,195 basehttp 84854 6288470016 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-08-27 10:34:22,196 basehttp 84854 6204338176 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-08-27 10:34:22,226 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 10:34:32,668 log 84854 6204338176 Internal Server Error: /en/hr/departments/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(employment_type='FULL_TIME').count' from 'employees.filter(employment_type='FULL_TIME').count' ERROR 2025-08-27 10:34:32,671 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 500 212168 INFO 2025-08-27 10:35:41,506 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35115 WARNING 2025-08-27 10:35:41,518 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:35:41,518 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:35:41,518 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:35:41,520 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:35:41,524 basehttp 84854 6204338176 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:35:41,548 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:35:43,983 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 10:36:08,279 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:36:08,303 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:36:08,303 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:36:41,560 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:36:59,610 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35150 WARNING 2025-08-27 10:36:59,620 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:36:59,621 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:36:59,622 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:36:59,624 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:36:59,626 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:36:59,626 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:36:59,671 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:36:59,705 basehttp 84854 6204338176 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-27 10:36:59,717 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:37:03,117 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35150 WARNING 2025-08-27 10:37:03,126 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:37:03,127 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:37:03,128 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:37:03,130 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:37:03,132 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:37:03,132 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:37:03,178 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:37:03,220 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:37:43,997 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:38:03,231 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:38:38,906 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35186 WARNING 2025-08-27 10:38:38,926 basehttp 84854 6221164544 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:38:38,927 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:38:38,929 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:38:38,929 basehttp 84854 6254817280 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:38:38,932 log 84854 6271643648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:38:38,932 basehttp 84854 6271643648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:38:38,970 basehttp 84854 6271643648 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:38:39,014 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:38:41,635 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35186 WARNING 2025-08-27 10:38:41,643 basehttp 84854 6288470016 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-27 10:38:41,643 basehttp 84854 6237990912 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-27 10:38:41,645 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-27 10:38:41,645 basehttp 84854 6271643648 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-08-27 10:38:41,651 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:38:41,652 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:38:41,652 basehttp 84854 6271643648 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-27 10:38:41,652 basehttp 84854 6204338176 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-27 10:38:41,653 basehttp 84854 6305296384 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-27 10:38:41,656 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-08-27 10:38:41,656 basehttp 84854 6204338176 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-08-27 10:38:41,660 basehttp 84854 6204338176 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-27 10:38:41,663 basehttp 84854 6237990912 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-27 10:38:41,663 basehttp 84854 6221164544 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-27 10:38:41,664 basehttp 84854 6204338176 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-08-27 10:38:41,667 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-08-27 10:38:41,668 basehttp 84854 6305296384 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-27 10:38:41,669 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-27 10:38:41,675 basehttp 84854 6271643648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 WARNING 2025-08-27 10:38:41,881 basehttp 84854 6254817280 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-08-27 10:38:41,887 basehttp 84854 6271643648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-27 10:38:41,900 basehttp 84854 6271643648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-27 10:38:41,900 basehttp 84854 6204338176 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-27 10:38:41,900 basehttp 84854 6305296384 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-27 10:38:41,900 basehttp 84854 6237990912 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-27 10:38:41,901 basehttp 84854 6221164544 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-27 10:38:41,902 basehttp 84854 6237990912 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-27 10:38:41,906 basehttp 84854 6221164544 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-27 10:38:41,907 basehttp 84854 6271643648 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-27 10:38:41,907 basehttp 84854 6237990912 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-27 10:38:41,907 basehttp 84854 6254817280 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-27 10:38:41,908 basehttp 84854 6221164544 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-27 10:38:41,909 basehttp 84854 6305296384 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-27 10:38:41,911 basehttp 84854 6254817280 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-27 10:38:41,912 basehttp 84854 6237990912 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-27 10:38:41,912 basehttp 84854 6221164544 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-27 10:38:41,912 basehttp 84854 6271643648 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-27 10:38:41,913 basehttp 84854 6305296384 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-27 10:38:41,914 basehttp 84854 6204338176 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-27 10:38:41,915 basehttp 84854 6221164544 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-27 10:38:41,915 basehttp 84854 6271643648 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-27 10:38:41,915 basehttp 84854 6305296384 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-27 10:38:41,915 basehttp 84854 6254817280 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-27 10:38:41,916 basehttp 84854 6204338176 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-27 10:38:41,917 basehttp 84854 6237990912 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-27 10:38:41,953 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 10:38:42,016 log 84854 6237990912 Not Found: /favicon.ico WARNING 2025-08-27 10:38:42,016 basehttp 84854 6237990912 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-27 10:39:20,110 basehttp 84854 6237990912 "GET /en/hr/departments/12/ HTTP/1.1" 200 35170 WARNING 2025-08-27 10:39:20,120 basehttp 84854 6204338176 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:39:20,121 basehttp 84854 6237990912 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-27 10:39:20,122 basehttp 84854 6305296384 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 WARNING 2025-08-27 10:39:20,127 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:39:20,128 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:39:20,129 basehttp 84854 6305296384 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-08-27 10:39:20,219 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:39:43,989 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:40:20,211 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:41:06,769 basehttp 84854 6254817280 "GET /en/hr/departments/12/ HTTP/1.1" 200 35116 WARNING 2025-08-27 10:41:06,783 basehttp 84854 6254817280 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:41:06,783 basehttp 84854 6271643648 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:41:06,783 basehttp 84854 6221164544 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:41:06,786 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:41:06,786 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:41:06,828 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:41:29,591 basehttp 84854 6204338176 "GET /en/hr/departments/12/ HTTP/1.1" 200 35116 WARNING 2025-08-27 10:41:29,603 basehttp 84854 6237990912 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:41:29,604 basehttp 84854 6221164544 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:41:29,605 basehttp 84854 6254817280 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:41:29,607 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:41:29,607 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:41:29,653 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:41:43,984 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:42:07,940 basehttp 84854 6204338176 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-27 10:42:07,997 basehttp 84854 6221164544 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-27 10:42:08,002 basehttp 84854 6204338176 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-27 10:42:08,002 basehttp 84854 6237990912 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-27 10:42:08,002 basehttp 84854 6221164544 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-27 10:42:08,004 basehttp 84854 6237990912 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-27 10:42:08,004 basehttp 84854 6221164544 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-27 10:42:08,004 basehttp 84854 6204338176 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-27 10:42:08,005 basehttp 84854 6204338176 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-27 10:42:08,008 basehttp 84854 6204338176 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-27 10:42:08,008 basehttp 84854 6221164544 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-27 10:42:08,008 basehttp 84854 6237990912 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-27 10:42:12,817 basehttp 84854 6237990912 "GET /en/admin/hr/employee/ HTTP/1.1" 200 150894 INFO 2025-08-27 10:42:12,831 basehttp 84854 6254817280 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-27 10:42:12,831 basehttp 84854 6237990912 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-27 10:42:12,832 basehttp 84854 6288470016 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-27 10:42:12,832 basehttp 84854 6271643648 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-27 10:42:12,834 basehttp 84854 6288470016 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-27 10:42:12,834 basehttp 84854 6254817280 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-27 10:42:12,834 basehttp 84854 6237990912 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-27 10:42:12,838 basehttp 84854 6204338176 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-27 10:42:12,838 basehttp 84854 6288470016 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-27 10:42:12,841 basehttp 84854 6221164544 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:42:12,842 basehttp 84854 6221164544 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-27 10:42:12,842 basehttp 84854 6271643648 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-27 10:42:12,856 basehttp 84854 6271643648 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-27 10:42:12,857 basehttp 84854 6271643648 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-27 10:42:17,756 basehttp 84854 6271643648 "GET /en/admin/hr/employee/98/change/ HTTP/1.1" 200 268132 INFO 2025-08-27 10:42:17,772 basehttp 84854 6254817280 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-27 10:42:17,772 basehttp 84854 6288470016 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-27 10:42:17,772 basehttp 84854 6271643648 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-27 10:42:17,772 basehttp 84854 6237990912 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-08-27 10:42:17,773 basehttp 84854 6204338176 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-27 10:42:17,775 basehttp 84854 6204338176 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-27 10:42:17,776 basehttp 84854 6221164544 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:42:17,776 basehttp 84854 6204338176 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-08-27 10:42:17,777 basehttp 84854 6204338176 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-27 10:42:17,835 basehttp 84854 6221164544 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-27 10:42:17,835 basehttp 84854 6204338176 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-27 10:42:22,812 basehttp 84854 6204338176 "GET /en/admin/hr/employee/48/change/ HTTP/1.1" 200 248699 INFO 2025-08-27 10:42:22,831 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:42:29,979 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:42:52,482 basehttp 84854 6204338176 "GET /en/admin/accounts/user/add/?_to_field=id&_popup=1 HTTP/1.1" 200 8111 INFO 2025-08-27 10:42:52,487 basehttp 84854 6221164544 "GET /static/admin/css/unusable_password_field.css HTTP/1.1" 200 663 INFO 2025-08-27 10:42:52,488 basehttp 84854 6221164544 "GET /static/admin/js/unusable_password_field.js HTTP/1.1" 200 1480 INFO 2025-08-27 10:42:52,493 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-27 10:43:26,237 log 84854 6204338176 Internal Server Error: /en/admin/accounts/user/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 124, in add_view return self._add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 152, in _add_view return super().add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1843, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1894, in _changeform_view self.save_model(request, new_object, form, not add) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1314, in save_model obj.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py", line 65, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id ERROR 2025-08-27 10:43:26,239 basehttp 84854 6204338176 "POST /en/admin/accounts/user/add/?_to_field=id&_popup=1 HTTP/1.1" 500 280721 INFO 2025-08-27 10:43:30,994 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:43:34,744 basehttp 84854 6204338176 "GET /en/admin/hr/employee/48/change/ HTTP/1.1" 200 248699 INFO 2025-08-27 10:43:34,759 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:43:35,569 basehttp 84854 6204338176 "GET /en/admin/hr/employee/48/change/ HTTP/1.1" 200 248699 INFO 2025-08-27 10:43:35,588 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:43:37,870 basehttp 84854 6204338176 "GET /en/admin/accounts/user/ HTTP/1.1" 200 105683 INFO 2025-08-27 10:43:37,879 basehttp 84854 6221164544 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-27 10:43:37,883 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-27 10:43:43,990 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:43:50,422 basehttp 84854 6204338176 "GET /en/admin/accounts/user/add/ HTTP/1.1" 200 70268 INFO 2025-08-27 10:43:50,436 basehttp 84854 6204338176 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-27 10:44:20,757 log 84854 6204338176 Internal Server Error: /en/admin/accounts/user/add/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 124, in add_view return self._add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/admin.py", line 152, in _add_view return super().add_view(request, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1984, in add_view return self.changeform_view(request, None, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1843, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1894, in _changeform_view self.save_model(request, new_object, form, not add) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1314, in save_model obj.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/base_user.py", line 65, in save super().save(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: accounts_user.tenant_id ERROR 2025-08-27 10:44:20,758 basehttp 84854 6204338176 "POST /en/admin/accounts/user/add/ HTTP/1.1" 500 279361 INFO 2025-08-27 10:44:26,888 basehttp 84854 6204338176 "GET /en/admin/accounts/user/add/ HTTP/1.1" 200 70268 INFO 2025-08-27 10:44:31,991 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:45:32,989 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:45:43,994 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:46:33,992 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:47:34,992 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:47:43,995 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:48:36,990 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:49:43,991 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:49:43,997 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:51:44,003 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:51:44,012 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:53:43,990 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:53:44,001 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:55:43,995 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:55:44,006 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:57:43,998 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:57:44,009 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:58:41,240 basehttp 84854 6221164544 "GET /en/hr/departments/ HTTP/1.1" 200 125410 INFO 2025-08-27 10:58:41,251 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-27 10:58:41,252 basehttp 84854 6204338176 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-27 10:58:41,254 basehttp 84854 6254817280 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-27 10:58:41,254 basehttp 84854 6237990912 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-08-27 10:58:41,256 basehttp 84854 6221164544 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-08-27 10:58:41,258 basehttp 84854 6288470016 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 WARNING 2025-08-27 10:58:41,262 log 84854 6271643648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:58:41,262 basehttp 84854 6271643648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:58:41,263 basehttp 84854 6204338176 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-08-27 10:58:41,265 basehttp 84854 6221164544 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-27 10:58:41,271 basehttp 84854 6237990912 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-08-27 10:58:41,273 basehttp 84854 6254817280 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-08-27 10:58:41,366 basehttp 84854 6254817280 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-08-27 10:58:43,404 basehttp 84854 6254817280 "GET /en/hr/departments/1/update/ HTTP/1.1" 200 41459 WARNING 2025-08-27 10:58:43,416 basehttp 84854 6237990912 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-27 10:58:43,420 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:58:43,420 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:58:43,503 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:58:56,324 basehttp 84854 6254817280 "POST /en/hr/departments/1/update/ HTTP/1.1" 302 0 INFO 2025-08-27 10:58:56,338 basehttp 84854 6254817280 "GET /en/hr/departments/1/ HTTP/1.1" 200 53098 WARNING 2025-08-27 10:58:56,354 basehttp 84854 6221164544 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:58:56,356 basehttp 84854 6204338176 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-08-27 10:58:56,360 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:58:56,360 basehttp 84854 6271643648 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-08-27 10:58:56,360 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:58:56,416 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:59:15,200 basehttp 84854 6254817280 "GET /en/hr/employees/53/ HTTP/1.1" 200 34548 WARNING 2025-08-27 10:59:15,219 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:15,219 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:15,258 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 10:59:33,910 basehttp 84854 6288470016 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-27 10:59:33,912 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:33,913 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:33,946 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:33,946 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,008 basehttp 84854 6204338176 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-27 10:59:35,010 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,010 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,023 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,023 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,981 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,981 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 10:59:35,993 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:35,993 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:37,874 basehttp 84854 6254817280 "GET /en/hr/departments/create/ HTTP/1.1" 200 41275 WARNING 2025-08-27 10:59:37,887 basehttp 84854 6204338176 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-08-27 10:59:37,891 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:37,891 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:38,731 basehttp 84854 6254817280 "GET /en/hr/ HTTP/1.1" 200 42399 WARNING 2025-08-27 10:59:38,746 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:38,746 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:43,984 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:59:47,381 basehttp 84854 6254817280 "GET /en/hr/employees/ HTTP/1.1" 200 130484 WARNING 2025-08-27 10:59:47,403 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:47,405 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:49,119 basehttp 84854 6254817280 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 10:59:49,141 basehttp 84854 6204338176 "GET /en/ HTTP/1.1" 200 47161 WARNING 2025-08-27 10:59:49,162 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 10:59:49,163 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 10:59:49,213 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 10:59:49,227 basehttp 84854 6254817280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 10:59:49,227 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 10:59:49,227 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:00:19,967 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:00:49,213 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:00:49,214 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:00:49,980 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:01:16,047 basehttp 84854 6221164544 "GET /en/analytics/ HTTP/1.1" 200 50066 WARNING 2025-08-27 11:01:16,067 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:01:16,067 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:01:16,096 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:01:16,097 basehttp 84854 6237990912 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-27 11:01:25,980 basehttp 84854 6237990912 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68761 WARNING 2025-08-27 11:01:26,002 log 84854 6237990912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:01:26,002 basehttp 84854 6237990912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:01:26,041 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:01:43,986 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:01:52,218 basehttp 84854 6237990912 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64822 WARNING 2025-08-27 11:01:52,239 log 84854 6237990912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:01:52,239 basehttp 84854 6237990912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:01:52,283 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:02:52,310 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:06,991 basehttp 84854 6237990912 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64875 WARNING 2025-08-27 11:03:07,002 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:03:07,006 log 84854 6237990912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:03:07,007 basehttp 84854 6237990912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:07,063 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:10,377 basehttp 84854 6237990912 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64875 INFO 2025-08-27 11:03:10,385 basehttp 84854 6204338176 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-27 11:03:10,387 basehttp 84854 6271643648 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 INFO 2025-08-27 11:03:10,390 basehttp 84854 6271643648 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-27 11:03:10,396 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-27 11:03:10,396 basehttp 84854 6288470016 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-27 11:03:10,396 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:10,400 basehttp 84854 6237990912 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-27 11:03:10,404 basehttp 84854 6221164544 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-27 11:03:10,405 basehttp 84854 6288470016 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-27 11:03:10,416 basehttp 84854 6254817280 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-27 11:03:10,421 basehttp 84854 6271643648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-27 11:03:10,669 basehttp 84854 6271643648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-27 11:03:10,690 basehttp 84854 6271643648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-27 11:03:10,692 basehttp 84854 6221164544 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-27 11:03:10,693 basehttp 84854 6288470016 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-27 11:03:10,693 basehttp 84854 6237990912 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-27 11:03:10,694 basehttp 84854 6254817280 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-27 11:03:10,695 basehttp 84854 6204338176 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-27 11:03:10,699 basehttp 84854 6237990912 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-27 11:03:10,699 basehttp 84854 6254817280 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-27 11:03:10,699 basehttp 84854 6204338176 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-27 11:03:10,700 basehttp 84854 6221164544 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-27 11:03:10,701 basehttp 84854 6288470016 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-27 11:03:10,701 basehttp 84854 6288470016 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-27 11:03:10,702 basehttp 84854 6254817280 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-27 11:03:10,702 basehttp 84854 6204338176 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-27 11:03:10,702 basehttp 84854 6221164544 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-27 11:03:10,705 basehttp 84854 6271643648 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-27 11:03:10,706 basehttp 84854 6254817280 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-27 11:03:10,706 basehttp 84854 6288470016 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-27 11:03:10,707 basehttp 84854 6204338176 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-27 11:03:10,709 basehttp 84854 6221164544 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-27 11:03:10,711 basehttp 84854 6271643648 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-27 11:03:10,713 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:10,727 basehttp 84854 6288470016 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-27 11:03:10,734 basehttp 84854 6254817280 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 WARNING 2025-08-27 11:03:10,808 log 84854 6254817280 Not Found: /favicon.ico WARNING 2025-08-27 11:03:10,809 basehttp 84854 6254817280 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-27 11:03:27,774 basehttp 84854 6254817280 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68814 WARNING 2025-08-27 11:03:27,787 basehttp 84854 6288470016 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:03:27,791 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:03:27,791 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:27,869 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:31,751 basehttp 84854 6254817280 "GET /en/analytics/dashboards/98a1fee7-376f-4e6c-a52d-46c07d546132/ HTTP/1.1" 200 64867 WARNING 2025-08-27 11:03:31,773 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:03:31,776 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:03:31,776 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:03:31,812 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:03:43,985 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:04:31,829 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:05:31,837 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:05:43,984 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:06:31,839 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:07:31,831 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:07:43,985 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:08:31,838 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:09:31,847 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:09:43,987 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:10:31,849 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:11:31,854 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:11:43,981 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:12:31,859 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:13:31,855 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:13:43,979 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:14:31,865 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:15:31,862 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:15:43,981 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:16:31,867 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:17:31,872 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:17:43,976 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:31,878 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:49,715 basehttp 84854 6204338176 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68814 WARNING 2025-08-27 11:18:49,726 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:18:49,729 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:18:49,730 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:18:49,776 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:51,261 basehttp 84854 6204338176 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 11:18:51,277 basehttp 84854 6221164544 "GET /en/ HTTP/1.1" 200 47231 WARNING 2025-08-27 11:18:51,287 basehttp 84854 6204338176 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:18:51,291 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:18:51,291 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:18:51,348 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:18:51,358 basehttp 84854 6254817280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:18:51,360 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:18:51,360 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:19:21,347 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:19:43,972 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:19:51,368 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:19:51,368 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:19:51,369 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:20:21,353 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:20:51,372 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:20:51,373 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:20:51,375 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:21:21,359 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:21:43,983 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:21:51,376 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:21:51,377 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:21:51,378 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:22:21,362 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:22:51,368 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:22:51,369 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:22:51,371 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:23:21,363 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:23:43,979 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:23:51,353 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:23:51,354 basehttp 84854 6204338176 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:23:51,359 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:24:21,362 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:24:28,056 basehttp 84854 6237990912 "GET /en/ HTTP/1.1" 200 47234 WARNING 2025-08-27 11:24:28,065 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:24:28,069 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:24:28,069 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:24:28,142 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:24:28,146 basehttp 84854 6237990912 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:24:28,147 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:24:28,148 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:24:58,132 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:25:28,142 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:25:28,143 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:25:28,145 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:25:43,994 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:25:58,137 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:26:26,881 basehttp 84854 6237990912 "GET /en/ HTTP/1.1" 200 47547 WARNING 2025-08-27 11:26:26,890 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:26:26,894 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:26:26,895 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:26:26,974 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:26:26,978 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:26:26,979 basehttp 84854 6237990912 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:26:26,980 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:26:56,950 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:27:26,969 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:27:26,970 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:27:26,971 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:27:43,969 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:27:56,942 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:28:26,973 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:28:26,973 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:28:26,975 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:28:44,652 basehttp 84854 6237990912 "GET /en/ HTTP/1.1" 200 48089 WARNING 2025-08-27 11:28:44,664 basehttp 84854 6237990912 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:28:44,670 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:28:44,670 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:28:44,764 basehttp 84854 6237990912 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:28:44,764 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:28:44,767 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:28:44,768 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:29:14,745 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:29:43,971 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:29:44,722 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:29:44,726 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:29:55,891 basehttp 84854 6254817280 "GET /en/ HTTP/1.1" 200 48608 WARNING 2025-08-27 11:29:55,902 basehttp 84854 6254817280 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:29:55,908 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:29:55,908 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:29:55,976 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:29:55,982 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:29:55,984 basehttp 84854 6254817280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:29:55,984 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:30:14,903 basehttp 84854 6221164544 "GET /en/ HTTP/1.1" 200 48606 WARNING 2025-08-27 11:30:14,911 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:30:14,915 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:30:14,916 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:30:14,978 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:30:14,991 basehttp 84854 6204338176 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:30:14,991 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:30:14,991 basehttp 84854 6221164544 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:30:41,440 basehttp 84854 6221164544 "GET /en/ HTTP/1.1" 200 47547 WARNING 2025-08-27 11:30:41,449 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:30:41,455 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:30:41,455 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:30:41,544 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:30:41,550 basehttp 84854 6237990912 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:30:41,550 basehttp 84854 6221164544 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 11:30:41,551 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:31:11,522 basehttp 84854 6254817280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:31:41,546 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:31:41,546 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:31:41,548 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:31:43,896 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:32:11,527 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:32:41,547 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:32:41,548 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:32:41,549 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:33:11,523 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:33:41,549 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:33:41,550 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:33:41,552 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:33:43,888 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:34:11,533 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:34:41,552 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:34:41,553 basehttp 84854 6254817280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:34:41,554 basehttp 84854 6221164544 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:35:11,542 basehttp 84854 6204338176 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:35:41,535 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:35:41,537 basehttp 84854 6221164544 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 11:35:41,540 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:35:43,893 basehttp 84854 6237990912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:36:11,546 basehttp 84854 6237990912 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 11:36:21,546 basehttp 84854 6237990912 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-27 11:36:21,581 basehttp 84854 6221164544 "GET /en/emr/ HTTP/1.1" 200 71695 WARNING 2025-08-27 11:36:21,606 basehttp 84854 6204338176 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:36:21,610 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:21,610 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:21,664 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:36:21,671 basehttp 84854 6204338176 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:36:26,239 basehttp 84854 6204338176 "GET /en/emr/encounters/ HTTP/1.1" 200 148270 WARNING 2025-08-27 11:36:26,251 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:36:26,254 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:26,254 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:26,295 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:36:31,449 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:31,449 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 11:36:31,463 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:31,463 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:32,819 basehttp 84854 6204338176 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91434 WARNING 2025-08-27 11:36:32,834 basehttp 84854 6221164544 "GET /static/plugins/chart.js HTTP/1.1" 404 1967 WARNING 2025-08-27 11:36:32,838 log 84854 6204338176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:36:32,839 basehttp 84854 6204338176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:36:32,877 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:37:32,885 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:37:43,892 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:38:32,887 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:39:32,896 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:39:43,884 basehttp 84854 6204338176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:39:53,849 basehttp 84854 6204338176 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 INFO 2025-08-27 11:39:53,860 basehttp 84854 6204338176 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 WARNING 2025-08-27 11:39:53,865 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:39:53,865 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:39:53,921 basehttp 84854 6221164544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:40:17,930 basehttp 84854 6221164544 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 INFO 2025-08-27 11:40:17,940 basehttp 84854 6254817280 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-27 11:40:17,945 basehttp 84854 6254817280 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-27 11:40:17,951 log 84854 6221164544 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-27 11:40:17,951 basehttp 84854 6254817280 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-27 11:40:17,953 basehttp 84854 6221164544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:40:17,954 basehttp 84854 6204338176 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-27 11:40:17,960 basehttp 84854 6288470016 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-27 11:40:17,962 basehttp 84854 6221164544 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-27 11:40:17,963 basehttp 84854 6271643648 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-27 11:40:17,965 basehttp 84854 6237990912 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-27 11:40:17,966 basehttp 84854 6254817280 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-27 11:40:18,273 basehttp 84854 6254817280 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-27 11:40:18,299 basehttp 84854 6254817280 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-27 11:40:18,299 basehttp 84854 6271643648 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-27 11:40:18,301 basehttp 84854 6237990912 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-27 11:40:18,302 basehttp 84854 6221164544 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-27 11:40:18,302 basehttp 84854 6288470016 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-27 11:40:18,304 basehttp 84854 6271643648 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-27 11:40:18,306 basehttp 84854 6204338176 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-27 11:40:18,307 basehttp 84854 6221164544 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-27 11:40:18,308 basehttp 84854 6237990912 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-27 11:40:18,308 basehttp 84854 6288470016 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-27 11:40:18,308 basehttp 84854 6204338176 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-27 11:40:18,310 basehttp 84854 6254817280 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-27 11:40:18,311 basehttp 84854 6271643648 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-27 11:40:18,312 basehttp 84854 6237990912 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-27 11:40:18,312 basehttp 84854 6221164544 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-27 11:40:18,312 basehttp 84854 6254817280 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-27 11:40:18,313 basehttp 84854 6204338176 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-27 11:40:18,315 basehttp 84854 6254817280 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-27 11:40:18,316 basehttp 84854 6221164544 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-27 11:40:18,316 basehttp 84854 6271643648 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-27 11:40:18,317 basehttp 84854 6204338176 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-27 11:40:18,319 basehttp 84854 6237990912 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-27 11:40:18,320 basehttp 84854 6288470016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:40:18,326 basehttp 84854 6254817280 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-27 11:40:18,460 log 84854 6254817280 Not Found: /favicon.ico WARNING 2025-08-27 11:40:18,460 basehttp 84854 6254817280 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-27 11:41:18,332 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:41:19,907 basehttp 84854 6254817280 "GET /en/emr/vital-signs/?page=2 HTTP/1.1" 200 92758 WARNING 2025-08-27 11:41:19,938 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:41:19,938 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:41:20,013 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:41:43,892 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:42:20,018 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:43:02,247 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:43:02,258 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:02,258 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-27 11:43:02,277 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:02,278 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:43:02,801 basehttp 84854 6254817280 "GET /en/emr/ HTTP/1.1" 200 71709 WARNING 2025-08-27 11:43:02,813 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:02,813 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:43:02,868 basehttp 84854 6254817280 "GET /en/emr/stats/ HTTP/1.1" 200 2966 ERROR 2025-08-27 11:43:06,757 log 84854 6254817280 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'resolve_problem' not found. 'resolve_problem' is not a valid view function or pattern name. ERROR 2025-08-27 11:43:06,759 basehttp 84854 6254817280 "GET /en/emr/problems/ HTTP/1.1" 500 260248 WARNING 2025-08-27 11:43:06,774 log 84854 6254817280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:43:06,774 basehttp 84854 6254817280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:43:43,889 basehttp 84854 6254817280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:45:22,476 autoreload 84854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-27 11:45:22,931 autoreload 16410 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 11:45:25,138 log 16410 6204895232 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for '' not found. '' is not a valid view function or pattern name. ERROR 2025-08-27 11:45:25,142 basehttp 16410 6204895232 "GET /en/emr/problems/ HTTP/1.1" 500 259994 WARNING 2025-08-27 11:45:25,159 log 16410 6204895232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:45:25,159 basehttp 16410 6204895232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:45:35,393 basehttp 16410 6204895232 "GET /en/emr/problems/ HTTP/1.1" 200 104052 WARNING 2025-08-27 11:45:35,408 log 16410 6204895232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:45:35,409 basehttp 16410 6204895232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:45:35,473 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:45:43,909 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:45:54,420 log 16410 6204895232 Forbidden (CSRF token missing.): /en/emr/problem/150/resolve/ WARNING 2025-08-27 11:45:54,420 basehttp 16410 6204895232 "POST /en/emr/problem/150/resolve/ HTTP/1.1" 403 2491 INFO 2025-08-27 11:46:35,485 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:47:35,483 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:47:43,910 basehttp 16410 6204895232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:48:02,258 autoreload 16410 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-27 11:48:02,585 autoreload 17569 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 11:48:06,013 basehttp 17569 6127857664 "GET /en/emr/problems/ HTTP/1.1" 200 104052 WARNING 2025-08-27 11:48:06,030 log 17569 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:48:06,030 basehttp 17569 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:48:06,094 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:48:35,762 basehttp 17569 6127857664 "GET /en/emr/problems/ HTTP/1.1" 200 104971 WARNING 2025-08-27 11:48:35,780 log 17569 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:48:35,780 basehttp 17569 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:48:35,834 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:49:35,848 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:49:43,918 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:50:35,845 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:51:10,986 log 17569 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:51:10,986 basehttp 17569 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:51:10,988 basehttp 17569 6161510400 - Broken pipe from ('127.0.0.1', 60415) INFO 2025-08-27 11:51:10,989 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:51:10,998 log 17569 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:51:10,998 basehttp 17569 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:51:10,998 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:51:12,800 basehttp 17569 6144684032 "GET /en/emr/notes/ HTTP/1.1" 200 96796 WARNING 2025-08-27 11:51:12,817 log 17569 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:51:12,817 basehttp 17569 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:51:12,877 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:51:43,906 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:52:03,087 basehttp 17569 6144684032 "GET /en/emr/notes/ HTTP/1.1" 200 98610 WARNING 2025-08-27 11:52:03,100 log 17569 6144684032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:52:03,100 basehttp 17569 6144684032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:52:03,155 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:53:03,169 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:53:43,900 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:54:03,172 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:54:47,945 log 17569 6161510400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-27 11:54:47,948 basehttp 17569 6161510400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:54:47,949 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-08-27 11:54:47,971 log 17569 6127857664 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-27 11:54:47,971 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-27 11:54:47,971 basehttp 17569 6127857664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-27 11:55:17,946 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:55:43,913 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:55:47,938 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:55:47,946 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:56:17,957 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:56:47,952 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:56:47,960 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:57:17,957 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:57:43,911 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:57:47,954 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:57:47,962 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:58:17,960 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:58:47,939 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:58:47,950 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:59:17,966 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 11:59:43,910 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:59:47,951 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 11:59:47,962 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:00:17,972 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:00:47,954 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:00:47,969 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:01:17,976 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:01:43,908 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:01:47,948 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:01:47,970 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:02:17,984 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:02:47,959 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:02:47,978 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:03:17,990 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:03:43,907 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:03:47,961 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:03:47,981 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:04:17,993 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:04:47,958 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:04:47,982 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:05:17,998 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:05:43,908 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:05:47,966 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:05:47,993 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:06:18,003 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:06:47,971 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:06:47,997 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:07:18,006 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:07:43,895 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:07:47,972 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:07:48,000 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:08:18,010 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:08:47,975 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:08:48,008 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:09:18,022 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:09:43,905 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:09:47,970 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:09:48,008 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:10:18,024 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:10:47,982 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:10:48,015 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:11:18,028 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:11:43,907 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:11:47,986 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:11:48,025 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:12:18,037 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:12:47,987 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:12:48,029 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:13:18,050 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:13:43,898 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:13:48,908 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:13:48,917 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:14:19,901 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:15:33,902 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:15:33,910 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:15:43,894 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:16:43,894 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:16:43,904 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:17:43,898 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:17:43,908 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:17:43,910 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:18:43,892 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:19:43,900 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:19:43,913 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:19:43,913 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:20:14,957 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:20:44,899 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:20:45,895 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:21:16,894 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:21:43,883 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:22:43,899 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:22:43,908 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:23:43,900 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:23:43,912 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:23:43,913 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:24:43,894 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:25:43,891 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:25:43,901 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:25:43,902 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:26:43,893 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:26:43,900 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:27:43,883 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:27:43,892 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:27:43,893 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:28:43,895 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:29:43,893 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:29:43,904 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:29:43,906 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:30:43,896 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:30:43,904 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:31:43,912 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:31:43,920 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:32:43,915 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:32:43,923 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:33:43,916 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:33:43,923 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:34:43,922 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:34:43,929 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:35:43,923 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:35:43,929 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:36:43,917 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:36:43,927 basehttp 17569 6144684032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:41:23,169 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 12:41:23,180 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 12:41:23,182 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:19:31,134 basehttp 17569 6161510400 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:19:32,701 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:19:34,122 basehttp 17569 6161510400 "GET /en/ HTTP/1.1" 200 47562 INFO 2025-08-27 13:19:34,211 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:19:34,212 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:19:34,213 basehttp 17569 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 13:19:34,213 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:20:04,189 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:20:23,649 basehttp 17569 6127857664 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-27 13:20:23,726 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:23,727 basehttp 17569 13707014144 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-27 13:20:23,749 basehttp 17569 6144684032 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-27 13:20:31,483 basehttp 17569 6144684032 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109973 INFO 2025-08-27 13:20:31,565 basehttp 17569 6144684032 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-08-27 13:20:31,603 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:31,724 basehttp 17569 6144684032 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109973 INFO 2025-08-27 13:20:32,692 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:47,887 basehttp 17569 6144684032 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-27 13:20:47,912 basehttp 17569 13707014144 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-27 13:20:47,960 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:20:47,965 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:05,400 basehttp 17569 6127857664 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-27 13:21:05,451 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:21:05,456 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:17,978 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:35,696 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:47,137 basehttp 17569 13707014144 "GET /en/analytics/ HTTP/1.1" 200 50133 INFO 2025-08-27 13:21:47,186 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:21:47,188 basehttp 17569 6127857664 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-27 13:21:47,980 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:21:47,987 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:21:54,223 basehttp 17569 13707014144 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68828 INFO 2025-08-27 13:21:54,255 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:01,215 basehttp 17569 13707014144 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64889 INFO 2025-08-27 13:22:01,248 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:17,979 basehttp 17569 13707014144 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:22:18,186 basehttp 17569 13707014144 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-27 13:22:18,236 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:18,242 basehttp 17569 6127857664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-27 13:22:24,886 basehttp 17569 6127857664 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-27 13:22:25,021 basehttp 17569 13707014144 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-27 13:22:25,074 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:22:25,103 log 17569 6161510400 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:22:25,104 basehttp 17569 6161510400 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124679 INFO 2025-08-27 13:22:28,838 basehttp 17569 6161510400 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-27 13:22:28,871 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:22:32,695 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:22:55,980 log 17569 6161510400 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-27 13:22:55,982 basehttp 17569 6161510400 "GET /en/radiology/orders/403/ HTTP/1.1" 500 150906 ERROR 2025-08-27 13:23:03,454 log 17569 6161510400 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:23:03,455 basehttp 17569 6161510400 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-27 13:23:05,246 basehttp 17569 6161510400 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-27 13:23:05,282 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:23:11,737 basehttp 17569 6161510400 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-27 13:23:11,770 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:23:37,479 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:23:37,518 log 17569 13707014144 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:23:37,519 basehttp 17569 13707014144 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-27 13:23:43,031 basehttp 17569 13707014144 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-27 13:23:43,078 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:23:43,104 log 17569 6161510400 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:23:43,105 basehttp 17569 6161510400 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124679 INFO 2025-08-27 13:23:47,963 basehttp 17569 6161510400 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-08-27 13:23:47,988 basehttp 17569 13707014144 "GET /en/billing/ HTTP/1.1" 200 33008 INFO 2025-08-27 13:23:48,036 basehttp 17569 6144684032 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-27 13:23:48,036 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:23:48,039 basehttp 17569 6127857664 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-27 13:24:06,675 basehttp 17569 6127857664 "GET /en/billing/ HTTP/1.1" 200 33008 INFO 2025-08-27 13:24:06,725 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:24:06,729 basehttp 17569 6144684032 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-27 13:24:09,569 basehttp 17569 6144684032 "GET /en/patients/ HTTP/1.1" 200 139977 INFO 2025-08-27 13:24:09,625 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:24:09,628 basehttp 17569 6127857664 "GET /en/patients/htmx/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-08-27 13:24:12,946 basehttp 17569 6127857664 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-08-27 13:24:12,966 basehttp 17569 6144684032 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 13:24:13,012 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:24:13,088 log 17569 13707014144 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 13:24:13,092 log 17569 6127857664 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 13:24:13,093 basehttp 17569 13707014144 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-27 13:24:13,093 basehttp 17569 6127857664 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 13:24:27,070 log 17569 6127857664 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-27 13:24:27,071 basehttp 17569 6127857664 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184495 ERROR 2025-08-27 13:24:31,879 log 17569 6127857664 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 13:24:31,880 basehttp 17569 6127857664 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179711 INFO 2025-08-27 13:24:32,702 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:24:36,166 basehttp 17569 6127857664 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-27 13:24:37,501 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:24:37,533 log 17569 6127857664 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:24:37,534 basehttp 17569 6127857664 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-27 13:24:42,955 basehttp 17569 6127857664 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-27 13:24:43,006 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 13:24:43,035 log 17569 13707014144 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-27 13:24:43,035 basehttp 17569 13707014144 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124679 INFO 2025-08-27 13:24:59,940 basehttp 17569 13707014144 "GET /en/laboratory HTTP/1.1" 301 0 ERROR 2025-08-27 13:24:59,992 log 17569 6127857664 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-27 13:24:59,993 basehttp 17569 6127857664 "GET /en/laboratory/ HTTP/1.1" 500 137737 INFO 2025-08-27 13:25:06,073 basehttp 17569 6127857664 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 13:25:06,086 basehttp 17569 6144684032 "GET /en/ HTTP/1.1" 200 47562 INFO 2025-08-27 13:25:06,137 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:25:06,141 basehttp 17569 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 13:25:06,142 basehttp 17569 6161510400 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:25:06,143 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:25:36,132 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:25:39,322 basehttp 17569 6127857664 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 13:25:39,335 basehttp 17569 6161510400 "GET /en/ HTTP/1.1" 200 47562 INFO 2025-08-27 13:25:39,396 basehttp 17569 6161510400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:25:39,396 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:25:39,397 basehttp 17569 6127857664 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 13:25:39,398 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:26:09,385 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:26:32,694 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:26:39,391 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:26:39,392 basehttp 17569 6127857664 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:26:39,393 basehttp 17569 6144684032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:27:09,389 basehttp 17569 6144684032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:27:39,409 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:27:39,409 basehttp 17569 6127857664 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:27:39,411 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:28:09,393 basehttp 17569 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 13:28:32,692 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:28:39,412 basehttp 17569 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 13:28:39,412 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 13:28:39,413 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:03:30,335 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:22:34,691 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 14:22:34,691 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:22:35,680 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:23:05,674 basehttp 17569 6127857664 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:23:27,673 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:23:34,679 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:23:34,682 basehttp 17569 6144684032 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 14:23:35,676 basehttp 17569 6144684032 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 14:23:45,580 basehttp 17569 6144684032 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-27 14:23:45,636 basehttp 17569 6144684032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:23:45,637 basehttp 17569 6127857664 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-27 14:23:45,660 basehttp 17569 6161510400 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-27 14:23:52,946 basehttp 17569 6161510400 "GET /en/integration HTTP/1.1" 301 0 ERROR 2025-08-27 14:23:52,972 log 17569 6127857664 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "IntegrationEndpoint" instance. ERROR 2025-08-27 14:23:52,974 basehttp 17569 6127857664 "GET /en/integration/ HTTP/1.1" 500 131451 INFO 2025-08-27 14:24:27,675 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:26:27,660 basehttp 17569 6127857664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:27:12,465 autoreload 17569 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:27:12,928 autoreload 46670 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:27:17,200 log 46670 6188904448 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'external_system' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:27:17,201 basehttp 46670 6188904448 "GET /en/integration/ HTTP/1.1" 500 132553 INFO 2025-08-27 14:28:16,442 autoreload 46670 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:28:16,752 autoreload 47142 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:28:25,471 log 47142 6166966272 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 55, in get_context_data 'recent_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "IntegrationEndpoint" instance. ERROR 2025-08-27 14:28:25,473 basehttp 47142 6166966272 "GET /en/integration/ HTTP/1.1" 500 131588 INFO 2025-08-27 14:28:27,716 basehttp 47142 6166966272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:28:49,067 autoreload 47142 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:28:49,409 autoreload 47385 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:28:54,577 log 47385 6199275520 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 57, in get_context_data ).order_by('-execution_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:28:54,579 basehttp 47385 6199275520 "GET /en/integration/ HTTP/1.1" 500 102462 INFO 2025-08-27 14:29:20,750 autoreload 47385 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:29:21,079 autoreload 47624 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:29:22,183 log 47624 6135689216 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 59, in get_context_data 'recent_webhook_executions': WebhookExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: client_ip, correlation_id, error_details, error_message, execution_id, external_id, headers, metadata, method, payload, payload_size_bytes, processed_at, processing_time_ms, query_params, received_at, response_data, response_status, status, user_agent, webhook, webhook_id ERROR 2025-08-27 14:29:22,185 basehttp 47624 6135689216 "GET /en/integration/ HTTP/1.1" 500 131851 INFO 2025-08-27 14:30:27,717 basehttp 47624 6135689216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:30:47,316 autoreload 47624 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:30:47,636 autoreload 48253 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:30:48,723 log 48253 6128758784 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 61, in get_context_data ).order_by('-started_at')[:5], ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'started_at' into field. Choices are: client_ip, correlation_id, error_details, error_message, execution_id, external_id, headers, metadata, method, payload, payload_size_bytes, processed_at, processing_time_ms, query_params, received_at, response_data, response_status, status, user_agent, webhook, webhook_id ERROR 2025-08-27 14:30:48,724 basehttp 48253 6128758784 "GET /en/integration/ HTTP/1.1" 500 102160 INFO 2025-08-27 14:31:17,935 autoreload 48253 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:31:18,265 autoreload 48495 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:31:20,822 log 48495 6202290176 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 63, in get_context_data 'recent_logs': IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-08-27 14:31:20,824 basehttp 48495 6202290176 "GET /en/integration/ HTTP/1.1" 500 131247 INFO 2025-08-27 14:31:42,343 autoreload 48495 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:31:42,681 autoreload 48654 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:31:44,916 log 48654 6132068352 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 71, in get_context_data 'executions_today': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:31:44,919 basehttp 48654 6132068352 "GET /en/integration/ HTTP/1.1" 500 132765 INFO 2025-08-27 14:32:27,695 basehttp 48654 6132068352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:32:36,880 autoreload 48654 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:32:37,216 autoreload 49045 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:32:39,690 log 49045 6124040192 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 71, in get_context_data 'executions_today': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:32:39,692 basehttp 49045 6124040192 "GET /en/integration/ HTTP/1.1" 500 133370 INFO 2025-08-27 14:33:04,349 autoreload 49045 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:33:04,665 autoreload 49285 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:33:05,074 log 49285 6158053376 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 76, in get_context_data 'successful_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:33:05,075 basehttp 49285 6158053376 "GET /en/integration/ HTTP/1.1" 500 133081 INFO 2025-08-27 14:33:30,686 autoreload 49285 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:33:31,009 autoreload 49455 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:33:33,493 log 49455 6198145024 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 76, in get_context_data 'successful_executions': IntegrationExecution.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-08-27 14:33:33,495 basehttp 49455 6198145024 "GET /en/integration/ HTTP/1.1" 500 133761 INFO 2025-08-27 14:34:01,232 autoreload 49455 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:34:01,561 autoreload 49694 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:34:02,761 log 49694 6198751232 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 91, in get_context_data 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:34:02,763 basehttp 49694 6198751232 "GET /en/integration/ HTTP/1.1" 500 134386 INFO 2025-08-27 14:34:27,737 basehttp 49694 6198751232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:35:13,184 autoreload 49694 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 14:35:13,511 autoreload 50246 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:35:14,599 log 50246 6167195648 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'mul' ERROR 2025-08-27 14:35:14,601 basehttp 50246 6167195648 "GET /en/integration/ HTTP/1.1" 500 219641 INFO 2025-08-27 14:36:27,689 basehttp 50246 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:38:12,666 log 50246 6167195648 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'custom_filters' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'custom_filters' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache debugger_tags highlighting i18n indent_text l10n log rest_framework static syntax_color tz widont ERROR 2025-08-27 14:38:12,673 basehttp 50246 6167195648 "GET /en/integration/ HTTP/1.1" 500 229161 INFO 2025-08-27 14:38:27,643 basehttp 50246 6167195648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:39:09,577 autoreload 52084 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 14:39:12,198 log 52084 6134984704 Internal Server Error: /en/integration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-08-27 14:39:12,199 basehttp 52084 6134984704 "GET /en/integration/ HTTP/1.1" 500 174732 INFO 2025-08-27 14:39:27,703 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:41:27,651 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:43:27,652 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:45:27,634 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:47:27,644 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:49:27,641 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 14:51:02,602 basehttp 52084 6134984704 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-27 14:51:02,671 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:51:02,687 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:51:02,693 log 52084 6168637440 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:51:02,694 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:51:02,695 basehttp 52084 6168637440 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 14:51:27,637 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:51:32,670 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:51:32,671 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:52:02,692 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:52:02,703 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:52:02,709 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:52:02,710 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:52:02,711 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:52:32,686 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:52:32,687 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:53:02,693 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:53:02,704 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:53:02,710 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:53:02,711 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:53:02,712 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 14:53:27,632 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:53:32,690 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:53:32,691 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:54:02,684 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:54:02,700 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:54:02,706 log 52084 6168637440 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:54:02,707 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:54:02,707 basehttp 52084 6168637440 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:54:32,689 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:54:32,690 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:55:02,686 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:55:02,699 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:55:02,707 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:55:02,707 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:55:02,708 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:55:27,631 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:55:32,693 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:55:32,694 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:56:02,683 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:56:02,701 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:56:02,708 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:56:02,709 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:56:02,710 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:56:32,696 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:56:32,698 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:57:02,678 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:57:02,700 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:57:02,707 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:57:02,708 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:57:02,709 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 14:57:27,627 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:57:32,703 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:57:32,704 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:58:02,684 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:58:02,699 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:58:02,701 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:58:02,709 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:58:02,710 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 14:58:32,708 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:58:32,709 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:59:02,685 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:59:02,704 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 14:59:02,706 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 14:59:02,714 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:59:02,715 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 14:59:27,626 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 14:59:32,715 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 14:59:32,716 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:00:02,688 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:00:02,699 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:00:02,701 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:00:02,713 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:00:02,714 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:00:32,710 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:00:32,711 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:01:03,637 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:01:03,653 log 52084 6134984704 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:01:03,659 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:01:03,660 basehttp 52084 6134984704 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:01:03,660 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 15:01:27,623 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:01:34,631 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:01:34,632 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:02:27,638 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:02:27,649 log 52084 6134984704 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:02:27,655 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:02:27,656 basehttp 52084 6134984704 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:02:27,656 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:03:27,614 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:03:27,616 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:03:27,621 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:03:27,629 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:03:27,630 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 INFO 2025-08-27 15:03:27,632 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:04:27,624 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:04:27,625 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:04:32,176 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:04:32,190 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:04:32,191 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:04:57,627 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:04:57,628 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:05:27,626 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:05:27,636 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:05:27,637 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:05:32,178 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:05:32,188 log 52084 6168637440 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:05:32,190 basehttp 52084 6168637440 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:05:57,621 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:05:57,622 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:06:27,632 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:06:27,633 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:06:32,170 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:06:32,179 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:06:32,180 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:06:57,636 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:06:57,637 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:07:27,613 basehttp 52084 6151811072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:07:27,653 log 52084 6168637440 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:07:27,654 basehttp 52084 6168637440 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:07:32,179 basehttp 52084 6168637440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:07:32,190 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:07:32,191 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:07:57,641 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:07:57,642 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 ERROR 2025-08-27 15:08:27,628 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:08:27,629 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:08:32,179 basehttp 52084 6134984704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:08:32,189 log 52084 6151811072 Internal Server Error: /en/integration/htmx/system-health/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 877, in system_health 'healthy_systems': ExternalSystem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'last_health_check_status' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-27 15:08:32,191 basehttp 52084 6151811072 "GET /en/integration/htmx/system-health/ HTTP/1.1" 500 120108 ERROR 2025-08-27 15:08:57,635 log 52084 6151811072 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:08:57,640 basehttp 52084 6151811072 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:09:18,020 autoreload 52084 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 15:09:18,458 autoreload 65274 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 15:09:21,115 basehttp 65274 6341865472 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-27 15:09:21,174 basehttp 65274 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:09:21,179 basehttp 65274 6375518208 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:09:21,186 log 65274 6358691840 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:09:21,188 basehttp 65274 6358691840 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:09:27,613 basehttp 65274 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:09:51,177 log 65274 6358691840 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:09:51,178 basehttp 65274 6358691840 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:10:21,205 basehttp 65274 6375518208 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:10:21,206 basehttp 65274 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:10:21,215 log 65274 6341865472 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:10:21,216 basehttp 65274 6341865472 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119067 INFO 2025-08-27 15:10:25,852 autoreload 65274 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 15:10:26,200 autoreload 65747 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 15:10:26,694 basehttp 65747 6122532864 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-27 15:10:26,744 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:10:26,748 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:10:26,756 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:10:26,758 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:10:56,759 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:10:56,761 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:11:26,750 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:11:26,750 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:11:26,757 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:11:26,757 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:11:27,630 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:11:56,762 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:11:56,764 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:12:26,748 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:12:26,753 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:12:26,760 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:12:26,760 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:12:56,766 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:12:56,768 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:13:26,740 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:13:26,740 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:13:26,749 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:13:26,750 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:13:27,621 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:13:56,802 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:13:56,803 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:14:26,746 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:14:26,747 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:14:26,756 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:14:26,757 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:14:56,771 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:14:56,772 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:15:26,746 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:15:26,747 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:15:26,758 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:15:26,759 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:15:27,624 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:15:56,774 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:15:56,776 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:16:26,753 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:16:26,754 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:16:26,764 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:16:26,765 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:16:56,765 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:16:56,766 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:17:26,748 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:17:26,749 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:17:26,763 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:17:26,763 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:17:27,623 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:17:56,781 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:17:56,782 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:18:26,752 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:18:26,753 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:18:26,767 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:18:26,768 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:18:56,783 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:18:56,784 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:19:26,755 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:19:26,756 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:19:26,771 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:19:26,771 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:19:27,620 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:19:56,787 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:19:56,788 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:20:26,758 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:20:26,758 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:20:26,775 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:20:26,776 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:20:56,792 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:20:56,793 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:21:26,756 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:21:26,757 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:21:26,773 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:21:26,774 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:21:27,610 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:21:56,782 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:21:56,783 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:22:26,758 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:22:26,758 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:22:26,776 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:22:26,777 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:22:56,796 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:22:56,798 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:23:26,762 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:23:26,762 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:23:26,780 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:23:26,781 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:23:27,613 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:23:56,805 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:23:56,806 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:24:26,747 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:24:26,748 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:24:26,769 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:24:26,769 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:24:56,784 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:24:56,785 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:25:26,754 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:25:26,754 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:25:26,771 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:25:26,772 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:25:27,592 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:25:56,788 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:25:56,789 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:26:26,757 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:26:26,757 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:26:26,779 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:26:26,780 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:26:56,792 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:26:56,793 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:27:26,747 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:27:26,747 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:27:26,775 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:27:26,776 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:27:27,592 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:27:56,791 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:27:56,791 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:28:26,762 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:28:26,763 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:28:26,784 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:28:26,785 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:28:56,803 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:28:56,804 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:29:26,750 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:29:26,751 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:29:26,789 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:29:26,790 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:29:27,592 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:29:56,808 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:29:56,809 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:30:26,756 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:30:26,756 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:30:26,796 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:30:26,797 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:30:56,815 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:30:56,816 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:31:26,753 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:31:26,753 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:31:26,808 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:31:26,809 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:31:27,585 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:31:56,822 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:31:56,823 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:32:26,769 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:32:26,769 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:32:26,813 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:32:26,814 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:32:56,828 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:32:56,829 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:33:26,769 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:33:26,769 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:33:26,820 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:33:26,821 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:33:27,586 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:33:56,846 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:33:56,847 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:34:26,770 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:34:26,771 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:34:26,823 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:34:26,824 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:34:56,841 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:34:56,842 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:35:26,766 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:35:26,766 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:35:26,829 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:35:26,830 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:35:27,574 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:35:56,836 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:35:56,837 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:36:27,594 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:36:27,594 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:36:27,607 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:36:27,607 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:36:58,589 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:36:58,590 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:37:27,582 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:38:00,581 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:38:00,583 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:38:00,592 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:38:00,593 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:39:27,599 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:39:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:39:27,609 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:39:27,611 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:39:27,613 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:40:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:40:27,601 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:40:27,610 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:40:27,611 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:41:27,588 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:41:27,598 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:41:27,600 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:42:27,602 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:42:27,603 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:42:27,614 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:42:27,615 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:43:27,579 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:43:27,588 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at INFO 2025-08-27 15:43:27,591 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:43:27,592 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:44:27,606 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:44:27,606 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:44:27,615 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:44:27,616 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:45:27,599 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:45:27,599 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:45:27,608 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:45:27,609 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:46:27,585 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:46:27,598 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:46:27,599 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:47:27,578 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:47:27,578 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:47:27,586 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:47:27,587 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:47:27,588 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:48:27,582 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:48:27,582 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:48:27,613 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:48:27,613 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:49:27,596 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:49:27,596 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:49:27,605 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:49:27,607 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:49:27,608 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:50:27,569 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:50:27,571 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:51:27,592 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:51:27,592 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:51:27,602 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:51:27,603 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:51:27,604 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:52:27,590 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:52:27,592 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:52:27,601 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:52:27,603 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:53:27,573 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:53:27,583 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:53:27,584 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:54:27,591 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:54:27,591 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:54:27,603 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:54:27,604 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:55:27,600 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:55:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:55:27,603 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:56:27,596 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:56:27,597 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:56:27,609 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:56:27,610 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 15:57:27,596 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at INFO 2025-08-27 15:57:27,599 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:57:27,600 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:57:27,601 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 15:57:27,608 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 15:58:27,588 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:58:27,589 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:59:27,601 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 15:59:27,602 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 15:59:27,611 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 15:59:27,612 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 15:59:27,616 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:00:27,586 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:00:27,587 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:01:27,597 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:01:27,601 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:01:27,611 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:01:27,612 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:01:27,613 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:02:27,583 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:02:27,593 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:02:27,594 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:03:27,585 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:03:27,596 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:03:27,597 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:03:27,599 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:04:27,599 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:04:27,602 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:04:27,612 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:04:27,682 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:05:27,589 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:05:27,590 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:05:27,599 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:05:27,600 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:06:27,577 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:06:27,590 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:06:27,591 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:07:27,580 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:07:27,580 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:07:27,589 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:07:27,590 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:08:27,589 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:08:27,589 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:08:27,597 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:08:27,598 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:09:27,585 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:09:27,585 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:09:27,594 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:09:27,596 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:09:27,597 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:10:27,698 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:10:27,699 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:11:27,719 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:11:27,720 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:11:27,732 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:11:27,733 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:11:27,736 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:12:27,706 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:12:27,719 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:12:27,720 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:13:27,704 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:13:27,706 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:13:27,716 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:13:27,717 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:14:27,719 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:14:27,722 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:14:27,731 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:14:27,732 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:15:27,707 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:15:27,717 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:15:27,719 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:15:27,721 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:16:27,712 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:16:27,722 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:16:27,722 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:17:27,716 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:17:27,720 basehttp 65747 6173011968 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:17:27,729 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:17:27,730 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:17:27,732 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:18:27,704 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:18:27,714 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:18:27,715 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:19:27,719 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:19:27,721 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:19:27,730 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:19:27,731 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:20:27,720 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:20:27,720 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:20:27,732 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:20:27,733 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:21:27,714 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:21:27,727 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:21:27,729 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:21:27,731 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:22:27,706 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:22:27,719 log 65747 6173011968 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:22:27,720 basehttp 65747 6173011968 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:23:27,726 basehttp 65747 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:23:27,727 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:23:27,737 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:23:27,738 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:23:27,741 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:24:27,722 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:24:27,725 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:24:27,734 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:24:27,735 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:25:27,727 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:25:27,738 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:25:27,738 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:26:27,730 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:26:27,731 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:26:27,739 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:26:27,740 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:27:27,714 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:27:27,714 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:27:27,724 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:27:27,725 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:27:27,736 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:28:27,728 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:28:27,730 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:29:27,728 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:29:27,728 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:29:27,740 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:29:27,741 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:29:27,743 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:30:27,704 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:30:27,711 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:30:27,712 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:31:27,724 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:31:27,727 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:31:27,736 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:31:27,737 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:32:27,729 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:32:27,733 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:32:27,741 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:32:27,742 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:33:27,715 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:33:27,728 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:33:27,730 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:33:27,732 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:34:27,729 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:34:27,731 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:34:27,740 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:34:27,741 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:35:27,739 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:35:27,739 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:35:27,750 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:35:27,751 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:36:27,718 basehttp 65747 6122532864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:36:27,730 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:36:27,731 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:37:27,708 basehttp 65747 6156185600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:37:27,714 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:37:27,726 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:37:27,727 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:37:27,729 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:38:27,729 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:38:27,729 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:38:27,737 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:38:27,738 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:39:27,718 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:39:27,728 log 65747 6122532864 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:39:27,729 basehttp 65747 6122532864 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:40:27,782 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-27 16:40:27,783 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:40:27,794 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:40:27,795 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:41:27,815 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:41:27,818 basehttp 65747 6122532864 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:41:27,826 log 65747 6156185600 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:41:27,827 basehttp 65747 6156185600 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:41:27,829 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 16:42:27,797 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:42:27,798 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 INFO 2025-08-27 16:42:56,731 basehttp 65747 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:42:56,732 basehttp 65747 6139359232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-27 16:42:57,797 log 65747 6139359232 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-27 16:42:57,798 basehttp 65747 6139359232 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119561 ERROR 2025-08-27 16:43:20,411 log 65747 6139359232 Internal Server Error: /en/integration/systems/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/external_system_form.html ERROR 2025-08-27 16:43:20,412 basehttp 65747 6139359232 "GET /en/integration/systems/create/ HTTP/1.1" 500 83461 INFO 2025-08-27 16:43:27,779 basehttp 65747 6139359232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:44:52,337 autoreload 65747 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-08-27 16:44:52,786 autoreload 7366 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 16:44:53,982 basehttp 7366 6171373568 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-08-27 16:44:54,015 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:45:27,786 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:45:54,016 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:46:54,781 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:47:27,792 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:47:55,784 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:48:56,782 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:49:27,784 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:49:57,787 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:50:58,787 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:51:27,791 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:52:00,785 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:53:27,789 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:53:27,802 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:55:27,801 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:55:27,812 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:56:27,806 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:57:27,827 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:58:27,819 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:59:27,825 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 16:59:27,835 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:01:27,824 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:01:27,835 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:02:27,827 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:03:27,833 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:04:27,828 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:05:27,838 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:05:27,848 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:07:27,830 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:07:27,841 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:08:27,836 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:09:27,837 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:09:27,847 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:11:27,836 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:11:27,848 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:12:27,879 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:12:27,884 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:14:27,836 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:14:27,847 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:15:27,843 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:16:27,835 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:16:27,844 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:18:27,842 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 17:18:27,853 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 18:37:37,701 basehttp 7366 6171373568 "GET / HTTP/1.1" 302 0 INFO 2025-08-27 18:37:37,717 basehttp 7366 13170143232 "GET /en/ HTTP/1.1" 200 47578 INFO 2025-08-27 18:37:37,791 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 18:37:37,801 basehttp 7366 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-27 18:37:37,802 basehttp 7366 13203795968 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-27 18:37:37,804 basehttp 7366 6171373568 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-27 18:37:44,579 basehttp 7366 6171373568 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:37:44,641 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:37:44,701 log 7366 13186969600 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:37:44,707 log 7366 13203795968 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:37:44,710 basehttp 7366 13186969600 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127125 ERROR 2025-08-27 18:37:44,711 basehttp 7366 13203795968 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126942 ERROR 2025-08-27 18:37:47,521 log 7366 13203795968 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-27 18:37:47,527 basehttp 7366 13203795968 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184495 INFO 2025-08-27 18:45:49,628 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:45:49,925 log 7366 13186969600 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:49,928 basehttp 7366 13186969600 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:45:49,933 log 7366 6171373568 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:49,934 basehttp 7366 6171373568 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-27 18:45:50,474 basehttp 7366 6171373568 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:45:50,545 basehttp 7366 6171373568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:45:50,594 log 7366 13186969600 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:50,596 basehttp 7366 13186969600 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-27 18:45:50,602 log 7366 13170143232 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:45:50,603 basehttp 7366 13170143232 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:45:57,499 log 7366 13170143232 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 18:45:57,500 basehttp 7366 13170143232 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179711 ERROR 2025-08-27 18:46:02,405 log 7366 13170143232 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-27 18:46:02,406 basehttp 7366 13170143232 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94424 WARNING 2025-08-27 18:46:07,713 log 7366 13170143232 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-27 18:46:07,713 basehttp 7366 13170143232 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 38634 INFO 2025-08-27 18:46:10,788 basehttp 7366 13170143232 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:46:10,844 basehttp 7366 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:46:10,883 log 7366 6171373568 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:10,885 basehttp 7366 6171373568 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:46:10,895 log 7366 13186969600 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:10,896 basehttp 7366 13186969600 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-27 18:46:14,286 basehttp 7366 13186969600 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-27 18:46:14,346 basehttp 7366 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 18:46:14,388 log 7366 13170143232 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:14,391 basehttp 7366 13170143232 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-27 18:46:14,401 log 7366 6171373568 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 18:46:14,401 basehttp 7366 6171373568 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-27 18:46:16,556 log 7366 6171373568 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'medication_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 401, in get_context_data 'medication_types': Medication._meta.get_field('medication_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Medication has no field named 'medication_type' ERROR 2025-08-27 18:46:16,557 basehttp 7366 6171373568 "GET /en/pharmacy/medications/ HTTP/1.1" 500 97379 INFO 2025-08-27 18:47:30,580 autoreload 7366 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 18:47:31,207 autoreload 61010 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:44:13,896 autoreload 61010 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 20:44:14,378 autoreload 62955 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:45:23,788 autoreload 62955 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 20:45:24,183 autoreload 63425 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:46:07,612 autoreload 63425 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 20:46:08,004 autoreload 63833 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 20:49:45,745 autoreload 63833 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 20:49:46,136 autoreload 65393 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 20:49:49,264 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_search' not found. 'medication_search' is not a valid view function or pattern name. ERROR 2025-08-27 20:49:49,267 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 500 226761 ERROR 2025-08-27 20:56:06,320 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_search' not found. 'medication_search' is not a valid view function or pattern name. ERROR 2025-08-27 20:56:06,326 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 500 227098 ERROR 2025-08-27 20:57:21,740 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_edit' not found. 'medication_edit' is not a valid view function or pattern name. ERROR 2025-08-27 20:57:21,743 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 500 252866 INFO 2025-08-27 20:58:32,338 basehttp 65393 6130544640 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 20:58:32,347 basehttp 65393 6130544640 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-27 20:58:32,389 basehttp 65393 6130544640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:02:40,214 log 65393 6130544640 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 325, in get_context_data ).select_related('patient', 'prescriber').order_by('-prescribed_date')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'prescribed_date' into field. Choices are: administration_records, created_at, date_prescribed, date_written, diagnosis_code, dispense_as_written, dispense_records, dosage_instructions, duration, e_prescription_id, electronic_prescription, encounter, encounter_id, expiration_date, frequency, generic_substitution_allowed, id, indication, medication, medication_id, patient, patient_id, patient_instructions, pharmacy_notes, prescriber, prescriber_id, prescription_id, prescription_number, prior_authorization_expiry, prior_authorization_number, prior_authorization_required, quantity_prescribed, quantity_unit, refills_authorized, refills_remaining, status, tenant, tenant_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-27 21:02:40,216 basehttp 65393 6130544640 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 105308 INFO 2025-08-27 21:03:02,674 autoreload 65393 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:03:03,229 autoreload 69766 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:03:04,434 log 69766 6202011648 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 328, in get_context_data context['inventory_items'] = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:03:04,435 basehttp 69766 6202011648 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 140818 ERROR 2025-08-27 21:03:06,256 log 69766 6202011648 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 328, in get_context_data context['inventory_items'] = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:03:06,257 basehttp 69766 6202011648 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 140818 INFO 2025-08-27 21:05:03,022 autoreload 69766 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 21:05:03,503 autoreload 70632 8466948288 Watching for file changes with StatReloader INFO 2025-08-27 21:07:27,413 autoreload 70632 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-27 21:07:27,752 autoreload 71712 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:07:30,594 log 71712 6157611008 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 331, in get_context_data ).order_by('expiry_date') ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'expiry_date' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:07:30,596 basehttp 71712 6157611008 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 103961 INFO 2025-08-27 21:07:52,971 autoreload 71712 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:07:53,306 autoreload 71879 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:07:54,382 log 71879 6204764160 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 334, in get_context_data context['interactions'] = DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-08-27 21:07:54,384 basehttp 71879 6204764160 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 135170 ERROR 2025-08-27 21:07:55,244 log 71879 6204764160 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 334, in get_context_data context['interactions'] = DrugInteraction.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-08-27 21:07:55,245 basehttp 71879 6204764160 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 135170 INFO 2025-08-27 21:08:41,131 autoreload 71879 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:08:41,453 autoreload 72270 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:08:44,167 log 72270 6169636864 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 351, in get_context_data context['total_inventory'] = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-27 21:08:44,169 basehttp 72270 6169636864 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 141013 INFO 2025-08-27 21:09:13,876 autoreload 72270 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-27 21:09:14,213 autoreload 72516 8466948288 Watching for file changes with StatReloader ERROR 2025-08-27 21:09:14,866 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_edit' not found. 'medication_edit' is not a valid view function or pattern name. ERROR 2025-08-27 21:09:14,868 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 181067 ERROR 2025-08-27 21:09:46,387 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_edit' not found. 'medication_edit' is not a valid view function or pattern name. ERROR 2025-08-27 21:09:46,388 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 181531 ERROR 2025-08-27 21:10:01,297 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_print' not found. 'medication_print' is not a valid view function or pattern name. ERROR 2025-08-27 21:10:01,298 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 181770 ERROR 2025-08-27 21:10:16,840 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_inventory_status' not found. 'medication_inventory_status' is not a valid view function or pattern name. ERROR 2025-08-27 21:10:16,841 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 177952 ERROR 2025-08-27 21:10:46,442 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_prescription_stats' not found. 'medication_prescription_stats' is not a valid view function or pattern name. ERROR 2025-08-27 21:10:46,443 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 183847 ERROR 2025-08-27 21:11:05,441 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_interactions' not found. 'medication_interactions' is not a valid view function or pattern name. ERROR 2025-08-27 21:11:05,442 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 500 188231 INFO 2025-08-27 21:11:21,877 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/ HTTP/1.1" 200 30125 INFO 2025-08-27 21:11:21,937 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:12:01,253 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 21:12:01,255 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/update/ HTTP/1.1" 500 181836 INFO 2025-08-27 21:12:21,951 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:12:26,162 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 21:12:26,164 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/update/ HTTP/1.1" 500 181836 INFO 2025-08-27 21:12:32,537 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:12:42,094 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_ndc' not found. 'validate_ndc' is not a valid view function or pattern name. ERROR 2025-08-27 21:12:42,095 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 179723 INFO 2025-08-27 21:13:32,541 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:13:37,434 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 21:13:37,505 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:13:39,482 log 72516 6166589440 Internal Server Error: /en/pharmacy/medications/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_medication_duplicates' not found. 'check_medication_duplicates' is not a valid view function or pattern name. ERROR 2025-08-27 21:13:39,484 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 500 182263 INFO 2025-08-27 21:14:21,010 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 21:14:21,063 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:14:22,410 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-27 21:14:22,443 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:14:37,382 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 116921 INFO 2025-08-27 21:14:37,415 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:14:39,330 basehttp 72516 6166589440 "GET /en/pharmacy/medications/4/update/ HTTP/1.1" 200 46255 INFO 2025-08-27 21:14:39,364 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:15:37,417 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:15:50,368 basehttp 72516 6166589440 "GET /en/pharmacy/medications/ HTTP/1.1" 200 117064 INFO 2025-08-27 21:15:50,405 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:15:57,568 basehttp 72516 6166589440 "GET /en/pharmacy/medications/?page=2 HTTP/1.1" 200 117392 INFO 2025-08-27 21:15:57,602 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:16:09,905 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:16:12,222 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-08-27 21:16:20,928 basehttp 72516 6166589440 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-27 21:16:20,960 basehttp 72516 6166589440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 ERROR 2025-08-27 21:16:29,381 log 72516 6166589440 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-27 21:16:29,382 basehttp 72516 6166589440 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94424 ERROR 2025-08-27 21:16:32,915 log 72516 6166589440 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_patient_info' not found. 'get_patient_info' is not a valid view function or pattern name. ERROR 2025-08-27 21:16:32,916 basehttp 72516 6166589440 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184495 INFO 2025-08-28 19:18:18,747 autoreload 72516 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-08-28 19:18:19,159 autoreload 22466 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:18:19,718 log 22466 6341865472 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_medication_info' not found. 'get_medication_info' is not a valid view function or pattern name. ERROR 2025-08-28 19:18:19,721 basehttp 22466 6341865472 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184633 INFO 2025-08-28 19:22:19,227 autoreload 22466 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 19:22:19,562 autoreload 24242 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:22:21,725 log 24242 6191149056 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_medication_info' not found. 'get_medication_info' is not a valid view function or pattern name. ERROR 2025-08-28 19:22:21,727 basehttp 24242 6191149056 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184633 INFO 2025-08-28 19:23:12,661 autoreload 24242 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-28 19:23:12,985 autoreload 24662 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:23:14,910 log 24662 6190772224 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_prescription_draft' not found. 'save_prescription_draft' is not a valid view function or pattern name. ERROR 2025-08-28 19:23:14,911 basehttp 24662 6190772224 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 184179 INFO 2025-08-28 19:28:45,747 autoreload 24662 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-08-28 19:28:46,119 autoreload 27136 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 19:28:46,416 log 27136 6204272640 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_prescription_draft' with no arguments not found. 1 pattern(s) tried: ['en/pharmacy/prescription/(?P[0-9]+)/draft/\\Z'] ERROR 2025-08-28 19:28:46,418 basehttp 27136 6204272640 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 186327 ERROR 2025-08-28 20:54:13,362 log 27136 6204272640 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_drug_interactions' not found. 'check_drug_interactions' is not a valid view function or pattern name. ERROR 2025-08-28 20:54:13,369 basehttp 27136 6204272640 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 500 185597 INFO 2025-08-28 20:56:56,192 autoreload 27136 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 20:56:56,540 autoreload 48129 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 20:56:57,240 basehttp 48129 6132609024 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-08-28 20:56:57,251 basehttp 48129 6132609024 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-28 20:56:57,287 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 20:57:52,700 basehttp 48129 6132609024 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120332 INFO 2025-08-28 20:57:52,736 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 20:58:01,588 basehttp 48129 6132609024 "GET /en/pharmacy/inventory/425/ HTTP/1.1" 200 90775 INFO 2025-08-28 20:58:01,624 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 20:58:30,882 basehttp 48129 6132609024 "GET /en/pharmacy/ HTTP/1.1" 200 34316 INFO 2025-08-28 20:58:30,928 basehttp 48129 6132609024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 20:58:30,972 log 48129 6166261760 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 20:58:30,979 basehttp 48129 6166261760 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 20:58:30,985 log 48129 6149435392 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 20:58:30,986 basehttp 48129 6149435392 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 WARNING 2025-08-28 20:58:32,669 log 48129 6149435392 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 20:58:32,670 basehttp 48129 6149435392 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39448 ERROR 2025-08-28 20:58:51,837 log 48129 6149435392 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-28 20:58:51,839 basehttp 48129 6149435392 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 94424 INFO 2025-08-28 21:00:25,892 autoreload 48129 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:00:26,233 autoreload 49631 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:00:28,460 log 49631 6193688576 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'medication_info' not found. 'medication_info' is not a valid view function or pattern name. ERROR 2025-08-28 21:00:28,464 basehttp 49631 6193688576 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 184290 ERROR 2025-08-28 21:02:15,802 log 49631 6193688576 Internal Server Error: /en/pharmacy/inventory/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_inventory_duplicates' not found. 'check_inventory_duplicates' is not a valid view function or pattern name. ERROR 2025-08-28 21:02:15,807 basehttp 49631 6193688576 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 500 183930 INFO 2025-08-28 21:02:50,934 basehttp 49631 6193688576 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70718 INFO 2025-08-28 21:02:50,981 basehttp 49631 6193688576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:03:28,380 basehttp 49631 6210514944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:03:28,432 log 49631 6193688576 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:03:28,437 log 49631 6227341312 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:03:28,439 basehttp 49631 6193688576 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-28 21:03:28,440 basehttp 49631 6227341312 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 INFO 2025-08-28 21:03:30,305 basehttp 49631 6227341312 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-28 21:03:30,340 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:03:41,845 basehttp 49631 6227341312 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-08-28 21:03:41,886 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:03:58,391 log 49631 6227341312 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:03:58,392 basehttp 49631 6227341312 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126669 INFO 2025-08-28 21:04:01,694 basehttp 49631 6227341312 "GET / HTTP/1.1" 302 0 INFO 2025-08-28 21:04:01,717 basehttp 49631 6193688576 "GET /en/ HTTP/1.1" 200 47580 INFO 2025-08-28 21:04:01,775 basehttp 49631 6193688576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:04:01,779 basehttp 49631 6244167680 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:04:01,780 basehttp 49631 6227341312 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:04:01,781 basehttp 49631 6210514944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-28 21:04:16,314 basehttp 49631 6210514944 "GET /en/ HTTP/1.1" 200 47580 INFO 2025-08-28 21:04:16,382 basehttp 49631 6193688576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:04:16,385 basehttp 49631 6210514944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:04:16,385 basehttp 49631 6244167680 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:04:16,388 basehttp 49631 6227341312 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-28 21:04:27,304 basehttp 49631 6227341312 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36955 INFO 2025-08-28 21:04:27,338 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:04:43,422 basehttp 49631 6227341312 "GET /en/billing/bills/create/ HTTP/1.1" 200 109320 INFO 2025-08-28 21:04:43,469 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:05:43,483 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:05:47,124 basehttp 49631 6227341312 "GET /en/billing/bills/ HTTP/1.1" 200 31716 INFO 2025-08-28 21:05:47,166 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:05:47,170 basehttp 49631 6244167680 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4923 INFO 2025-08-28 21:06:00,776 basehttp 49631 6244167680 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-08-28 21:06:00,834 basehttp 49631 6227341312 "GET /en/admin/ HTTP/1.1" 200 88075 INFO 2025-08-28 21:06:00,842 basehttp 49631 6210514944 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-28 21:06:00,842 basehttp 49631 6193688576 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-28 21:06:00,842 basehttp 49631 6227341312 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-28 21:06:00,843 basehttp 49631 6193688576 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-28 21:06:00,843 basehttp 49631 6227341312 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-08-28 21:06:00,844 basehttp 49631 6210514944 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-28 21:06:00,845 basehttp 49631 6210514944 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-28 21:06:00,847 basehttp 49631 6210514944 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-28 21:06:00,847 basehttp 49631 6227341312 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-28 21:06:00,848 basehttp 49631 6193688576 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-28 21:06:04,763 basehttp 49631 6193688576 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 71961 INFO 2025-08-28 21:06:04,769 basehttp 49631 6193688576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-28 21:06:04,773 basehttp 49631 6244167680 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-28 21:06:04,774 basehttp 49631 6260994048 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-28 21:06:04,774 basehttp 49631 6193688576 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-28 21:06:04,775 basehttp 49631 6277820416 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-28 21:06:04,776 basehttp 49631 6244167680 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-28 21:06:04,776 basehttp 49631 6193688576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-28 21:06:04,777 basehttp 49631 6277820416 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-28 21:06:04,780 basehttp 49631 6210514944 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-28 21:06:04,783 basehttp 49631 6227341312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 21:06:04,783 basehttp 49631 6260994048 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-28 21:06:04,784 basehttp 49631 6227341312 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-28 21:06:04,796 basehttp 49631 6260994048 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-28 21:06:04,796 basehttp 49631 6227341312 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-28 21:06:36,457 basehttp 49631 6227341312 "GET /en/admin/billing/billlineitem/ HTTP/1.1" 200 149037 INFO 2025-08-28 21:06:36,470 basehttp 49631 6227341312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 21:06:36,477 basehttp 49631 6227341312 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-28 21:06:40,823 basehttp 49631 6227341312 "GET /en/billing/bills/ HTTP/1.1" 200 132853 INFO 2025-08-28 21:06:40,864 basehttp 49631 6227341312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:06:40,868 basehttp 49631 6260994048 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 ERROR 2025-08-28 21:06:47,711 log 49631 6260994048 Internal Server Error: /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_submit' not found. 'bill_submit' is not a valid view function or pattern name. ERROR 2025-08-28 21:06:47,712 basehttp 49631 6260994048 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 500 198354 ERROR 2025-08-28 21:09:48,049 log 49631 6193688576 Internal Server Error: /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('23e89bd9-30d2-4da2-accd-8579ce105ca3'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 21:09:48,054 basehttp 49631 6193688576 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 500 202146 INFO 2025-08-28 21:10:31,762 autoreload 49631 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-28 21:10:32,118 autoreload 54176 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:10:32,922 basehttp 54176 6204665856 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40831 INFO 2025-08-28 21:10:32,967 basehttp 54176 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:10:38,598 log 54176 6204665856 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-08-28 21:10:38,602 basehttp 54176 6204665856 "GET /en/billing/payments/create/?bill=a668a9c6-ab05-40eb-96f3-5c56e1efc6d9 HTTP/1.1" 500 177313 INFO 2025-08-28 21:14:29,273 autoreload 54176 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-08-28 21:14:29,610 autoreload 55974 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:15:10,534 log 55974 6202175488 Internal Server Error: /en/billing/payments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'payment_history' not found. 'payment_history' is not a valid view function or pattern name. ERROR 2025-08-28 21:15:10,536 basehttp 55974 6202175488 "GET /en/billing/payments/create/?bill=a668a9c6-ab05-40eb-96f3-5c56e1efc6d9 HTTP/1.1" 500 178518 INFO 2025-08-28 21:15:30,282 basehttp 55974 6202175488 "GET /en/billing/payments/create/?bill=a668a9c6-ab05-40eb-96f3-5c56e1efc6d9 HTTP/1.1" 200 42155 INFO 2025-08-28 21:15:30,317 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:15:34,513 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:15:42,603 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:15:42,610 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:16:42,605 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:16:42,608 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:17:33,234 basehttp 55974 6202175488 "GET /en/billing/bills/ HTTP/1.1" 200 135087 INFO 2025-08-28 21:17:33,272 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:17:33,274 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:17:37,296 basehttp 55974 6219001856 "GET /en/billing/bills/ HTTP/1.1" 200 135087 INFO 2025-08-28 21:17:37,345 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:17:37,347 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:18:02,338 basehttp 55974 6202175488 "GET /en/billing/bills/ HTTP/1.1" 200 135137 INFO 2025-08-28 21:18:02,381 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:18:02,383 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:19:00,145 basehttp 55974 6219001856 "GET /en/billing/bills/ HTTP/1.1" 200 135136 INFO 2025-08-28 21:19:00,202 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:19:00,205 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:20:00,224 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:20:00,227 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:20:34,413 basehttp 55974 6219001856 "GET /en/billing/ HTTP/1.1" 200 47140 INFO 2025-08-28 21:20:34,467 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:20:34,469 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:20:43,448 basehttp 55974 6202175488 "GET /en/billing/bills/ HTTP/1.1" 200 135136 INFO 2025-08-28 21:20:43,486 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:20:43,489 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:21:04,475 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 ERROR 2025-08-28 21:21:11,615 log 55974 6219001856 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-08-28 21:21:11,616 basehttp 55974 6219001856 "GET /en/billing/claims/ HTTP/1.1" 500 208223 INFO 2025-08-28 21:21:34,485 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:21:34,488 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:22:04,472 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:22:34,487 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:22:34,490 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:23:04,480 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:23:34,479 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:23:34,482 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:24:04,477 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:24:34,478 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:24:34,482 basehttp 55974 6219001856 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:24:45,700 basehttp 55974 6219001856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:24:45,703 basehttp 55974 6202175488 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4942 INFO 2025-08-28 21:25:17,895 basehttp 55974 6202175488 "GET /en/ HTTP/1.1" 200 47580 INFO 2025-08-28 21:25:17,959 basehttp 55974 6202175488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:25:17,963 basehttp 55974 6235828224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:25:17,963 basehttp 55974 6252654592 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:25:17,964 basehttp 55974 6219001856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-08-28 21:25:24,160 log 55974 6219001856 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(981,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-28 21:25:24,162 basehttp 55974 6219001856 "GET /en/emr/ HTTP/1.1" 500 208773 INFO 2025-08-28 21:26:41,308 autoreload 55974 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-08-28 21:26:41,654 autoreload 61316 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:26:44,474 basehttp 61316 6165082112 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-28 21:26:44,516 basehttp 61316 6165082112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:26:44,523 basehttp 61316 6181908480 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:26:52,188 basehttp 61316 6181908480 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-08-28 21:26:52,223 basehttp 61316 6181908480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:26:59,374 basehttp 61316 6181908480 "GET /en/patients/patientprofile/35/details/ HTTP/1.1" 200 37339 INFO 2025-08-28 21:26:59,434 basehttp 61316 6181908480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:26:59,438 log 61316 6215561216 Internal Server Error: /en/patients/appointments/35/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-28 21:26:59,440 basehttp 61316 6215561216 "GET /en/patients/appointments/35/ HTTP/1.1" 500 63394 ERROR 2025-08-28 21:26:59,448 log 61316 6165082112 Internal Server Error: /en/patients/emergency-contacts/35/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-28 21:26:59,451 basehttp 61316 6165082112 "GET /en/patients/emergency-contacts/35/ HTTP/1.1" 500 89986 ERROR 2025-08-28 21:26:59,468 log 61316 6198734848 Internal Server Error: /en/patients/insurance-info/35/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-28 21:26:59,468 basehttp 61316 6198734848 "GET /en/patients/insurance-info/35/ HTTP/1.1" 500 109009 ERROR 2025-08-28 21:27:05,740 log 61316 6198734848 Internal Server Error: /en/emr/notes/create/981/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 294, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-08-28 21:27:05,741 basehttp 61316 6198734848 "GET /en/emr/notes/create/981/ HTTP/1.1" 500 98898 WARNING 2025-08-28 21:27:08,955 log 61316 6198734848 Bad Request: /en/emr/patient/981/problem/add/ WARNING 2025-08-28 21:27:08,955 basehttp 61316 6198734848 "GET /en/emr/patient/981/problem/add/ HTTP/1.1" 400 28 INFO 2025-08-28 21:27:52,233 basehttp 61316 6198734848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:28:52,235 basehttp 61316 6198734848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:29:52,234 basehttp 61316 6198734848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:30:49,058 autoreload 61316 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-28 21:30:49,379 autoreload 63206 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:30:52,273 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:30:52,520 basehttp 63206 6157119488 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-08-28 21:30:52,559 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:30:55,967 log 63206 6157119488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:30:55,967 basehttp 63206 6157119488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:31:03,474 log 63206 6157119488 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-08-28 21:31:03,475 basehttp 63206 6157119488 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 INFO 2025-08-28 21:31:52,568 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:32:52,571 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:33:52,570 basehttp 63206 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:34:46,495 autoreload 63206 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-08-28 21:34:46,810 autoreload 64924 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:34:52,629 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:01,289 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:01,289 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:01,293 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:01,297 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:01,297 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:01,300 basehttp 64924 6134558720 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:35:03,332 basehttp 64924 6134558720 "GET /en/emr/problems/ HTTP/1.1" 200 104971 WARNING 2025-08-28 21:35:03,349 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:03,349 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:03,451 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:17,589 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:17,589 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:17,605 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:17,605 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:19,961 basehttp 64924 6134558720 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 WARNING 2025-08-28 21:35:19,979 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:19,979 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:20,079 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:29,700 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:29,701 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:29,709 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:29,709 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:31,278 basehttp 64924 6134558720 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:35:33,565 basehttp 64924 6134558720 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 WARNING 2025-08-28 21:35:33,581 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:33,581 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:33,690 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:35:40,463 basehttp 64924 6134558720 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 WARNING 2025-08-28 21:35:40,485 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:40,485 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:35:40,581 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:35:42,950 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:42,950 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:42,962 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:42,962 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:49,898 log 64924 6134558720 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-08-28 21:35:49,899 basehttp 64924 6134558720 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 WARNING 2025-08-28 21:35:49,920 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:49,920 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:52,773 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:52,773 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:35:52,782 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:35:52,783 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:06,941 log 64924 6134558720 Bad Request: /en/emr/patient/35/problem/add/ WARNING 2025-08-28 21:36:06,943 basehttp 64924 6134558720 "GET /en/emr/patient/35/problem/add/ HTTP/1.1" 400 28 WARNING 2025-08-28 21:36:06,965 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:06,965 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:11,502 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:11,503 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:11,514 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:11,514 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:19,638 log 64924 6134558720 Not Found: /en/emr/encounters/export/ WARNING 2025-08-28 21:36:19,638 basehttp 64924 6134558720 "GET /en/emr/encounters/export/?encounter_type=&status=&date_from=&date_to=&search=&format=csv HTTP/1.1" 404 37700 WARNING 2025-08-28 21:36:19,655 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:19,655 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:26,465 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:26,466 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:26,470 basehttp 64924 6168211456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:36:26,477 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:26,477 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:26,479 basehttp 64924 6151385088 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-28 21:36:32,622 basehttp 64924 6151385088 "GET /en/emr/encounters/?documentation_complete=false HTTP/1.1" 200 148284 WARNING 2025-08-28 21:36:32,639 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:32,640 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:32,742 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:36:39,643 basehttp 64924 6151385088 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 WARNING 2025-08-28 21:36:39,658 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:39,658 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:39,760 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:36:42,275 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:42,276 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:42,283 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:42,283 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:50,448 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:50,448 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:50,463 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:50,464 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:51,164 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:51,164 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:52,526 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:52,526 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:36:52,532 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:52,532 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:54,984 basehttp 64924 6151385088 "GET /en/emr/notes/?status=unsigned HTTP/1.1" 200 24285 WARNING 2025-08-28 21:36:55,001 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:36:55,001 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:36:55,099 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:37:06,680 basehttp 64924 6151385088 "GET /en/emr/notes/ HTTP/1.1" 200 98610 WARNING 2025-08-28 21:37:06,696 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:06,696 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:06,800 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:37:26,989 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:26,989 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:37:27,000 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:27,000 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:37:27,706 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:27,706 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:27,708 basehttp 64924 6168211456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:37:27,715 basehttp 64924 6151385088 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-28 21:37:27,716 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:27,716 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:37:32,527 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:32,528 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:32,530 basehttp 64924 6168211456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-28 21:37:32,536 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:32,536 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:37:51,271 basehttp 64924 6168211456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:37:51,271 basehttp 64924 6151385088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:37:58,544 basehttp 64924 6168211456 "GET /en/htmx/dismiss-notification/990ee8cd-24d2-48e9-ba2d-d96dedbfd1d4/ HTTP/1.1" 200 23 WARNING 2025-08-28 21:37:58,564 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:37:58,564 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:00,475 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:00,475 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:00,485 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:00,485 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:02,658 basehttp 64924 6168211456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-28 21:38:24,636 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:24,636 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:27,947 basehttp 64924 6134558720 "GET /en/pharmacy/ HTTP/1.1" 200 34316 WARNING 2025-08-28 21:38:27,964 log 64924 6134558720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:27,964 basehttp 64924 6134558720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:28,073 basehttp 64924 6134558720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:38:28,119 log 64924 6168211456 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:38:28,126 log 64924 6151385088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:38:28,127 basehttp 64924 6168211456 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 21:38:28,128 basehttp 64924 6151385088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-28 21:38:30,637 basehttp 64924 6151385088 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120332 WARNING 2025-08-28 21:38:30,661 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:30,662 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:38:30,762 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:38:34,413 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:34,413 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:34,423 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:34,423 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:50,652 log 64924 6151385088 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:38:50,653 basehttp 64924 6151385088 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39448 WARNING 2025-08-28 21:38:50,677 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:50,677 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:38:59,120 log 64924 6151385088 Not Found: /en/pharmacy/pharmacy/drug-interaction-check WARNING 2025-08-28 21:38:59,120 basehttp 64924 6151385088 "GET /en/pharmacy/pharmacy/drug-interaction-check HTTP/1.1" 404 39415 WARNING 2025-08-28 21:38:59,131 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:38:59,131 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:39:04,344 log 64924 6151385088 Not Found: /en/pharmacy/pharmacy/ WARNING 2025-08-28 21:39:04,344 basehttp 64924 6151385088 "GET /en/pharmacy/pharmacy/ HTTP/1.1" 404 39349 WARNING 2025-08-28 21:39:04,357 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:04,357 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:39:08,608 basehttp 64924 6151385088 "GET /en/pharmacy/ HTTP/1.1" 200 34316 WARNING 2025-08-28 21:39:08,622 log 64924 6151385088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:08,622 basehttp 64924 6151385088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:39:08,738 basehttp 64924 6151385088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:39:08,782 log 64924 6134558720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:39:08,784 basehttp 64924 6134558720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 21:39:08,789 log 64924 6168211456 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:39:08,790 basehttp 64924 6168211456 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 WARNING 2025-08-28 21:39:14,851 log 64924 6168211456 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:39:14,851 basehttp 64924 6168211456 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39448 WARNING 2025-08-28 21:39:14,872 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:14,872 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:39:18,861 log 64924 6168211456 Not Found: /en/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:39:18,861 basehttp 64924 6168211456 "GET /en/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39421 WARNING 2025-08-28 21:39:18,872 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:18,873 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:39:32,664 log 64924 6168211456 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 652, in get_queryset return queryset.select_related('medication_a', 'medication_b').order_by('-severity', 'medication_a__name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'medication_a' into field. Choices are: clinical_effect, created_at, created_by, created_by_id, evidence_level, id, interaction_id, interaction_type, is_active, management_recommendations, mechanism, medication_1, medication_1_id, medication_2, medication_2_id, monitoring_parameters, references, severity, tenant, tenant_id, updated_at ERROR 2025-08-28 21:39:32,665 basehttp 64924 6168211456 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 103298 WARNING 2025-08-28 21:39:32,682 log 64924 6168211456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:39:32,682 basehttp 64924 6168211456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:40:09,757 autoreload 64924 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:40:10,087 autoreload 67382 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:40:12,903 log 67382 6136000512 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: pharmacy/drug_interaction_list.html, pharmacy/druginteraction_list.html ERROR 2025-08-28 21:40:12,904 basehttp 67382 6136000512 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 87013 WARNING 2025-08-28 21:40:12,916 log 67382 6136000512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:40:12,916 basehttp 67382 6136000512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:40:51,852 autoreload 67382 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:40:52,196 autoreload 67714 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:40:52,984 log 67714 6130364416 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'name' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 86, in pre_sql_setup order_by = self.get_order_by() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 490, in get_order_by for expr, is_ref in self._order_by_pairs(): ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 473, in _order_by_pairs yield from self.find_ordering_name( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1120, in find_ordering_name (OrderBy(transform_function(t, alias), descending=descending), False) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: administration_instructions, adult_dose_range, awp, brand_name, contraindications, controlled_substance_schedule, created_at, created_by, created_by_id, dosage_form, drug_class, formulary_status, generic_name, id, indications, interactions_as_drug1, interactions_as_drug2, inventory_items, is_active, is_available, manufacturer, manufacturer_ndc, max_daily_dose, medication_id, ndc_number, pediatric_dose_range, prescriptions, routes_of_administration, rxcui, side_effects, special_handling, storage_requirements, strength, tenant, tenant_id, unit_cost, unit_of_measure, updated_at, warnings ERROR 2025-08-28 21:40:52,986 basehttp 67714 6130364416 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 258704 WARNING 2025-08-28 21:40:53,001 log 67714 6130364416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:40:53,001 basehttp 67714 6130364416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:42:05,153 autoreload 67714 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py changed, reloading. INFO 2025-08-28 21:42:05,501 autoreload 68267 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:42:06,596 log 68267 6165999616 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_interaction' not found. 'check_interaction' is not a valid view function or pattern name. ERROR 2025-08-28 21:42:06,597 basehttp 68267 6165999616 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 186476 WARNING 2025-08-28 21:42:06,615 log 68267 6165999616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:42:06,615 basehttp 68267 6165999616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:42:59,059 log 68267 6165999616 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'interaction_detail' not found. 'interaction_detail' is not a valid view function or pattern name. ERROR 2025-08-28 21:42:59,062 basehttp 68267 6165999616 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 187016 WARNING 2025-08-28 21:42:59,075 log 68267 6165999616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:42:59,075 basehttp 68267 6165999616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:49:53,378 autoreload 68267 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/urls.py changed, reloading. INFO 2025-08-28 21:49:53,756 autoreload 71690 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 21:49:54,434 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'interaction_management' not found. 'interaction_management' is not a valid view function or pattern name. ERROR 2025-08-28 21:49:54,436 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 187174 WARNING 2025-08-28 21:49:54,452 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:49:54,452 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:50:22,935 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_to_monitoring_bulk' not found. 'add_to_monitoring_bulk' is not a valid view function or pattern name. ERROR 2025-08-28 21:50:22,937 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 189189 WARNING 2025-08-28 21:50:22,950 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:50:22,950 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:51:17,253 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'print_patient_interactions' not found. 'print_patient_interactions' is not a valid view function or pattern name. ERROR 2025-08-28 21:51:17,255 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 500 194390 WARNING 2025-08-28 21:51:17,270 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:51:17,271 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:51:28,319 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 WARNING 2025-08-28 21:51:28,336 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:51:28,336 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:51:28,441 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:52:18,373 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 861, in do_for sequence = parser.compile_filter(bits[in_index + 1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-08-28 21:52:18,375 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/1/?interaction_id=1 HTTP/1.1" 500 245219 ERROR 2025-08-28 21:52:24,375 log 71690 6191493120 Internal Server Error: /en/pharmacy/drug-interactions/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 861, in do_for sequence = parser.compile_filter(bits[in_index + 1]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-08-28 21:52:24,377 basehttp 71690 6191493120 "GET /en/pharmacy/drug-interactions/1/?interaction_id=1 HTTP/1.1" 500 245219 INFO 2025-08-28 21:52:28,453 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:52:35,170 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:35,170 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:52:40,026 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:40,026 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:52:41,523 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:41,523 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:52:42,254 basehttp 71690 6191493120 "GET /en/pharmacy/ HTTP/1.1" 200 34316 WARNING 2025-08-28 21:52:42,265 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:42,265 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:52:42,376 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:52:42,424 log 71690 6208319488 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:52:42,432 log 71690 6225145856 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:52:42,433 basehttp 71690 6208319488 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-28 21:52:42,433 basehttp 71690 6225145856 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 WARNING 2025-08-28 21:52:43,484 log 71690 6225145856 Not Found: /en/pharmacy/pharmacy/drug-interaction-check/undefined/ WARNING 2025-08-28 21:52:43,485 basehttp 71690 6225145856 "GET /en/pharmacy/pharmacy/drug-interaction-check/undefined/ HTTP/1.1" 404 39848 WARNING 2025-08-28 21:52:43,504 log 71690 6225145856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:52:43,504 basehttp 71690 6225145856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:54:08,772 log 71690 6241972224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:08,773 basehttp 71690 6241972224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:08,778 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:54:08,792 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:08,794 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:54:08,825 log 71690 6191493120 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:08,828 basehttp 71690 6191493120 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 ERROR 2025-08-28 21:54:08,835 log 71690 6225145856 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:08,836 basehttp 71690 6225145856 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-28 21:54:09,273 basehttp 71690 6225145856 "GET /en/pharmacy/ HTTP/1.1" 200 34315 WARNING 2025-08-28 21:54:09,283 log 71690 6225145856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:09,283 basehttp 71690 6225145856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:09,393 basehttp 71690 6225145856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:54:09,448 log 71690 6191493120 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:09,451 basehttp 71690 6191493120 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 ERROR 2025-08-28 21:54:09,458 log 71690 6208319488 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:09,458 basehttp 71690 6208319488 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126851 INFO 2025-08-28 21:54:10,387 basehttp 71690 6208319488 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 WARNING 2025-08-28 21:54:10,406 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:10,406 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:10,499 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:54:27,137 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:27,137 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:54:27,157 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:27,158 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:28,643 basehttp 71690 6208319488 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 WARNING 2025-08-28 21:54:28,659 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:28,659 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:54:28,757 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 21:54:36,780 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:36,780 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 21:54:36,791 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:54:36,791 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 21:54:39,425 log 71690 6208319488 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:54:39,426 basehttp 71690 6208319488 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126668 INFO 2025-08-28 21:55:09,412 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:55:09,479 log 71690 6191493120 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:55:09,484 log 71690 6225145856 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-28 21:55:09,485 basehttp 71690 6191493120 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126852 ERROR 2025-08-28 21:55:09,486 basehttp 71690 6225145856 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126669 INFO 2025-08-28 21:55:31,076 basehttp 71690 6225145856 "GET /en/pharmacy/medications/ HTTP/1.1" 200 117064 WARNING 2025-08-28 21:55:31,093 log 71690 6225145856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:55:31,093 basehttp 71690 6225145856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:55:31,195 basehttp 71690 6225145856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:55:38,292 basehttp 71690 6225145856 "GET / HTTP/1.1" 302 0 INFO 2025-08-28 21:55:38,313 basehttp 71690 6191493120 "GET /en/ HTTP/1.1" 200 47528 WARNING 2025-08-28 21:55:38,334 log 71690 6191493120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:55:38,334 basehttp 71690 6191493120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:55:38,459 basehttp 71690 6191493120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 21:55:38,463 basehttp 71690 6225145856 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-28 21:55:38,464 basehttp 71690 6241972224 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-28 21:55:38,464 basehttp 71690 6208319488 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-28 21:55:49,334 basehttp 71690 6208319488 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-08-28 21:55:49,350 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:55:49,351 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:55:49,447 basehttp 71690 6208319488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 21:56:01,037 log 71690 6208319488 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 21:56:01,038 basehttp 71690 6208319488 "GET /en/laboratory/ HTTP/1.1" 500 137737 WARNING 2025-08-28 21:56:01,053 log 71690 6208319488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 21:56:01,053 basehttp 71690 6208319488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 21:57:30,177 autoreload 71690 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:57:30,507 autoreload 75121 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:58:09,034 autoreload 75121 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:58:09,365 autoreload 75362 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:58:55,156 autoreload 75362 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:58:55,468 autoreload 75748 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:59:24,671 autoreload 75748 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:59:25,021 autoreload 75991 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 21:59:51,066 autoreload 75991 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 21:59:51,414 autoreload 76154 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:00:22,601 autoreload 76154 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:00:22,930 autoreload 76394 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:01:31,333 autoreload 76394 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:01:31,687 autoreload 76933 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:01:59,787 autoreload 76933 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:02:00,177 autoreload 77096 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:03:15,880 autoreload 77096 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:03:16,221 autoreload 77734 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:03:51,631 autoreload 77734 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:03:51,965 autoreload 77987 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:04:23,213 autoreload 77987 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:04:23,536 autoreload 78221 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:05:01,008 autoreload 78221 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/models.py changed, reloading. INFO 2025-08-28 22:05:01,341 autoreload 78530 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:05:02,701 log 78530 6200471552 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:05:02,703 basehttp 78530 6200471552 "GET /en/laboratory/ HTTP/1.1" 500 137874 WARNING 2025-08-28 22:05:02,719 log 78530 6200471552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:05:02,719 basehttp 78530 6200471552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:05:44,279 autoreload 78530 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:05:44,610 autoreload 78854 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:05:49,004 log 78854 6124531712 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 65, in get_context_data 'results_completed_today': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:05:49,006 basehttp 78854 6124531712 "GET /en/laboratory/ HTTP/1.1" 500 138557 WARNING 2025-08-28 22:05:49,022 log 78854 6124531712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:05:49,023 basehttp 78854 6124531712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:06:33,647 autoreload 78854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:06:33,964 autoreload 79166 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:06:36,037 log 79166 6155874304 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 70, in get_context_data 'qc_tests_today': QualityControl.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test_date' into field. Choices are: acceptable_range_high, acceptable_range_low, analyzer, comments, control_level, control_lot, control_material, corrective_action, created_at, id, observed_value, performed_by, performed_by_id, qc_id, reviewed_by, reviewed_by_id, run_datetime, status, target_value, tenant, tenant_id, test, test_id, updated_at ERROR 2025-08-28 22:06:36,038 basehttp 79166 6155874304 "GET /en/laboratory/ HTTP/1.1" 500 138550 WARNING 2025-08-28 22:06:36,055 log 79166 6155874304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:06:36,057 basehttp 79166 6155874304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:08,470 autoreload 79166 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:08,781 autoreload 79486 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:09,173 log 79486 6134231040 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 78, in get_context_data 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:09,175 basehttp 79486 6134231040 "GET /en/laboratory/ HTTP/1.1" 500 138566 WARNING 2025-08-28 22:07:09,191 log 79486 6134231040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:09,191 basehttp 79486 6134231040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:23,500 autoreload 79486 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:23,861 autoreload 79576 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:24,593 log 79576 6168096768 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 78, in get_context_data 'critical_results': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:24,594 basehttp 79576 6168096768 "GET /en/laboratory/ HTTP/1.1" 500 138707 WARNING 2025-08-28 22:07:24,612 log 79576 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:24,612 basehttp 79576 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:36,470 autoreload 79576 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:36,800 autoreload 79660 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:37,100 log 79660 6197129216 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 92, in get_context_data context['recent_results'] = LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:37,101 basehttp 79660 6197129216 "GET /en/laboratory/ HTTP/1.1" 500 138838 WARNING 2025-08-28 22:07:37,120 log 79660 6197129216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:37,120 basehttp 79660 6197129216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:07:51,481 autoreload 79660 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:07:51,805 autoreload 79821 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:07:52,949 log 79821 6125105152 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 95, in get_context_data ).select_related('order', 'test').order_by('-result_datetime')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:52,950 basehttp 79821 6125105152 "GET /en/laboratory/ HTTP/1.1" 500 104347 WARNING 2025-08-28 22:07:52,961 log 79821 6125105152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:52,961 basehttp 79821 6125105152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:07:55,400 log 79821 6125105152 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 95, in get_context_data ).select_related('order', 'test').order_by('-result_datetime')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:07:55,401 basehttp 79821 6125105152 "GET /en/laboratory/ HTTP/1.1" 500 104347 WARNING 2025-08-28 22:07:55,418 log 79821 6125105152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:07:55,418 basehttp 79821 6125105152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:08:12,707 autoreload 79821 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:08:13,037 autoreload 79982 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:08:13,630 log 79982 6196441088 Internal Server Error: /en/laboratory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_critical_results' not found. 'check_critical_results' is not a valid view function or pattern name. ERROR 2025-08-28 22:08:13,632 basehttp 79982 6196441088 "GET /en/laboratory/ HTTP/1.1" 500 181619 WARNING 2025-08-28 22:08:13,647 log 79982 6196441088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:08:13,647 basehttp 79982 6196441088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:24:59,533 autoreload 79982 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:24:59,905 autoreload 86074 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:25:00,693 basehttp 86074 6190493696 "GET /en/laboratory/ HTTP/1.1" 200 51764 WARNING 2025-08-28 22:25:00,711 log 86074 6190493696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:25:00,711 basehttp 86074 6190493696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:25:00,822 basehttp 86074 6190493696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-08-28 22:25:00,849 log 86074 6207320064 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:25:00,851 basehttp 86074 6207320064 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124178 ERROR 2025-08-28 22:25:08,191 log 86074 6207320064 Internal Server Error: /en/laboratory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 22:25:08,193 basehttp 86074 6207320064 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 500 214662 WARNING 2025-08-28 22:25:08,206 log 86074 6207320064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:25:08,206 basehttp 86074 6207320064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:26:31,497 autoreload 86074 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:26:31,796 autoreload 86800 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:26:32,362 log 86800 6135754752 Internal Server Error: /en/laboratory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_order_start_processing' not found. 'lab_order_start_processing' is not a valid view function or pattern name. ERROR 2025-08-28 22:26:32,364 basehttp 86800 6135754752 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 500 176992 WARNING 2025-08-28 22:26:32,383 log 86800 6135754752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:26:32,383 basehttp 86800 6135754752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:28:07,321 log 86800 6135754752 Internal Server Error: /en/laboratory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_order_export' not found. 'lab_order_export' is not a valid view function or pattern name. ERROR 2025-08-28 22:28:07,322 basehttp 86800 6135754752 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 500 175451 WARNING 2025-08-28 22:28:07,334 log 86800 6135754752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:28:07,334 basehttp 86800 6135754752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:28:35,349 basehttp 86800 6135754752 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 INFO 2025-08-28 22:28:35,368 basehttp 86800 13186969600 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-28 22:28:35,370 log 86800 6135754752 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-28 22:28:35,370 basehttp 86800 6169407488 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-28 22:28:35,371 basehttp 86800 6152581120 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-28 22:28:35,371 basehttp 86800 6135754752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:28:35,372 basehttp 86800 13170143232 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-28 22:28:35,467 basehttp 86800 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:29:35,477 basehttp 86800 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:29:43,987 autoreload 86800 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:29:44,295 autoreload 88213 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:29:44,897 basehttp 88213 6125350912 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 WARNING 2025-08-28 22:29:44,916 log 88213 6125350912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:29:44,916 basehttp 88213 6125350912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:29:45,018 basehttp 88213 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:30:13,433 basehttp 88213 6125350912 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 WARNING 2025-08-28 22:30:13,447 log 88213 6125350912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:30:13,448 basehttp 88213 6125350912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:30:13,548 basehttp 88213 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:30:26,869 basehttp 88213 6125350912 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 133097 INFO 2025-08-28 22:30:26,884 basehttp 88213 6125350912 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:31:13,655 basehttp 88213 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:31:15,726 autoreload 88213 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:31:16,065 autoreload 88941 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:31:18,815 basehttp 88941 6124367872 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25118 WARNING 2025-08-28 22:31:18,833 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:31:18,833 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:31:18,929 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:32:12,060 basehttp 88941 6124367872 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25100 WARNING 2025-08-28 22:32:12,073 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:12,073 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:12,168 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:32:18,494 basehttp 88941 6124367872 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36955 WARNING 2025-08-28 22:32:18,513 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:18,513 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:18,608 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:32:21,320 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:21,320 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:32:21,331 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:21,331 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:46,454 basehttp 88941 6124367872 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25100 WARNING 2025-08-28 22:32:46,471 log 88941 6124367872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:32:46,471 basehttp 88941 6124367872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:32:46,568 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:33:46,573 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:34:46,586 basehttp 88941 6124367872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:35:40,613 autoreload 88941 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:35:41,021 autoreload 90882 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:35:41,962 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25119 WARNING 2025-08-28 22:35:41,982 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:35:41,982 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:35:42,084 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:36:10,195 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 25099 WARNING 2025-08-28 22:36:10,206 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:36:10,206 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:36:10,298 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:37:10,314 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:37:18,103 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 WARNING 2025-08-28 22:37:18,118 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:37:18,118 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:37:18,217 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-08-28 22:37:31,264 basehttp 90882 6161592320 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 141669 INFO 2025-08-28 22:37:31,279 basehttp 90882 6195245056 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-28 22:37:31,280 basehttp 90882 6178418688 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-28 22:37:31,282 basehttp 90882 6161592320 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:37:41,062 basehttp 90882 6161592320 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-08-28 22:37:41,085 basehttp 90882 6161592320 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:38:05,653 basehttp 90882 6161592320 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 WARNING 2025-08-28 22:38:05,669 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:05,669 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:05,766 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:13,889 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:13,889 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:13,908 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:13,908 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:14,647 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:14,647 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:19,967 basehttp 90882 6161592320 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 WARNING 2025-08-28 22:38:19,984 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:19,984 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:20,082 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:22,534 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:22,534 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:22,545 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:22,545 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:25,669 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 WARNING 2025-08-28 22:38:25,688 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:25,688 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:25,787 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:27,809 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:27,809 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:27,820 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:27,821 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:29,373 basehttp 90882 6161592320 "GET /en/laboratory/orders/?status=IN_PROGRESS HTTP/1.1" 200 24371 WARNING 2025-08-28 22:38:29,395 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:29,396 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:29,505 basehttp 90882 6161592320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:38:31,626 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:31,626 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:38:31,637 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:31,637 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:38:33,249 log 90882 6161592320 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 585, in get_queryset queryset = Specimen.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-28 22:38:33,252 basehttp 90882 6161592320 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 135958 WARNING 2025-08-28 22:38:33,269 log 90882 6161592320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:38:33,269 basehttp 90882 6161592320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:38:59,674 autoreload 90882 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:39:00,140 autoreload 92375 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:39:01,413 log 92375 6167457792 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 607, in get_queryset return queryset.select_related('order__patient', 'order__test').order_by('-collection_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-28 22:39:01,414 basehttp 92375 6167457792 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 104869 WARNING 2025-08-28 22:39:01,424 log 92375 6167457792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:39:01,425 basehttp 92375 6167457792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:39:03,039 log 92375 6167457792 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 607, in get_queryset return queryset.select_related('order__patient', 'order__test').order_by('-collection_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-28 22:39:03,040 basehttp 92375 6167457792 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 104869 WARNING 2025-08-28 22:39:03,053 log 92375 6167457792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:39:03,053 basehttp 92375 6167457792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:39:18,011 autoreload 92375 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:39:18,490 autoreload 92463 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:39:19,267 log 92463 6189690880 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 22:39:19,268 basehttp 92463 6189690880 "GET /en/laboratory/specimens/?date=today HTTP/1.1" 500 164081 WARNING 2025-08-28 22:39:19,283 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:39:19,283 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:42:51,956 log 92463 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:42:51,956 basehttp 92463 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:42:51,962 basehttp 92463 6206517248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:42:51,966 log 92463 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:42:51,966 basehttp 92463 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:42:51,991 log 92463 6189690880 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:42:51,992 basehttp 92463 6189690880 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124178 INFO 2025-08-28 22:43:07,253 basehttp 92463 6189690880 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 WARNING 2025-08-28 22:43:07,290 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:07,290 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:43:07,364 basehttp 92463 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-08-28 22:43:12,033 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:12,033 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:12,044 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:12,044 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:43:18,078 log 92463 6189690880 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 22:43:18,079 basehttp 92463 6189690880 "GET /en/laboratory/specimens/ HTTP/1.1" 500 163565 WARNING 2025-08-28 22:43:18,095 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:18,095 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:21,363 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:21,363 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:21,381 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:21,381 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:43:21,961 log 92463 6189690880 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-28 22:43:21,961 basehttp 92463 6189690880 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124178 ERROR 2025-08-28 22:43:22,631 log 92463 6189690880 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(4,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-08-28 22:43:22,635 basehttp 92463 6189690880 "GET /en/laboratory/tests/ HTTP/1.1" 500 242155 WARNING 2025-08-28 22:43:22,653 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:22,657 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:25,633 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:25,634 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 22:43:25,642 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:25,642 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 22:43:30,558 log 92463 6189690880 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 834, in get_queryset return queryset.select_related('test', 'performed_by').order_by('-test_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test_date' into field. Choices are: acceptable_range_high, acceptable_range_low, analyzer, comments, control_level, control_lot, control_material, corrective_action, created_at, id, observed_value, performed_by, performed_by_id, qc_id, reviewed_by, reviewed_by_id, run_datetime, status, target_value, tenant, tenant_id, test, test_id, updated_at ERROR 2025-08-28 22:43:30,559 basehttp 92463 6189690880 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 106504 WARNING 2025-08-28 22:43:30,576 log 92463 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:43:30,576 basehttp 92463 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:44:02,988 autoreload 92463 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:44:03,474 autoreload 94539 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:44:03,931 log 94539 6157692928 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'result' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 843, in get_context_data 'results': QualityControl._meta.get_field('result').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: QualityControl has no field named 'result' ERROR 2025-08-28 22:44:03,932 basehttp 94539 6157692928 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 97218 WARNING 2025-08-28 22:44:03,950 log 94539 6157692928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:44:03,950 basehttp 94539 6157692928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:46:29,978 autoreload 95699 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 22:46:32,829 log 95699 6161281024 Internal Server Error: /en/laboratory/quality-control/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/quality_control_list.html, laboratory/qualitycontrol_list.html ERROR 2025-08-28 22:46:32,829 basehttp 95699 6161281024 "GET /en/laboratory/quality-control/ HTTP/1.1" 500 87218 WARNING 2025-08-28 22:46:32,841 log 95699 6161281024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:46:32,841 basehttp 95699 6161281024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:54:56,182 autoreload 95699 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:54:56,698 autoreload 99434 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:55:31,797 basehttp 99434 6132707328 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 33407 WARNING 2025-08-28 22:55:31,816 log 99434 6132707328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:55:31,816 basehttp 99434 6132707328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:55:31,892 basehttp 99434 6132707328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:55:51,385 basehttp 99434 6132707328 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 128082 INFO 2025-08-28 22:55:51,394 basehttp 99434 6132707328 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-28 22:56:32,476 basehttp 99434 6132707328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:56:50,561 autoreload 99434 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 22:56:51,010 autoreload 404 8466948288 Watching for file changes with StatReloader INFO 2025-08-28 22:56:53,276 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 109775 WARNING 2025-08-28 22:56:53,294 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:56:53,294 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:56:53,346 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:57:34,942 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 110675 WARNING 2025-08-28 22:57:34,953 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:57:34,953 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:57:34,991 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:58:35,001 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:58:41,690 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111030 WARNING 2025-08-28 22:58:41,704 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:58:41,704 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:58:41,741 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:59:03,118 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111205 WARNING 2025-08-28 22:59:03,129 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:59:03,129 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:59:03,166 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:59:18,957 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111205 WARNING 2025-08-28 22:59:18,968 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:59:18,968 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:59:19,006 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 22:59:44,327 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111560 WARNING 2025-08-28 22:59:44,339 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 22:59:44,339 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 22:59:44,376 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:00:36,264 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111326 WARNING 2025-08-28 23:00:36,281 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:00:36,281 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:00:36,342 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:00:51,070 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111076 WARNING 2025-08-28 23:00:51,087 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:00:51,087 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:00:51,152 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:01:26,714 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111551 WARNING 2025-08-28 23:01:26,729 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:01:26,729 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:01:26,787 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:02:26,803 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:02:33,147 basehttp 404 6135492608 "GET /en/laboratory/quality-control/ HTTP/1.1" 200 111726 WARNING 2025-08-28 23:02:33,163 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:02:33,163 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:02:33,222 basehttp 404 6135492608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:02:59,853 basehttp 404 6135492608 "GET /en/laboratory/quality-control/61 HTTP/1.1" 301 0 ERROR 2025-08-28 23:02:59,883 log 404 6152318976 Internal Server Error: /en/laboratory/quality-control/61/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_list' not found. 'qc_sample_list' is not a valid view function or pattern name. ERROR 2025-08-28 23:02:59,884 basehttp 404 6152318976 "GET /en/laboratory/quality-control/61/ HTTP/1.1" 500 175952 WARNING 2025-08-28 23:02:59,898 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:02:59,899 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:03:28,875 log 404 6152318976 Internal Server Error: /en/laboratory/quality-control/61/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'qc_sample_list' not found. 'qc_sample_list' is not a valid view function or pattern name. ERROR 2025-08-28 23:03:28,877 basehttp 404 6152318976 "GET /en/laboratory/quality-control/61/ HTTP/1.1" 500 176423 WARNING 2025-08-28 23:03:28,889 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:28,889 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:03:44,732 basehttp 404 6152318976 "GET /en/laboratory/quality-control/61/ HTTP/1.1" 200 28215 WARNING 2025-08-28 23:03:44,751 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:44,751 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:03:44,821 basehttp 404 6152318976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:03:54,583 log 404 6135492608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:54,584 basehttp 404 6135492608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:03:54,585 basehttp 404 6152318976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:03:54,593 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:03:54,593 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:04:12,319 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:04:12,320 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:04:15,568 log 404 6152318976 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 289, in get_queryset queryset = ReferenceRange.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-08-28 23:04:15,570 basehttp 404 6152318976 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 136351 WARNING 2025-08-28 23:04:15,585 log 404 6152318976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:04:15,585 basehttp 404 6152318976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:07:31,503 autoreload 404 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:07:32,030 autoreload 5329 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:07:32,646 log 5329 6168915968 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/reference_range_list.html, laboratory/referencerange_list.html ERROR 2025-08-28 23:07:32,647 basehttp 5329 6168915968 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 87227 WARNING 2025-08-28 23:07:32,657 log 5329 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:07:32,657 basehttp 5329 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:10:38,982 log 5329 6168915968 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: laboratory/reference_range_list.html, laboratory/referencerange_list.html ERROR 2025-08-28 23:10:38,983 basehttp 5329 6168915968 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 87227 WARNING 2025-08-28 23:10:38,992 log 5329 6168915968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:10:38,992 basehttp 5329 6168915968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:11:40,203 autoreload 5329 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:11:40,696 autoreload 7199 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:11:55,745 log 7199 6123679744 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'ReferenceRange' object has no attribute 'updated_by'. Did you mean: 'updated_at'? During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'updated_by' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [updated_by] in ERROR 2025-08-28 23:11:55,750 basehttp 7199 6123679744 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 285327 WARNING 2025-08-28 23:11:55,759 log 7199 6123679744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:11:55,759 basehttp 7199 6123679744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:14:00,646 autoreload 7199 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:14:00,987 autoreload 8197 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:15:52,134 log 8197 6195425280 Internal Server Error: /en/laboratory/reference-ranges/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_edit' not found. 'reference_range_edit' is not a valid view function or pattern name. ERROR 2025-08-28 23:15:52,135 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 500 245258 WARNING 2025-08-28 23:15:52,151 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:15:52,152 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:16:29,618 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 130328 WARNING 2025-08-28 23:16:29,632 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:29,632 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:16:29,698 basehttp 8197 6195425280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-28 23:16:42,652 log 8197 6195425280 Internal Server Error: /en/laboratory/reference-ranges/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 324, in get_queryset return ReferenceRange.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-08-28 23:16:42,654 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 500 140402 WARNING 2025-08-28 23:16:42,666 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:42,666 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:16:44,774 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:44,774 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:16:44,786 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:44,786 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:16:57,476 log 8197 6195425280 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 402, in get_queryset return ReferenceRange.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: age_max, age_min, created_at, created_by, created_by_id, critical_high, critical_low, gender, id, is_active, range_high, range_id, range_low, range_text, test, test_id, unit, updated_at ERROR 2025-08-28 23:16:57,477 basehttp 8197 6195425280 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 145102 WARNING 2025-08-28 23:16:57,492 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:16:57,492 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:17:06,890 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:17:06,890 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:17:06,903 log 8197 6195425280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:17:06,903 basehttp 8197 6195425280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:17:29,710 basehttp 8197 6195425280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:18:05,855 autoreload 8197 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:18:06,295 autoreload 10065 8466948288 Watching for file changes with StatReloader WARNING 2025-08-28 23:18:07,447 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:07,447 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:18:07,453 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:07,454 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:18:08,099 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/ HTTP/1.1" 200 130328 WARNING 2025-08-28 23:18:08,116 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:08,116 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:18:08,181 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-28 23:18:09,963 log 10065 6162739200 Internal Server Error: /en/laboratory/reference-ranges/12/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_edit' not found. 'reference_range_edit' is not a valid view function or pattern name. ERROR 2025-08-28 23:18:09,965 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 500 175124 WARNING 2025-08-28 23:18:09,981 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:18:09,981 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:19:16,785 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 26311 WARNING 2025-08-28 23:19:16,802 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:16,802 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:19:16,875 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:19:22,914 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:19:22,916 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:22,917 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:19:22,935 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:22,936 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:19:24,453 log 10065 6179565568 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:19:24,454 basehttp 10065 6179565568 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 178436 WARNING 2025-08-28 23:19:24,471 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:19:24,472 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:21:38,797 log 10065 6179565568 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'range_list' not found. 'range_list' is not a valid view function or pattern name. ERROR 2025-08-28 23:21:38,799 basehttp 10065 6179565568 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 174135 WARNING 2025-08-28 23:21:38,814 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:21:38,815 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:23:13,738 log 10065 6179565568 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:23:13,739 basehttp 10065 6179565568 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 178053 WARNING 2025-08-28 23:23:13,750 log 10065 6179565568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:13,750 basehttp 10065 6179565568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:23:45,923 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:45,924 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:23:45,941 basehttp 10065 6179565568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:23:45,946 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:45,946 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:23:48,197 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 26311 WARNING 2025-08-28 23:23:48,215 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:48,215 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:23:48,267 basehttp 10065 6162739200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-28 23:23:52,982 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:52,982 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:23:52,989 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:52,989 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:23:58,035 log 10065 6162739200 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:23:58,036 basehttp 10065 6162739200 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 177916 WARNING 2025-08-28 23:23:58,053 log 10065 6162739200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:23:58,053 basehttp 10065 6162739200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:26:10,639 autoreload 10065 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:26:11,114 autoreload 13599 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:26:12,002 log 13599 6126137344 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 107, in dispatch if not self.has_permission(): ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 103, in has_permission perms = self.get_permission_required() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 87, in get_permission_required raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: ReferenceRangeDeleteView is missing the permission_required attribute. Define ReferenceRangeDeleteView.permission_required, or override ReferenceRangeDeleteView.get_permission_required(). ERROR 2025-08-28 23:26:12,003 basehttp 13599 6126137344 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 85710 WARNING 2025-08-28 23:26:12,013 log 13599 6126137344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:26:12,013 basehttp 13599 6126137344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:26:44,617 autoreload 13599 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:26:45,007 autoreload 13864 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:53:17,281 log 13864 6132068352 Internal Server Error: /en/laboratory/reference-ranges/12/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'reference_range_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/reference\\-ranges/(?P[0-9]+)/\\Z'] ERROR 2025-08-28 23:53:17,282 basehttp 13864 6132068352 "GET /en/laboratory/reference-ranges/12/delete/ HTTP/1.1" 500 178053 WARNING 2025-08-28 23:53:17,298 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:17,298 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:53:29,844 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:29,845 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-28 23:53:49,981 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:49,981 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:53:54,031 log 13864 6132068352 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 23:53:54,032 basehttp 13864 6132068352 "GET /en/laboratory/specimens/ HTTP/1.1" 500 163565 WARNING 2025-08-28 23:53:54,047 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:53:54,047 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:54:37,123 log 13864 6132068352 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 23:54:37,125 basehttp 13864 6132068352 "GET /en/laboratory/specimens/ HTTP/1.1" 500 230094 WARNING 2025-08-28 23:54:37,137 log 13864 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:54:37,137 basehttp 13864 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:56:08,028 autoreload 13864 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:56:08,494 autoreload 19849 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:56:09,578 log 19849 6192787456 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 23:56:09,582 basehttp 19849 6192787456 "GET /en/laboratory/specimens/ HTTP/1.1" 500 230094 WARNING 2025-08-28 23:56:09,592 log 19849 6192787456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:56:09,592 basehttp 19849 6192787456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:56:11,044 log 19849 6192787456 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'test'. Choices are: tenant, patient, ordering_provider, encounter ERROR 2025-08-28 23:56:11,046 basehttp 19849 6192787456 "GET /en/laboratory/specimens/ HTTP/1.1" 500 230094 WARNING 2025-08-28 23:56:11,059 log 19849 6192787456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:56:11,059 basehttp 19849 6192787456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:56:52,378 autoreload 19849 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-28 23:56:52,737 autoreload 20239 8466948288 Watching for file changes with StatReloader ERROR 2025-08-28 23:56:53,578 log 20239 6168768512 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-28 23:56:53,581 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 500 256156 WARNING 2025-08-28 23:56:53,597 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:56:53,597 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-28 23:57:33,341 log 20239 6168768512 Internal Server Error: /en/laboratory/specimens/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_confirm_delete' not found. 'specimen_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-28 23:57:33,343 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 500 256602 WARNING 2025-08-28 23:57:33,354 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:57:33,354 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:00,761 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 140516 WARNING 2025-08-28 23:58:00,776 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:58:00,776 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:00,860 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:58:30,913 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 140516 WARNING 2025-08-28 23:58:30,926 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:58:30,927 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:31,010 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:58:57,240 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-28 23:58:57,255 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:58:57,255 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:58:57,314 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:59:27,367 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-28 23:59:27,381 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:59:27,381 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:59:27,440 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-28 23:59:57,486 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 141893 WARNING 2025-08-28 23:59:57,503 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-28 23:59:57,503 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-28 23:59:57,543 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:00:27,458 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:00:27,475 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:00:27,475 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:00:27,535 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:00:49,946 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 140550 WARNING 2025-08-29 00:00:49,962 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:00:49,962 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:00:50,024 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:01:20,081 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:01:20,094 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:01:20,095 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:01:20,155 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:01:50,203 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:01:50,218 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:01:50,218 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:01:50,255 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:02:20,299 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:02:20,314 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:02:20,314 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:02:20,374 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:02:50,416 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:02:50,433 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:02:50,433 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:02:50,472 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:03:12,373 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:03:12,389 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:03:12,389 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:03:12,468 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:03:42,499 basehttp 20239 6168768512 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 00:03:42,514 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 00:03:42,514 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 00:03:42,585 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 00:20:31,300 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 01:10:40,118 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 01:32:05,711 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 02:52:14,309 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 03:33:29,715 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 04:34:25,228 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 05:19:08,068 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 06:35:53,660 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 07:37:03,802 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:13:31,155 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:15:55,561 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:17:54,559 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 08:28:46,596 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 10:17:28,777 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 11:30:14,362 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 13:16:46,563 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 14:33:18,519 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 15:56:33,369 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 16:16:10,967 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 17:24:20,057 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 18:26:10,363 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 19:53:45,150 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:08:48,759 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:08:48,788 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 INFO 2025-08-29 21:08:48,796 basehttp 20239 13572796416 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-29 21:08:48,862 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:08:48,862 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:08:48,892 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:08:51,131 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 21:08:51,147 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:08:51,147 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:08:51,244 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:09:03,651 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:09:03,652 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:09:21,274 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 21:09:21,286 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:09:21,287 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:09:21,327 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:09:51,359 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142141 WARNING 2025-08-29 21:09:51,376 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:09:51,376 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:09:51,437 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:10:04,710 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:10:04,720 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:10:04,720 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:10:04,762 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:10:34,793 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:10:34,804 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:10:34,804 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:10:34,843 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:11:04,865 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:11:04,879 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:11:04,879 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:11:04,917 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:11:34,966 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142129 WARNING 2025-08-29 21:11:34,980 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:11:34,980 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:11:35,036 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:11:38,318 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142105 WARNING 2025-08-29 21:11:38,330 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:11:38,331 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:11:38,375 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:12:08,411 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142105 WARNING 2025-08-29 21:12:08,425 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:12:08,427 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:12:08,477 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:12:38,494 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142105 WARNING 2025-08-29 21:12:38,506 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:12:38,506 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:12:38,557 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:12:40,741 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142100 WARNING 2025-08-29 21:12:40,752 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:12:40,752 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:12:40,794 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:13:10,820 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142100 WARNING 2025-08-29 21:13:10,833 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:13:10,833 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:13:10,887 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:13:40,921 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 142100 WARNING 2025-08-29 21:13:40,935 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:13:40,936 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:13:40,994 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:14:11,040 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:14:11,054 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:14:11,054 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:14:11,115 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:14:41,157 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:14:41,174 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:14:41,174 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:14:41,212 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:15:11,259 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:15:11,277 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:15:11,277 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:15:11,352 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:15:41,376 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143520 WARNING 2025-08-29 21:15:41,394 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:15:41,394 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:15:41,433 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:09,232 basehttp 20239 13572796416 "GET /en/laboratory/specimens/ HTTP/1.1" 200 143970 WARNING 2025-08-29 21:16:09,249 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:09,249 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:09,312 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:16,018 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 144423 WARNING 2025-08-29 21:16:16,035 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:16,035 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:16,098 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:21,283 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144547 WARNING 2025-08-29 21:16:21,301 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:21,301 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:21,362 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:16:41,436 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143970 WARNING 2025-08-29 21:16:41,452 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:16:41,452 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:16:41,499 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:17:42,135 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:18:11,547 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143964 WARNING 2025-08-29 21:18:11,561 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:18:11,562 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:18:11,625 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:18:13,062 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143964 WARNING 2025-08-29 21:18:13,073 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:18:13,074 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:18:13,136 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:18:36,712 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143958 WARNING 2025-08-29 21:18:36,727 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:18:36,727 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:18:36,804 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:19:06,811 basehttp 20239 13572796416 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143958 WARNING 2025-08-29 21:19:06,824 log 20239 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:19:06,825 basehttp 20239 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:19:06,884 basehttp 20239 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:19:36,988 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143958 WARNING 2025-08-29 21:19:37,002 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:19:37,002 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:19:37,038 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:19:55,204 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143952 WARNING 2025-08-29 21:19:55,221 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:19:55,221 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:19:55,287 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:07,414 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:20:07,435 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:07,435 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:07,497 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:11,037 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=4 HTTP/1.1" 200 144665 WARNING 2025-08-29 21:20:11,051 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:11,052 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:11,078 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:16,800 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=5 HTTP/1.1" 200 144693 WARNING 2025-08-29 21:20:16,819 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:16,819 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:16,887 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:21,057 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=6 HTTP/1.1" 200 144704 WARNING 2025-08-29 21:20:21,076 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:21,076 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:21,150 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:26,083 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=7 HTTP/1.1" 200 144681 WARNING 2025-08-29 21:20:26,103 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:26,103 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:26,145 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:30,459 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=8 HTTP/1.1" 200 144668 WARNING 2025-08-29 21:20:30,475 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:30,475 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:30,545 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:34,838 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=9 HTTP/1.1" 200 144674 WARNING 2025-08-29 21:20:34,858 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:34,858 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:34,932 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:38,544 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=10 HTTP/1.1" 200 144622 WARNING 2025-08-29 21:20:38,565 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:38,565 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:38,625 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:45,917 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=11 HTTP/1.1" 200 144541 WARNING 2025-08-29 21:20:45,940 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:45,940 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:46,002 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:51,019 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=12 HTTP/1.1" 200 144570 WARNING 2025-08-29 21:20:51,041 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:51,041 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:51,116 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:20:54,929 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=13 HTTP/1.1" 200 144547 WARNING 2025-08-29 21:20:54,953 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:20:54,953 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:20:55,014 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:21:01,421 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=14 HTTP/1.1" 200 144557 WARNING 2025-08-29 21:21:01,439 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:21:01,439 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:21:01,500 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:21:20,777 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=15 HTTP/1.1" 200 144592 WARNING 2025-08-29 21:21:20,796 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:21:20,797 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:21:20,867 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:21:29,833 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 128259 INFO 2025-08-29 21:21:29,849 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:31,693 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4 HTTP/1.1" 200 131967 INFO 2025-08-29 21:21:31,704 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:32,804 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4 HTTP/1.1" 200 132144 INFO 2025-08-29 21:21:32,820 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:37,614 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=2 HTTP/1.1" 200 132679 INFO 2025-08-29 21:21:37,631 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:40,197 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=3 HTTP/1.1" 200 132926 INFO 2025-08-29 21:21:40,215 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:42,504 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=5 HTTP/1.1" 200 132922 INFO 2025-08-29 21:21:42,523 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:44,773 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=7 HTTP/1.1" 200 133305 INFO 2025-08-29 21:21:44,789 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:47,240 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=10 HTTP/1.1" 200 133189 INFO 2025-08-29 21:21:47,261 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:49,797 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=12 HTTP/1.1" 200 132995 INFO 2025-08-29 21:21:49,814 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:52,053 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=13 HTTP/1.1" 200 97264 INFO 2025-08-29 21:21:52,068 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:21:54,924 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=1 HTTP/1.1" 200 132952 INFO 2025-08-29 21:21:54,939 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:01,612 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1212/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 200 151799 INFO 2025-08-29 21:22:01,629 basehttp 20239 6168768512 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-29 21:22:01,629 basehttp 20239 13606449152 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-29 21:22:01,630 basehttp 20239 13589622784 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-29 21:22:01,630 basehttp 20239 13623275520 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-29 21:22:01,631 basehttp 20239 6168768512 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-29 21:22:01,632 basehttp 20239 13572796416 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:01,633 basehttp 20239 13572796416 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-29 21:22:01,660 basehttp 20239 13572796416 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-29 21:22:01,660 basehttp 20239 6168768512 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-08-29 21:22:16,610 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/1212/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 302 0 INFO 2025-08-29 21:22:16,694 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=1 HTTP/1.1" 200 133167 INFO 2025-08-29 21:22:16,712 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:19,306 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1235/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 200 151822 INFO 2025-08-29 21:22:19,326 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:21,134 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:22:29,535 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/1235/change/?_changelist_filters=o%3D-3.-4%26p%3D1 HTTP/1.1" 302 0 INFO 2025-08-29 21:22:29,620 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-3.-4&p=1 HTTP/1.1" 200 133161 INFO 2025-08-29 21:22:29,638 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:31,701 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4 HTTP/1.1" 200 131967 INFO 2025-08-29 21:22:31,720 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:36,642 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4&specimen_type__exact=SWAB HTTP/1.1" 200 74761 INFO 2025-08-29 21:22:36,657 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:22:47,723 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=15 HTTP/1.1" 200 144592 WARNING 2025-08-29 21:22:47,741 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:22:47,741 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:22:47,805 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:22:52,234 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143962 WARNING 2025-08-29 21:22:52,253 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:22:52,253 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:22:52,323 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:23:53,135 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:24:54,133 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:07,217 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 143964 WARNING 2025-08-29 21:25:07,236 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:07,236 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:07,358 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:11,661 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 144401 WARNING 2025-08-29 21:25:11,679 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:11,679 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:11,774 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:16,214 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:25:16,235 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:16,235 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:16,278 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:25:46,324 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:25:46,340 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:25:46,340 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:25:46,383 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:26:16,408 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:26:16,422 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:26:16,422 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:26:16,476 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:26:46,509 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144531 WARNING 2025-08-29 21:26:46,526 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:26:46,526 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:26:46,611 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:27:05,271 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1235/change/?_changelist_filters=o%3D3.-4%26specimen_type__exact%3DSWAB HTTP/1.1" 200 151881 INFO 2025-08-29 21:27:05,288 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:27:47,133 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:28:06,400 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145008 WARNING 2025-08-29 21:28:06,420 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:28:06,420 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:28:06,486 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:28:36,547 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145008 WARNING 2025-08-29 21:28:36,563 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:28:36,564 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:28:36,600 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:29:06,626 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145008 WARNING 2025-08-29 21:29:06,642 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:29:06,642 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:29:06,679 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:29:35,987 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:29:36,005 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:29:36,005 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:29:36,066 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:30:06,892 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4&specimen_type__exact=SWAB HTTP/1.1" 200 74761 INFO 2025-08-29 21:30:12,647 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=3.-4 HTTP/1.1" 200 131967 INFO 2025-08-29 21:30:12,666 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:14,494 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4 HTTP/1.1" 200 132029 INFO 2025-08-29 21:30:14,510 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:23,703 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=2 HTTP/1.1" 200 133061 INFO 2025-08-29 21:30:23,722 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:27,369 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=3 HTTP/1.1" 200 133070 INFO 2025-08-29 21:30:27,386 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:30,739 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=4 HTTP/1.1" 200 133005 INFO 2025-08-29 21:30:30,756 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:33,814 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=6.3.-4&p=6 HTTP/1.1" 200 133092 INFO 2025-08-29 21:30:33,830 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:36,135 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:30:37,941 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4 HTTP/1.1" 200 133078 INFO 2025-08-29 21:30:37,961 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:41,302 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=2 HTTP/1.1" 200 133848 INFO 2025-08-29 21:30:41,319 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:30:58,839 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=3 HTTP/1.1" 200 134085 INFO 2025-08-29 21:30:58,857 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:02,291 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=4 HTTP/1.1" 200 134112 INFO 2025-08-29 21:31:02,310 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:04,847 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=5 HTTP/1.1" 200 134033 INFO 2025-08-29 21:31:04,866 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:31,180 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=6 HTTP/1.1" 200 134118 INFO 2025-08-29 21:31:31,196 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:34,576 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133540 INFO 2025-08-29 21:31:34,593 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:37,124 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:31:48,767 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=6 HTTP/1.1" 200 134118 INFO 2025-08-29 21:31:48,784 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:52,691 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133540 INFO 2025-08-29 21:31:52,711 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:31:56,725 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/1017/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 200 151815 INFO 2025-08-29 21:31:56,742 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:10,248 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/1017/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 302 0 INFO 2025-08-29 21:32:10,334 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133779 INFO 2025-08-29 21:32:10,353 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:14,753 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/902/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 200 151785 INFO 2025-08-29 21:32:14,770 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:18,639 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/902/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 302 0 INFO 2025-08-29 21:32:18,725 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133783 INFO 2025-08-29 21:32:18,745 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:23,687 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/931/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 200 151812 INFO 2025-08-29 21:32:23,704 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:26,679 basehttp 20239 6168768512 "POST /en/admin/laboratory/specimen/931/change/?_changelist_filters=o%3D-6.3.-4%26p%3D7 HTTP/1.1" 302 0 INFO 2025-08-29 21:32:26,765 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/?o=-6.3.-4&p=7 HTTP/1.1" 200 133783 INFO 2025-08-29 21:32:26,786 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-29 21:32:38,128 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:32:52,002 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:32:52,019 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:32:52,019 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:32:52,080 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:33:22,127 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:33:22,150 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:33:22,150 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:33:22,187 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:33:52,242 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:33:52,258 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:33:52,258 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:33:52,316 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:34:22,351 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:34:22,386 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:34:22,386 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:34:22,424 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:34:52,450 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 144994 WARNING 2025-08-29 21:34:52,464 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:34:52,464 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:34:52,500 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:35:01,813 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145165 WARNING 2025-08-29 21:35:01,831 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:35:01,831 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:35:01,886 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:35:30,033 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 145165 WARNING 2025-08-29 21:35:30,051 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:35:30,051 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:35:30,112 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:35:36,153 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:35:36,168 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:35:36,168 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:35:36,232 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:36:06,276 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:36:06,295 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:36:06,295 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:36:06,353 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:36:28,610 basehttp 20239 6168768512 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:36:28,628 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:36:28,628 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:36:28,688 basehttp 20239 6168768512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:36:57,255 basehttp 20239 6168768512 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 128269 INFO 2025-08-29 21:36:57,271 basehttp 20239 6168768512 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-08-29 21:37:06,515 log 20239 6168768512 Internal Server Error: /en/laboratory/specimens/1214/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 627, in get_queryset return Specimen.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-29 21:37:06,518 basehttp 20239 6168768512 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 500 139553 WARNING 2025-08-29 21:37:06,534 log 20239 6168768512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:37:06,534 basehttp 20239 6168768512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:37:46,291 autoreload 20239 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:37:46,751 autoreload 52730 8466948288 Watching for file changes with StatReloader ERROR 2025-08-29 21:37:47,544 log 52730 6130495488 Internal Server Error: /en/laboratory/specimens/1214/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_form' not found. 'specimen_form' is not a valid view function or pattern name. ERROR 2025-08-29 21:37:47,545 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 500 175620 WARNING 2025-08-29 21:37:47,563 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:37:47,564 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-29 21:38:13,521 log 52730 6130495488 Internal Server Error: /en/laboratory/specimens/1214/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'specimen_confirm_delete' not found. 'specimen_confirm_delete' is not a valid view function or pattern name. ERROR 2025-08-29 21:38:13,522 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 500 175174 WARNING 2025-08-29 21:38:13,538 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:38:13,538 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:39:00,245 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33414 WARNING 2025-08-29 21:39:00,262 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:39:00,262 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:39:00,316 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:39:35,349 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33420 WARNING 2025-08-29 21:39:35,369 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:39:35,369 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:39:35,421 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:40:35,427 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:41:12,290 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33580 WARNING 2025-08-29 21:41:12,311 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:41:12,311 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:41:12,361 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:41:39,705 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33600 WARNING 2025-08-29 21:41:39,722 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:41:39,722 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:41:39,774 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:42:25,251 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33607 WARNING 2025-08-29 21:42:25,269 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:42:25,269 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:42:25,320 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:42:59,093 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33607 WARNING 2025-08-29 21:42:59,113 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:42:59,113 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:42:59,165 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:43:59,189 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:44:11,230 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33657 WARNING 2025-08-29 21:44:11,255 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:44:11,255 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:44:11,308 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:44:48,326 basehttp 52730 6130495488 "GET /en/laboratory/specimens/1214/ HTTP/1.1" 200 33663 WARNING 2025-08-29 21:44:48,343 log 52730 6130495488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:44:48,343 basehttp 52730 6130495488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:44:48,394 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:45:25,613 log 52730 6164148224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:25,614 basehttp 52730 6164148224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:25,616 basehttp 52730 6130495488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:45:25,644 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:45:25,656 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:25,656 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 21:45:25,663 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:25,663 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:25,679 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:45:28,167 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:45:28,182 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:28,183 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:28,247 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:45:58,297 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 144590 WARNING 2025-08-29 21:45:58,311 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:45:58,311 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:45:58,366 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:46:01,058 basehttp 52730 6147321856 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137515 WARNING 2025-08-29 21:46:01,078 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:46:01,079 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:46:01,139 basehttp 52730 6147321856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-29 21:46:07,016 log 52730 6147321856 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 201, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 671, in get_queryset return Specimen.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-29 21:46:07,018 basehttp 52730 6147321856 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 144479 WARNING 2025-08-29 21:46:07,037 log 52730 6147321856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:46:07,037 basehttp 52730 6147321856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:47:09,475 autoreload 52730 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:47:09,915 autoreload 56955 8466948288 Watching for file changes with StatReloader ERROR 2025-08-29 21:47:10,768 log 56955 6191935488 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (processing_notes) specified for Specimen ERROR 2025-08-29 21:47:10,769 basehttp 56955 6191935488 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 116349 WARNING 2025-08-29 21:47:10,781 log 56955 6191935488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:47:10,781 basehttp 56955 6191935488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-29 21:47:11,745 log 56955 6191935488 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (processing_notes) specified for Specimen ERROR 2025-08-29 21:47:11,746 basehttp 56955 6191935488 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 116349 WARNING 2025-08-29 21:47:11,762 log 56955 6191935488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:47:11,762 basehttp 56955 6191935488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:47:46,412 autoreload 56955 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:47:46,734 autoreload 57196 8466948288 Watching for file changes with StatReloader ERROR 2025-08-29 21:47:47,349 log 57196 6132641792 Internal Server Error: /en/laboratory/specimens/1212/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 103, in get_form_class raise ImproperlyConfigured( django.core.exceptions.ImproperlyConfigured: Using ModelFormMixin (base class of SpecimenUpdateView) without the 'fields' attribute is prohibited. ERROR 2025-08-29 21:47:47,350 basehttp 57196 6132641792 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 500 103359 WARNING 2025-08-29 21:47:47,364 log 57196 6132641792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:47:47,364 basehttp 57196 6132641792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:48:12,764 autoreload 57196 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-29 21:48:13,109 autoreload 57358 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 21:48:14,218 basehttp 57358 6200094720 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 200 43279 WARNING 2025-08-29 21:48:14,232 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:48:14,232 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:48:14,299 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:49:14,324 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:49:29,382 basehttp 57358 6200094720 "GET /en/laboratory/specimens/1212/update/ HTTP/1.1" 200 43279 WARNING 2025-08-29 21:49:29,400 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:29,400 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:49:29,450 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:49:53,990 basehttp 57358 6216921088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:49:54,005 log 57358 6216921088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:54,006 basehttp 57358 6216921088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:49:54,018 basehttp 57358 6200094720 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137515 WARNING 2025-08-29 21:49:54,036 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:54,037 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 21:49:54,041 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:49:54,041 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:49:54,110 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:50:13,099 basehttp 57358 6200094720 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 21:50:13,119 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:50:13,119 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:50:13,215 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:55:41,295 basehttp 57358 6200094720 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 21:55:41,318 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:55:41,318 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:55:41,385 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:55:50,199 basehttp 57358 6200094720 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45089 INFO 2025-08-29 21:55:50,248 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 21:55:50,407 log 57358 6200094720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:55:50,408 basehttp 57358 6200094720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:56:50,273 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:57:50,265 basehttp 57358 6200094720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:58:37,863 autoreload 57358 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-29 21:58:38,310 autoreload 59858 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 21:59:42,609 autoreload 60418 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 21:59:44,413 basehttp 60418 6202634240 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45089 WARNING 2025-08-29 21:59:44,439 log 60418 6202634240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:59:44,439 basehttp 60418 6202634240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:59:44,490 basehttp 60418 6202634240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:59:55,927 basehttp 60418 6202634240 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45089 INFO 2025-08-29 21:59:55,940 basehttp 60418 6236286976 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-29 21:59:55,945 basehttp 60418 6286766080 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-29 21:59:55,949 log 60418 6236286976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 21:59:55,950 basehttp 60418 6236286976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 21:59:55,954 basehttp 60418 6202634240 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-29 21:59:55,954 basehttp 60418 6269939712 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-29 21:59:55,955 basehttp 60418 6253113344 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-29 21:59:55,956 basehttp 60418 6219460608 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-29 21:59:55,959 basehttp 60418 6286766080 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-29 21:59:55,966 basehttp 60418 6202634240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-29 21:59:55,971 basehttp 60418 6236286976 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-29 21:59:56,091 basehttp 60418 6236286976 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-29 21:59:56,131 basehttp 60418 6202634240 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-29 21:59:56,131 basehttp 60418 6236286976 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-29 21:59:56,131 basehttp 60418 6219460608 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-29 21:59:56,132 basehttp 60418 6286766080 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-29 21:59:56,132 basehttp 60418 6253113344 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-29 21:59:56,133 basehttp 60418 6269939712 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-29 21:59:56,138 basehttp 60418 6286766080 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-29 21:59:56,138 basehttp 60418 6269939712 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-29 21:59:56,138 basehttp 60418 6253113344 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-29 21:59:56,139 basehttp 60418 6236286976 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-29 21:59:56,139 basehttp 60418 6219460608 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-29 21:59:56,141 basehttp 60418 6253113344 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-29 21:59:56,141 basehttp 60418 6236286976 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-29 21:59:56,142 basehttp 60418 6202634240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-29 21:59:56,145 basehttp 60418 6269939712 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-29 21:59:56,145 basehttp 60418 6219460608 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-29 21:59:56,147 basehttp 60418 6202634240 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-29 21:59:56,147 basehttp 60418 6236286976 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-29 21:59:56,149 basehttp 60418 6253113344 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-29 21:59:56,150 basehttp 60418 6219460608 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-29 21:59:56,151 basehttp 60418 6269939712 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-29 21:59:56,153 basehttp 60418 6286766080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 21:59:56,154 basehttp 60418 6202634240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-29 21:59:56,154 basehttp 60418 6236286976 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-29 21:59:56,252 log 60418 6236286976 Not Found: /favicon.ico WARNING 2025-08-29 21:59:56,252 basehttp 60418 6236286976 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-29 22:00:56,145 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:01:06,940 basehttp 60418 6236286976 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:01:06,957 log 60418 6236286976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:01:06,957 basehttp 60418 6236286976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:01:07,089 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:01:46,683 basehttp 60418 6236286976 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:01:46,704 log 60418 6236286976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:01:46,705 basehttp 60418 6236286976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:01:46,756 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:02:46,767 basehttp 60418 6236286976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:03:23,178 autoreload 60418 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/forms.py changed, reloading. INFO 2025-08-29 22:03:23,582 autoreload 62069 8466948288 Watching for file changes with StatReloader INFO 2025-08-29 22:03:23,881 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:03:23,898 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:03:23,899 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:03:23,948 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:03:54,361 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:03:54,383 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:03:54,383 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:03:54,482 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:04:54,450 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:05:32,780 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45086 WARNING 2025-08-29 22:05:32,800 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:05:32,800 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:05:32,832 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:06:32,827 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:07:32,835 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:08:32,838 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:09:32,837 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:10:10,143 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45110 WARNING 2025-08-29 22:10:10,166 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:10:10,166 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:10:10,275 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:11:10,231 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:12:10,231 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:13:10,223 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:14:10,226 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:14:56,405 basehttp 62069 6156513280 "GET /en/laboratory/specimens/create/ HTTP/1.1" 200 45125 WARNING 2025-08-29 22:14:56,426 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:14:56,426 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:14:56,456 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:15:56,470 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:16:50,566 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:16:50,596 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:16:50,596 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:16:54,352 basehttp 62069 6156513280 "GET /en/laboratory/specimens/1212/ HTTP/1.1" 200 33657 WARNING 2025-08-29 22:16:54,389 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:16:54,389 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:16:54,404 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:17:54,425 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:18:54,418 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:19:10,929 log 62069 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:10,931 basehttp 62069 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:19:10,934 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:19:10,952 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:19:10,967 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:10,970 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:19:10,975 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:10,976 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:19:10,988 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:19:41,026 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:19:41,056 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:19:41,056 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:19:41,102 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:20:42,079 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:21:43,096 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:22:44,081 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:22:52,743 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:22:52,779 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:22:52,780 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:22:52,855 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:23:53,083 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:24:29,240 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137575 WARNING 2025-08-29 22:24:29,272 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:24:29,272 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:24:29,351 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:24:59,401 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137575 WARNING 2025-08-29 22:24:59,431 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:24:59,431 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:24:59,473 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:25:14,411 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:25:14,443 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:25:14,443 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:25:14,488 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:26:15,086 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:27:16,076 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:28:17,090 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:28:44,545 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:28:44,585 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:28:44,585 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:28:44,661 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:04,628 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137564 WARNING 2025-08-29 22:29:04,662 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:04,663 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:04,742 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:18,422 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137563 WARNING 2025-08-29 22:29:18,458 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:18,458 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:18,505 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:37,583 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137566 WARNING 2025-08-29 22:29:37,616 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:37,616 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:37,661 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:29:53,421 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:29:53,456 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:29:53,456 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:29:53,498 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:30:04,215 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:30:04,243 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:30:04,243 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:30:04,264 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:30:16,831 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:30:16,869 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:30:16,870 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:30:16,914 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:30:35,532 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137561 WARNING 2025-08-29 22:30:35,566 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:30:35,566 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:30:35,610 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:31:36,080 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:32:37,084 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:33:38,077 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:33:56,214 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137565 WARNING 2025-08-29 22:33:56,249 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:33:56,249 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:33:56,321 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:34:57,088 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:35:40,595 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137625 WARNING 2025-08-29 22:35:40,627 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:35:40,627 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:35:40,707 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:36:10,761 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 137625 WARNING 2025-08-29 22:36:10,793 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:36:10,793 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:36:10,836 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:36:39,008 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 140450 WARNING 2025-08-29 22:36:39,041 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:36:39,042 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:36:39,086 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:37:00,267 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 140650 WARNING 2025-08-29 22:37:00,295 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:37:00,295 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:37:00,322 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:37:30,367 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 140650 WARNING 2025-08-29 22:37:30,402 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:37:30,402 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:37:30,443 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:37:49,983 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141225 WARNING 2025-08-29 22:37:50,015 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:37:50,015 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:37:50,061 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:10,428 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141175 WARNING 2025-08-29 22:38:10,467 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:10,468 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:10,512 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:20,382 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141225 WARNING 2025-08-29 22:38:20,412 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:20,412 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:20,439 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:50,483 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 141225 WARNING 2025-08-29 22:38:50,515 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:50,515 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:50,559 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:38:56,937 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 139450 WARNING 2025-08-29 22:38:56,969 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:38:56,969 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:38:57,013 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:39:04,524 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:39:04,551 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:39:04,551 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:39:04,575 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:39:34,611 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:39:34,647 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:39:34,647 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:39:34,688 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:04,733 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:40:04,762 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:04,762 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:04,787 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:14,072 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138925 WARNING 2025-08-29 22:40:14,100 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:14,100 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:14,127 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:37,148 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 139200 WARNING 2025-08-29 22:40:37,183 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:37,183 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:37,227 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:40:58,697 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138950 WARNING 2025-08-29 22:40:58,726 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:40:58,726 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:40:58,751 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:41:13,556 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138450 WARNING 2025-08-29 22:41:13,585 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:41:13,585 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:41:13,610 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:41:22,573 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138400 WARNING 2025-08-29 22:41:22,597 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:41:22,597 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:41:22,624 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:41:52,660 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138400 WARNING 2025-08-29 22:41:52,687 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:41:52,687 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:41:52,711 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:42:20,876 basehttp 62069 6156513280 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 22:42:20,890 basehttp 62069 6173339648 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 22:42:20,913 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:42:20,913 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:42:20,965 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:42:20,972 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:42:20,974 basehttp 62069 13589622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 22:42:20,976 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:42:24,163 basehttp 62069 6156513280 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 INFO 2025-08-29 22:42:24,212 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:42:24,216 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:42:24,216 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:43:24,227 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:44:24,223 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:45:24,237 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:45:47,459 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:47,461 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:45:47,463 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:45:47,465 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:45:47,466 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-29 22:45:47,475 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:47,475 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:45:48,870 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:48,871 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:45:48,871 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:45:48,900 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=1 HTTP/1.1" 200 138400 WARNING 2025-08-29 22:45:48,913 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:48,913 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:45:48,920 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:45:48,920 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:45:48,937 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:04,753 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=2 HTTP/1.1" 200 138841 WARNING 2025-08-29 22:46:04,771 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:04,771 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:04,839 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:10,432 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=3 HTTP/1.1" 200 138975 WARNING 2025-08-29 22:46:10,452 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:10,452 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:10,492 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:46:16,902 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:16,902 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:16,918 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:16,919 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:17,335 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:17,336 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:17,354 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:17,354 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:17,851 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:17,851 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:18,499 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:18,499 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:20,044 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:20,044 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:22,089 basehttp 62069 13589622784 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 22:46:22,106 basehttp 62069 13572796416 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 22:46:22,129 log 62069 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:22,130 basehttp 62069 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:22,212 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:22,213 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:46:22,214 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:46:22,215 basehttp 62069 13589622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 22:46:23,720 basehttp 62069 13589622784 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-08-29 22:46:23,745 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:23,745 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:23,796 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:46:40,367 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,367 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:40,383 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,383 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:40,757 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,757 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:46:40,774 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:40,774 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:47,510 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=50 HTTP/1.1" 200 96998 WARNING 2025-08-29 22:46:47,529 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:47,529 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:47,589 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:46:57,264 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=49 HTTP/1.1" 200 138588 WARNING 2025-08-29 22:46:57,283 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:46:57,284 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:46:57,325 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:47:20,730 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:47:20,750 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:47:20,751 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:47:20,821 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:47:50,864 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:47:50,882 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:47:50,883 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:47:50,921 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:20,952 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:48:20,969 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:20,969 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:21,024 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:28,051 basehttp 62069 13589622784 "GET /en/laboratory/specimens/47/ HTTP/1.1" 200 33677 WARNING 2025-08-29 22:48:28,076 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:28,076 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:28,129 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:42,936 basehttp 62069 13589622784 "GET /en/laboratory/specimens/47/ HTTP/1.1" 200 33589 WARNING 2025-08-29 22:48:42,959 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:42,959 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:43,004 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:48:57,020 basehttp 62069 13589622784 "GET /en/laboratory/specimens/47/ HTTP/1.1" 200 33553 WARNING 2025-08-29 22:48:57,038 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:57,038 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:57,099 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-29 22:48:59,858 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:59,858 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:59,920 basehttp 62069 13589622784 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:48:59,963 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:59,963 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-29 22:48:59,970 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:48:59,970 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:48:59,974 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:11,106 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138597 WARNING 2025-08-29 22:49:11,126 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:11,126 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:11,180 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:24,927 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=48 HTTP/1.1" 200 138722 WARNING 2025-08-29 22:49:24,949 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:24,949 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:25,003 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:41,779 basehttp 62069 6156513280 "GET /en/laboratory/specimens/?page=47 HTTP/1.1" 200 138905 WARNING 2025-08-29 22:49:41,800 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:41,800 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:41,863 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:46,237 basehttp 62069 6156513280 "GET /en/laboratory/specimens/73/ HTTP/1.1" 200 33558 WARNING 2025-08-29 22:49:46,259 log 62069 6156513280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:46,259 basehttp 62069 6156513280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:46,300 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:54,316 basehttp 62069 6156513280 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 22:49:54,330 basehttp 62069 13589622784 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 22:49:54,350 log 62069 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:49:54,350 basehttp 62069 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:49:54,430 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:49:54,432 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:49:54,433 basehttp 62069 6156513280 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 22:49:54,434 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:50:24,418 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:50:54,272 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:50:54,273 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:50:54,274 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:51:24,257 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:51:54,267 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:51:54,267 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 22:51:54,269 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:52:24,257 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 22:52:27,100 basehttp 62069 6173339648 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-08-29 22:52:27,120 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 22:52:27,120 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 22:52:27,175 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:53:27,187 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:54:27,191 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:55:27,192 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:56:27,192 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:57:27,205 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:58:27,195 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 22:59:27,210 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:00:27,212 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:01:25,256 basehttp 62069 6156513280 "GET / HTTP/1.1" 302 0 INFO 2025-08-29 23:01:25,273 basehttp 62069 6173339648 "GET /en/ HTTP/1.1" 200 47533 WARNING 2025-08-29 23:01:25,292 log 62069 6173339648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-29 23:01:25,293 basehttp 62069 6173339648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-29 23:01:25,345 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:01:25,367 basehttp 62069 13589622784 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-29 23:01:25,370 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:01:25,371 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:01:55,365 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:02:25,374 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:02:25,375 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:02:25,377 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:02:55,358 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:03:25,359 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:03:25,359 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:03:25,361 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:03:55,366 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:04:25,377 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:04:25,377 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:04:25,379 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:04:55,371 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:05:25,371 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:05:25,373 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:05:25,375 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:05:55,367 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:06:25,472 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:06:25,472 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:06:25,475 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:06:55,473 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:07:25,477 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:07:25,479 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:07:25,481 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:07:55,485 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:08:25,474 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:08:25,476 basehttp 62069 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:08:25,479 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:08:55,486 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:09:25,477 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:09:25,477 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:09:25,482 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:09:55,500 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:10:25,468 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:10:25,469 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:10:25,487 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:10:55,499 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:11:25,479 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:11:25,480 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:11:25,492 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:11:55,972 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:12:25,986 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:12:25,987 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:12:26,970 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:13:29,000 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:13:29,000 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:13:29,002 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:14:48,993 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:14:48,994 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:14:48,995 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:15:48,978 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:16:49,000 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:16:49,001 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:16:49,003 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:17:48,982 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:18:48,985 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:18:48,987 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:18:48,989 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:19:48,962 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:20:48,982 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:20:48,983 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:20:48,986 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:21:48,962 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:22:48,972 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:22:48,973 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:22:48,974 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:23:48,959 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:24:48,964 basehttp 62069 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:24:48,964 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:24:48,967 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:25:48,943 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:26:48,965 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:26:48,966 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:26:48,968 basehttp 62069 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:27:48,942 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:28:49,032 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:28:49,033 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:28:49,034 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:29:49,006 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:30:49,032 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:30:49,032 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:30:49,035 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:36:16,376 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:37:16,383 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:37:16,386 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:37:16,387 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:38:16,364 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:39:55,089 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:39:55,092 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:39:55,093 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:40:55,084 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:41:55,093 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:41:55,094 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:41:55,095 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:45:51,231 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:50:23,412 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:50:23,414 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:50:23,415 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:55:56,169 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-29 23:59:49,843 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-29 23:59:49,844 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-29 23:59:49,846 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:03:23,721 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:04:23,739 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:04:23,741 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:04:23,742 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:05:28,872 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:13:54,073 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:13:54,073 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:13:54,074 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:15:54,652 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:17:13,941 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:17:13,941 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:17:13,943 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:20:14,340 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:26:00,152 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:26:00,154 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:26:00,155 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:34:21,579 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:35:47,496 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:35:47,500 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:35:47,502 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:37:04,040 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:41:13,150 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:41:13,152 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:41:13,153 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:42:13,147 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:43:13,171 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:43:13,171 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:43:13,172 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:44:13,145 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:45:13,202 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:45:13,203 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:45:13,205 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:46:13,148 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:47:13,174 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:47:13,174 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:47:13,175 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:48:13,146 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:49:13,170 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:49:13,171 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:49:13,172 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:50:13,201 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:50:13,202 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:50:13,203 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:51:13,144 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:52:13,151 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:52:13,152 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:52:13,153 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:53:13,136 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:54:13,142 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:54:13,144 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:54:13,146 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:55:13,126 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:56:13,154 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:56:13,155 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:56:13,156 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:57:13,127 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:58:13,152 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 00:58:13,152 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 00:58:13,154 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 00:59:13,133 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:00:13,158 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:00:13,158 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:00:13,159 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:01:13,136 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:02:13,174 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:02:13,176 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:02:13,177 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:03:13,143 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:04:13,139 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:04:13,140 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:04:13,140 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:05:13,125 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:06:13,032 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:06:13,032 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:06:13,033 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:07:13,004 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:08:13,029 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:08:13,030 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:08:13,032 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:09:13,012 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:10:13,020 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:10:13,023 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:10:13,024 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:11:12,995 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:12:13,022 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:12:13,025 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:12:13,026 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:13:13,010 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:14:13,023 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:14:13,025 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:14:13,027 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:15:12,986 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:16:13,022 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:16:13,023 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:16:13,025 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:17:12,990 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:18:13,011 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:18:13,013 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:18:13,014 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:19:13,006 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:20:13,005 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:20:13,009 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:20:13,012 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:21:13,049 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:22:13,056 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:22:13,064 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:22:13,065 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:23:13,054 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:24:13,070 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:24:13,070 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:24:13,072 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:25:13,051 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:26:13,068 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:26:13,068 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:26:13,070 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:27:13,049 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:28:13,066 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:28:13,067 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:28:13,070 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:29:13,049 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:30:13,064 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:30:13,065 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:30:13,066 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:31:13,052 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:32:13,068 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:32:13,069 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:32:13,071 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:33:13,056 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:34:13,073 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:34:13,074 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:34:13,076 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:35:13,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:36:13,059 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:36:13,060 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:36:13,060 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:37:13,080 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:38:13,091 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:38:13,092 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:38:13,093 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:39:13,086 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:40:13,101 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:40:13,101 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:40:13,103 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:41:13,080 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:42:13,101 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:42:13,103 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:42:13,104 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:46:21,734 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:47:21,739 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:47:21,743 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:47:21,744 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:48:21,722 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:49:21,742 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:49:21,743 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:49:21,745 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:50:21,722 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:51:21,750 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:51:21,751 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:51:21,752 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:52:21,725 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:53:21,735 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:53:21,742 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:53:21,743 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:54:21,720 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:55:21,743 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:55:21,745 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:55:21,746 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:56:21,724 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:57:21,742 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:57:21,742 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:57:21,744 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:58:21,728 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 01:59:21,738 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 01:59:21,738 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 01:59:21,740 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:00:21,726 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:01:21,636 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:01:21,638 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:01:21,638 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:02:21,622 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:03:21,642 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:03:21,644 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:03:21,645 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:04:21,620 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:05:21,639 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:05:21,641 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:05:21,642 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:06:21,616 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:07:21,642 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:07:21,642 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:07:21,645 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:08:21,638 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:09:21,641 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:09:21,641 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:09:21,643 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:10:21,613 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:11:21,635 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:11:21,638 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:11:21,638 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:12:21,612 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:13:21,634 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:13:21,635 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:13:21,637 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:14:21,606 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:15:21,626 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:15:21,627 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:15:21,629 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:16:21,592 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:17:21,599 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:17:21,601 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:17:21,604 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:18:21,597 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:19:21,617 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:19:21,617 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:19:21,619 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:20:21,586 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:21:21,609 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:21:21,610 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:21:21,612 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:22:21,588 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:23:21,602 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:23:21,605 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:23:21,607 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:24:21,584 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:25:21,607 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:25:21,609 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:25:21,611 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:26:21,582 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:27:21,600 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:27:21,601 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:27:21,603 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:28:21,583 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:29:21,604 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:29:21,605 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:29:21,608 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:30:21,572 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:31:21,604 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:31:21,604 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:31:21,606 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:32:21,579 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:33:21,598 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:33:21,600 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:33:21,602 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:34:21,579 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:35:21,593 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:35:21,594 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:35:21,595 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:36:21,574 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:37:21,590 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:37:21,591 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:37:21,593 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:38:21,568 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:39:21,592 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:39:21,592 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:39:21,593 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:40:21,564 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:41:21,590 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:41:21,591 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:41:21,592 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:42:21,559 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:43:21,592 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:43:21,592 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:43:21,594 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:44:21,563 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:45:21,584 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:45:21,585 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:45:21,586 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:50:01,188 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 02:54:52,658 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 02:54:52,659 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 02:54:52,661 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:04:28,143 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:07:32,402 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:07:32,403 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:07:32,404 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:14:33,147 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:15:33,148 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:15:33,149 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:15:33,152 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:16:33,132 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:17:33,137 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:17:33,141 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:17:33,143 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:18:33,136 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:19:33,154 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:19:33,155 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:19:33,156 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:20:33,129 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:21:33,155 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:21:33,157 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:21:33,158 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:22:33,138 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:23:33,046 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:23:33,046 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:23:33,048 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:24:33,026 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:25:33,042 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:25:33,043 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:25:33,044 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:26:33,027 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:27:33,048 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:27:33,050 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:27:33,050 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:28:33,020 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:29:33,044 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:29:33,045 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:29:33,047 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:30:33,031 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:31:33,047 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:31:33,049 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:31:33,050 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:32:33,019 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:33:33,036 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:33:33,038 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:33:33,040 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:34:33,018 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:35:33,043 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:35:33,043 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:35:33,045 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:36:33,033 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:37:33,041 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:37:33,041 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:37:33,042 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:38:33,009 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:39:33,062 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:39:33,065 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:39:33,066 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:40:33,001 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:41:33,028 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:41:33,029 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:41:33,030 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:42:33,002 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:43:33,001 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:43:33,005 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:43:33,006 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:44:33,004 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:45:33,029 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:45:33,029 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:45:33,030 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:46:33,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:46:33,060 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:46:33,060 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:47:33,006 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:48:33,022 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:48:33,022 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:48:33,024 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:49:33,008 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:50:33,010 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:50:33,011 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:50:33,013 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:51:32,994 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:52:33,020 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:52:33,021 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:52:33,021 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:53:32,992 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:54:33,016 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:54:33,018 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:54:33,018 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:55:33,010 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:56:33,029 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:56:33,030 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:56:33,031 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:57:33,010 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:58:33,015 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 03:58:33,019 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 03:58:33,021 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 03:59:33,002 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:00:33,024 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:00:33,024 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:00:33,027 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:01:33,002 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:02:33,003 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:02:33,007 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:02:33,008 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:03:32,999 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:04:33,018 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:04:33,021 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:04:33,023 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:05:33,000 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:06:32,994 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:06:33,006 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:06:33,007 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:07:33,005 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:08:33,022 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:08:33,022 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:08:33,024 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:09:33,030 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:10:33,055 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:10:33,058 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:10:33,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:11:33,034 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:12:33,051 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:12:33,053 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:12:33,054 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:13:33,038 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:14:33,057 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:14:33,057 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:14:33,059 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:20:04,322 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:30:07,992 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:30:07,993 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:30:07,994 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:35:06,787 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:38:32,063 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:38:32,075 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:38:32,078 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:39:45,544 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:42:25,319 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:42:25,320 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:42:25,321 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:43:25,293 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:44:25,318 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:44:25,319 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:44:25,320 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:45:25,291 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:46:25,296 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:46:25,296 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:46:25,298 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:47:25,293 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:48:25,312 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:48:25,314 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:48:25,315 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:49:25,296 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:50:25,315 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:50:25,315 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:50:25,318 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:51:25,292 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:52:25,306 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:52:25,308 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:52:25,310 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:53:25,293 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:54:25,309 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:54:25,309 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:54:25,311 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:55:25,292 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:56:25,313 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:56:25,314 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:56:25,316 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:57:25,289 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:58:25,308 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 04:58:25,311 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 04:58:25,312 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 04:59:25,292 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:00:25,313 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:00:25,314 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:00:25,316 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:01:25,304 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:02:25,310 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:02:25,312 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:02:25,313 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:03:25,290 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:04:25,311 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:04:25,311 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:04:25,313 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:05:25,292 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:06:25,209 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:06:25,209 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:06:25,211 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:07:25,186 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:08:25,206 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:08:25,207 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:08:25,209 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:09:25,178 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:10:25,198 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:10:25,199 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:10:25,201 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:11:25,178 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:12:25,202 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:12:25,205 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:12:25,206 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:13:25,184 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:14:25,204 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:14:25,205 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:14:25,206 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:15:25,178 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:16:25,196 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:16:25,196 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:16:25,198 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:17:25,177 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:18:25,197 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:18:25,199 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:18:25,201 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:19:25,175 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:20:25,201 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:20:25,201 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:20:25,202 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:21:25,175 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:22:25,133 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:22:25,133 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:22:25,135 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:23:25,111 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:24:25,135 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:24:25,135 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:24:25,137 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:25:25,113 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:26:25,130 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:26:25,132 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:26:25,133 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:27:25,105 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:28:25,126 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:28:25,126 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:28:25,128 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:29:25,106 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:30:25,123 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:30:25,126 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:30:25,127 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:31:25,094 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:32:25,119 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:32:25,121 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:32:25,123 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:33:25,091 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:34:25,116 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:34:25,117 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:34:25,118 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:35:25,088 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:36:25,116 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:36:25,117 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:36:25,119 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:37:25,230 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:38:25,249 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:38:25,250 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:38:25,252 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:39:25,229 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:40:25,244 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:40:25,244 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:40:25,246 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:41:25,228 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:42:25,247 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:42:25,248 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:42:25,250 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:45:51,703 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:49:38,106 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:49:38,107 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:49:38,108 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:54:28,872 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:55:28,897 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:55:28,898 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:55:28,899 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:56:28,870 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:57:28,890 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:57:28,890 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:57:28,893 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:58:28,883 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 05:59:28,895 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 05:59:28,897 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 05:59:28,898 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:00:28,907 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:00:28,908 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:00:28,909 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:01:28,867 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:02:28,897 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:02:28,898 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:02:28,899 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:03:28,870 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:04:28,902 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:04:28,903 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:04:28,905 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:05:28,875 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:06:28,886 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:06:28,887 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:06:28,888 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:07:28,869 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:08:28,890 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:08:28,892 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:08:28,893 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:09:28,878 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:10:28,890 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:10:28,890 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:10:28,892 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:11:28,878 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:12:28,892 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:12:28,892 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:12:28,895 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:13:28,871 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:14:28,902 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:14:28,904 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:14:28,905 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:15:28,879 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:16:28,896 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:16:28,897 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:16:28,898 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:17:28,879 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:18:28,906 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:18:28,907 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:18:28,908 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:19:28,881 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:20:28,899 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:20:28,899 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:20:28,901 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:21:28,884 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:22:28,901 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:22:28,902 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:22:28,904 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:23:28,883 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:24:28,907 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:24:28,907 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:24:28,909 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:25:28,883 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:26:28,904 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:26:28,906 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:26:28,908 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:27:28,885 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:28:28,906 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:28:28,906 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:28:28,909 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:29:28,892 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:30:28,902 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:30:28,902 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:30:28,904 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:31:28,777 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:32:28,768 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:32:28,768 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:32:28,770 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:33:28,758 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:34:28,781 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:34:28,781 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:34:28,784 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:35:28,772 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:36:28,777 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:36:28,779 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:36:28,781 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:37:28,757 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:38:28,784 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:38:28,784 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:38:28,786 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:39:28,757 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:40:28,796 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:40:28,797 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:40:28,799 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:41:28,755 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:42:28,777 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:42:28,778 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:42:28,781 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:43:28,831 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:43:28,832 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:43:28,833 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:44:28,753 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:45:28,777 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:45:28,781 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:45:28,782 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:46:28,746 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:47:28,769 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:47:28,775 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:47:28,776 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:48:28,760 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:49:28,774 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:49:28,774 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:49:28,775 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:50:28,754 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:51:28,762 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:51:28,765 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:51:28,767 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:52:28,749 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:53:28,767 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:53:28,767 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:53:28,768 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:54:28,751 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 06:59:17,056 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 06:59:17,057 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 06:59:17,058 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:04:32,142 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:17:35,911 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:17:35,912 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:17:35,913 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:23:17,868 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:26:13,252 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:26:13,253 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:26:13,254 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:27:13,237 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:28:13,244 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:28:13,248 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:28:13,249 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:29:13,222 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:30:13,253 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:30:13,253 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:30:13,254 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:31:13,226 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:32:13,244 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:32:13,246 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:32:13,247 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:33:13,219 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:34:13,254 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:34:13,255 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:34:13,257 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:35:13,242 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:36:13,259 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:36:13,260 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:36:13,261 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:37:13,237 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:38:13,252 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:38:13,254 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:38:13,255 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:39:13,237 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:40:13,253 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:40:13,254 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:40:13,256 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:41:13,230 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:42:13,252 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:42:13,253 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:42:13,255 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:43:13,233 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:44:13,256 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:44:13,256 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:44:13,258 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:45:13,238 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:46:13,252 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:46:13,253 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:46:13,255 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:47:13,229 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:48:13,262 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:48:13,262 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:48:13,264 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:49:13,225 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:50:13,245 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:50:13,247 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:50:13,249 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:51:13,222 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:52:13,241 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:52:13,243 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:52:13,245 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:53:13,215 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:54:13,246 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:54:13,247 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:54:13,248 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:55:13,228 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:56:13,247 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:56:13,247 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:56:13,249 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:57:13,213 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:58:13,248 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 07:58:13,249 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 07:58:13,250 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 07:59:13,217 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:00:13,246 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:00:13,246 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:00:13,247 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:01:13,216 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:02:13,241 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:02:13,241 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:02:13,244 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:03:13,216 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:04:13,258 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:04:13,259 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:04:13,260 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:05:13,236 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:06:13,258 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:06:13,259 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:06:13,261 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:07:13,235 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:08:13,253 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:08:13,256 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:08:13,257 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:09:13,238 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:10:13,254 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:10:13,254 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:10:13,255 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:11:13,236 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:12:13,263 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:12:13,263 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:12:13,266 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:13:13,238 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:14:13,257 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:14:13,257 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:14:13,260 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:15:13,232 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:16:13,257 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:16:13,258 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:16:13,259 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:17:13,237 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:18:13,258 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:18:13,259 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:18:13,260 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:19:13,123 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:20:13,134 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:20:13,135 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:20:13,136 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:21:13,124 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:22:13,132 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:22:13,133 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:22:13,134 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:23:13,119 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:24:13,142 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:24:13,144 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:24:13,145 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:25:13,121 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:26:13,141 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:26:13,141 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:26:13,143 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:27:13,114 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:37:35,934 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 08:37:35,935 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 08:37:35,937 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 08:53:36,006 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:08:54,514 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:08:54,518 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:08:54,519 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:19:29,653 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:20:29,649 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:20:29,652 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:20:29,654 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:21:29,628 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:22:29,656 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:22:29,657 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:22:29,658 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:23:29,639 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:24:29,658 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:24:29,659 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:24:29,660 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:25:29,660 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:26:29,672 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:26:29,672 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:26:29,674 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:27:29,645 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:28:29,659 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:28:29,659 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:28:29,661 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:29:29,656 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:30:29,669 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:30:29,670 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:30:29,672 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:31:29,652 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:32:29,672 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:32:29,673 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:32:29,675 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:33:29,653 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:34:29,670 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:34:29,671 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:34:29,673 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:35:29,655 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:36:29,671 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:36:29,673 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:36:29,674 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:37:29,659 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:38:29,713 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:38:29,724 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:38:29,725 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:39:29,653 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:40:29,667 basehttp 62069 6173339648 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:40:29,669 basehttp 62069 6156513280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:40:29,670 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:41:29,641 basehttp 62069 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:42:29,657 basehttp 62069 6156513280 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:42:29,658 basehttp 62069 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:42:29,661 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:43:29,649 basehttp 62069 6173339648 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:44:29,656 basehttp 62069 6173339648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:44:29,661 basehttp 62069 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:44:29,662 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:44:59,645 basehttp 62069 6156513280 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:46:43,399 autoreload 89090 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 09:46:59,628 basehttp 89090 6171095040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:47:03,091 basehttp 89090 6171095040 "GET /en/ HTTP/1.1" 200 47535 WARNING 2025-08-30 09:47:03,118 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:03,118 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:47:03,224 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:47:03,227 basehttp 89090 6221574144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 09:47:03,228 basehttp 89090 6187921408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:47:03,228 basehttp 89090 6204747776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:47:10,321 basehttp 89090 6204747776 "GET /en/ HTTP/1.1" 200 47535 WARNING 2025-08-30 09:47:10,346 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:10,346 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:47:10,439 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:47:10,447 basehttp 89090 6171095040 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 09:47:10,449 basehttp 89090 6221574144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 09:47:10,450 basehttp 89090 6187921408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 09:47:18,000 basehttp 89090 6187921408 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-30 09:47:18,035 basehttp 89090 6221574144 "GET /en/hr/ HTTP/1.1" 200 42439 WARNING 2025-08-30 09:47:18,051 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:18,051 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:47:18,069 basehttp 89090 6221574144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-30 09:47:35,061 log 89090 6221574144 Internal Server Error: /en/hr/time-entries/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_time_entries' not found. 'export_time_entries' is not a valid view function or pattern name. ERROR 2025-08-30 09:47:35,063 basehttp 89090 6221574144 "GET /en/hr/time-entries/ HTTP/1.1" 500 203174 WARNING 2025-08-30 09:47:35,076 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:47:35,076 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:48:25,537 log 89090 6221574144 Not Found: /en/core WARNING 2025-08-30 09:48:25,537 basehttp 89090 6221574144 "GET /en/core HTTP/1.1" 404 29856 WARNING 2025-08-30 09:48:25,554 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:25,555 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:48:42,163 log 89090 6221574144 Not Found: /en/core/tenants WARNING 2025-08-30 09:48:42,163 basehttp 89090 6221574144 "GET /en/core/tenants HTTP/1.1" 404 29880 WARNING 2025-08-30 09:48:42,183 log 89090 6221574144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:42,183 basehttp 89090 6221574144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:48:49,908 basehttp 89090 6221574144 "GET /en/tenants HTTP/1.1" 301 0 INFO 2025-08-30 09:48:49,921 basehttp 89090 6171095040 "GET /en/tenants/ HTTP/1.1" 200 29045 WARNING 2025-08-30 09:48:49,937 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:49,938 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:48:49,988 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:48:57,864 basehttp 89090 6171095040 "GET /en/tenants/create/ HTTP/1.1" 200 41630 WARNING 2025-08-30 09:48:57,883 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:57,883 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:48:57,934 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:48:59,921 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:59,922 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:48:59,936 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:48:59,937 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 09:49:08,280 log 89090 6171095040 Not Found: /en/configuration WARNING 2025-08-30 09:49:08,280 basehttp 89090 6171095040 "GET /en/configuration HTTP/1.1" 404 29883 WARNING 2025-08-30 09:49:08,300 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:49:08,300 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:49:20,998 basehttp 89090 6171095040 "GET /en/system-configuration HTTP/1.1" 301 0 INFO 2025-08-30 09:49:21,014 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 200 62082 WARNING 2025-08-30 09:49:21,030 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:49:21,031 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:49:21,085 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:49:28,761 log 89090 6204747776 Not Found: /core/configurations/5/edit/ WARNING 2025-08-30 09:49:28,761 basehttp 89090 6204747776 "GET /core/configurations/5/edit/ HTTP/1.1" 404 2605 WARNING 2025-08-30 09:49:39,273 log 89090 6204747776 Not Found: /core/configurations/5/ WARNING 2025-08-30 09:49:39,273 basehttp 89090 6204747776 "GET /core/configurations/5/ HTTP/1.1" 404 2590 INFO 2025-08-30 09:50:21,102 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:51:13,709 log 89090 6204747776 Not Found: /core/configurations/5/edit/ WARNING 2025-08-30 09:51:13,709 basehttp 89090 6204747776 "GET /core/configurations/5/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 09:51:21,097 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:52:21,110 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:53:21,110 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:54:21,107 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:55:21,107 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:55:54,142 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 200 62082 WARNING 2025-08-30 09:55:54,161 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:55:54,161 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:55:54,196 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:55:55,975 log 89090 6204747776 Not Found: /core/configurations/5/edit/ WARNING 2025-08-30 09:55:55,975 basehttp 89090 6204747776 "GET /core/configurations/5/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 09:56:54,208 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 09:57:06,467 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 200 62083 WARNING 2025-08-30 09:57:06,490 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:57:06,491 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 09:57:06,553 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 09:57:10,991 log 89090 6204747776 Not Found: /system-configuration/7/ WARNING 2025-08-30 09:57:10,992 basehttp 89090 6204747776 "GET /system-configuration/7/ HTTP/1.1" 404 2593 INFO 2025-08-30 09:58:06,551 basehttp 89090 6204747776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-30 09:58:06,865 log 89090 6204747776 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-30 09:58:06,866 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 500 195432 WARNING 2025-08-30 09:58:06,882 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:58:06,882 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 09:58:27,762 log 89090 6204747776 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-30 09:58:27,763 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 500 195467 WARNING 2025-08-30 09:58:27,777 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:58:27,777 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 09:59:19,863 log 89090 6204747776 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-08-30 09:59:19,864 basehttp 89090 6204747776 "GET /en/system-configuration/ HTTP/1.1" 500 195470 WARNING 2025-08-30 09:59:19,879 log 89090 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 09:59:19,879 basehttp 89090 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:01:40,247 basehttp 89090 6171095040 "GET /en/system-configuration/ HTTP/1.1" 200 62083 WARNING 2025-08-30 10:01:40,260 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:01:40,260 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:01:40,312 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:01:43,026 log 89090 6171095040 Not Found: /system-configuration/7/ WARNING 2025-08-30 10:01:43,027 basehttp 89090 6171095040 "GET /system-configuration/7/ HTTP/1.1" 404 2593 INFO 2025-08-30 10:02:10,950 basehttp 89090 6171095040 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:02:10,973 log 89090 6171095040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:02:10,973 basehttp 89090 6171095040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:02:11,020 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:02:12,354 log 89090 6171095040 Not Found: /en/system-configuration/7/ WARNING 2025-08-30 10:02:12,355 basehttp 89090 6171095040 "GET /en/system-configuration/7/ HTTP/1.1" 404 29913 INFO 2025-08-30 10:03:11,026 basehttp 89090 6171095040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:03:11,902 autoreload 89090 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-30 10:03:12,348 autoreload 96437 8466948288 Watching for file changes with StatReloader WARNING 2025-08-30 10:03:13,465 log 96437 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:13,465 basehttp 96437 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:03:13,492 log 96437 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:13,492 basehttp 96437 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:14,951 basehttp 96437 6325039104 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:03:14,972 log 96437 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:14,972 basehttp 96437 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:15,020 basehttp 96437 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-08-30 10:03:16,934 log 96437 6325039104 Internal Server Error: /en/system-configuration/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_configuration_update' with arguments '(7,)' not found. 1 pattern(s) tried: ['en/system\\-configuration/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/edit/\\Z'] ERROR 2025-08-30 10:03:16,935 basehttp 96437 6325039104 "GET /en/system-configuration/7/ HTTP/1.1" 500 172519 INFO 2025-08-30 10:03:32,383 autoreload 96437 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/urls.py changed, reloading. INFO 2025-08-30 10:03:32,832 autoreload 96596 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 10:03:33,490 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:03:33,522 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:33,522 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:33,571 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:03:35,183 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 27343 INFO 2025-08-30 10:03:43,641 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:03:43,675 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:43,675 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:43,711 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:03:46,017 log 96596 6128726016 Not Found: /core/configurations/7/edit/ WARNING 2025-08-30 10:03:46,017 basehttp 96596 6128726016 "GET /core/configurations/7/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 10:03:49,621 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 27343 INFO 2025-08-30 10:03:57,657 basehttp 96596 6128726016 "GET /en/system-configuration/7/edit/ HTTP/1.1" 200 44134 WARNING 2025-08-30 10:03:57,679 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:03:57,679 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:03:57,717 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:04:00,242 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:04:00,242 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:04:00,257 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:04:00,257 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:04:29,304 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:04:29,333 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:04:29,334 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:04:29,372 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:04:30,889 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 10120 WARNING 2025-08-30 10:05:08,473 log 96596 6128726016 Not Found: /core/configurations/7/edit/ WARNING 2025-08-30 10:05:08,473 basehttp 96596 6128726016 "GET /core/configurations/7/edit/ HTTP/1.1" 404 2605 INFO 2025-08-30 10:05:11,787 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 10120 INFO 2025-08-30 10:05:29,378 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:05:34,403 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 62086 WARNING 2025-08-30 10:05:34,427 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:05:34,427 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:05:34,472 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:05:35,636 basehttp 96596 6128726016 "GET /en/system-configuration/7/ HTTP/1.1" 200 9447 ERROR 2025-08-30 10:05:56,614 log 96596 6128726016 Internal Server Error: /en/system-configuration/7/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'deactivate_configuration' not found. 'deactivate_configuration' is not a valid view function or pattern name. ERROR 2025-08-30 10:05:56,616 basehttp 96596 6128726016 "GET /en/system-configuration/7/delete/ HTTP/1.1" 500 169585 WARNING 2025-08-30 10:05:56,635 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:05:56,635 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:06:00,175 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:00,175 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:06:00,206 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:00,207 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:06:01,412 basehttp 96596 6128726016 "GET /en/system-configuration/7/edit/ HTTP/1.1" 200 44134 WARNING 2025-08-30 10:06:01,434 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:01,434 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:06:01,485 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:06:30,474 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:30,474 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:06:30,487 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:06:30,488 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:06:34,485 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:06:37,869 basehttp 96596 6128726016 "GET /en/system-configuration/4/ HTTP/1.1" 200 9434 INFO 2025-08-30 10:06:52,280 basehttp 96596 6128726016 "GET /en/system-configuration/2/ HTTP/1.1" 200 9407 INFO 2025-08-30 10:07:04,554 basehttp 96596 6128726016 "GET /en/system-configuration/6/ HTTP/1.1" 200 9434 INFO 2025-08-30 10:07:34,492 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:08:34,497 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:08:53,186 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 61757 WARNING 2025-08-30 10:08:53,209 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:53,209 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:08:53,255 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:08:55,275 basehttp 96596 6128726016 "GET /en/system-configuration/3/edit/ HTTP/1.1" 200 44088 WARNING 2025-08-30 10:08:55,298 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:55,299 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:08:55,334 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:08:58,359 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:58,359 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:08:58,373 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:08:58,373 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:36,914 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 61925 WARNING 2025-08-30 10:09:36,940 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:36,940 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:36,987 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:09:38,131 basehttp 96596 6128726016 "GET /en/system-configuration/3/ HTTP/1.1" 200 27264 INFO 2025-08-30 10:09:38,142 basehttp 96596 6145552384 "GET /en/system-configuration/3/ HTTP/1.1" 200 27264 WARNING 2025-08-30 10:09:38,183 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:38,183 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:38,220 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:09:44,020 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:44,020 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:09:44,038 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:44,039 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:56,901 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 61393 WARNING 2025-08-30 10:09:56,933 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:56,933 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:56,976 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:09:58,746 basehttp 96596 6145552384 "GET /en/system-configuration/3/ HTTP/1.1" 200 27264 WARNING 2025-08-30 10:09:58,767 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:09:58,767 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:09:58,816 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:10:00,324 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:00,324 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:10:00,340 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:00,340 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:10:00,956 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 61393 WARNING 2025-08-30 10:10:00,974 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:00,974 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:10:01,006 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:10:11,712 basehttp 96596 6145552384 "GET /en/system-configuration/6/ HTTP/1.1" 200 27326 WARNING 2025-08-30 10:10:11,733 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:11,733 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:10:11,785 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:10:15,539 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:15,539 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:10:15,555 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:10:15,555 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:10:19,879 log 96596 6145552384 Not Found: /core/configurations/add/ WARNING 2025-08-30 10:10:19,880 basehttp 96596 6145552384 "GET /core/configurations/add/ HTTP/1.1" 404 2596 INFO 2025-08-30 10:11:00,892 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 61394 WARNING 2025-08-30 10:11:00,916 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:00,916 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:00,969 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:11:02,156 basehttp 96596 6145552384 "GET /en/system-configuration/create/ HTTP/1.1" 200 44044 WARNING 2025-08-30 10:11:02,178 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:02,178 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:02,228 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-08-30 10:11:08,191 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:08,192 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:11:08,207 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:08,207 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:45,416 basehttp 96596 6145552384 "GET /en/system-configuration/ HTTP/1.1" 200 60379 WARNING 2025-08-30 10:11:45,442 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:45,442 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:45,491 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:11:51,787 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67231 WARNING 2025-08-30 10:11:51,811 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:11:51,811 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:11:51,865 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-08-30 10:12:06,227 basehttp 96596 6145552384 "GET /en/notifications/5/deactivate HTTP/1.1" 302 0 INFO 2025-08-30 10:12:06,242 basehttp 96596 6145552384 "GET /en/notifications/5/ HTTP/1.1" 200 34425 WARNING 2025-08-30 10:12:06,265 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:06,265 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:06,314 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:12:12,275 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:12,275 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:12:12,293 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:12,294 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:12,950 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67315 WARNING 2025-08-30 10:12:12,973 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:12,974 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:13,016 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:12:22,151 basehttp 96596 6145552384 "GET /en/notifications/4/deactivate HTTP/1.1" 302 0 INFO 2025-08-30 10:12:22,162 basehttp 96596 6145552384 "GET /en/notifications/4/ HTTP/1.1" 200 34388 WARNING 2025-08-30 10:12:22,181 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:22,181 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:22,227 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 2998 INFO 2025-08-30 10:12:27,613 basehttp 96596 6145552384 "GET /en/notifications/4/activate HTTP/1.1" 302 0 INFO 2025-08-30 10:12:27,624 basehttp 96596 6145552384 "GET /en/notifications/4/ HTTP/1.1" 200 34345 WARNING 2025-08-30 10:12:27,644 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:27,644 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:27,688 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:12:29,367 basehttp 96596 6145552384 "GET /en/notifications/4/ HTTP/1.1" 200 33911 WARNING 2025-08-30 10:12:29,384 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:29,384 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:12:30,002 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:30,002 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:12:30,022 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:30,023 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:31,603 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67315 WARNING 2025-08-30 10:12:31,630 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:12:31,630 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:12:31,670 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:13:31,673 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:06,783 basehttp 96596 6145552384 "GET /en/notifications/ HTTP/1.1" 200 67315 WARNING 2025-08-30 10:14:06,807 log 96596 6145552384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:06,807 basehttp 96596 6145552384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:06,856 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:08,309 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:08,311 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:08,311 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:08,324 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:08,324 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:09,147 basehttp 96596 6128726016 "GET /en/system-configuration/ HTTP/1.1" 200 59904 WARNING 2025-08-30 10:14:09,171 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:09,172 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:09,222 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:14,913 basehttp 96596 6128726016 "GET /en/ HTTP/1.1" 200 47401 WARNING 2025-08-30 10:14:14,933 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:14,933 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:15,006 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:15,009 basehttp 96596 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 10:14:15,010 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:14:15,010 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:14:17,816 basehttp 96596 6162378752 "GET /en/ HTTP/1.1" 200 47401 WARNING 2025-08-30 10:14:17,844 log 96596 6162378752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:17,844 basehttp 96596 6162378752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:17,905 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:17,911 basehttp 96596 6128726016 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 10:14:17,911 basehttp 96596 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:14:17,912 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:14:23,335 basehttp 96596 6145552384 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-08-30 10:14:23,364 basehttp 96596 13170143232 "GET /en/emr/ HTTP/1.1" 200 71709 WARNING 2025-08-30 10:14:23,388 log 96596 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:23,388 basehttp 96596 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:23,448 basehttp 96596 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:14:23,454 basehttp 96596 6128726016 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-30 10:14:26,307 basehttp 96596 6128726016 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 WARNING 2025-08-30 10:14:26,334 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:26,334 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:26,392 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:29,260 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:29,261 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:29,279 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:29,279 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:30,484 basehttp 96596 6128726016 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 WARNING 2025-08-30 10:14:30,511 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:30,511 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:30,567 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:34,192 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:34,192 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:34,204 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:34,204 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:35,481 basehttp 96596 6128726016 "GET /en/emr/problems/ HTTP/1.1" 200 104971 WARNING 2025-08-30 10:14:35,512 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:35,512 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:35,568 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:43,387 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:43,387 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:43,400 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:43,400 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:46,280 basehttp 96596 6128726016 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 WARNING 2025-08-30 10:14:46,305 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:46,305 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:46,363 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 10:14:49,840 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:49,840 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:14:49,854 log 96596 6128726016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:14:49,854 basehttp 96596 6128726016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:14:53,467 basehttp 96596 6128726016 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-30 10:15:06,640 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-30 10:15:06,644 log 96596 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:15:06,644 basehttp 96596 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 10:15:06,667 log 96596 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 10:15:06,668 basehttp 96596 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 10:15:17,911 basehttp 96596 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:15:17,912 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:15:37,797 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:16:08,802 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:16:18,798 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:16:18,801 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:17:05,934 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:17:36,935 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:17:45,924 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:17:45,926 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:18:07,928 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:18:46,946 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:18:46,946 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:18:55,921 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:19:47,947 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:19:47,947 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:19:55,931 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:31:10,741 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:31:10,741 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 10:31:17,710 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:48:50,291 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 10:48:50,295 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 10:48:50,295 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:05:11,765 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:06:11,772 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:06:11,775 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:06:11,776 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:07:11,759 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:08:11,778 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:08:11,778 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:08:11,779 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:24:33,131 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:41:53,696 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:41:53,697 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:41:53,699 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:42:53,596 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 11:59:20,466 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 11:59:20,468 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 11:59:20,469 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 12:15:24,838 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 12:31:55,062 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 12:31:55,063 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 12:31:55,064 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 12:49:05,211 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:06:54,580 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:06:54,583 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:06:54,584 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:07:54,568 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:17:10,914 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:17:10,915 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:17:10,917 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:34:21,761 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:35:21,777 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:35:21,778 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:35:21,780 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:36:21,760 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:37:21,780 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:37:21,782 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:37:21,783 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:38:21,760 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 13:56:55,939 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 13:56:55,946 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 13:56:55,947 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:13:17,365 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:14:17,360 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:14:17,369 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:14:17,372 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:15:17,359 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:16:17,364 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:16:17,364 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:16:17,366 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:17:17,352 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:18:17,371 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:18:17,373 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:18:17,374 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:19:17,350 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:20:17,361 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:20:17,362 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:20:17,364 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:21:17,350 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:22:17,369 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:22:17,372 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:22:17,373 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:38:20,699 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:39:20,722 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:39:20,728 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:39:20,730 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:40:20,699 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:41:20,726 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:41:20,727 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:41:20,729 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:42:20,698 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:43:20,721 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:43:20,722 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:43:20,724 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:44:20,697 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:45:20,723 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:45:20,724 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:45:20,726 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:46:20,699 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:47:20,722 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:47:20,723 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:47:20,725 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:48:20,698 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:49:20,718 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:49:20,722 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:49:20,724 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:50:20,704 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:51:20,726 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:51:20,726 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:51:20,727 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:52:20,703 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:53:20,742 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:53:20,743 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:53:20,745 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:54:20,723 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:55:20,744 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:55:20,745 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:55:20,747 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:56:20,724 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:57:20,744 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:57:20,744 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:57:20,746 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:58:20,727 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 14:59:20,747 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 14:59:20,748 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 14:59:20,749 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:00:20,715 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:01:20,741 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:01:20,741 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:01:20,743 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:02:20,718 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:03:20,744 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:03:20,745 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:03:20,748 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:04:20,719 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:05:20,745 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:05:20,746 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:05:20,747 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:06:20,720 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:07:20,740 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:07:20,744 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:07:20,745 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:08:20,590 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:09:20,614 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:09:20,615 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:09:20,617 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:10:20,579 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:11:20,607 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:11:20,609 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:11:20,611 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:12:20,587 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:13:20,606 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:13:20,606 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:13:20,608 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:14:20,583 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:15:20,600 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:15:20,602 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:15:20,603 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:16:20,584 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:17:20,601 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:17:20,601 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:17:20,602 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:18:20,581 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:19:20,591 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:19:20,595 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:19:20,597 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:20:20,574 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:21:20,583 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:21:20,586 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:21:20,587 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:22:20,585 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:23:20,531 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:23:20,533 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:23:20,534 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:24:20,508 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:25:20,546 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:25:20,546 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:25:20,549 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:26:20,561 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:26:20,562 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:26:20,563 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:27:20,500 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:28:20,517 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:28:20,519 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:28:20,520 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:29:20,499 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:30:20,512 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:30:20,514 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:30:20,515 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:31:20,499 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:32:20,514 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:32:20,514 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:32:20,515 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:33:20,494 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:34:20,509 basehttp 96596 6128726016 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:34:20,510 basehttp 96596 6162378752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:34:20,512 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:35:20,486 basehttp 96596 6145552384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:36:20,503 basehttp 96596 6162378752 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:36:20,503 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:36:20,504 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:37:20,477 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 15:47:10,422 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 15:47:10,422 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 15:47:10,423 basehttp 96596 6162378752 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:04:33,581 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:04:36,893 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:04:36,895 basehttp 96596 6145552384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 WARNING 2025-08-30 16:04:47,682 log 96596 6145552384 Not Found: /favicon.ico WARNING 2025-08-30 16:04:47,685 basehttp 96596 6145552384 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-30 16:04:47,749 basehttp 96596 6128726016 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 128269 INFO 2025-08-30 16:04:47,762 basehttp 96596 6128726016 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-30 16:04:47,762 basehttp 96596 6145552384 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-30 16:04:47,763 basehttp 96596 6162378752 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-30 16:04:47,763 basehttp 96596 6128726016 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-30 16:04:47,765 basehttp 96596 6128726016 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-30 16:04:47,767 basehttp 96596 6145552384 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-30 16:04:47,768 basehttp 96596 6128726016 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-30 16:04:47,768 basehttp 96596 6145552384 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-30 16:04:47,771 basehttp 96596 6128726016 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-30 16:04:47,775 basehttp 96596 6162378752 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-30 16:04:47,775 basehttp 96596 6145552384 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-30 16:04:47,777 basehttp 96596 6128726016 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-30 16:04:47,793 basehttp 96596 6145552384 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-30 16:04:47,793 basehttp 96596 6128726016 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-30 16:04:47,794 basehttp 96596 13170143232 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-30 16:04:47,794 basehttp 96596 6162378752 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-30 16:04:47,799 basehttp 96596 6162378752 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-30 16:04:47,800 basehttp 96596 6162378752 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-30 16:04:47,823 basehttp 96596 6162378752 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-30 16:04:47,824 basehttp 96596 6128726016 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-30 16:04:47,824 basehttp 96596 13170143232 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-30 16:04:47,834 basehttp 96596 13170143232 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-30 16:05:17,653 basehttp 96596 6128726016 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:05:22,176 basehttp 96596 6128726016 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-30 16:05:22,295 basehttp 96596 6145552384 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-30 16:05:22,307 basehttp 96596 6145552384 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-08-30 16:05:22,345 basehttp 96596 6145552384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:05:22,377 log 96596 6128726016 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-30 16:05:22,379 basehttp 96596 6128726016 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124405 INFO 2025-08-30 16:05:26,986 basehttp 96596 6128726016 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-30 16:05:27,021 basehttp 96596 6128726016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:05:30,710 log 96596 6128726016 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:05:30,712 basehttp 96596 6128726016 "GET /en/radiology/orders/403/ HTTP/1.1" 500 150906 INFO 2025-08-30 16:06:36,109 autoreload 96596 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-30 16:06:36,574 autoreload 45929 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 16:06:37,060 log 45929 6131118080 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:06:37,063 basehttp 45929 6131118080 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151554 INFO 2025-08-30 16:07:20,455 autoreload 45929 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-30 16:07:20,770 autoreload 46238 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 16:07:23,666 log 46238 6135918592 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:07:23,669 basehttp 46238 6135918592 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151546 ERROR 2025-08-30 16:08:50,936 log 46238 6135918592 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:08:50,937 basehttp 46238 6135918592 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151546 INFO 2025-08-30 16:12:06,048 autoreload 50146 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 16:12:09,179 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:11,962 basehttp 50146 6168834048 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-30 16:12:11,997 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:12:14,747 log 50146 6168834048 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-30 16:12:14,753 basehttp 50146 6168834048 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151264 INFO 2025-08-30 16:12:17,741 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 16:12:17,800 log 50146 6168834048 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-30 16:12:17,802 basehttp 50146 6168834048 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124260 INFO 2025-08-30 16:12:19,708 basehttp 50146 6168834048 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-30 16:12:19,741 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:21,687 basehttp 50146 6168834048 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-30 16:12:21,718 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:31,258 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-30 16:12:31,290 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:32,873 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&status=in_progress&modality=&priority=&date_range= HTTP/1.1" 200 31659 INFO 2025-08-30 16:12:32,905 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:34,185 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&status=pending&modality=&priority=&date_range= HTTP/1.1" 200 31647 INFO 2025-08-30 16:12:34,216 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:35,213 basehttp 50146 6168834048 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-30 16:12:35,251 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:12:39,410 basehttp 50146 6168834048 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-30 16:12:39,442 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:13:39,458 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:15:41,401 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:25:34,167 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:26:34,168 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:27:34,168 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:28:34,169 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:34,168 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:41,947 basehttp 50146 6168834048 "GET / HTTP/1.1" 302 0 INFO 2025-08-30 16:29:41,972 basehttp 50146 13304360960 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:29:42,011 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:42,028 basehttp 50146 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:29:42,030 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:29:42,030 basehttp 50146 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:29:45,875 basehttp 50146 6168834048 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:29:45,932 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:45,934 basehttp 50146 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:29:45,934 basehttp 50146 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:29:45,936 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:29:48,688 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:52,447 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:53,221 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:53,783 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:29:54,692 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:25,365 basehttp 50146 13321187328 "GET / HTTP/1.1" 302 0 INFO 2025-08-30 16:30:25,378 basehttp 50146 13338013696 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:30:25,444 basehttp 50146 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:25,446 basehttp 50146 6168834048 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:30:25,448 basehttp 50146 13321187328 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:30:25,448 basehttp 50146 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:30:35,355 basehttp 50146 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-08-30 16:30:35,364 basehttp 50146 13321187328 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:30:35,421 basehttp 50146 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:30:35,422 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:35,423 basehttp 50146 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:30:35,423 basehttp 50146 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:30:41,529 basehttp 50146 6168834048 "GET /en/ HTTP/1.1" 200 47446 INFO 2025-08-30 16:30:41,589 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:30:41,594 basehttp 50146 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-30 16:30:41,596 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:30:41,597 basehttp 50146 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:31:11,584 basehttp 50146 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:31:41,605 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:31:41,605 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:31:41,606 basehttp 50146 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:33:53,414 basehttp 50146 6168834048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:36:13,958 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:36:13,960 basehttp 50146 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:36:13,961 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:36:43,944 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:37:13,919 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:37:13,928 basehttp 50146 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-30 16:37:13,936 basehttp 50146 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-30 16:37:16,533 basehttp 50146 13321187328 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-30 16:37:16,615 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:37:16,617 basehttp 50146 13304360960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-30 16:37:16,638 basehttp 50146 6168834048 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-30 16:37:19,618 basehttp 50146 6168834048 "GET /en/inventory HTTP/1.1" 301 0 INFO 2025-08-30 16:37:19,634 basehttp 50146 13304360960 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-30 16:37:19,673 basehttp 50146 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:37:19,677 basehttp 50146 13321187328 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:37:49,679 basehttp 50146 13321187328 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:38:19,688 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:38:19,689 basehttp 50146 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:38:49,681 basehttp 50146 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-30 16:39:04,793 basehttp 50146 13304360960 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 148603 INFO 2025-08-30 16:39:04,805 basehttp 50146 13321187328 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-30 16:39:04,807 basehttp 50146 13304360960 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-30 16:39:04,807 basehttp 50146 13338013696 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-30 16:39:04,808 basehttp 50146 13354840064 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-30 16:39:04,808 basehttp 50146 13371666432 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-30 16:39:04,809 basehttp 50146 13321187328 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-30 16:39:04,809 basehttp 50146 6168834048 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-30 16:39:04,866 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:39:04,871 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:04,941 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:04,952 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:05,000 basehttp 50146 6168834048 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 148603 INFO 2025-08-30 16:40:05,066 basehttp 50146 6168834048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 16:40:05,071 basehttp 50146 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 16:40:10,340 log 50146 13321187328 Not Found: /en/operating_theatre WARNING 2025-08-30 16:40:10,340 basehttp 50146 13321187328 "GET /en/operating_theatre HTTP/1.1" 404 29892 INFO 2025-08-30 16:40:22,775 basehttp 50146 13321187328 "GET /en/operating-theatre HTTP/1.1" 301 0 ERROR 2025-08-30 16:40:22,802 log 50146 6168834048 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 16:40:22,804 basehttp 50146 6168834048 "GET /en/operating-theatre/ HTTP/1.1" 500 134834 INFO 2025-08-30 16:41:39,410 autoreload 50146 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 16:41:39,733 autoreload 57729 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:27:27,644 autoreload 57729 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:27:27,953 autoreload 60112 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:27:28,502 log 60112 6134509568 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:27:28,504 basehttp 60112 6134509568 "GET /en/operating-theatre/ HTTP/1.1" 500 134971 INFO 2025-08-30 17:28:39,856 autoreload 60112 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:28:40,175 autoreload 60662 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:28:41,678 log 60662 6201831424 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:28:41,681 basehttp 60662 6201831424 "GET /en/operating-theatre/ HTTP/1.1" 500 134971 ERROR 2025-08-30 17:28:42,927 log 60662 6201831424 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:28:42,928 basehttp 60662 6201831424 "GET /en/operating-theatre/ HTTP/1.1" 500 134971 INFO 2025-08-30 17:29:08,398 autoreload 60662 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:29:08,705 autoreload 60902 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:29:08,954 log 60902 6164033536 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:29:08,956 basehttp 60902 6164033536 "GET /en/operating-theatre/ HTTP/1.1" 500 135563 INFO 2025-08-30 17:31:16,168 autoreload 60902 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:31:16,511 autoreload 61853 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:32:04,309 autoreload 61853 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:32:04,643 autoreload 62247 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:32:35,818 autoreload 62247 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:32:36,135 autoreload 62491 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:33:14,581 autoreload 62491 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:33:14,906 autoreload 62738 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:33:46,091 autoreload 62738 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:33:46,419 autoreload 62976 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:34:15,473 autoreload 62976 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:34:15,792 autoreload 63213 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:35:24,119 autoreload 63213 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:35:24,473 autoreload 63770 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:36:01,842 autoreload 63770 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:36:02,196 autoreload 64012 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:36:30,276 autoreload 64012 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:36:30,601 autoreload 64250 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:37:42,969 autoreload 64250 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:37:43,281 autoreload 64794 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:38:20,648 autoreload 64794 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:38:20,980 autoreload 65041 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:38:54,254 autoreload 65041 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:38:54,579 autoreload 65277 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 17:39:28,835 autoreload 65277 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:39:29,197 autoreload 65591 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:39:30,296 log 65591 6170914816 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:39:30,298 basehttp 65591 6170914816 "GET /en/operating-theatre/ HTTP/1.1" 500 135563 ERROR 2025-08-30 17:39:31,704 log 65591 6170914816 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 69, in get_context_data 'cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:39:31,705 basehttp 65591 6170914816 "GET /en/operating-theatre/ HTTP/1.1" 500 135563 INFO 2025-08-30 17:40:10,745 autoreload 65591 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-08-30 17:40:11,083 autoreload 65900 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:40:11,792 log 65900 6164819968 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 73, in get_context_data 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:40:11,794 basehttp 65900 6164819968 "GET /en/operating-theatre/ HTTP/1.1" 500 135444 ERROR 2025-08-30 17:40:12,675 log 65900 6164819968 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 73, in get_context_data 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:40:12,676 basehttp 65900 6164819968 "GET /en/operating-theatre/ HTTP/1.1" 500 135444 INFO 2025-08-30 17:40:37,128 autoreload 65900 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:40:37,456 autoreload 66069 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:40:37,872 log 66069 6170046464 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 77, in get_context_data 'cases_completed_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_end_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:40:37,873 basehttp 66069 6170046464 "GET /en/operating-theatre/ HTTP/1.1" 500 135295 INFO 2025-08-30 17:41:09,878 autoreload 66069 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:41:10,220 autoreload 66304 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:41:13,904 log 66304 6169407488 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 82, in get_context_data 'emergency_cases_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'priority' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:41:13,906 basehttp 66304 6169407488 "GET /en/operating-theatre/ HTTP/1.1" 500 135942 INFO 2025-08-30 17:54:40,108 autoreload 66304 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:54:40,411 autoreload 68826 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:54:41,268 log 68826 6203830272 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 87, in get_context_data 'blocks_today': ORBlock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-08-30 17:54:41,270 basehttp 68826 6203830272 "GET /en/operating-theatre/ HTTP/1.1" 500 133197 INFO 2025-08-30 17:57:03,473 autoreload 68826 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:57:03,847 autoreload 69912 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:57:05,104 log 69912 13052751872 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 91, in get_context_data 'equipment_in_use': EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-08-30 17:57:05,107 basehttp 69912 13052751872 "GET /en/operating-theatre/ HTTP/1.1" 500 132552 ERROR 2025-08-30 17:57:06,626 log 69912 13052751872 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 91, in get_context_data 'equipment_in_use': EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'status' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-08-30 17:57:06,627 basehttp 69912 13052751872 "GET /en/operating-theatre/ HTTP/1.1" 500 132552 INFO 2025-08-30 17:58:44,799 autoreload 69912 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:58:45,106 autoreload 70626 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:58:46,061 log 70626 6190411776 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 95, in get_context_data 'notes_pending': SurgicalNote.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 17:58:46,063 basehttp 70626 6190411776 "GET /en/operating-theatre/ HTTP/1.1" 500 133892 INFO 2025-08-30 17:59:55,636 autoreload 70626 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 17:59:55,939 autoreload 71169 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 17:59:56,450 log 71169 6168227840 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 102, in get_context_data context['recent_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 17:59:56,452 basehttp 71169 6168227840 "GET /en/operating-theatre/ HTTP/1.1" 500 134769 INFO 2025-08-30 18:01:02,427 autoreload 71169 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:01:02,754 autoreload 71636 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:01:03,998 log 71636 6161346560 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-08-30 18:01:04,001 basehttp 71636 6161346560 "GET /en/operating-theatre/ HTTP/1.1" 500 140891 ERROR 2025-08-30 18:01:05,830 log 71636 6161346560 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-08-30 18:01:05,832 basehttp 71636 6161346560 "GET /en/operating-theatre/ HTTP/1.1" 500 140891 INFO 2025-08-30 18:03:07,552 autoreload 71636 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:03:07,877 autoreload 72572 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:03:08,631 log 72572 6122532864 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'or_block' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-08-30 18:03:08,632 basehttp 72572 6122532864 "GET /en/operating-theatre/ HTTP/1.1" 500 141636 INFO 2025-08-30 18:13:16,726 autoreload 72572 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:13:17,027 autoreload 77055 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:13:18,179 log 77055 6157430784 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:13:18,182 basehttp 77055 6157430784 "GET /en/operating-theatre/ HTTP/1.1" 500 227801 INFO 2025-08-30 18:14:05,005 autoreload 77055 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:14:05,341 autoreload 77374 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:14:06,606 log 77374 6158790656 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:14:06,610 basehttp 77374 6158790656 "GET /en/operating-theatre/ HTTP/1.1" 500 227801 ERROR 2025-08-30 18:14:10,142 log 77374 6158790656 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:14:10,144 basehttp 77374 6158790656 "GET /en/operating-theatre/ HTTP/1.1" 500 227801 INFO 2025-08-30 18:14:28,366 autoreload 77374 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:14:28,727 autoreload 77603 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 18:14:29,473 basehttp 77603 6198620160 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-30 18:14:29,524 basehttp 77603 6198620160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 18:14:29,536 log 77603 6215446528 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1115, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:14:29,538 basehttp 77603 6215446528 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121556 INFO 2025-08-30 18:14:36,642 basehttp 77603 6215446528 "GET /en/operating-theatre/rooms/create/ HTTP/1.1" 200 48886 INFO 2025-08-30 18:14:36,673 basehttp 77603 6215446528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 18:14:49,391 log 77603 6215446528 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 685, in get_queryset queryset = SurgicalCase.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:14:49,393 basehttp 77603 6215446528 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 133531 INFO 2025-08-30 18:15:12,586 autoreload 77603 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:15:12,911 autoreload 77923 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:15:13,572 log 77923 6169423872 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 727, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:15:13,574 basehttp 77923 6169423872 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 105953 INFO 2025-08-30 18:16:17,321 autoreload 77923 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:16:17,634 autoreload 78389 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:16:18,751 log 78389 6163132416 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 728, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:16:18,753 basehttp 78389 6163132416 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 106151 ERROR 2025-08-30 18:16:19,560 log 78389 6163132416 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 728, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:16:19,561 basehttp 78389 6163132416 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 106151 ERROR 2025-08-30 18:16:21,032 log 78389 6163132416 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 728, in get_queryset ).order_by('-scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 18:16:21,033 basehttp 78389 6163132416 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 106151 INFO 2025-08-30 18:16:31,294 autoreload 78389 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:16:31,646 autoreload 78471 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:16:32,454 log 78471 6205222912 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'priority' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 734, in get_context_data 'priorities': SurgicalCase._meta.get_field('priority').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: SurgicalCase has no field named 'priority' ERROR 2025-08-30 18:16:32,455 basehttp 78471 6205222912 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 94480 INFO 2025-08-30 18:17:26,667 autoreload 78471 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:17:27,006 autoreload 78865 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 18:17:28,179 log 78865 6123696128 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:17:28,180 basehttp 78865 6123696128 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 218336 ERROR 2025-08-30 18:17:30,480 log 78865 6123696128 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'operating_room'. Choices are: or_block, patient, primary_surgeon, anesthesiologist, circulating_nurse, scrub_nurse, encounter, admission, created_by, surgical_note ERROR 2025-08-30 18:17:30,481 basehttp 78865 6123696128 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 218336 INFO 2025-08-30 18:17:56,293 autoreload 78865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:17:56,614 autoreload 79101 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 18:17:56,928 basehttp 79101 6192934912 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-30 18:17:56,983 basehttp 79101 6192934912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 18:18:00,473 log 79101 6192934912 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: operating_theatre/surgical_case_form.html ERROR 2025-08-30 18:18:00,474 basehttp 79101 6192934912 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 83448 INFO 2025-08-30 18:19:04,251 autoreload 79101 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 18:19:04,594 autoreload 79646 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 19:18:54,365 log 79646 6158610432 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_info' not found. 'patient_info' is not a valid view function or pattern name. ERROR 2025-08-30 19:18:54,369 basehttp 79646 6158610432 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176242 ERROR 2025-08-30 19:28:36,347 log 79646 6158610432 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_info' not found. 'patient_info' is not a valid view function or pattern name. ERROR 2025-08-30 19:28:36,350 basehttp 79646 6158610432 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176242 ERROR 2025-08-30 19:28:37,547 log 79646 6158610432 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_info' not found. 'patient_info' is not a valid view function or pattern name. ERROR 2025-08-30 19:28:37,549 basehttp 79646 6158610432 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176242 INFO 2025-08-30 19:29:30,001 autoreload 79646 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 19:29:30,421 autoreload 10819 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 19:31:02,849 log 10819 6193033216 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_room_availability' not found. 'check_room_availability' is not a valid view function or pattern name. ERROR 2025-08-30 19:31:02,854 basehttp 10819 6193033216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 176201 ERROR 2025-08-30 19:31:41,657 log 10819 6193033216 Internal Server Error: /en/operating-theatre/cases/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_schedule' not found. 'room_schedule' is not a valid view function or pattern name. ERROR 2025-08-30 19:31:41,659 basehttp 10819 6193033216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 500 178005 INFO 2025-08-30 19:31:59,288 basehttp 10819 6193033216 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 200 43519 INFO 2025-08-30 19:31:59,302 basehttp 10819 6209859584 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-08-30 19:31:59,303 basehttp 10819 6193033216 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-30 19:31:59,303 basehttp 10819 6226685952 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-30 19:31:59,304 basehttp 10819 6243512320 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-30 19:31:59,304 basehttp 10819 6260338688 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-08-30 19:31:59,305 basehttp 10819 6277165056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-08-30 19:31:59,337 basehttp 10819 6277165056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:32:29,194 basehttp 10819 6277165056 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-30 19:32:29,228 basehttp 10819 6277165056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:33:12,249 basehttp 10819 6193033216 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:33:12,290 basehttp 10819 6193033216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 19:33:12,305 log 10819 6209859584 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:33:12,307 basehttp 10819 6209859584 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 ERROR 2025-08-30 19:33:42,311 log 10819 6209859584 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:33:42,312 basehttp 10819 6209859584 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 INFO 2025-08-30 19:34:12,302 basehttp 10819 6209859584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 19:34:12,318 log 10819 6193033216 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:34:12,319 basehttp 10819 6193033216 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 ERROR 2025-08-30 19:34:42,305 log 10819 6193033216 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1116, in operating_theatre_stats 'cases_in_progress': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:34:42,307 basehttp 10819 6193033216 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121568 INFO 2025-08-30 19:34:44,988 autoreload 10819 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 19:34:45,415 autoreload 13277 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 19:34:47,686 basehttp 13277 6191820800 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:34:47,734 basehttp 13277 6191820800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 19:34:47,746 log 13277 6208647168 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1120, in operating_theatre_stats 'cases_completed_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_end_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:34:47,748 basehttp 13277 6208647168 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121409 ERROR 2025-08-30 19:35:17,747 log 13277 6208647168 Internal Server Error: /en/operating-theatre/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 1120, in operating_theatre_stats 'cases_completed_today': SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_end_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-08-30 19:35:17,748 basehttp 13277 6208647168 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 500 121409 INFO 2025-08-30 19:35:21,812 autoreload 13277 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 19:35:22,158 autoreload 13519 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 19:35:25,315 basehttp 13519 6137327616 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:35:25,364 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:35:25,368 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:35:29,318 basehttp 13519 6154153984 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30822 INFO 2025-08-30 19:35:29,365 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:35:29,367 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:35:59,372 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:36:17,894 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:36:17,895 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:36:19,912 basehttp 13519 6137327616 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-30 19:36:19,960 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:36:19,961 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 19:36:29,155 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 19:36:29,155 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 19:36:49,963 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:37:08,768 basehttp 13519 6137327616 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 WARNING 2025-08-30 19:37:08,782 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 19:37:08,783 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 19:37:08,889 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:37:08,891 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:37:26,983 basehttp 13519 6154153984 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 69121 INFO 2025-08-30 19:37:27,000 basehttp 13519 6154153984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-30 19:37:31,199 basehttp 13519 6154153984 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 70249 INFO 2025-08-30 19:37:31,213 basehttp 13519 6154153984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-30 19:37:39,134 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:38:09,091 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:38:10,083 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:38:41,093 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:39:10,082 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:39:12,075 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:39:43,087 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:40:11,092 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:40:14,079 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:41:12,080 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:41:16,073 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:42:13,082 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:42:19,069 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:43:14,082 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:43:19,068 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:44:19,187 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:44:19,188 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:45:19,172 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:46:19,203 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:46:19,205 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:47:19,180 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:48:19,195 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:48:19,197 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:49:19,190 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:50:19,193 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:50:19,193 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:51:19,171 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:52:19,184 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:52:19,185 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:53:19,174 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:54:19,187 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:54:19,188 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:55:19,186 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:56:19,185 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:56:19,188 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:57:19,194 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:58:19,198 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 19:58:19,198 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 19:59:19,218 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:00:19,239 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:00:19,240 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:15:16,196 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:16:16,202 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:16:16,203 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:17:16,186 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:18:16,205 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:18:16,206 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:36:45,097 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:54:14,033 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 20:54:14,035 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 20:56:37,611 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:11:09,690 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:11:09,691 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:12:09,680 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:13:09,678 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:13:09,679 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:14:09,678 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:15:09,681 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:15:09,682 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:16:09,685 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:17:09,683 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:17:09,685 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:18:09,676 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:19:09,687 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:19:09,689 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:20:09,682 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:21:09,693 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:21:09,694 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:22:09,689 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:23:09,687 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:23:09,688 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:24:09,693 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:25:09,688 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:25:09,688 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:26:09,693 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:27:09,693 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:27:09,694 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:28:09,689 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:29:09,698 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:29:09,699 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:30:09,686 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:31:09,696 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:31:09,698 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:32:09,691 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:33:09,693 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:33:09,694 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:34:09,701 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:35:09,697 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:35:09,698 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:36:09,699 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:37:09,769 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:37:09,773 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:38:09,686 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:39:09,699 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:39:09,700 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:40:09,722 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:41:09,729 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:41:09,731 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:42:09,721 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:43:09,736 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:43:09,737 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:44:09,720 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:45:09,732 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:45:09,733 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:46:09,740 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:47:09,734 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:47:09,736 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:48:09,730 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:49:09,736 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:49:09,737 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:50:09,729 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:51:09,738 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:51:09,740 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:52:09,737 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:53:09,742 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:53:09,742 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:54:09,735 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:55:09,753 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:55:09,755 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:56:09,756 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:57:09,766 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:57:09,767 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:58:09,752 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 21:59:09,751 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 21:59:09,752 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:00:09,751 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:01:09,755 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:01:09,756 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:02:09,756 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:03:09,756 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:03:09,756 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:04:09,760 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:05:09,758 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:05:09,760 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:06:09,769 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:07:09,764 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:07:09,765 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:08:09,757 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:09:09,758 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:09:09,761 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:10:09,760 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:27:36,489 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:27:36,493 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:28:36,503 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:29:36,509 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:29:36,514 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:30:36,501 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:31:36,515 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:31:36,516 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:32:36,502 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:33:36,509 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:33:36,513 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:34:36,508 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:35:36,516 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:35:36,518 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:36:36,508 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:37:36,527 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:37:36,528 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:38:36,508 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:39:36,520 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:39:36,522 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:40:36,513 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:41:36,512 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:41:36,514 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:42:36,414 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:43:36,420 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:43:36,421 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:44:36,422 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:45:36,426 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:45:36,428 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:46:36,419 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:47:36,426 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:47:36,427 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:48:36,419 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:49:36,429 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:49:36,431 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:50:36,422 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:51:36,425 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:51:36,426 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:52:36,416 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:53:36,426 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:53:36,427 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:54:36,418 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:55:36,426 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:55:36,427 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:56:36,429 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:57:36,324 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:57:36,328 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:58:36,320 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 22:59:36,323 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 22:59:36,324 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:00:36,321 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:01:36,324 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:01:36,326 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:02:36,317 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:03:36,307 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:03:36,309 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:04:36,319 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:05:36,312 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:05:36,313 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:06:36,316 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:07:36,304 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:07:36,306 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:08:36,313 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:09:01,114 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:09:06,264 basehttp 13519 6137327616 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 ERROR 2025-08-30 23:09:09,925 log 13519 6137327616 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 529, in get_queryset queryset = ORBlock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-08-30 23:09:09,928 basehttp 13519 6137327616 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 131315 WARNING 2025-08-30 23:09:09,943 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:09,944 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:12,141 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:12,141 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:12,146 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:12,147 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:09:14,434 log 13519 6137327616 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:09:14,435 basehttp 13519 6137327616 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132151 WARNING 2025-08-30 23:09:14,452 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:14,453 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:16,147 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:16,147 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:16,157 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:16,158 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:17,347 basehttp 13519 6137327616 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 WARNING 2025-08-30 23:09:17,366 log 13519 6137327616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:17,366 basehttp 13519 6137327616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:17,461 basehttp 13519 6137327616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:09:17,461 basehttp 13519 6154153984 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:09:19,880 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:19,880 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:19,897 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:19,897 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:21,089 basehttp 13519 6154153984 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 WARNING 2025-08-30 23:09:21,109 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:21,109 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:09:21,190 basehttp 13519 6154153984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:09:22,464 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:22,464 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:09:22,474 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:22,474 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:09:23,731 log 13519 6154153984 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 529, in get_queryset queryset = ORBlock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-08-30 23:09:23,733 basehttp 13519 6154153984 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 131315 WARNING 2025-08-30 23:09:23,747 log 13519 6154153984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:09:23,748 basehttp 13519 6154153984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:10:46,406 autoreload 13519 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:10:46,841 autoreload 72973 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:10:48,150 log 72973 6190460928 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_create' not found. 'block_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:10:48,152 basehttp 72973 6190460928 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 166694 WARNING 2025-08-30 23:10:48,162 log 72973 6224113664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:10:48,162 basehttp 72973 6224113664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:11:59,639 autoreload 72973 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:11:59,979 autoreload 73526 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:12:00,455 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_create' not found. 'block_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:12:00,457 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 178383 WARNING 2025-08-30 23:12:00,472 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:12:00,472 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:12:17,555 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 24780 WARNING 2025-08-30 23:12:17,569 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:12:17,569 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:12:17,630 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:12:23,298 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:12:23,300 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 172435 WARNING 2025-08-30 23:12:23,318 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:12:23,318 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:13:07,873 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:13:07,875 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 172700 WARNING 2025-08-30 23:13:07,887 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:13:07,888 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:13:27,250 log 73526 6160510976 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:13:27,251 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 172148 WARNING 2025-08-30 23:13:27,263 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:13:27,263 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:13:45,972 basehttp 73526 6160510976 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 200 31092 WARNING 2025-08-30 23:13:45,983 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:13:45,983 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:13:46,041 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:14:02,603 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-30 23:14:02,603 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:14:02,603 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:14:02,618 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:02,618 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:14,410 basehttp 73526 6177337344 "GET /en/operating-theatre/blocks/?date= HTTP/1.1" 200 24780 WARNING 2025-08-30 23:14:14,425 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:14,425 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:14,477 basehttp 73526 6177337344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:14:19,528 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:19,528 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:14:19,538 log 73526 6177337344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:19,538 basehttp 73526 6177337344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:14:20,083 log 73526 6194163712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:20,084 basehttp 73526 6194163712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:20,084 basehttp 73526 6160510976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:14:20,088 basehttp 73526 6177337344 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:14:20,092 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:20,092 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:14:22,105 log 73526 6160510976 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:14:22,107 basehttp 73526 6160510976 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132151 WARNING 2025-08-30 23:14:22,129 log 73526 6160510976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:22,129 basehttp 73526 6160510976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:14:52,410 autoreload 73526 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:14:52,760 autoreload 74871 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:14:53,680 log 74871 6341865472 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(admission__tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:14:53,682 basehttp 74871 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132512 WARNING 2025-08-30 23:14:53,692 log 74871 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:53,692 basehttp 74871 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:14:55,678 log 74871 6341865472 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 863, in get_queryset queryset = SurgicalNote.objects.filter(admission__tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admission' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-08-30 23:14:55,679 basehttp 74871 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 132512 WARNING 2025-08-30 23:14:55,693 log 74871 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:14:55,693 basehttp 74871 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:15:29,047 autoreload 74871 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:15:29,375 autoreload 75124 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:15:30,175 log 75124 6134935552 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'note_type' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 898, in get_context_data 'note_types': SurgicalNote._meta.get_field('note_type').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: SurgicalNote has no field named 'note_type' ERROR 2025-08-30 23:15:30,177 basehttp 75124 6134935552 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 94290 WARNING 2025-08-30 23:15:30,191 log 75124 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:15:30,191 basehttp 75124 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:17:49,851 autoreload 75124 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:17:50,192 autoreload 76128 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:17:51,246 basehttp 76128 6158446592 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 25795 WARNING 2025-08-30 23:17:51,259 log 76128 6158446592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:17:51,259 basehttp 76128 6158446592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:17:51,318 basehttp 76128 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:18:28,785 autoreload 76128 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:18:29,134 autoreload 76444 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:18:29,722 log 76444 6138015744 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_create' not found. 'operative_note_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:18:29,724 basehttp 76444 6138015744 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 163602 WARNING 2025-08-30 23:18:29,740 log 76444 6138015744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:18:29,740 basehttp 76444 6138015744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:19:01,922 log 76444 6138015744 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_list' not found. 'operative_note_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:19:01,924 basehttp 76444 6138015744 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 162923 WARNING 2025-08-30 23:19:01,937 log 76444 6138015744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:19:01,937 basehttp 76444 6138015744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:19:41,646 log 76444 6138015744 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_create' not found. 'operative_note_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:19:41,648 basehttp 76444 6138015744 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 176088 WARNING 2025-08-30 23:19:41,660 log 76444 6138015744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:19:41,660 basehttp 76444 6138015744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:20:54,383 autoreload 76444 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:20:54,693 autoreload 77545 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:20:55,803 basehttp 77545 6194491392 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 24420 WARNING 2025-08-30 23:20:55,814 log 77545 6194491392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:20:55,814 basehttp 77545 6194491392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:20:55,874 basehttp 77545 6194491392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:20:58,091 basehttp 77545 6194491392 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 24420 WARNING 2025-08-30 23:20:58,104 log 77545 6194491392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:20:58,104 basehttp 77545 6194491392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:20:58,156 basehttp 77545 6194491392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:00,261 basehttp 77545 6194491392 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 39318 WARNING 2025-08-30 23:21:00,277 log 77545 6194491392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:00,277 basehttp 77545 6194491392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:21:00,329 basehttp 77545 6194491392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:40,582 autoreload 77545 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:21:40,928 autoreload 77865 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:21:42,623 basehttp 77865 6126071808 "POST /en/operating-theatre/notes/create/ HTTP/1.1" 200 39635 WARNING 2025-08-30 23:21:42,642 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:42,642 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:21:42,695 basehttp 77865 6126071808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:50,748 basehttp 77865 6126071808 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 39318 WARNING 2025-08-30 23:21:50,762 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:50,763 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:21:51,420 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:51,421 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:21:51,430 log 77865 6126071808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:51,430 basehttp 77865 6126071808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:21:52,994 log 77865 6159724544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:52,995 basehttp 77865 6159724544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:21:52,998 basehttp 77865 6142898176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:21:52,999 basehttp 77865 6126071808 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:21:53,003 log 77865 6159724544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:53,003 basehttp 77865 6159724544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:21:54,571 log 77865 6159724544 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 964, in get_queryset queryset = EquipmentUsage.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-08-30 23:21:54,573 basehttp 77865 6159724544 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 131436 WARNING 2025-08-30 23:21:54,587 log 77865 6159724544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:21:54,587 basehttp 77865 6159724544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:25:34,358 autoreload 77865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:25:34,671 autoreload 79669 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:25:35,879 log 79669 6127349760 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'status' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 997, in get_context_data 'statuses': EquipmentUsage._meta.get_field('status').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: EquipmentUsage has no field named 'status' ERROR 2025-08-30 23:25:35,881 basehttp 79669 6127349760 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 94429 WARNING 2025-08-30 23:25:35,891 log 79669 6127349760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:25:35,891 basehttp 79669 6127349760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:26:44,308 autoreload 79669 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:26:44,637 autoreload 80166 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:26:46,700 log 80166 6128857088 Internal Server Error: /en/operating-theatre/equipment/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_create' not found. 'equipment_create' is not a valid view function or pattern name. ERROR 2025-08-30 23:26:46,702 basehttp 80166 6128857088 "GET /en/operating-theatre/equipment/ HTTP/1.1" 500 166267 WARNING 2025-08-30 23:26:46,716 log 80166 6128857088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:26:46,717 basehttp 80166 6128857088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:27:35,669 autoreload 80166 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:27:35,989 autoreload 80589 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:28:12,423 autoreload 80589 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-08-30 23:28:12,749 autoreload 80919 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:28:13,720 basehttp 80919 6341865472 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 25152 WARNING 2025-08-30 23:28:13,733 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:28:13,733 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:28:13,795 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:28:54,655 basehttp 80919 6341865472 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 WARNING 2025-08-30 23:28:54,669 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:28:54,670 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:28:54,734 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:29:54,739 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:30:29,157 basehttp 80919 6341865472 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 WARNING 2025-08-30 23:30:29,168 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:29,168 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:29,215 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:30:29,889 log 80919 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:29,891 basehttp 80919 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:29,893 basehttp 80919 6375518208 - Broken pipe from ('127.0.0.1', 55011) INFO 2025-08-30 23:30:29,895 basehttp 80919 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:30:29,896 basehttp 80919 6341865472 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:30:29,898 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:29,898 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:30:30,931 log 80919 6392344576 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_usage_list' not found. 'equipment_usage_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:30:30,933 basehttp 80919 6392344576 "GET /en/operating-theatre/ HTTP/1.1" 500 176469 WARNING 2025-08-30 23:30:30,945 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:30,946 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:30:32,369 log 80919 6392344576 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'equipment_usage_list' not found. 'equipment_usage_list' is not a valid view function or pattern name. ERROR 2025-08-30 23:30:32,370 basehttp 80919 6392344576 "GET /en/operating-theatre/ HTTP/1.1" 500 176469 WARNING 2025-08-30 23:30:32,382 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:32,382 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:56,124 basehttp 80919 6392344576 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 WARNING 2025-08-30 23:30:56,140 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:56,140 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:56,230 basehttp 80919 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:30:56,232 basehttp 80919 6341865472 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:30:59,793 basehttp 80919 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 WARNING 2025-08-30 23:30:59,813 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:30:59,813 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:30:59,895 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:31:06,901 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:06,902 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:06,913 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:06,913 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:07,960 basehttp 80919 6341865472 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 WARNING 2025-08-30 23:31:07,974 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:07,974 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:08,023 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:31:10,374 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:10,375 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:10,389 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:10,389 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:11,384 basehttp 80919 6341865472 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 WARNING 2025-08-30 23:31:11,404 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:11,404 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:11,454 basehttp 80919 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:31:11,456 basehttp 80919 6392344576 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-30 23:31:20,967 basehttp 80919 6392344576 "GET /en/operating-theatre/rooms/create/ HTTP/1.1" 200 48886 WARNING 2025-08-30 23:31:20,985 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:20,985 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:21,045 basehttp 80919 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:31:37,683 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:37,683 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:37,694 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:37,694 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:31:38,427 log 80919 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:38,428 basehttp 80919 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:31:38,428 basehttp 80919 6392344576 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:31:38,436 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:38,436 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:31:42,876 log 80919 6392344576 Internal Server Error: /en/operating-theatre/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 383, in get_queryset return queryset.order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: closure_template, complications_template, created_at, created_by, created_by_id, description, findings_template, id, implants_template, indication_template, is_active, is_default, name, planned_procedure_template, postop_instructions_template, postoperative_diagnosis_template, preoperative_diagnosis_template, procedure_performed_template, procedure_type, specialty, specimens_template, surgical_approach_template, surgical_notes, technique_template, template_id, tenant, tenant_id, updated_at, usage_count ERROR 2025-08-30 23:31:42,878 basehttp 80919 6392344576 "GET /en/operating-theatre/templates/ HTTP/1.1" 500 103640 WARNING 2025-08-30 23:31:42,897 log 80919 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:31:42,897 basehttp 80919 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:32:31,131 autoreload 80919 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:32:31,464 autoreload 82857 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:32:31,727 basehttp 82857 6163116032 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-30 23:32:31,743 basehttp 82857 6230421504 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-30 23:32:31,745 basehttp 82857 6196768768 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-30 23:32:31,745 basehttp 82857 6179942400 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-30 23:32:31,745 basehttp 82857 6213595136 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-30 23:32:31,748 basehttp 82857 6196768768 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-08-30 23:32:31,748 basehttp 82857 6247247872 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-08-30 23:32:31,750 log 82857 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:32:31,750 basehttp 82857 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:32:31,786 basehttp 82857 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:33:31,808 basehttp 82857 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:33:32,403 log 82857 6163116032 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: operating_theatre/surgical_note_template_form.html ERROR 2025-08-30 23:33:32,404 basehttp 82857 6163116032 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 83676 WARNING 2025-08-30 23:33:32,422 log 82857 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:33:32,423 basehttp 82857 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:34:02,158 autoreload 82857 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:34:02,486 autoreload 83561 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:34:03,438 log 83561 6132264960 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${variable' from '${variable' ERROR 2025-08-30 23:34:03,439 basehttp 83561 6132264960 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 233244 WARNING 2025-08-30 23:34:03,449 log 83561 6132264960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:34:03,449 basehttp 83561 6132264960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:34:29,733 autoreload 83561 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-08-30 23:34:30,068 autoreload 83720 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:36:28,012 log 83720 6133510144 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${key' from '${key' ERROR 2025-08-30 23:36:28,017 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 218771 WARNING 2025-08-30 23:36:28,028 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:36:28,029 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:38:38,128 log 83720 6133510144 Internal Server Error: /en/operating-theatre/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_template_test' not found. 'surgical_note_template_test' is not a valid view function or pattern name. ERROR 2025-08-30 23:38:38,132 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 500 175657 WARNING 2025-08-30 23:38:38,147 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:38:38,147 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:11,331 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 200 57259 WARNING 2025-08-30 23:40:11,348 basehttp 83720 6150336512 "GET /static/plugins/summernote/summernote-bs5.min.css HTTP/1.1" 404 2050 WARNING 2025-08-30 23:40:11,350 basehttp 83720 6167162880 "GET /static/plugins/summernote/summernote-bs5.min.js HTTP/1.1" 404 2047 WARNING 2025-08-30 23:40:11,353 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:11,353 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:11,418 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:40:47,700 basehttp 83720 6133510144 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-30 23:40:47,715 basehttp 83720 6150336512 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-30 23:40:47,721 basehttp 83720 13438578688 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-30 23:40:47,721 basehttp 83720 13455405056 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-30 23:40:47,722 basehttp 83720 6167162880 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-30 23:40:47,725 basehttp 83720 13472231424 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-08-30 23:40:47,725 basehttp 83720 6150336512 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-08-30 23:40:47,727 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:47,728 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:47,770 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:40:50,856 basehttp 83720 6150336512 "GET /static/plugins/summernote/summernote-bs5.min.css HTTP/1.1" 404 2050 WARNING 2025-08-30 23:40:50,858 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:50,858 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:50,869 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:50,869 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:51,164 basehttp 83720 13572796416 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-30 23:40:51,165 basehttp 83720 6167162880 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-30 23:40:51,168 log 83720 6150336512 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-30 23:40:51,169 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:40:51,169 basehttp 83720 6150336512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:51,176 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:51,176 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:40:51,856 log 83720 6167162880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:51,857 basehttp 83720 6167162880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:51,858 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:40:51,861 basehttp 83720 6150336512 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-08-30 23:40:51,866 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:51,867 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:55,502 basehttp 83720 6133510144 "GET /en/operating-theatre/cases/create/ HTTP/1.1" 200 43519 WARNING 2025-08-30 23:40:55,519 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:40:55,520 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:40:55,610 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:41:00,843 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:00,844 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:00,861 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:00,861 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:06,628 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:06,629 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:07,564 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:07,564 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:41:23,610 basehttp 83720 6133510144 "GET /en/inventory/stock/92/ HTTP/1.1" 200 33987 WARNING 2025-08-30 23:41:23,630 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:23,630 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:41:23,670 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:41:23,675 basehttp 83720 6133510144 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 WARNING 2025-08-30 23:41:42,812 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:42,812 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:41:42,839 log 83720 6133510144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:41:42,839 basehttp 83720 6133510144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:42:07,795 basehttp 83720 6133510144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:42:07,806 basehttp 83720 6150336512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:42:13,509 log 83720 6150336512 Internal Server Error: /en/inventory/stock/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py", line 369, in __init__ ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-30 23:42:13,511 basehttp 83720 6150336512 "GET /en/inventory/stock/create/ HTTP/1.1" 500 117539 WARNING 2025-08-30 23:42:13,529 log 83720 6150336512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:42:13,529 basehttp 83720 6150336512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:42:36,457 autoreload 83720 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py changed, reloading. INFO 2025-08-30 23:42:36,786 autoreload 87380 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:42:37,819 log 87380 6165114880 Internal Server Error: /en/inventory/stock/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inventory/stock_form.html ERROR 2025-08-30 23:42:37,820 basehttp 87380 6165114880 "GET /en/inventory/stock/create/ HTTP/1.1" 500 83196 WARNING 2025-08-30 23:42:37,833 log 87380 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:42:37,833 basehttp 87380 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:43:34,168 autoreload 87380 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-30 23:43:34,509 autoreload 87778 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:43:35,259 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40877 WARNING 2025-08-30 23:43:35,276 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:43:35,276 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:43:35,350 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:44:34,740 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40894 WARNING 2025-08-30 23:44:34,752 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:44:34,753 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:44:34,791 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:44:47,875 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40895 WARNING 2025-08-30 23:44:47,887 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:44:47,887 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:44:47,927 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:45:12,721 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40851 WARNING 2025-08-30 23:45:12,735 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:45:12,735 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:45:12,791 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:46:12,815 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-30 23:46:45,292 log 87778 6125694976 Internal Server Error: /en/inventory/stock/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'ebt' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'ebt' is not a registered namespace ERROR 2025-08-30 23:46:45,294 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 500 178198 WARNING 2025-08-30 23:46:45,308 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:46:45,308 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:46:57,908 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 41401 WARNING 2025-08-30 23:46:57,922 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:46:57,922 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:46:57,996 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:47:58,003 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:48:05,784 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 41928 WARNING 2025-08-30 23:48:05,799 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:48:05,799 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:48:05,862 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:49:05,857 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:49:34,559 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 42460 WARNING 2025-08-30 23:49:34,576 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:49:34,577 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:49:34,630 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:49:55,908 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 41442 WARNING 2025-08-30 23:49:55,926 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:49:55,926 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:49:55,993 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:50:26,319 basehttp 87778 6125694976 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40933 WARNING 2025-08-30 23:50:26,337 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:26,337 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:50:26,388 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:50:34,059 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:50:34,062 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:34,062 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:50:34,066 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-30 23:50:34,077 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:34,077 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:50:47,035 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:50:47,036 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:06,937 basehttp 87778 6125694976 "GET /en/inventory/items/ HTTP/1.1" 200 42642 WARNING 2025-08-30 23:51:06,960 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:06,960 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:07,055 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:51:07,087 basehttp 87778 6125694976 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-30 23:51:07,091 basehttp 87778 6142521344 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-30 23:51:12,454 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:12,454 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:51:12,467 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:12,467 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:14,933 basehttp 87778 6142521344 "GET /en/inventory/stock/ HTTP/1.1" 200 148603 WARNING 2025-08-30 23:51:14,952 log 87778 6142521344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:14,952 basehttp 87778 6142521344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:51:15,064 basehttp 87778 6142521344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:51:15,071 basehttp 87778 6125694976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-30 23:51:18,984 basehttp 87778 6125694976 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-30 23:51:18,994 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:18,995 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-30 23:51:19,008 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:19,009 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-30 23:51:20,140 log 87778 6125694976 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 779, in get_context_data context['statuses'] = PurchaseOrder.STATUS_CHOICES ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: type object 'PurchaseOrder' has no attribute 'STATUS_CHOICES' ERROR 2025-08-30 23:51:20,142 basehttp 87778 6125694976 "GET /en/inventory/orders/ HTTP/1.1" 500 87152 WARNING 2025-08-30 23:51:20,166 log 87778 6125694976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:51:20,166 basehttp 87778 6125694976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:52:50,594 autoreload 87778 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:52:51,024 autoreload 91921 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:53:49,060 autoreload 91921 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:53:49,492 autoreload 92314 8466948288 Watching for file changes with StatReloader INFO 2025-08-30 23:54:18,692 autoreload 92314 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:54:19,118 autoreload 92553 8466948288 Watching for file changes with StatReloader ERROR 2025-08-30 23:54:20,388 log 92553 6203764736 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 783, in get_context_data ).order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-30 23:54:20,390 basehttp 92553 6203764736 "GET /en/inventory/orders/ HTTP/1.1" 500 106331 WARNING 2025-08-30 23:54:20,401 log 92553 6203764736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-30 23:54:20,402 basehttp 92553 6203764736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-30 23:54:33,972 autoreload 92553 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-30 23:54:34,337 autoreload 92712 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 00:04:50,867 log 92712 6169817088 Internal Server Error: /en/inventory/orders/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 783, in get_context_data ).order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-31 00:04:50,869 basehttp 92712 6169817088 "GET /en/inventory/orders/ HTTP/1.1" 500 106331 WARNING 2025-08-31 00:04:50,881 log 92712 6169817088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:04:50,881 basehttp 92712 6169817088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:05:24,808 autoreload 92712 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 00:05:25,271 autoreload 97508 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:05:49,394 autoreload 97508 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 00:05:49,735 autoreload 97744 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:05:51,330 basehttp 97744 6199685120 "GET /en/inventory/orders/ HTTP/1.1" 200 71999 INFO 2025-08-31 00:05:51,347 basehttp 97744 6233337856 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-31 00:05:51,348 basehttp 97744 6216511488 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-08-31 00:05:51,349 log 97744 6199685120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:05:51,349 basehttp 97744 6199685120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:05:51,426 basehttp 97744 6199685120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 00:06:22,826 log 97744 6199685120 Internal Server Error: /en/inventory/orders/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 807, in get_context_data ).select_related('item').order_by('item__item_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, id, inventory_item, inventory_item_id, item_id, line_number, notes, purchase_order, purchase_order_id, quantity_ordered, quantity_received, quantity_remaining, requested_delivery_date, status, total_price, unit_price, updated_at ERROR 2025-08-31 00:06:22,828 basehttp 97744 6199685120 "GET /en/inventory/orders/2/ HTTP/1.1" 500 102509 WARNING 2025-08-31 00:06:22,843 log 97744 6199685120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:06:22,843 basehttp 97744 6199685120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:06:41,965 autoreload 97744 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 00:06:42,377 autoreload 98135 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:06:42,665 basehttp 98135 6157807616 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49723 WARNING 2025-08-31 00:06:42,682 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:06:42,682 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:06:42,722 basehttp 98135 6157807616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:07:43,533 basehttp 98135 6157807616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:15:38,132 log 98135 6157807616 Not Found: /inventory/orders/2/track/ WARNING 2025-08-31 00:15:38,132 basehttp 98135 6157807616 "GET /inventory/orders/2/track/ HTTP/1.1" 404 2599 WARNING 2025-08-31 00:15:38,148 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:38,148 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:43,578 log 98135 6157807616 Not Found: /inventory/orders/2/request-quote/ WARNING 2025-08-31 00:15:43,578 basehttp 98135 6157807616 "GET /inventory/orders/2/request-quote/ HTTP/1.1" 404 2623 WARNING 2025-08-31 00:15:43,600 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:43,601 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:45,273 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:45,274 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:45,288 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:45,288 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:15:48,621 log 98135 6157807616 Not Found: /inventory/orders/2/report/ WARNING 2025-08-31 00:15:48,622 basehttp 98135 6157807616 "GET /inventory/orders/2/report/ HTTP/1.1" 404 2602 WARNING 2025-08-31 00:15:48,636 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:48,636 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-31 00:15:53,403 log 98135 6157807616 Internal Server Error: /en/inventory/suppliers/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'supplier_export' not found. 'supplier_export' is not a valid view function or pattern name. ERROR 2025-08-31 00:15:53,405 basehttp 98135 6157807616 "GET /en/inventory/suppliers/4/ HTTP/1.1" 500 175672 WARNING 2025-08-31 00:15:53,420 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:15:53,420 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:16:56,876 basehttp 98135 6157807616 "GET /en/inventory/suppliers/4/ HTTP/1.1" 200 37934 WARNING 2025-08-31 00:16:56,889 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:16:56,889 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:16:56,951 basehttp 98135 6157807616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 00:17:07,646 log 98135 6157807616 Internal Server Error: /en/inventory/orders/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py", line 466, in __init__ ).order_by('supplier_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'supplier_name' into field. Choices are: address_line_1, address_line_2, certifications, city, contact_person, contract_end_date, contract_start_date, country, created_at, created_by, created_by_id, duns_number, email, id, inventory_stocks, is_active, is_preferred, name, notes, on_time_delivery_rate, payment_terms, performance_rating, phone, postal_code, primary_items, purchase_orders, quality_rating, state, supplier_code, supplier_id, supplier_type, tax_id, tenant, tenant_id, updated_at, website ERROR 2025-08-31 00:17:07,649 basehttp 98135 6157807616 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 500 117752 WARNING 2025-08-31 00:17:07,666 log 98135 6157807616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:17:07,667 basehttp 98135 6157807616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:17:18,829 autoreload 98135 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py changed, reloading. INFO 2025-08-31 00:17:19,288 autoreload 99647 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 00:17:19,799 log 99647 6189133824 Internal Server Error: /en/inventory/orders/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py", line 471, in __init__ ).order_by('location_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'location_name' into field. Choices are: access_control, aisle, bin, building, capacity_cubic_feet, child_locations, created_at, created_by, created_by_id, description, floor, humidity_controlled, humidity_max, humidity_min, id, inventory_stocks, is_active, location_code, location_id, location_manager, location_manager_id, location_type, max_weight_pounds, name, notes, parent_location, parent_location_id, purchase_orders, room, secure_location, shelf, temperature_controlled, temperature_max, temperature_min, tenant, tenant_id, updated_at, zone ERROR 2025-08-31 00:17:19,800 basehttp 99647 6189133824 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 500 118037 WARNING 2025-08-31 00:17:19,812 log 99647 6189133824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:17:19,812 basehttp 99647 6189133824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:17:29,909 autoreload 99647 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/forms.py changed, reloading. INFO 2025-08-31 00:17:30,233 autoreload 99734 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 00:17:30,518 basehttp 99734 6196850688 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 64878 WARNING 2025-08-31 00:17:30,533 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:17:30,533 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:17:30,590 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:17:40,467 log 99734 6196850688 Not Found: /inventory/items/list/ WARNING 2025-08-31 00:17:40,467 basehttp 99734 6196850688 "GET /inventory/items/list/ HTTP/1.1" 404 2587 WARNING 2025-08-31 00:18:14,483 log 99734 6196850688 Not Found: /inventory/templates/medical_supplies/ WARNING 2025-08-31 00:18:14,484 basehttp 99734 6196850688 "GET /inventory/templates/medical_supplies/ HTTP/1.1" 404 2635 WARNING 2025-08-31 00:18:15,469 log 99734 6196850688 Not Found: /inventory/templates/office_supplies/ WARNING 2025-08-31 00:18:15,470 basehttp 99734 6196850688 "GET /inventory/templates/office_supplies/ HTTP/1.1" 404 2632 WARNING 2025-08-31 00:18:17,406 log 99734 6196850688 Not Found: /inventory/templates/office_supplies/ WARNING 2025-08-31 00:18:17,407 basehttp 99734 6196850688 "GET /inventory/templates/office_supplies/ HTTP/1.1" 404 2632 WARNING 2025-08-31 00:18:18,306 log 99734 6196850688 Not Found: /inventory/templates/medical_supplies/ WARNING 2025-08-31 00:18:18,307 basehttp 99734 6196850688 "GET /inventory/templates/medical_supplies/ HTTP/1.1" 404 2635 INFO 2025-08-31 00:18:27,447 basehttp 99734 6196850688 "POST /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 65180 WARNING 2025-08-31 00:18:27,465 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:18:27,465 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:18:27,536 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:18:30,784 log 99734 6196850688 Not Found: /inventory/items/list/ WARNING 2025-08-31 00:18:30,784 basehttp 99734 6196850688 "GET /inventory/items/list/ HTTP/1.1" 404 2587 INFO 2025-08-31 00:19:27,526 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:20:23,525 basehttp 99734 6196850688 "POST /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 65187 WARNING 2025-08-31 00:20:23,540 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:20:23,540 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:20:23,615 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:20:25,228 basehttp 99734 6196850688 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-31 00:21:23,616 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:21:40,962 basehttp 99734 6196850688 "GET /inventory/suppliers/create/ HTTP/1.1" 302 0 INFO 2025-08-31 00:21:40,974 basehttp 99734 6213677056 "GET /en/inventory/suppliers/create/ HTTP/1.1" 200 43337 WARNING 2025-08-31 00:21:41,006 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:21:41,006 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:21:41,018 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:22:11,049 basehttp 99734 6213677056 "GET /en/inventory/orders/create/?supplier=4 HTTP/1.1" 200 64885 WARNING 2025-08-31 00:22:11,068 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:22:11,069 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:11,137 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:23:37,329 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:23:37,330 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:37,330 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:23:37,356 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:37,356 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:23:38,973 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:38,973 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:38,976 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:23:38,982 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:38,982 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:40,406 basehttp 99734 6213677056 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49723 WARNING 2025-08-31 00:23:40,418 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:40,419 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:40,455 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:23:45,218 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:45,218 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:54,069 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72543 WARNING 2025-08-31 00:23:54,085 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:23:54,085 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:23:54,164 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:24:54,161 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:24:54,353 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72576 WARNING 2025-08-31 00:24:54,368 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:24:54,368 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:24:54,445 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:25:00,519 basehttp 99734 6213677056 "GET /en/inventory/orders/?status=draft HTTP/1.1" 200 47263 WARNING 2025-08-31 00:25:00,541 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:25:00,542 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:25:00,595 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:25:04,430 basehttp 99734 6213677056 "GET /en/inventory/orders/create/ HTTP/1.1" 200 64885 WARNING 2025-08-31 00:25:04,454 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:25:04,454 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:25:04,510 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:26:04,513 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:26:53,807 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:26:53,810 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:53,810 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:26:53,820 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:53,821 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:26:54,409 basehttp 99734 6196850688 "GET /en/inventory/orders/?status=draft HTTP/1.1" 200 47263 WARNING 2025-08-31 00:26:54,430 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:54,430 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:26:54,480 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:26:58,843 basehttp 99734 6196850688 "GET /en/inventory/orders/?status=all HTTP/1.1" 200 47255 WARNING 2025-08-31 00:26:58,865 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:26:58,865 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:26:58,920 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:27:02,283 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,283 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:02,293 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,294 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:02,748 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:27:02,750 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,750 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:02,762 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:02,762 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:03,601 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:03,601 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:06,894 basehttp 99734 6213677056 "GET /en/inventory/ HTTP/1.1" 200 46616 WARNING 2025-08-31 00:27:06,906 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:06,907 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:06,969 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:27:06,970 basehttp 99734 6196850688 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-31 00:27:08,889 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:08,889 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:08,900 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:08,901 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:09,637 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:09,638 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:09,649 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:09,649 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:10,142 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:10,142 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:27:10,157 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:10,157 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:17,349 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 64885 WARNING 2025-08-31 00:27:17,368 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:27:17,368 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:27:17,407 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:28:17,441 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:29:17,426 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:30:17,422 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:30:37,836 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65413 WARNING 2025-08-31 00:30:37,848 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:30:37,848 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:30:37,892 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:31:37,913 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:31:56,545 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65379 WARNING 2025-08-31 00:31:56,559 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:31:56,560 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:31:56,617 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:32:56,637 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:33:51,876 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65141 WARNING 2025-08-31 00:33:51,889 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:33:51,889 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:33:51,947 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:34:51,976 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:35:51,987 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:35:55,493 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65116 WARNING 2025-08-31 00:35:55,510 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:35:55,511 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:35:55,579 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:36:09,432 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65096 WARNING 2025-08-31 00:36:09,447 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:36:09,447 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:36:09,503 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:36:36,943 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65051 WARNING 2025-08-31 00:36:36,960 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:36:36,960 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:36:37,018 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:37:37,033 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:37:59,692 basehttp 99734 6196850688 "GET /en/inventory/orders/create/ HTTP/1.1" 200 65253 WARNING 2025-08-31 00:37:59,711 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:37:59,711 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:37:59,767 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:38:10,881 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:10,881 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:15,000 basehttp 99734 6196850688 "GET /en/inventory/orders/?status=all HTTP/1.1" 200 47255 WARNING 2025-08-31 00:38:15,014 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:15,014 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:15,071 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:38:19,432 basehttp 99734 6196850688 "GET /en/inventory/orders/ HTTP/1.1" 200 72576 WARNING 2025-08-31 00:38:19,447 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:19,447 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:19,470 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:38:24,824 basehttp 99734 6196850688 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 WARNING 2025-08-31 00:38:24,841 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:38:24,841 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:38:24,900 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:39:25,546 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:41:45,350 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:45:01,637 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:46:02,635 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:47:03,632 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:49:16,880 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:49:16,882 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:49:16,882 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:49:16,901 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:49:16,902 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:49:25,234 basehttp 99734 6213677056 "GET /en/inventory/orders/?page_size=100 HTTP/1.1" 200 72584 WARNING 2025-08-31 00:49:25,252 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:49:25,253 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:49:25,356 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:50:16,590 basehttp 99734 6213677056 "GET /en/inventory/orders/?page_size=100 HTTP/1.1" 200 72584 WARNING 2025-08-31 00:50:16,604 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:50:16,604 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:50:16,721 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:50:27,361 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72576 WARNING 2025-08-31 00:50:27,381 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:50:27,382 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:50:27,454 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:50:57,614 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 72203 WARNING 2025-08-31 00:50:57,631 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:50:57,631 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:50:57,689 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:51:21,615 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71999 WARNING 2025-08-31 00:51:21,633 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:51:21,633 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:51:21,692 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:51:55,439 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71949 WARNING 2025-08-31 00:51:55,454 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:51:55,454 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:51:55,514 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:13,866 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71979 WARNING 2025-08-31 00:52:13,878 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:13,879 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:13,917 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:29,537 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 WARNING 2025-08-31 00:52:29,549 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:29,549 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:29,591 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:39,186 basehttp 99734 6213677056 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 WARNING 2025-08-31 00:52:39,199 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:39,199 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:39,257 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:52:52,693 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:52:52,696 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:52,696 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:52,711 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:52,712 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:53,379 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:52:53,385 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,385 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:53,396 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,397 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:52:53,877 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 00:52:53,879 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,879 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:53,891 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:53,892 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:54,395 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:54,395 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:57,403 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:57,403 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 00:52:58,047 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:52:58,048 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:53:03,373 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 148603 WARNING 2025-08-31 00:53:03,397 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:53:03,397 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:53:03,490 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:53:03,495 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:53:59,821 basehttp 99734 6213677056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149286 WARNING 2025-08-31 00:53:59,841 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:53:59,842 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:53:59,980 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:53:59,985 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:54:59,956 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:54:59,962 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:00,031 basehttp 99734 6213677056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149286 WARNING 2025-08-31 00:55:00,051 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:55:00,051 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:55:00,164 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:00,188 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:32,761 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149940 WARNING 2025-08-31 00:55:32,779 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:55:32,779 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:55:32,881 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:55:32,889 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:32,893 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:32,902 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:32,976 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149940 WARNING 2025-08-31 00:56:33,001 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:56:33,001 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:56:33,136 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:33,141 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:37,134 basehttp 99734 6213677056 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149834 WARNING 2025-08-31 00:56:37,159 log 99734 6213677056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:56:37,159 basehttp 99734 6213677056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:56:37,263 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:56:37,268 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:57:33,387 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 00:57:33,410 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:57:33,410 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:57:33,558 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:57:33,563 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,526 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,536 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,612 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 00:58:33,634 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:58:33,634 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:58:33,727 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:58:33,733 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,739 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,749 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,818 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 00:59:33,839 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 00:59:33,839 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 00:59:33,991 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 00:59:33,998 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:33,965 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:33,973 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:34,041 basehttp 99734 6196850688 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:00:34,065 log 99734 6196850688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:00:34,065 basehttp 99734 6196850688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:00:34,180 basehttp 99734 6196850688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:34,195 basehttp 99734 6213677056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:00:52,904 autoreload 99734 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:00:53,407 autoreload 16944 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:01:22,554 autoreload 16944 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:01:23,007 autoreload 17196 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:01:34,229 basehttp 17196 6163165184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:34,235 basehttp 17196 6163165184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:34,258 basehttp 17196 6163165184 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:01:34,279 log 17196 6163165184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:01:34,279 basehttp 17196 6163165184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:01:34,369 basehttp 17196 6163165184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:34,375 basehttp 17196 6179991552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:01:58,453 autoreload 17196 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:01:58,875 autoreload 17435 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:02:32,195 autoreload 17435 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:02:32,637 autoreload 17745 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:02:34,420 basehttp 17745 6192640000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:02:34,427 basehttp 17745 6192640000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:02:34,468 basehttp 17745 6192640000 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:02:34,489 log 17745 6192640000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:02:34,489 basehttp 17745 6192640000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:02:34,578 basehttp 17745 6192640000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:02:34,584 basehttp 17745 6209466368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:22,668 autoreload 17745 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:03:23,055 autoreload 18059 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:03:34,636 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:34,643 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:34,670 basehttp 18059 6167359488 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:03:34,690 log 18059 6167359488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:03:34,690 basehttp 18059 6167359488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:03:34,774 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:03:34,788 basehttp 18059 6184185856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:34,785 basehttp 18059 6184185856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:34,825 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:34,896 basehttp 18059 6167359488 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:04:34,914 log 18059 6167359488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:04:34,914 basehttp 18059 6167359488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:04:35,005 basehttp 18059 6167359488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:35,082 basehttp 18059 6184185856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:50,368 autoreload 18059 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:04:50,709 autoreload 18772 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:04:51,013 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:04:51,042 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:04:51,042 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:04:51,128 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:04:51,135 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,153 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,162 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,217 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:05:51,237 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:05:51,237 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:05:51,329 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:05:51,336 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,344 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,355 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,420 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:06:51,443 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:06:51,443 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:06:51,529 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:06:51,534 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,546 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,558 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,627 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:07:51,650 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:07:51,650 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:07:51,736 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:07:51,741 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,765 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,774 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,825 basehttp 18772 6124810240 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:08:51,848 log 18772 6124810240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:08:51,849 basehttp 18772 6124810240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:08:51,933 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:08:51,939 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,017 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,025 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,088 basehttp 18772 6141636608 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 149887 WARNING 2025-08-31 01:09:52,111 log 18772 6141636608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:09:52,111 basehttp 18772 6141636608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:09:52,196 basehttp 18772 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:09:52,202 basehttp 18772 6124810240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:10:45,636 autoreload 18772 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/models.py changed, reloading. INFO 2025-08-31 01:10:46,127 autoreload 21348 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 01:10:46,955 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:10:46,986 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:10:46,987 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:10:47,131 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:10:47,136 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,112 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,120 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,176 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:11:47,201 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:11:47,201 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:11:47,291 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:11:47,349 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,318 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,326 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,385 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:12:47,409 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:12:47,409 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:12:47,496 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:12:47,501 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:13:33,239 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:13:33,280 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:13:33,281 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:13:33,393 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:13:33,398 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,420 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,428 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,485 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:14:33,511 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:14:33,511 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:14:33,595 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:33,601 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:44,476 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:14:44,507 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:14:44,507 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:14:44,641 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:14:44,647 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,611 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,617 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,691 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:15:44,712 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:15:44,712 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:15:44,802 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:15:44,807 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:44,829 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:44,836 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:44,907 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:16:44,932 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:16:44,932 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:16:45,089 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:16:45,100 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,037 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,043 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,121 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:17:45,142 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:17:45,142 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:17:45,231 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:17:45,237 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,246 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,252 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,330 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150263 WARNING 2025-08-31 01:18:45,355 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:18:45,356 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:18:45,436 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:18:45,441 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:19:21,094 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150603 WARNING 2025-08-31 01:19:21,121 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:19:21,122 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:19:21,210 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:19:21,215 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,215 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,222 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,300 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150603 WARNING 2025-08-31 01:20:21,325 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:20:21,326 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:20:21,455 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:20:21,486 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,418 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,423 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,510 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150603 WARNING 2025-08-31 01:21:21,530 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:21:21,530 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:21:21,617 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:21,623 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:36,264 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150043 WARNING 2025-08-31 01:21:36,288 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:21:36,288 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:21:36,380 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:21:36,385 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:10,818 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150543 WARNING 2025-08-31 01:22:10,840 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:22:10,840 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:22:10,988 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:11,014 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:23,826 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150677 WARNING 2025-08-31 01:22:23,853 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:22:23,854 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:22:23,946 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:23,951 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:40,214 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150003 WARNING 2025-08-31 01:22:40,243 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:22:40,243 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:22:40,331 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:22:40,336 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,338 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,343 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,418 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150003 WARNING 2025-08-31 01:23:40,440 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:23:40,440 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:23:40,529 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:23:40,535 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:24:07,346 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150103 WARNING 2025-08-31 01:24:07,374 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:24:07,374 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:24:07,466 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:24:07,472 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,416 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,426 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,494 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150103 WARNING 2025-08-31 01:25:07,521 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:25:07,521 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:25:07,611 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:07,617 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:22,735 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 150822 WARNING 2025-08-31 01:25:22,764 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:25:22,764 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:25:22,849 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:25:22,854 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:01,656 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151319 WARNING 2025-08-31 01:26:01,683 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:26:01,683 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:26:01,773 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:01,779 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:25,877 basehttp 21348 6214103040 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151623 WARNING 2025-08-31 01:26:25,904 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:26:25,905 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:26:25,992 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:26:25,998 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:27:03,938 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:27:03,958 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:27:03,958 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:27:04,044 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:27:04,049 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,060 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,071 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,133 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:28:04,161 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:28:04,161 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:28:04,239 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:28:04,244 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,256 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,267 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,331 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:29:04,354 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:29:04,354 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:29:04,512 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:29:04,563 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,449 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,455 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,541 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:30:04,565 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:30:04,565 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:30:04,652 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:30:04,657 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,668 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,678 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,739 basehttp 21348 6197276672 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 WARNING 2025-08-31 01:31:04,767 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:04,767 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:04,853 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:04,858 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:31:14,288 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:14,289 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:17,333 basehttp 21348 6214103040 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 WARNING 2025-08-31 01:31:17,350 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:17,350 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:17,395 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:24,992 basehttp 21348 6214103040 "GET /en/inventory/suppliers/10/ HTTP/1.1" 200 36685 WARNING 2025-08-31 01:31:25,013 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:25,013 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:25,062 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:31:28,524 basehttp 21348 6214103040 "GET /en/inventory/orders/3/ HTTP/1.1" 200 49899 WARNING 2025-08-31 01:31:28,542 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:28,542 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:31:28,604 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:31:33,625 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:33,625 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:33,692 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:33,692 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,006 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,006 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,017 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,017 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,951 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,951 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:34,963 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:34,963 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:31:44,253 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:31:44,253 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:32:14,324 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:32:44,337 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:32:44,338 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:32:44,341 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:33:14,324 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:33:44,329 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:33:44,332 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:33:44,333 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:34:14,329 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:34:44,338 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:34:44,339 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:34:44,341 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:35:14,331 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:35:44,346 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:35:44,348 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:35:44,349 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:36:14,336 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:36:44,345 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:36:44,348 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:36:44,350 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:37:14,339 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:37:20,544 basehttp 21348 6230929408 "GET /en/emr/ HTTP/1.1" 200 71709 WARNING 2025-08-31 01:37:20,563 log 21348 6230929408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:37:20,563 basehttp 21348 6230929408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:37:20,633 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:37:20,638 basehttp 21348 6197276672 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-08-31 01:37:43,613 log 21348 6197276672 Not Found: /en/emr/admissions WARNING 2025-08-31 01:37:43,614 basehttp 21348 6197276672 "GET /en/emr/admissions HTTP/1.1" 404 37590 WARNING 2025-08-31 01:37:43,635 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:37:43,636 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:37:55,757 log 21348 6197276672 Not Found: /en/admissions WARNING 2025-08-31 01:37:55,757 basehttp 21348 6197276672 "GET /en/admissions HTTP/1.1" 404 29871 WARNING 2025-08-31 01:37:55,776 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:37:55,776 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:18,014 basehttp 21348 6197276672 "GET /en/appointments/ HTTP/1.1" 200 45041 WARNING 2025-08-31 01:38:18,027 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:18,027 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:18,078 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:38:18,094 basehttp 21348 6214103040 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 01:38:20,545 basehttp 21348 6214103040 "GET /en/appointments/detail/1288/ HTTP/1.1" 200 22912 WARNING 2025-08-31 01:38:20,568 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:20,568 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:20,618 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:38:22,795 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:22,795 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:38:22,809 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:22,809 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:38:44,761 log 21348 6214103040 Forbidden (CSRF token missing.): /en/appointments/check-in/1288/ WARNING 2025-08-31 01:38:44,761 basehttp 21348 6214103040 "POST /en/appointments/check-in/1288/ HTTP/1.1" 403 2491 INFO 2025-08-31 01:38:47,363 basehttp 21348 6214103040 "GET /en/appointments/calendar/ HTTP/1.1" 200 21988 WARNING 2025-08-31 01:38:47,384 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:38:47,384 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:38:47,450 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:38:47,454 basehttp 21348 6230929408 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-08-31 01:38:47,487 basehttp 21348 6197276672 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61598 WARNING 2025-08-31 01:39:22,189 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:39:22,190 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:39:22,192 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:39:22,198 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:39:22,198 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:39:22,209 basehttp 21348 6197276672 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 01:39:24,511 basehttp 21348 6197276672 "GET /en/appointments/list/ HTTP/1.1" 200 130486 WARNING 2025-08-31 01:39:24,531 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:39:24,532 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:39:24,595 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 01:40:12,963 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:12,963 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 01:40:12,978 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:12,979 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:40:12,982 basehttp 21348 6197276672 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 01:40:22,279 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:40:27,351 basehttp 21348 6197276672 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 WARNING 2025-08-31 01:40:27,370 log 21348 6197276672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:27,370 basehttp 21348 6197276672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:40:27,420 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:40:36,423 basehttp 21348 6197276672 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 01:40:36,442 basehttp 21348 6214103040 "GET /en/ HTTP/1.1" 200 47450 WARNING 2025-08-31 01:40:36,460 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 01:40:36,460 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 01:40:36,528 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:40:36,533 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:40:36,535 basehttp 21348 6247755776 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 01:40:36,535 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:40:42,568 basehttp 21348 6230929408 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 151866 INFO 2025-08-31 01:40:42,584 basehttp 21348 6247755776 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-08-31 01:40:42,585 basehttp 21348 6247755776 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-31 01:40:42,586 basehttp 21348 6230929408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 01:40:45,621 basehttp 21348 6230929408 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 86544 INFO 2025-08-31 01:40:45,636 basehttp 21348 6230929408 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 01:41:07,228 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:41:37,234 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:41:37,235 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:41:38,215 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:42:09,228 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:42:38,235 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:42:38,235 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:42:40,221 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:43:11,222 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:43:39,225 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:43:39,225 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:43:42,221 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:44:39,229 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:44:40,231 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:44:40,231 basehttp 21348 6247755776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 01:45:39,242 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 01:45:41,235 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 01:45:41,237 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 02:01:54,526 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 02:01:57,520 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 02:01:57,523 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 02:18:22,936 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 02:30:52,687 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 02:30:52,688 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 02:30:52,689 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 02:47:28,733 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:03:34,527 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 03:03:34,527 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 03:03:34,528 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:20:54,046 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:37:54,622 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 03:37:54,623 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 03:37:54,624 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 03:45:54,732 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:03:42,166 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:03:42,166 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:03:42,168 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:14:35,361 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:31:50,955 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:31:50,956 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:31:50,958 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:32:50,938 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:47:34,996 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:47:34,996 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:47:34,997 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:48:34,967 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:49:34,994 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:49:34,994 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:49:34,996 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:50:34,987 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 04:51:34,976 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 04:51:34,977 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 04:51:34,978 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:08:39,285 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:09:39,297 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:09:39,301 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:09:39,302 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:10:39,295 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:11:39,305 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:11:39,307 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:11:39,308 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:30:18,535 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:46:25,112 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:46:25,113 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:46:25,115 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:47:25,034 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:48:25,051 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:48:25,057 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:48:25,059 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:49:25,043 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:50:25,063 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:50:25,063 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:50:25,066 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:51:25,035 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:52:25,066 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:52:25,067 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:52:25,068 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:53:25,040 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:54:25,062 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 05:54:25,064 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 05:54:25,065 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 05:55:25,047 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:04:53,249 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:04:53,250 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:04:53,251 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:05:53,249 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:06:53,265 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:06:53,274 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:06:53,277 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:07:53,243 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:08:53,258 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:08:53,260 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:08:53,261 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:09:53,238 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:10:53,261 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:10:53,262 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:10:53,264 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:11:53,239 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:12:53,251 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:12:53,252 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:12:53,254 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:13:53,234 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:14:53,260 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:14:53,260 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:14:53,261 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:15:53,251 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:16:53,263 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:16:53,264 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:16:53,265 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:17:53,237 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:18:53,231 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:18:53,238 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:18:53,240 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:19:53,279 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:20:53,304 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:20:53,306 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:20:53,307 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:21:53,284 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:22:53,312 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:22:53,312 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:22:53,314 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:23:53,287 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:24:53,300 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:24:53,304 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:24:53,305 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:25:53,287 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:26:53,310 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:26:53,311 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:26:53,312 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:27:53,293 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:28:53,302 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:28:53,306 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:28:53,307 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:29:53,284 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:30:53,313 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:30:53,314 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:30:53,316 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:31:53,286 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:32:53,314 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:32:53,315 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:32:53,316 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:33:53,299 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:34:53,317 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:34:53,317 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:34:53,319 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:35:53,306 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:36:53,305 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:36:53,307 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:36:53,309 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:37:53,317 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:38:53,330 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:38:53,330 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:38:53,332 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:39:53,312 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:40:53,308 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:40:53,313 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:40:53,316 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:41:53,323 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:42:53,321 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:42:53,327 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:42:53,328 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:43:53,316 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:44:53,340 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:44:53,340 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:44:53,342 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:45:53,323 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:46:53,329 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:46:53,329 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:46:53,331 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:47:53,312 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:48:53,334 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:48:53,334 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:48:53,335 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:49:53,178 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:50:53,185 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:50:53,186 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:50:53,187 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:51:53,160 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:52:53,185 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:52:53,186 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:52:53,188 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:53:53,158 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:54:53,189 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:54:53,190 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:54:53,192 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:55:53,166 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:56:53,180 basehttp 21348 6230929408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:56:53,183 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:56:53,184 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:57:53,200 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:57:53,208 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:57:53,209 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:58:53,163 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 06:59:53,162 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 06:59:53,163 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 06:59:53,165 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:00:53,167 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:01:53,176 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:01:53,177 basehttp 21348 6230929408 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:01:53,178 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:02:53,147 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:03:53,151 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:03:53,161 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:03:53,163 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:04:53,190 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:04:53,192 basehttp 21348 6230929408 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:22:10,812 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:22:10,814 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:29:40,875 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:29:40,878 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:32:32,876 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:32:32,877 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:40:34,972 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:40:34,975 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:41:34,958 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:41:34,960 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:42:34,961 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:42:34,963 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:43:34,955 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:43:34,956 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:44:34,962 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:44:34,963 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:45:34,961 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:45:34,962 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:46:34,959 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:46:34,961 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:47:34,962 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:47:34,964 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:48:34,960 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:48:34,962 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:49:34,959 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:49:34,961 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:50:34,952 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:50:34,954 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:51:34,965 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:51:34,966 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:52:34,949 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:52:34,951 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:53:34,955 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:53:34,957 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:54:34,952 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:54:34,953 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:55:34,958 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:55:34,959 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:56:34,947 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:56:34,949 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:57:34,946 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:57:34,947 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:58:34,936 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 07:58:34,939 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 07:59:34,933 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 07:59:34,935 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:00:34,934 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:00:34,937 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:01:34,917 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:01:34,919 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:02:34,940 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:02:34,943 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:03:34,924 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:03:34,926 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:04:34,934 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:04:34,935 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:05:34,928 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:05:34,930 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:06:34,931 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:06:34,934 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:07:34,920 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:07:34,922 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:08:34,931 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:08:34,933 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:09:34,926 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:09:34,928 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:10:34,925 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:10:34,928 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:11:34,909 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:11:34,911 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:12:34,925 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:12:34,926 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:13:34,920 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:13:34,922 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:14:34,917 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:14:34,919 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:15:34,922 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:15:34,923 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:16:34,921 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:16:34,923 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:17:34,917 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:17:34,918 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:18:34,919 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:18:34,921 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:19:34,910 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:19:34,912 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:20:34,912 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:20:34,915 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:21:34,917 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:21:34,919 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:22:34,918 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:22:34,920 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:23:34,914 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:23:34,916 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:24:34,914 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:24:34,917 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:25:34,909 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:25:34,911 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:26:34,792 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:26:34,794 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:27:34,794 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:27:34,794 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:28:34,790 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:28:34,792 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:29:34,788 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:29:34,790 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:30:34,785 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:30:34,786 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:31:34,782 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:31:34,783 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:32:34,779 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:32:34,781 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:33:34,789 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:33:34,791 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:34:34,774 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:34:34,778 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:35:34,773 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:35:34,774 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:36:34,775 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:36:34,777 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:37:34,766 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:37:34,768 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:38:34,764 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:38:34,766 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:39:34,770 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:39:34,771 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:40:34,767 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:40:34,769 basehttp 21348 6197276672 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:41:34,771 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:41:34,774 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:48:33,357 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 08:48:33,359 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 08:56:06,744 basehttp 21348 6197276672 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 08:56:06,747 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 09:19:17,824 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:19:17,827 basehttp 21348 6214103040 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 09:19:21,721 basehttp 21348 6214103040 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 09:19:31,093 basehttp 21348 6214103040 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 09:19:31,106 basehttp 21348 6197276672 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-08-31 09:19:31,111 log 21348 6214103040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 09:19:31,111 basehttp 21348 6214103040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 09:19:31,209 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:19:31,210 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 09:19:40,373 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-31 09:19:40,446 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:19:40,476 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 42642 INFO 2025-08-31 09:19:40,476 basehttp 21348 6214103040 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 09:20:40,630 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 09:27:59,867 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:33:21,081 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:35:02,644 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:36:00,686 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:36:03,641 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:37:04,643 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:38:06,639 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:39:37,646 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:40:37,643 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:41:00,669 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:42:37,652 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:44:37,645 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:46:00,692 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:46:09,409 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:47:09,423 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:48:09,412 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:49:09,419 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:50:09,420 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:51:00,362 basehttp 21348 6197276672 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:51:09,429 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:52:09,433 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:53:09,431 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:54:09,430 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:55:09,436 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:55:29,552 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 63895 INFO 2025-08-31 10:55:29,626 basehttp 21348 6197276672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:55:29,662 basehttp 21348 6197276672 "GET /en/inventory/items/ HTTP/1.1" 200 63895 INFO 2025-08-31 10:55:29,663 basehttp 21348 6214103040 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 10:56:29,635 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:57:29,645 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 10:58:29,643 basehttp 21348 6214103040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 10:58:41,987 log 21348 6214103040 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'humanize' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'humanize' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags highlighting i18n indent_text l10n log rest_framework static syntax_color tz widont ERROR 2025-08-31 10:58:41,990 basehttp 21348 6214103040 "GET /en/inventory/items/ HTTP/1.1" 500 231813 INFO 2025-08-31 11:01:05,552 autoreload 21348 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-08-31 11:01:05,964 autoreload 25913 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:01:08,112 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'setvar' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 260: 'setvar', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-08-31 11:01:08,115 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 428509 ERROR 2025-08-31 11:01:53,012 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/templatetags/allauth.py", line 128, in do_setvar nodelist = parser.parse(("endsetvar",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 261: 'elif', expected 'endsetvar'. Did you forget to register or load this tag? ERROR 2025-08-31 11:01:53,015 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 461002 ERROR 2025-08-31 11:03:21,078 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/templatetags/allauth.py", line 133, in do_setvar raise template.TemplateSyntaxError("Usage: %s" % usage) django.template.exceptions.TemplateSyntaxError: Usage: {% setvar "setvar" var %} ... {% endsetvar %} ERROR 2025-08-31 11:03:21,080 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 428897 ERROR 2025-08-31 11:13:33,975 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/templatetags/allauth.py", line 128, in do_setvar nodelist = parser.parse(("endsetvar",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 295: 'elif', expected 'endsetvar'. Did you forget to register or load this tag? ERROR 2025-08-31 11:13:33,981 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 378001 ERROR 2025-08-31 11:15:12,278 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_export' not found. 'item_export' is not a valid view function or pattern name. ERROR 2025-08-31 11:15:12,280 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 225177 ERROR 2025-08-31 11:15:37,256 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_export' not found. 'item_export' is not a valid view function or pattern name. ERROR 2025-08-31 11:15:37,257 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 224003 ERROR 2025-08-31 11:16:00,141 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_bulk_deactivate' not found. 'item_bulk_deactivate' is not a valid view function or pattern name. ERROR 2025-08-31 11:16:00,142 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 222993 ERROR 2025-08-31 11:16:31,259 log 25913 6158790656 Internal Server Error: /en/inventory/items/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_alerts_api' not found. 'stock_alerts_api' is not a valid view function or pattern name. ERROR 2025-08-31 11:16:31,260 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 500 223309 INFO 2025-08-31 11:16:45,914 basehttp 25913 6158790656 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:16:45,982 basehttp 25913 6158790656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:17:20,463 log 25913 6158790656 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 505, in get_context_data context['stock_locations'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:17:20,465 basehttp 25913 6158790656 "GET /en/inventory/items/46/ HTTP/1.1" 500 139814 INFO 2025-08-31 11:17:53,772 autoreload 25913 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:17:54,166 autoreload 33285 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:17:55,056 log 33285 6126022656 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 505, in get_context_data context['stock_locations'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:17:55,059 basehttp 33285 6126022656 "GET /en/inventory/items/46/ HTTP/1.1" 500 140654 INFO 2025-08-31 11:18:51,090 autoreload 33285 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:18:51,413 autoreload 33777 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:18:51,844 log 33777 6169243648 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 514, in get_context_data ).aggregate(total=Sum('quantity'))['total'] or 0 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:18:51,846 basehttp 33777 6169243648 "GET /en/inventory/items/46/ HTTP/1.1" 500 129165 INFO 2025-08-31 11:19:42,448 autoreload 33777 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:19:42,787 autoreload 34179 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:19:44,026 log 34179 6158102528 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 524, in get_context_data context['recent_orders'] = PurchaseOrderItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, id, inventory_item, inventory_item_id, item_id, line_number, notes, purchase_order, purchase_order_id, quantity_ordered, quantity_received, quantity_remaining, requested_delivery_date, status, total_price, unit_price, updated_at ERROR 2025-08-31 11:19:44,028 basehttp 34179 6158102528 "GET /en/inventory/items/46/ HTTP/1.1" 500 137420 ERROR 2025-08-31 11:19:46,417 log 34179 6158102528 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 524, in get_context_data context['recent_orders'] = PurchaseOrderItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, id, inventory_item, inventory_item_id, item_id, line_number, notes, purchase_order, purchase_order_id, quantity_ordered, quantity_received, quantity_remaining, requested_delivery_date, status, total_price, unit_price, updated_at ERROR 2025-08-31 11:19:46,418 basehttp 34179 6158102528 "GET /en/inventory/items/46/ HTTP/1.1" 500 137420 INFO 2025-08-31 11:20:11,890 autoreload 34179 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:20:12,200 autoreload 34345 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:20:12,688 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transaction_list' not found. 'transaction_list' is not a valid view function or pattern name. ERROR 2025-08-31 11:20:12,689 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 183882 ERROR 2025-08-31 11:20:47,078 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'stock_adjustment_create' not found. 'stock_adjustment_create' is not a valid view function or pattern name. ERROR 2025-08-31 11:20:47,079 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 184246 ERROR 2025-08-31 11:21:04,711 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_label_print' not found. 'item_label_print' is not a valid view function or pattern name. ERROR 2025-08-31 11:21:04,712 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 175419 ERROR 2025-08-31 11:21:43,462 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'item_stock_history' not found. 'item_stock_history' is not a valid view function or pattern name. ERROR 2025-08-31 11:21:43,463 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 500 174624 INFO 2025-08-31 11:22:02,207 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40135 WARNING 2025-08-31 11:22:02,219 basehttp 34345 6159265792 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 WARNING 2025-08-31 11:22:02,219 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:22:02,220 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 INFO 2025-08-31 11:22:02,270 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:23:02,281 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:23:58,879 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40235 WARNING 2025-08-31 11:23:58,892 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 11:23:58,892 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:23:58,892 basehttp 34345 6159265792 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 INFO 2025-08-31 11:23:58,923 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:24:09,297 log 34345 6125613056 Internal Server Error: /en/inventory/items/46/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'generate_item_code' not found. 'generate_item_code' is not a valid view function or pattern name. ERROR 2025-08-31 11:24:09,299 basehttp 34345 6125613056 "GET /en/inventory/items/46/update/ HTTP/1.1" 500 174526 INFO 2025-08-31 11:24:58,935 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:25:58,928 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:26:58,940 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:27:58,942 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:28:08,923 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40399 WARNING 2025-08-31 11:28:08,932 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:28:08,934 basehttp 34345 6159265792 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 WARNING 2025-08-31 11:28:08,934 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 INFO 2025-08-31 11:28:08,967 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:28:49,876 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145300 INFO 2025-08-31 11:28:49,890 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:03,143 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/100/change/ HTTP/1.1" 200 95792 INFO 2025-08-31 11:29:03,159 basehttp 34345 13723840512 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-31 11:29:03,160 basehttp 34345 6125613056 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-31 11:29:03,160 basehttp 34345 6159265792 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-31 11:29:03,161 basehttp 34345 13707014144 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-31 11:29:03,162 basehttp 34345 6125613056 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-31 11:29:03,163 basehttp 34345 6142439424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:03,163 basehttp 34345 6125613056 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-31 11:29:03,164 basehttp 34345 6125613056 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-31 11:29:03,169 basehttp 34345 6125613056 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-31 11:29:03,184 basehttp 34345 6125613056 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-31 11:29:09,518 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:29:12,086 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/100/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:12,133 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145588 INFO 2025-08-31 11:29:12,144 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:15,195 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/98/change/ HTTP/1.1" 200 95776 INFO 2025-08-31 11:29:15,211 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:17,841 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/98/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:17,886 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145587 INFO 2025-08-31 11:29:17,899 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:21,899 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/97/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:29:21,912 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:24,486 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/97/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:24,531 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145589 INFO 2025-08-31 11:29:24,547 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:31,581 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/96/change/ HTTP/1.1" 200 95745 INFO 2025-08-31 11:29:31,597 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:34,312 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/96/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:34,357 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145594 INFO 2025-08-31 11:29:34,372 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:38,352 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/92/change/ HTTP/1.1" 200 95785 INFO 2025-08-31 11:29:38,367 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:43,852 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/92/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:43,898 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145604 INFO 2025-08-31 11:29:43,911 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:47,551 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/91/change/ HTTP/1.1" 200 95768 INFO 2025-08-31 11:29:47,567 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:50,437 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/91/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:50,483 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145603 INFO 2025-08-31 11:29:50,496 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:52,801 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/90/change/ HTTP/1.1" 200 95802 INFO 2025-08-31 11:29:52,814 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:29:56,828 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/90/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:29:56,873 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145614 INFO 2025-08-31 11:29:56,885 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:10,510 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:30:22,577 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/88/change/ HTTP/1.1" 200 95764 INFO 2025-08-31 11:30:22,593 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:24,715 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/88/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:30:24,762 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145612 INFO 2025-08-31 11:30:24,775 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:31,409 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/58/change/ HTTP/1.1" 200 95801 INFO 2025-08-31 11:30:31,423 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:33,895 basehttp 34345 6125613056 "POST /en/admin/inventory/inventorystock/58/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:30:33,943 basehttp 34345 6125613056 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145616 INFO 2025-08-31 11:30:33,958 basehttp 34345 6125613056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:30:40,759 basehttp 34345 6125613056 "GET /en/inventory/items/46/ HTTP/1.1" 200 40393 WARNING 2025-08-31 11:30:40,768 basehttp 34345 6125613056 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:30:40,770 basehttp 34345 13707014144 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 WARNING 2025-08-31 11:30:40,770 basehttp 34345 6142439424 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 INFO 2025-08-31 11:30:40,792 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:31:20,940 basehttp 34345 6159265792 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:31:20,990 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:31:23,383 basehttp 34345 6159265792 "GET /en/inventory/items/3/ HTTP/1.1" 200 39898 WARNING 2025-08-31 11:31:23,389 basehttp 34345 6159265792 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 11:31:23,394 basehttp 34345 13723840512 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 11:31:23,396 basehttp 34345 6125613056 "GET /static/assets/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2053 INFO 2025-08-31 11:31:23,412 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:32:23,421 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:32:26,841 basehttp 34345 6125613056 "GET /en/inventory/items/3/ HTTP/1.1" 200 39877 WARNING 2025-08-31 11:32:26,848 basehttp 34345 6125613056 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:32:26,875 basehttp 34345 6142439424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:32:30,769 basehttp 34345 6142439424 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:32:30,792 log 34345 6125613056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:32:30,792 basehttp 34345 6125613056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:33:26,877 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:26,878 basehttp 34345 6125613056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:40,159 basehttp 34345 6125613056 "GET /en/inventory/items/3/ HTTP/1.1" 200 39725 WARNING 2025-08-31 11:34:40,169 basehttp 34345 6125613056 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:34:40,179 log 34345 6142439424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:40,179 basehttp 34345 6142439424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:40,287 basehttp 34345 6142439424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:43,471 basehttp 34345 6142439424 "GET /en/inventory/items/3/ HTTP/1.1" 200 39725 WARNING 2025-08-31 11:34:43,480 basehttp 34345 13740666880 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:34:43,480 basehttp 34345 6159265792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-31 11:34:43,481 basehttp 34345 13723840512 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:34:43,482 basehttp 34345 13707014144 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-31 11:34:43,486 basehttp 34345 6142439424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-31 11:34:43,489 log 34345 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 11:34:43,489 basehttp 34345 13707014144 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-08-31 11:34:43,489 basehttp 34345 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:43,496 basehttp 34345 13757493248 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:34:43,498 basehttp 34345 6142439424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 11:34:43,501 basehttp 34345 6159265792 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:34:43,501 basehttp 34345 6125613056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:34:43,501 basehttp 34345 6142439424 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:34:43,503 basehttp 34345 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:34:43,507 basehttp 34345 13757493248 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:34:43,509 basehttp 34345 13707014144 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:34:43,896 basehttp 34345 13707014144 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:34:43,946 basehttp 34345 6125613056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:34:43,947 basehttp 34345 6142439424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:34:43,947 basehttp 34345 13757493248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:34:43,952 basehttp 34345 6142439424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:34:43,952 basehttp 34345 6159265792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:34:43,953 basehttp 34345 13707014144 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:34:43,954 basehttp 34345 13723840512 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:34:43,956 basehttp 34345 13757493248 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:34:43,957 basehttp 34345 6142439424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:34:43,959 basehttp 34345 13723840512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:34:43,959 basehttp 34345 13723840512 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:34:43,968 basehttp 34345 13757493248 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:34:43,968 basehttp 34345 13707014144 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:34:43,968 basehttp 34345 6142439424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:34:43,969 basehttp 34345 13723840512 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:34:43,971 basehttp 34345 6125613056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:34:43,973 basehttp 34345 13723840512 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:34:43,973 basehttp 34345 13757493248 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:34:43,976 basehttp 34345 13707014144 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:34:43,977 basehttp 34345 6142439424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:34:43,981 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:44,215 basehttp 34345 13723840512 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:34:44,218 basehttp 34345 6125613056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:34:44,218 basehttp 34345 13757493248 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:34:44,219 basehttp 34345 13707014144 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-31 11:34:44,225 log 34345 13707014144 Not Found: /favicon.ico WARNING 2025-08-31 11:34:44,225 basehttp 34345 13707014144 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:34:51,296 basehttp 34345 13707014144 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:34:51,309 basehttp 34345 6125613056 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-31 11:34:51,310 basehttp 34345 13757493248 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-31 11:34:51,310 basehttp 34345 6159265792 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-31 11:34:51,310 basehttp 34345 13723840512 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-31 11:34:51,313 log 34345 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:51,313 basehttp 34345 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:52,106 basehttp 34345 13707014144 "GET /en/inventory/items/ HTTP/1.1" 200 73450 WARNING 2025-08-31 11:34:52,118 log 34345 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:52,118 basehttp 34345 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:52,185 basehttp 34345 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:34:53,660 basehttp 34345 13707014144 "GET /en/inventory/items/3/ HTTP/1.1" 200 39725 WARNING 2025-08-31 11:34:53,679 basehttp 34345 13723840512 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:34:53,683 log 34345 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:34:53,683 basehttp 34345 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:34:53,742 basehttp 34345 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:35:53,756 basehttp 34345 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:36:18,222 basehttp 34345 13707014144 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 WARNING 2025-08-31 11:36:18,232 basehttp 34345 13707014144 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:36:18,237 log 34345 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:36:18,237 basehttp 34345 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:36:18,307 basehttp 34345 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:36:23,880 autoreload 41574 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 11:36:27,456 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 INFO 2025-08-31 11:36:27,466 basehttp 41574 13438578688 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-31 11:36:27,467 basehttp 41574 6169997312 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-31 11:36:27,469 basehttp 41574 13472231424 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:36:27,471 basehttp 41574 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:36:27,478 basehttp 41574 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 11:36:27,478 basehttp 41574 6136344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-31 11:36:27,480 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:36:27,480 basehttp 41574 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-08-31 11:36:27,480 log 41574 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:36:27,481 basehttp 41574 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:36:27,483 basehttp 41574 13472231424 - Broken pipe from ('127.0.0.1', 62472) INFO 2025-08-31 11:36:27,485 basehttp 41574 13489057792 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:36:27,498 basehttp 41574 6153170944 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:36:27,502 basehttp 41574 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:36:27,503 basehttp 41574 6169997312 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:36:27,503 basehttp 41574 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:36:27,508 basehttp 41574 6136344576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:36:27,692 basehttp 41574 6136344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:36:27,708 basehttp 41574 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:36:27,709 basehttp 41574 6136344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:36:27,710 basehttp 41574 6169997312 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:36:27,710 basehttp 41574 6136344576 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:36:27,710 basehttp 41574 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:36:27,712 basehttp 41574 6153170944 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:36:27,714 basehttp 41574 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:36:27,714 basehttp 41574 6169997312 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:36:27,715 basehttp 41574 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:36:27,716 basehttp 41574 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:36:27,716 basehttp 41574 6136344576 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:36:27,716 basehttp 41574 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:36:27,716 basehttp 41574 6153170944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:36:27,717 basehttp 41574 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:36:27,718 basehttp 41574 6169997312 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:36:27,718 basehttp 41574 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:36:27,719 basehttp 41574 6136344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:36:27,719 basehttp 41574 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:36:27,720 basehttp 41574 6153170944 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:36:27,722 basehttp 41574 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-31 11:36:27,723 basehttp 41574 6136344576 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:36:27,723 basehttp 41574 6169997312 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:36:27,723 basehttp 41574 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:36:27,723 basehttp 41574 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:36:27,732 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:36:27,828 log 41574 13489057792 Not Found: /favicon.ico WARNING 2025-08-31 11:36:27,828 basehttp 41574 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:37:27,737 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:38:27,749 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:39:27,754 basehttp 41574 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:40:14,298 basehttp 41574 13489057792 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145333 INFO 2025-08-31 11:40:14,309 basehttp 41574 6169997312 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-31 11:40:14,309 basehttp 41574 13455405056 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-31 11:40:14,310 basehttp 41574 13438578688 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-31 11:40:14,310 basehttp 41574 13489057792 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-31 11:40:14,311 basehttp 41574 6136344576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-31 11:40:14,312 basehttp 41574 13489057792 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-31 11:40:14,312 basehttp 41574 13455405056 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-31 11:40:14,313 basehttp 41574 13438578688 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-31 11:40:14,313 basehttp 41574 6136344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-31 11:40:14,316 basehttp 41574 13438578688 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-31 11:40:14,316 basehttp 41574 13455405056 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-31 11:40:14,316 basehttp 41574 13489057792 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-31 11:40:14,318 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:14,318 basehttp 41574 6169997312 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-31 11:40:14,319 basehttp 41574 13438578688 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-31 11:40:14,319 basehttp 41574 6136344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-31 11:40:14,324 basehttp 41574 6136344576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-31 11:40:14,326 basehttp 41574 6136344576 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-31 11:40:14,335 basehttp 41574 6136344576 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-31 11:40:14,336 basehttp 41574 6169997312 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-31 11:40:14,336 basehttp 41574 13438578688 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-31 11:40:14,337 basehttp 41574 13438578688 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-31 11:40:20,638 basehttp 41574 13438578688 "GET /en/admin/inventory/inventorystock/87/change/ HTTP/1.1" 200 95792 INFO 2025-08-31 11:40:20,646 basehttp 41574 13489057792 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-31 11:40:20,646 basehttp 41574 13438578688 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-31 11:40:20,646 basehttp 41574 6136344576 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-08-31 11:40:20,647 basehttp 41574 6153170944 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-08-31 11:40:20,647 basehttp 41574 6153170944 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-31 11:40:20,649 basehttp 41574 6153170944 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-31 11:40:20,651 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:20,651 basehttp 41574 6153170944 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-31 11:40:20,652 basehttp 41574 6153170944 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-31 11:40:20,667 basehttp 41574 6153170944 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-08-31 11:40:23,511 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/87/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:23,557 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145625 INFO 2025-08-31 11:40:23,574 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:23,581 basehttp 41574 6153170944 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-31 11:40:25,819 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/86/change/ HTTP/1.1" 200 95756 INFO 2025-08-31 11:40:25,832 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:27,689 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/86/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:27,733 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145619 INFO 2025-08-31 11:40:27,749 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:28,514 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:40:31,631 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/85/change/ HTTP/1.1" 200 95733 INFO 2025-08-31 11:40:31,644 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:33,638 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/85/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:33,683 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145616 INFO 2025-08-31 11:40:33,697 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:35,775 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/84/change/ HTTP/1.1" 200 95723 INFO 2025-08-31 11:40:35,789 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:37,673 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/84/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:37,718 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145617 INFO 2025-08-31 11:40:37,735 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:41,542 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/82/change/ HTTP/1.1" 200 95720 INFO 2025-08-31 11:40:41,553 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:43,180 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/82/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:43,226 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145619 INFO 2025-08-31 11:40:43,246 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:45,633 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/81/change/ HTTP/1.1" 200 95737 INFO 2025-08-31 11:40:45,646 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:47,274 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/81/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:47,321 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145626 INFO 2025-08-31 11:40:47,341 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:50,550 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/80/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:40:50,563 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:52,291 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/80/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:52,338 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145634 INFO 2025-08-31 11:40:52,355 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:54,960 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/79/change/ HTTP/1.1" 200 95773 INFO 2025-08-31 11:40:54,972 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:56,655 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/79/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:40:56,702 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145637 INFO 2025-08-31 11:40:56,720 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:40:58,938 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/78/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:40:58,951 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:00,595 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/78/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:00,639 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145644 INFO 2025-08-31 11:41:00,655 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:04,278 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/77/change/ HTTP/1.1" 200 95754 INFO 2025-08-31 11:41:04,290 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:06,427 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/77/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:06,471 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145643 INFO 2025-08-31 11:41:06,490 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:10,609 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/76/change/ HTTP/1.1" 200 95749 INFO 2025-08-31 11:41:10,621 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:12,739 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/76/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:12,787 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145644 INFO 2025-08-31 11:41:12,802 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:18,255 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/75/change/ HTTP/1.1" 200 95789 INFO 2025-08-31 11:41:18,268 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:20,000 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/75/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:20,047 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145657 INFO 2025-08-31 11:41:20,067 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:24,797 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/74/change/ HTTP/1.1" 200 95747 INFO 2025-08-31 11:41:24,812 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:28,180 basehttp 41574 6153170944 "POST /en/admin/inventory/inventorystock/74/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:28,225 basehttp 41574 6153170944 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145650 INFO 2025-08-31 11:41:28,241 basehttp 41574 6153170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:28,511 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 WARNING 2025-08-31 11:41:28,526 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:41:28,532 log 41574 6169997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:41:28,532 basehttp 41574 6169997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:41:28,830 basehttp 41574 6169997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:41:31,786 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/72/change/ HTTP/1.1" 200 95732 INFO 2025-08-31 11:41:31,799 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:33,677 basehttp 41574 6169997312 "POST /en/admin/inventory/inventorystock/72/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:33,715 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145654 INFO 2025-08-31 11:41:33,732 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:36,604 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/71/change/ HTTP/1.1" 200 95728 INFO 2025-08-31 11:41:36,617 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:39,005 basehttp 41574 6169997312 "POST /en/admin/inventory/inventorystock/71/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:39,048 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145656 INFO 2025-08-31 11:41:39,063 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:44,420 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/69/change/ HTTP/1.1" 200 95794 INFO 2025-08-31 11:41:44,434 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:46,915 basehttp 41574 6169997312 "POST /en/admin/inventory/inventorystock/69/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:46,960 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145666 INFO 2025-08-31 11:41:46,980 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:50,997 basehttp 41574 6169997312 "GET /en/admin/inventory/inventorystock/68/change/ HTTP/1.1" 200 95762 INFO 2025-08-31 11:41:51,010 basehttp 41574 6169997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:52,780 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/68/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:52,825 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145661 INFO 2025-08-31 11:41:52,839 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:55,863 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/67/change/ HTTP/1.1" 200 95760 INFO 2025-08-31 11:41:55,878 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:41:57,906 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/67/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:41:57,952 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145664 INFO 2025-08-31 11:41:57,967 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:02,989 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/63/change/ HTTP/1.1" 200 95760 INFO 2025-08-31 11:42:03,001 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:04,636 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/63/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:04,683 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145671 INFO 2025-08-31 11:42:04,697 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:08,162 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/62/change/ HTTP/1.1" 200 95774 INFO 2025-08-31 11:42:08,174 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:09,857 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/62/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:09,903 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145682 INFO 2025-08-31 11:42:09,918 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:12,830 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/61/change/ HTTP/1.1" 200 95786 INFO 2025-08-31 11:42:12,843 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:14,672 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/61/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:14,718 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145688 INFO 2025-08-31 11:42:14,734 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:17,249 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/59/change/ HTTP/1.1" 200 95753 INFO 2025-08-31 11:42:17,264 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:18,862 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/59/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:18,908 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145679 INFO 2025-08-31 11:42:18,927 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:22,264 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/55/change/ HTTP/1.1" 200 95741 INFO 2025-08-31 11:42:22,277 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:23,848 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/55/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:23,878 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145679 INFO 2025-08-31 11:42:23,895 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:28,437 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/54/change/ HTTP/1.1" 200 95739 INFO 2025-08-31 11:42:28,447 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:29,510 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:42:30,745 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/54/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:30,791 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145686 INFO 2025-08-31 11:42:30,805 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:34,199 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/52/change/ HTTP/1.1" 200 95793 INFO 2025-08-31 11:42:34,213 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:35,606 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/52/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:35,651 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145697 INFO 2025-08-31 11:42:35,670 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:38,128 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/51/change/ HTTP/1.1" 200 95763 INFO 2025-08-31 11:42:38,142 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:39,909 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/51/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:39,954 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145693 INFO 2025-08-31 11:42:39,971 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:44,422 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/50/change/ HTTP/1.1" 200 95754 INFO 2025-08-31 11:42:44,434 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:47,037 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/50/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:47,084 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145698 INFO 2025-08-31 11:42:47,104 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:51,246 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/48/change/ HTTP/1.1" 200 95742 INFO 2025-08-31 11:42:51,263 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:52,944 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/48/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:52,988 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145689 INFO 2025-08-31 11:42:53,002 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:55,654 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/47/change/ HTTP/1.1" 200 95742 INFO 2025-08-31 11:42:55,667 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:42:57,742 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/47/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:42:57,788 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145692 INFO 2025-08-31 11:42:57,805 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:01,037 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/41/change/ HTTP/1.1" 200 95722 INFO 2025-08-31 11:43:01,059 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:02,860 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/41/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:02,905 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145700 INFO 2025-08-31 11:43:02,923 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:05,975 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/40/change/ HTTP/1.1" 200 95765 INFO 2025-08-31 11:43:05,989 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:07,536 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/40/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:07,584 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145704 INFO 2025-08-31 11:43:07,601 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:10,145 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/39/change/ HTTP/1.1" 200 95766 INFO 2025-08-31 11:43:10,159 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:11,840 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/39/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:11,886 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145707 INFO 2025-08-31 11:43:11,901 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:14,923 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/38/change/ HTTP/1.1" 200 95765 INFO 2025-08-31 11:43:14,933 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:17,380 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/38/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:17,426 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145710 INFO 2025-08-31 11:43:17,442 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:21,952 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/36/change/ HTTP/1.1" 200 95726 INFO 2025-08-31 11:43:21,965 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:23,623 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/36/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:23,669 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145703 INFO 2025-08-31 11:43:23,686 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:27,545 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/35/change/ HTTP/1.1" 200 95750 INFO 2025-08-31 11:43:27,559 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:29,185 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/35/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:29,233 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145712 INFO 2025-08-31 11:43:29,248 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:30,508 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:43:33,427 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/33/change/ HTTP/1.1" 200 95735 INFO 2025-08-31 11:43:33,438 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:35,822 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/33/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:35,867 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145721 INFO 2025-08-31 11:43:35,882 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:39,214 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/32/change/ HTTP/1.1" 200 95730 INFO 2025-08-31 11:43:39,227 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:40,615 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/32/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:40,661 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145718 INFO 2025-08-31 11:43:40,681 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:44,795 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/30/change/ HTTP/1.1" 200 95709 INFO 2025-08-31 11:43:44,807 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:46,601 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/30/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:46,646 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145720 INFO 2025-08-31 11:43:46,665 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:49,806 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/27/change/ HTTP/1.1" 200 95741 INFO 2025-08-31 11:43:49,820 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:51,392 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/27/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:51,439 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145726 INFO 2025-08-31 11:43:51,457 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:54,605 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 200 95771 INFO 2025-08-31 11:43:54,618 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:56,157 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:43:56,226 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145732 INFO 2025-08-31 11:43:56,249 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:43:58,971 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 200 95771 INFO 2025-08-31 11:43:58,984 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:00,761 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/26/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:00,806 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145732 INFO 2025-08-31 11:44:00,822 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:03,776 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/25/change/ HTTP/1.1" 200 95784 INFO 2025-08-31 11:44:03,790 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:05,335 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/25/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:05,380 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145740 INFO 2025-08-31 11:44:05,399 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:10,171 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/24/change/ HTTP/1.1" 200 95693 INFO 2025-08-31 11:44:10,184 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:11,768 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/24/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:11,813 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145721 INFO 2025-08-31 11:44:11,830 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:16,013 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/23/change/ HTTP/1.1" 200 95716 INFO 2025-08-31 11:44:16,023 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:17,375 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/23/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:17,420 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145729 INFO 2025-08-31 11:44:17,436 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:21,006 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/22/change/ HTTP/1.1" 200 95713 INFO 2025-08-31 11:44:21,019 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:22,541 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/22/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:22,587 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145732 INFO 2025-08-31 11:44:22,608 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:27,484 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/21/change/ HTTP/1.1" 200 95707 INFO 2025-08-31 11:44:27,496 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:29,125 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/21/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:29,171 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145733 INFO 2025-08-31 11:44:29,187 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:31,511 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:44:32,510 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/20/change/ HTTP/1.1" 200 95720 INFO 2025-08-31 11:44:32,524 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:34,138 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/20/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:34,168 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145740 INFO 2025-08-31 11:44:34,184 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:37,237 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/19/change/ HTTP/1.1" 200 95761 INFO 2025-08-31 11:44:37,251 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:38,806 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/19/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:38,851 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145753 INFO 2025-08-31 11:44:38,865 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:41,931 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/18/change/ HTTP/1.1" 200 95706 INFO 2025-08-31 11:44:41,944 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:43,515 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/18/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:43,561 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145736 INFO 2025-08-31 11:44:43,579 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:47,691 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/17/change/ HTTP/1.1" 200 95721 INFO 2025-08-31 11:44:47,706 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:48,992 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/17/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:49,037 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145745 INFO 2025-08-31 11:44:49,052 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:51,846 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/16/change/ HTTP/1.1" 200 95707 INFO 2025-08-31 11:44:51,861 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:53,715 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/16/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:53,751 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145749 INFO 2025-08-31 11:44:53,765 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:57,958 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/15/change/ HTTP/1.1" 200 95706 INFO 2025-08-31 11:44:57,969 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:44:59,428 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/15/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:44:59,474 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145752 INFO 2025-08-31 11:44:59,492 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:02,767 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/14/change/ HTTP/1.1" 200 95740 INFO 2025-08-31 11:45:02,780 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:04,436 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/14/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:04,481 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145760 INFO 2025-08-31 11:45:04,501 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:08,166 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/13/change/ HTTP/1.1" 200 95752 INFO 2025-08-31 11:45:08,179 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:09,821 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/13/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:09,865 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145765 INFO 2025-08-31 11:45:09,885 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:12,862 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/1/change/ HTTP/1.1" 200 95734 INFO 2025-08-31 11:45:12,876 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:14,698 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/1/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:14,744 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145759 INFO 2025-08-31 11:45:14,760 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:17,588 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/4/change/ HTTP/1.1" 200 95749 INFO 2025-08-31 11:45:17,601 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:19,239 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/4/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:19,285 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145765 INFO 2025-08-31 11:45:19,301 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:23,574 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/65/change/ HTTP/1.1" 200 95792 INFO 2025-08-31 11:45:23,586 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:25,125 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/65/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:25,173 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145775 INFO 2025-08-31 11:45:25,192 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:27,586 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/2/change/ HTTP/1.1" 200 95733 INFO 2025-08-31 11:45:27,600 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:29,200 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/2/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:29,243 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145768 INFO 2025-08-31 11:45:29,263 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:32,509 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:45:33,058 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/3/change/ HTTP/1.1" 200 95740 INFO 2025-08-31 11:45:33,071 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:34,464 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/3/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:34,509 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145773 INFO 2025-08-31 11:45:34,529 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:37,478 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/44/change/ HTTP/1.1" 200 95786 INFO 2025-08-31 11:45:37,489 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:38,970 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/44/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:39,000 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145783 INFO 2025-08-31 11:45:39,016 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:41,376 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/66/change/ HTTP/1.1" 200 95778 INFO 2025-08-31 11:45:41,389 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:42,747 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/66/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:42,784 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145784 INFO 2025-08-31 11:45:42,799 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:45,440 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/12/change/ HTTP/1.1" 200 95787 INFO 2025-08-31 11:45:45,452 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:46,841 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/12/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:46,891 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145789 INFO 2025-08-31 11:45:46,904 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:49,352 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/11/change/ HTTP/1.1" 200 95765 INFO 2025-08-31 11:45:49,365 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:50,686 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/11/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:50,723 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145787 INFO 2025-08-31 11:45:50,736 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:53,678 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/45/change/ HTTP/1.1" 200 95787 INFO 2025-08-31 11:45:53,689 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:55,253 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/45/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:55,294 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145799 INFO 2025-08-31 11:45:55,308 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:58,100 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/9/change/ HTTP/1.1" 200 95734 INFO 2025-08-31 11:45:58,114 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:45:59,409 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/9/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:45:59,458 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145784 INFO 2025-08-31 11:45:59,472 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:02,408 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/10/change/ HTTP/1.1" 200 95759 INFO 2025-08-31 11:46:02,421 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:03,959 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/10/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:04,005 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145794 INFO 2025-08-31 11:46:04,023 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:07,175 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/46/change/ HTTP/1.1" 200 95787 INFO 2025-08-31 11:46:07,188 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:09,236 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/46/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:09,280 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145808 INFO 2025-08-31 11:46:09,296 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:11,915 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/7/change/ HTTP/1.1" 200 95738 INFO 2025-08-31 11:46:11,929 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:13,152 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/7/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:13,196 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145794 INFO 2025-08-31 11:46:13,214 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:15,727 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/43/change/ HTTP/1.1" 200 95772 INFO 2025-08-31 11:46:15,739 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:17,086 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/43/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:17,132 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145806 INFO 2025-08-31 11:46:17,150 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:20,134 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/8/change/ HTTP/1.1" 200 95750 INFO 2025-08-31 11:46:20,151 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:21,598 basehttp 41574 6136344576 "POST /en/admin/inventory/inventorystock/8/change/ HTTP/1.1" 302 0 INFO 2025-08-31 11:46:21,643 basehttp 41574 6136344576 "GET /en/admin/inventory/inventorystock/ HTTP/1.1" 200 145803 INFO 2025-08-31 11:46:21,660 basehttp 41574 6136344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 11:46:28,530 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39865 WARNING 2025-08-31 11:46:28,542 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:46:28,546 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:46:28,547 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:46:28,636 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:47:00,471 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39955 WARNING 2025-08-31 11:47:00,479 basehttp 41574 6136344576 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:47:00,486 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:47:00,486 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:47:00,580 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:48:00,593 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:48:07,246 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39833 WARNING 2025-08-31 11:48:07,256 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:48:07,261 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:48:07,261 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:48:07,318 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:49:07,312 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:49:38,590 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39717 WARNING 2025-08-31 11:49:38,600 basehttp 41574 6136344576 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:49:38,604 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:49:38,605 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:49:38,662 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:50:11,848 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39793 WARNING 2025-08-31 11:50:11,858 basehttp 41574 6153170944 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:50:11,863 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:50:11,863 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:50:11,925 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:51:11,932 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:52:11,929 basehttp 41574 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:52:54,301 basehttp 41574 6136344576 "GET /en/inventory/items/3/ HTTP/1.1" 200 39793 INFO 2025-08-31 11:52:54,310 basehttp 41574 6169997312 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-08-31 11:52:54,311 basehttp 41574 13472231424 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:52:54,311 basehttp 41574 13455405056 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-31 11:52:54,315 basehttp 41574 6169997312 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:52:54,318 basehttp 41574 6136344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-08-31 11:52:54,320 log 41574 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:52:54,321 basehttp 41574 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:52:54,323 basehttp 41574 6136344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 11:52:54,323 basehttp 41574 6169997312 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 11:52:54,331 basehttp 41574 6169997312 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:52:54,332 basehttp 41574 13472231424 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:52:54,333 basehttp 41574 13455405056 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:52:54,333 basehttp 41574 6153170944 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:52:54,334 basehttp 41574 6169997312 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:52:54,334 basehttp 41574 6136344576 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:52:54,342 basehttp 41574 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:52:54,661 basehttp 41574 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:52:54,713 basehttp 41574 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:52:54,713 basehttp 41574 6169997312 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:52:54,713 basehttp 41574 6136344576 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:52:54,714 basehttp 41574 6153170944 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:52:54,716 basehttp 41574 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:52:54,717 basehttp 41574 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:52:54,718 basehttp 41574 13455405056 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:52:54,720 basehttp 41574 6136344576 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:52:54,720 basehttp 41574 6153170944 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:52:54,720 basehttp 41574 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:52:54,721 basehttp 41574 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:52:54,721 basehttp 41574 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:52:54,723 basehttp 41574 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:52:54,723 basehttp 41574 6136344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:52:54,723 basehttp 41574 6153170944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:52:54,726 basehttp 41574 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:52:54,726 basehttp 41574 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:52:54,727 basehttp 41574 6169997312 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:52:54,729 basehttp 41574 6136344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:52:54,730 basehttp 41574 6153170944 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:52:54,730 basehttp 41574 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:52:54,731 basehttp 41574 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:52:54,731 basehttp 41574 6169997312 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:52:54,731 basehttp 41574 6153170944 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-08-31 11:52:54,733 basehttp 41574 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:52:54,785 log 41574 13438578688 Not Found: /favicon.ico WARNING 2025-08-31 11:52:54,785 basehttp 41574 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:53:05,940 basehttp 41574 13438578688 "GET /en/inventory/items/3/ HTTP/1.1" 200 39775 WARNING 2025-08-31 11:53:05,949 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:53:05,956 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:53:05,957 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:53:06,049 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:53:10,746 basehttp 41574 6153170944 "GET /en/inventory/stock/create/?item=3 HTTP/1.1" 200 40933 WARNING 2025-08-31 11:53:10,761 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:53:10,762 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:53:10,816 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:53:47,629 basehttp 41574 6153170944 "GET /en/inventory/stock/create/?item=3 HTTP/1.1" 200 40933 INFO 2025-08-31 11:53:47,643 basehttp 41574 13455405056 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-31 11:53:47,649 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:53:47,650 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:53:47,652 basehttp 41574 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 11:53:47,654 basehttp 41574 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-31 11:53:47,656 basehttp 41574 6153170944 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 11:53:47,659 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 11:53:47,662 basehttp 41574 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 11:53:47,665 basehttp 41574 6136344576 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 11:53:47,666 basehttp 41574 6169997312 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 11:53:47,668 basehttp 41574 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 11:53:47,855 basehttp 41574 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 11:53:47,894 basehttp 41574 13472231424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 11:53:47,894 basehttp 41574 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 11:53:47,894 basehttp 41574 6136344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 11:53:47,895 basehttp 41574 6169997312 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 11:53:47,895 basehttp 41574 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 11:53:47,895 basehttp 41574 6153170944 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 11:53:47,898 basehttp 41574 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 11:53:47,898 basehttp 41574 6153170944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 11:53:47,899 basehttp 41574 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 11:53:47,899 basehttp 41574 6153170944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 11:53:47,899 basehttp 41574 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 11:53:47,900 basehttp 41574 6136344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 11:53:47,903 basehttp 41574 6136344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 11:53:47,903 basehttp 41574 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 11:53:47,903 basehttp 41574 6153170944 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 11:53:47,906 basehttp 41574 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 11:53:47,910 basehttp 41574 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 11:53:47,910 basehttp 41574 6153170944 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 11:53:47,911 basehttp 41574 6136344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 11:53:47,911 basehttp 41574 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 11:53:47,911 basehttp 41574 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 11:53:47,912 basehttp 41574 6169997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:53:47,913 basehttp 41574 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 11:53:47,913 basehttp 41574 6153170944 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-31 11:53:48,002 log 41574 6153170944 Not Found: /favicon.ico WARNING 2025-08-31 11:53:48,002 basehttp 41574 6153170944 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 11:54:05,273 basehttp 41574 6153170944 "GET /en/inventory/items/3/ HTTP/1.1" 200 39775 WARNING 2025-08-31 11:54:05,291 basehttp 41574 13438578688 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 11:54:05,291 basehttp 41574 6169997312 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 11:54:05,291 basehttp 41574 6136344576 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-08-31 11:54:05,291 basehttp 41574 13472231424 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-08-31 11:54:05,294 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:05,294 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:05,295 basehttp 41574 13455405056 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 11:54:05,363 basehttp 41574 13455405056 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 11:54:30,058 basehttp 41574 13455405056 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 11:54:30,070 basehttp 41574 6169997312 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-31 11:54:30,071 basehttp 41574 6153170944 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-08-31 11:54:30,071 basehttp 41574 6136344576 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-31 11:54:30,072 basehttp 41574 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-31 11:54:30,075 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:30,075 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:45,644 basehttp 41574 13455405056 "GET /en/inventory/stock/?item=26 HTTP/1.1" 200 151703 INFO 2025-08-31 11:54:45,657 basehttp 41574 6136344576 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-31 11:54:45,657 basehttp 41574 13472231424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-08-31 11:54:45,661 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:45,662 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:45,663 basehttp 41574 13472231424 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-31 11:54:45,765 basehttp 41574 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:54:45,773 basehttp 41574 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:54:52,434 basehttp 41574 13455405056 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 WARNING 2025-08-31 11:54:52,453 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:52,454 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:54:52,501 basehttp 41574 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:54:59,679 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:59,680 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:54:59,688 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:54:59,688 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:55:01,444 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:01,444 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:55:01,453 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:01,454 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:55:07,763 basehttp 41574 13455405056 "GET /en/inventory/items/2/ HTTP/1.1" 200 40485 WARNING 2025-08-31 11:55:07,779 basehttp 41574 13472231424 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:55:07,783 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:07,783 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:55:07,846 basehttp 41574 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:55:20,698 log 41574 13455405056 Internal Server Error: /en/inventory/items/2/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'generate_item_code' not found. 'generate_item_code' is not a valid view function or pattern name. ERROR 2025-08-31 11:55:20,700 basehttp 41574 13455405056 "GET /en/inventory/items/2/update/ HTTP/1.1" 500 174262 WARNING 2025-08-31 11:55:20,718 log 41574 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:55:20,719 basehttp 41574 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:56:49,838 basehttp 41574 13455405056 "GET /en/inventory/items/2/update/ HTTP/1.1" 200 49421 WARNING 2025-08-31 11:56:49,851 basehttp 41574 13455405056 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 11:56:49,851 basehttp 41574 6136344576 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 11:56:49,855 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:56:49,856 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:56:49,857 basehttp 41574 6169997312 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-08-31 11:56:49,914 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:57:28,513 basehttp 41574 6153170944 "POST /en/inventory/items/2/update/ HTTP/1.1" 200 49475 WARNING 2025-08-31 11:57:28,529 basehttp 41574 6169997312 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 11:57:28,529 basehttp 41574 6136344576 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 11:57:28,532 basehttp 41574 13438578688 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 WARNING 2025-08-31 11:57:28,533 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:28,533 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:57:28,584 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 11:57:31,766 basehttp 41574 6153170944 "GET /en/inventory/items/2/update/ HTTP/1.1" 200 49421 WARNING 2025-08-31 11:57:31,782 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:31,782 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:57:32,465 basehttp 41574 6169997312 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:57:32,471 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 11:57:32,471 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 11:57:32,471 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 11:57:32,480 log 41574 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:32,480 basehttp 41574 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:57:35,085 basehttp 41574 6136344576 "GET /en/inventory/items/2/ HTTP/1.1" 200 40429 WARNING 2025-08-31 11:57:35,095 basehttp 41574 6136344576 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 11:57:35,100 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:35,100 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:57:35,168 basehttp 41574 6153170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 11:57:49,503 log 41574 6153170944 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 343, in get_context_data context['stock_items'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:57:49,505 basehttp 41574 6153170944 "GET /en/inventory/locations/2/ HTTP/1.1" 500 140577 WARNING 2025-08-31 11:57:49,524 log 41574 6153170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:57:49,524 basehttp 41574 6153170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:58:11,168 autoreload 41574 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:58:11,570 autoreload 51336 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:58:12,837 log 51336 6193131520 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 346, in get_context_data ).select_related('item').order_by('item__item_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'item' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:58:12,839 basehttp 51336 6193131520 "GET /en/inventory/locations/2/ HTTP/1.1" 500 103478 WARNING 2025-08-31 11:58:12,852 log 51336 6193131520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:58:12,853 basehttp 51336 6193131520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:58:30,404 autoreload 51336 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:58:30,742 autoreload 51509 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:58:31,438 log 51509 6131281920 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 349, in get_context_data context['total_items'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:58:31,439 basehttp 51509 6131281920 "GET /en/inventory/locations/2/ HTTP/1.1" 500 142024 WARNING 2025-08-31 11:58:31,453 log 51509 6131281920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:58:31,453 basehttp 51509 6131281920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:58:47,478 autoreload 51509 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:58:47,783 autoreload 51615 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 11:58:48,119 log 51615 6205272064 Internal Server Error: /en/inventory/locations/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 354, in get_context_data context['total_quantity'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 11:58:48,120 basehttp 51615 6205272064 "GET /en/inventory/locations/2/ HTTP/1.1" 500 142009 WARNING 2025-08-31 11:58:48,137 log 51615 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:58:48,137 basehttp 51615 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:59:21,959 autoreload 51615 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 11:59:22,302 autoreload 51854 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 11:59:23,185 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 11:59:23,198 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 11:59:23,198 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 11:59:23,269 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:00:23,276 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:00:36,179 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 12:00:36,193 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:00:36,193 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:00:36,249 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:01:30,930 basehttp 51854 6375518208 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 12:01:30,957 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:30,957 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:30,959 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:01:30,971 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:30,971 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:31,665 basehttp 51854 6358691840 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 12:01:31,675 basehttp 51854 6358691840 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 12:01:31,680 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:31,681 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:31,744 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:01:42,958 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 12:01:42,981 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:01:42,981 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:01:43,034 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:02:21,102 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 69883 WARNING 2025-08-31 12:02:21,118 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:02:21,118 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:02:21,173 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:03:21,181 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:03:50,355 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 70779 WARNING 2025-08-31 12:03:50,390 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:03:50,390 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:03:50,406 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:04:02,836 basehttp 51854 6341865472 "GET /en/inventory/locations/2/ HTTP/1.1" 200 70709 WARNING 2025-08-31 12:04:02,847 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:02,848 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:02,898 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:04:14,504 basehttp 51854 6341865472 "GET /en/inventory/stock/?location=2 HTTP/1.1" 200 132272 WARNING 2025-08-31 12:04:14,520 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:14,520 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:14,615 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:04:14,621 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:04:16,801 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:16,801 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 12:04:16,814 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:16,814 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:52,227 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:04:52,230 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,230 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 12:04:52,234 basehttp 51854 6341865472 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 12:04:52,260 log 51854 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,260 basehttp 51854 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:52,929 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:04:52,933 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,933 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 12:04:52,941 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:52,941 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:53,731 basehttp 51854 6341865472 "GET /en/inventory/ HTTP/1.1" 200 46616 WARNING 2025-08-31 12:04:53,745 log 51854 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 12:04:53,745 basehttp 51854 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 12:04:53,808 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:05:23,806 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:05:53,814 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:05:53,815 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:06:02,198 basehttp 51854 6358691840 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:06:02,243 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:09,523 basehttp 51854 6358691840 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:06:09,582 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:09,588 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:14,250 basehttp 51854 6341865472 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 12:06:14,259 basehttp 51854 6358691840 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-31 12:06:14,259 basehttp 51854 6341865472 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-31 12:06:14,291 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:17,952 basehttp 51854 6341865472 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 INFO 2025-08-31 12:06:17,971 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:23,807 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:06:25,167 basehttp 51854 6341865472 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 INFO 2025-08-31 12:06:25,199 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:33,417 basehttp 51854 6341865472 "GET /en/inventory/locations/ HTTP/1.1" 200 55098 INFO 2025-08-31 12:06:33,446 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:45,403 basehttp 51854 6341865472 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 12:06:45,434 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:06:53,100 basehttp 51854 6341865472 "GET /en/inventory/stock/25/ HTTP/1.1" 200 33988 INFO 2025-08-31 12:06:53,119 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:07:00,273 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:07:00,274 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:07:30,270 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:08:00,272 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:08:00,274 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:08:30,272 basehttp 51854 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:09:00,270 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:09:00,273 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:09:30,275 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:09:31,602 basehttp 51854 6358691840 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 151703 INFO 2025-08-31 12:09:31,646 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:09:31,651 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:09:36,941 basehttp 51854 6341865472 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 12:09:36,971 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:10:12,003 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:10:12,004 basehttp 51854 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:10:41,326 basehttp 51854 6358691840 "GET /en/ HTTP/1.1" 200 47429 INFO 2025-08-31 12:10:41,365 basehttp 51854 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:10:41,367 basehttp 51854 6375518208 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 12:10:41,367 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-08-31 12:10:53,473 log 51854 6358691840 Not Found: /en/accounts/ WARNING 2025-08-31 12:10:53,473 basehttp 51854 6358691840 "GET /en/accounts/ HTTP/1.1" 404 41431 INFO 2025-08-31 12:11:14,920 basehttp 51854 6358691840 "GET /en/accounts/login/ HTTP/1.1" 302 0 INFO 2025-08-31 12:11:14,925 basehttp 51854 6358691840 "GET /accounts/profile/ HTTP/1.1" 302 0 INFO 2025-08-31 12:11:14,933 basehttp 51854 6375518208 "GET /en/accounts/profile/ HTTP/1.1" 200 31154 INFO 2025-08-31 12:11:14,960 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:28,684 basehttp 51854 6375518208 "GET /en/appointments/ HTTP/1.1" 200 44340 INFO 2025-08-31 12:11:28,712 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:28,726 basehttp 51854 6341865472 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:11:45,010 basehttp 51854 6341865472 "GET /en/appointments/detail/1351/ HTTP/1.1" 200 22880 INFO 2025-08-31 12:11:45,029 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:50,857 basehttp 51854 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 21988 INFO 2025-08-31 12:11:50,877 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:11:50,887 basehttp 51854 6358691840 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-08-31 12:11:50,915 basehttp 51854 6375518208 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 49388 INFO 2025-08-31 12:12:08,438 basehttp 51854 6341865472 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:12:10,841 basehttp 51854 6341865472 "GET /en/appointments/list/ HTTP/1.1" 200 130486 INFO 2025-08-31 12:12:10,876 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 12:12:19,476 log 51854 6341865472 Forbidden (CSRF token missing.): /en/appointments/check-in/2220/ WARNING 2025-08-31 12:12:19,476 basehttp 51854 6341865472 "POST /en/appointments/check-in/2220/ HTTP/1.1" 403 2491 INFO 2025-08-31 12:12:20,724 basehttp 51854 6341865472 "GET /en/appointments/detail/2220/ HTTP/1.1" 200 23001 INFO 2025-08-31 12:12:20,755 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:22,378 basehttp 51854 6341865472 "GET /en/patients/patientprofile/5/details/ HTTP/1.1" 200 37315 INFO 2025-08-31 12:12:22,425 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:12:22,437 log 51854 6392344576 Internal Server Error: /en/patients/appointments/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-31 12:12:22,439 basehttp 51854 6392344576 "GET /en/patients/appointments/5/ HTTP/1.1" 500 63351 ERROR 2025-08-31 12:12:22,449 log 51854 6358691840 Internal Server Error: /en/patients/emergency-contacts/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-31 12:12:22,453 basehttp 51854 6358691840 "GET /en/patients/emergency-contacts/5/ HTTP/1.1" 500 89776 ERROR 2025-08-31 12:12:22,469 log 51854 6375518208 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-31 12:12:22,469 basehttp 51854 6375518208 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 108958 INFO 2025-08-31 12:12:36,211 basehttp 51854 6375518208 "GET /en/laboratory/orders/create/?patient=5 HTTP/1.1" 200 36955 INFO 2025-08-31 12:12:36,229 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:40,647 basehttp 51854 6375518208 "GET /en/billing/bills/create/?patient=5 HTTP/1.1" 200 109320 INFO 2025-08-31 12:12:40,688 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:50,583 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:12:50,596 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:13:20,591 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:13:50,581 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:13:50,594 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:14:20,593 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:14:51,429 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:14:51,441 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:15:22,435 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:15:52,423 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:16:30,433 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:16:53,420 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:17:00,436 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:17:30,438 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:17:53,422 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:18:00,439 basehttp 51854 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:18:58,365 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:19:28,362 basehttp 51854 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:19:28,362 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:19:28,365 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:19:58,380 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:20:28,395 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:20:28,395 basehttp 51854 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:20:28,397 basehttp 51854 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:20:58,390 basehttp 51854 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:21:28,395 basehttp 51854 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:21:28,396 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:21:28,397 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:21:58,393 basehttp 51854 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:22:28,394 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:22:28,394 basehttp 51854 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:22:28,397 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:22:37,887 basehttp 51854 6358691840 "GET /en/patients/register/ HTTP/1.1" 200 27765 INFO 2025-08-31 12:22:37,918 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:22:43,156 basehttp 51854 6358691840 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-08-31 12:22:43,184 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:23:19,471 basehttp 51854 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:23:21,130 basehttp 51854 6358691840 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 12:23:21,187 basehttp 51854 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:23:21,189 basehttp 51854 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 12:23:21,191 basehttp 51854 6392344576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 12:23:21,191 basehttp 51854 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 12:23:23,561 basehttp 51854 6392344576 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-08-31 12:23:27,752 basehttp 51854 6392344576 "GET /en/appointments/ HTTP/1.1" 200 44340 INFO 2025-08-31 12:23:27,788 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:23:27,802 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:23:57,797 basehttp 51854 6375518208 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-08-31 12:24:20,024 basehttp 51854 6375518208 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-31 12:24:20,085 basehttp 51854 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:24:20,086 basehttp 51854 6392344576 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-31 12:24:20,105 basehttp 51854 6341865472 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-31 12:24:23,418 basehttp 51854 6341865472 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 12:24:23,445 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:24:23,446 basehttp 51854 6392344576 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:24:29,903 basehttp 51854 6392344576 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:24:29,947 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:25:17,204 basehttp 51854 6392344576 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:25:18,947 basehttp 51854 6392344576 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:25:19,009 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:25:19,015 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:25:49,045 basehttp 51854 6341865472 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-08-31 12:25:49,096 basehttp 51854 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:25:49,119 log 51854 6392344576 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:25:49,120 basehttp 51854 6392344576 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124524 ERROR 2025-08-31 12:26:19,114 log 51854 6392344576 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:26:19,115 basehttp 51854 6392344576 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:26:49,095 basehttp 51854 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:26:49,120 log 51854 6341865472 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:26:49,121 basehttp 51854 6341865472 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 ERROR 2025-08-31 12:27:10,326 log 51854 6341865472 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 496, in get_context_data context['specimens'] = lab_order.specimens.all().order_by('-collection_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'collection_datetime' into field. Choices are: chain_of_custody, collected_by, collected_by_id, collected_datetime, collection_method, collection_site, container_type, created_at, id, order, order_id, quality, quality_notes, received_by, received_by_id, received_datetime, rejection_reason, results, specimen_id, specimen_number, specimen_type, status, storage_location, storage_temperature, updated_at, volume ERROR 2025-08-31 12:27:10,326 basehttp 51854 6341865472 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 103404 INFO 2025-08-31 12:27:25,148 autoreload 51854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-31 12:27:25,614 autoreload 64354 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 12:27:26,353 log 64354 6165655552 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 499, in get_context_data context['results'] = lab_order.results.all().order_by('-result_datetime') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'result_datetime' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:27:26,354 basehttp 64354 6165655552 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 104175 INFO 2025-08-31 12:27:52,561 autoreload 64354 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-08-31 12:27:52,889 autoreload 64594 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 12:27:53,919 log 64594 6165213184 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 12:27:53,920 basehttp 64594 6165213184 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182588 ERROR 2025-08-31 12:27:55,334 log 64594 6165213184 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 12:27:55,335 basehttp 64594 6165213184 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182588 INFO 2025-08-31 12:28:20,979 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:28:21,001 log 64594 6165213184 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:28:21,003 basehttp 64594 6165213184 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:28:23,373 basehttp 64594 6165213184 "GET /en/laboratory/results/create/ HTTP/1.1" 200 308216 INFO 2025-08-31 12:28:23,410 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:28:50,995 log 64594 6165213184 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:28:50,996 basehttp 64594 6165213184 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:28:51,796 basehttp 64594 6165213184 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 INFO 2025-08-31 12:28:51,833 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:28:56,076 basehttp 64594 6165213184 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-08-31 12:28:56,111 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:28:56,137 log 64594 13035925504 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 12:28:56,138 basehttp 64594 13035925504 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124250 INFO 2025-08-31 12:28:58,819 basehttp 64594 13035925504 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 INFO 2025-08-31 12:28:58,851 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:29:10,668 log 64594 13035925504 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 12:29:10,669 basehttp 64594 13035925504 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182458 INFO 2025-08-31 12:29:13,968 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:13,980 basehttp 64594 6165213184 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:29:13,980 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:14,031 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:14,037 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:16,667 basehttp 64594 13035925504 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 12:29:16,695 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:29,302 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:29,303 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-31 12:29:33,342 log 64594 6165213184 Not Found: /en/admissions WARNING 2025-08-31 12:29:33,342 basehttp 64594 6165213184 "GET /en/admissions HTTP/1.1" 404 29871 WARNING 2025-08-31 12:29:33,898 log 64594 6165213184 Not Found: /en/emr/admissions WARNING 2025-08-31 12:29:33,898 basehttp 64594 6165213184 "GET /en/emr/admissions HTTP/1.1" 404 37590 INFO 2025-08-31 12:29:34,405 basehttp 64594 6165213184 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-08-31 12:29:34,433 basehttp 64594 6165213184 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-08-31 12:29:37,714 basehttp 64594 6165213184 "GET /en/system-configuration/ HTTP/1.1" 200 59904 WARNING 2025-08-31 12:29:38,489 log 64594 6165213184 Not Found: /en/configuration WARNING 2025-08-31 12:29:38,489 basehttp 64594 6165213184 "GET /en/configuration HTTP/1.1" 404 29880 INFO 2025-08-31 12:29:42,949 basehttp 64594 6165213184 "GET /en/system-configuration/7/edit/ HTTP/1.1" 200 44134 INFO 2025-08-31 12:29:42,968 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:51,458 basehttp 64594 6165213184 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 12:29:51,484 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:29:51,486 basehttp 64594 13035925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:29:58,558 basehttp 64594 13035925504 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:29:58,599 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:30:12,190 basehttp 64594 13035925504 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 12:30:12,228 basehttp 64594 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:30:13,310 basehttp 64594 13035925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 12:30:13,319 basehttp 64594 13035925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 12:30:13,343 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:31:13,354 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:31:44,266 basehttp 64594 6165213184 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 12:31:44,272 basehttp 64594 6165213184 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 12:31:44,300 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:11,159 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:12,488 basehttp 64594 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 12:32:12,489 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:14,210 basehttp 64594 6165213184 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 12:32:14,266 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:14,271 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:15,827 basehttp 64594 13304360960 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 12:32:15,848 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:25,474 basehttp 64594 13304360960 "GET /en/inventory/locations/ HTTP/1.1" 200 55098 INFO 2025-08-31 12:32:25,504 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:32:54,142 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 12:32:54,175 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:25,507 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:32,245 basehttp 64594 13304360960 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 12:33:32,274 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:32,277 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 12:33:37,444 basehttp 64594 6165213184 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 12:33:37,472 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:40,997 basehttp 64594 6165213184 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 INFO 2025-08-31 12:33:41,031 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:41,033 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 12:33:44,420 basehttp 64594 13304360960 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-08-31 12:33:44,447 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:48,707 basehttp 64594 13304360960 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 INFO 2025-08-31 12:33:48,735 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:52,577 basehttp 64594 13304360960 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-08-31 12:33:52,598 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:33:56,132 basehttp 64594 13304360960 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-31 12:33:56,138 basehttp 64594 13304360960 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 12:33:56,142 basehttp 64594 6165213184 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 12:33:56,142 basehttp 64594 13321187328 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-31 12:33:56,142 basehttp 64594 13338013696 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-31 12:33:56,144 basehttp 64594 13304360960 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-08-31 12:33:56,145 basehttp 64594 13354840064 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 INFO 2025-08-31 12:33:56,165 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:34:03,544 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 12:35:04,932 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:36:04,933 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:37:04,936 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:38:04,939 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:04,941 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:30,245 basehttp 64594 6165213184 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-08-31 12:39:30,276 basehttp 64594 6165213184 "GET /en/hr/ HTTP/1.1" 200 42439 INFO 2025-08-31 12:39:30,318 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:38,995 basehttp 64594 6165213184 "GET /en/hr/employees/ HTTP/1.1" 200 130551 INFO 2025-08-31 12:39:39,031 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:39:41,735 basehttp 64594 6165213184 "GET /en/hr/employees/56/ HTTP/1.1" 200 34561 INFO 2025-08-31 12:39:41,763 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:40:10,810 basehttp 64594 6165213184 "GET /en/hr/ HTTP/1.1" 200 42439 INFO 2025-08-31 12:40:10,851 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:40:16,747 basehttp 64594 6165213184 "GET /en/integration HTTP/1.1" 301 0 INFO 2025-08-31 12:40:16,758 basehttp 64594 13304360960 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-08-31 12:40:16,789 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:40:16,794 basehttp 64594 13321187328 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-31 12:40:16,803 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:40:16,804 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:40:24,742 basehttp 64594 6165213184 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-08-31 12:40:24,771 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:41:20,028 log 64594 6165213184 Internal Server Error: /en/integration/systems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 147, in get_queryset return queryset.order_by('system_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'system_name' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-31 12:41:20,030 basehttp 64594 6165213184 "GET /en/integration/systems/ HTTP/1.1" 500 103497 INFO 2025-08-31 12:41:23,260 basehttp 64594 13304360960 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 INFO 2025-08-31 12:41:23,260 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:41:23,269 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:41:23,270 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 ERROR 2025-08-31 12:41:24,852 log 64594 6165213184 Internal Server Error: /en/integration/endpoints/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/integration_endpoint_form.html ERROR 2025-08-31 12:41:24,853 basehttp 64594 6165213184 "GET /en/integration/endpoints/create/ HTTP/1.1" 500 83553 INFO 2025-08-31 12:41:30,126 basehttp 64594 6165213184 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-08-31 12:41:30,155 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:41:41,627 log 64594 6165213184 Internal Server Error: /en/integration/systems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 147, in get_queryset return queryset.order_by('system_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'system_name' into field. Choices are: authentication_config, authentication_type, base_url, configuration, connection_count, created_at, created_by, created_by_id, database_name, description, endpoints, failure_count, health_check_interval, host, is_active, is_healthy, last_health_check, last_used_at, logs, name, port, retry_attempts, retry_delay_seconds, success_count, system_id, system_type, tenant, tenant_id, timeout_seconds, updated_at, vendor, version, webhooks ERROR 2025-08-31 12:41:41,627 basehttp 64594 6165213184 "GET /en/integration/systems/ HTTP/1.1" 500 103497 ERROR 2025-08-31 12:41:53,255 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:41:53,256 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:42:23,258 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:42:23,261 basehttp 64594 13304360960 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-31 12:42:23,268 log 64594 13321187328 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:42:23,269 basehttp 64594 13321187328 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 ERROR 2025-08-31 12:42:53,257 log 64594 13321187328 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:42:53,258 basehttp 64594 13321187328 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:43:23,260 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:43:23,261 basehttp 64594 13304360960 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-08-31 12:43:23,269 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:43:23,270 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 ERROR 2025-08-31 12:43:53,266 log 64594 6165213184 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-08-31 12:43:53,267 basehttp 64594 6165213184 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119530 INFO 2025-08-31 12:44:10,379 basehttp 64594 6165213184 "GET /en/analytics/ HTTP/1.1" 200 50133 INFO 2025-08-31 12:44:10,428 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:44:10,429 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:44:40,425 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:45:10,434 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:45:10,435 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:45:40,429 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:46:10,434 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:46:10,435 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:46:40,433 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:47:10,432 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:47:10,434 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:47:40,437 basehttp 64594 13321187328 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:48:10,434 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:48:10,438 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:48:28,288 basehttp 64594 6165213184 "GET /en/analytics/dashboards/create/ HTTP/1.1" 200 55671 INFO 2025-08-31 12:48:28,324 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 12:48:39,328 log 64594 6165213184 Internal Server Error: /en/analytics/reports/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_query' not found. 'validate_query' is not a valid view function or pattern name. ERROR 2025-08-31 12:48:39,329 basehttp 64594 6165213184 "GET /en/analytics/reports/create/ HTTP/1.1" 500 172869 INFO 2025-08-31 12:48:41,916 basehttp 64594 6165213184 "GET /en/analytics/htmx/stats/ HTTP/1.1" 200 2717 INFO 2025-08-31 12:48:51,310 basehttp 64594 6165213184 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68873 INFO 2025-08-31 12:48:51,339 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:48:55,248 basehttp 64594 6165213184 "GET /en/analytics/dashboards/506509fe-c23d-43ed-934f-4be64543f79d/ HTTP/1.1" 200 64889 INFO 2025-08-31 12:48:55,277 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:49:55,290 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:50:31,425 basehttp 64594 6165213184 "GET /en/admin/core/integrationlog/ HTTP/1.1" 200 96469 INFO 2025-08-31 12:50:31,444 basehttp 64594 13304360960 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-31 12:50:31,444 basehttp 64594 13321187328 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-31 12:50:31,444 basehttp 64594 13338013696 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-31 12:50:31,445 basehttp 64594 13354840064 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-31 12:50:31,446 basehttp 64594 6165213184 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-31 12:50:31,447 basehttp 64594 13304360960 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-31 12:50:31,447 basehttp 64594 13321187328 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-31 12:50:31,448 basehttp 64594 13354840064 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-31 12:50:31,449 basehttp 64594 6165213184 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-31 12:50:31,450 basehttp 64594 13354840064 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-31 12:50:31,450 basehttp 64594 13304360960 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-31 12:50:31,451 basehttp 64594 13321187328 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-31 12:50:31,452 basehttp 64594 13354840064 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-31 12:50:31,452 basehttp 64594 13371666432 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 12:50:31,454 basehttp 64594 13338013696 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-31 12:50:31,454 basehttp 64594 6165213184 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-31 12:50:31,455 basehttp 64594 6165213184 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-31 12:50:31,459 basehttp 64594 6165213184 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-31 12:50:31,465 basehttp 64594 6165213184 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-31 12:50:31,466 basehttp 64594 13338013696 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-31 12:50:31,466 basehttp 64594 6165213184 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-31 12:50:31,466 basehttp 64594 13354840064 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-31 12:50:39,536 basehttp 64594 13354840064 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 12:50:39,549 basehttp 64594 13354840064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 12:50:55,516 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:51:56,517 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:52:57,528 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:53:58,522 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:54:59,517 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:56:01,529 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:57:37,528 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 12:58:37,522 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:00:37,530 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:01:37,519 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:02:37,529 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:04:37,531 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:06:37,582 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:07:37,590 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:09:37,588 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:10:37,592 basehttp 64594 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:12:37,596 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:14:37,594 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:15:37,592 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:16:37,598 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:18:37,599 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:20:37,597 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:21:37,596 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:23:37,605 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:24:37,601 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:26:37,608 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:27:37,600 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:29:37,600 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:30:37,601 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:32:37,614 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:33:06,605 basehttp 64594 6165213184 "GET /en/admin/core/systemconfiguration/ HTTP/1.1" 200 74844 INFO 2025-08-31 13:33:06,612 basehttp 64594 13304360960 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-08-31 13:33:06,616 basehttp 64594 6165213184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 13:33:10,694 basehttp 64594 6165213184 "GET /en/admin/core/systemconfiguration/7/change/ HTTP/1.1" 200 83888 INFO 2025-08-31 13:33:10,703 basehttp 64594 6165213184 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-08-31 13:33:10,703 basehttp 64594 13321187328 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-08-31 13:33:10,705 basehttp 64594 6165213184 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-08-31 13:33:10,706 basehttp 64594 6165213184 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-08-31 13:33:10,707 basehttp 64594 6165213184 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-08-31 13:33:10,708 basehttp 64594 13304360960 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 13:33:10,709 basehttp 64594 6165213184 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-08-31 13:33:16,729 basehttp 64594 6165213184 "GET /en/admin/core/systemconfiguration/ HTTP/1.1" 200 74844 INFO 2025-08-31 13:33:17,374 basehttp 64594 6165213184 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 13:33:37,605 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:33:44,038 basehttp 64594 6165213184 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 13:33:44,047 basehttp 64594 13304360960 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 13:33:44,123 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:33:44,127 basehttp 64594 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 13:33:44,128 basehttp 64594 6165213184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:33:44,129 basehttp 64594 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:33:57,119 basehttp 64594 13321187328 "GET /en/billing/bills/create/ HTTP/1.1" 200 109320 INFO 2025-08-31 13:33:57,158 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:34:40,281 basehttp 64594 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:34:44,115 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:34:44,115 basehttp 64594 6165213184 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:34:48,695 basehttp 64594 13321187328 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 13:34:48,723 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:34:48,724 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 13:34:52,098 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 55098 INFO 2025-08-31 13:34:52,126 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:35:52,131 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:35:55,310 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 60765 INFO 2025-08-31 13:35:55,341 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:45,858 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:45,860 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 13:36:47,225 basehttp 64594 6165213184 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 13:36:47,266 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:55,966 basehttp 64594 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:36:55,966 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:36:55,967 basehttp 64594 6165213184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:37:12,106 basehttp 64594 6165213184 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-08-31 13:37:12,148 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:12,149 basehttp 64594 13338013696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-31 13:37:12,168 basehttp 64594 13321187328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-31 13:37:18,028 basehttp 64594 13321187328 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 160788 INFO 2025-08-31 13:37:18,066 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:25,447 basehttp 64594 13321187328 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51245 INFO 2025-08-31 13:37:25,476 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:52,311 basehttp 64594 13321187328 "GET /en/inpatients/admissions/393/ HTTP/1.1" 200 23874 INFO 2025-08-31 13:37:52,339 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:37:55,969 basehttp 64594 13321187328 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 37413 INFO 2025-08-31 13:37:56,016 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 13:37:56,027 log 64594 13304360960 Internal Server Error: /en/patients/appointments/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-08-31 13:37:56,028 basehttp 64594 13304360960 "GET /en/patients/appointments/1/ HTTP/1.1" 500 63351 ERROR 2025-08-31 13:37:56,036 log 64594 13338013696 Internal Server Error: /en/patients/emergency-contacts/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-08-31 13:37:56,039 basehttp 64594 13338013696 "GET /en/patients/emergency-contacts/1/ HTTP/1.1" 500 89781 ERROR 2025-08-31 13:37:56,056 log 64594 6165213184 Internal Server Error: /en/patients/insurance-info/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-08-31 13:37:56,057 basehttp 64594 6165213184 "GET /en/patients/insurance-info/1/ HTTP/1.1" 500 108958 INFO 2025-08-31 13:38:13,879 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:38:13,880 basehttp 64594 6165213184 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-08-31 13:38:13,900 basehttp 64594 13304360960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-08-31 13:38:15,859 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:38:15,859 basehttp 64594 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:38:15,861 basehttp 64594 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:38:45,845 basehttp 64594 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:38:57,777 basehttp 64594 13304360960 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 13:38:57,805 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:38:57,808 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:39:04,807 basehttp 64594 13338013696 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 13:39:04,827 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:39:07,656 basehttp 64594 13338013696 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-08-31 13:39:07,684 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:39:13,805 basehttp 64594 13338013696 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 INFO 2025-08-31 13:39:13,827 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 13:39:15,396 log 64594 13338013696 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-08-31 13:39:15,397 basehttp 64594 13338013696 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172663 INFO 2025-08-31 13:39:27,802 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:39:57,808 basehttp 64594 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:39:57,809 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:40:27,805 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:40:57,808 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:40:57,809 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:41:27,809 basehttp 64594 13338013696 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:41:57,810 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:41:57,812 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:42:27,812 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:42:57,811 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:42:57,814 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:43:27,817 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:43:36,527 basehttp 64594 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 13:43:36,528 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:43:36,531 basehttp 64594 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 13:43:46,536 basehttp 64594 13321187328 "GET /en/inventory/ HTTP/1.1" 200 46616 INFO 2025-08-31 13:43:46,562 basehttp 64594 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:43:46,564 basehttp 64594 6165213184 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 13:43:49,489 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61564 INFO 2025-08-31 13:43:49,522 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:44:19,628 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61565 INFO 2025-08-31 13:44:19,656 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:44:44,666 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61567 INFO 2025-08-31 13:44:44,695 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:45:44,700 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:46:10,372 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61680 INFO 2025-08-31 13:46:10,404 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:46:37,313 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61445 INFO 2025-08-31 13:46:37,343 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:46:50,559 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61466 INFO 2025-08-31 13:46:50,592 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:47:12,158 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61463 INFO 2025-08-31 13:47:12,191 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:47:46,842 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61503 INFO 2025-08-31 13:47:46,873 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:48:05,400 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61513 INFO 2025-08-31 13:48:05,429 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:48:43,469 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61550 INFO 2025-08-31 13:48:43,498 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:49:21,089 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61574 INFO 2025-08-31 13:49:21,118 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:49:38,520 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 13:49:38,549 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:50:09,451 basehttp 64594 6165213184 "GET /en/inventory/locations/create/ HTTP/1.1" 200 40263 INFO 2025-08-31 13:50:09,481 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:50:55,917 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:00,169 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 13:51:00,201 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:14,797 basehttp 64594 6165213184 "GET /en/inventory/stock/?location=3 HTTP/1.1" 200 145447 INFO 2025-08-31 13:51:14,841 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:14,848 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:51:46,453 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79465 INFO 2025-08-31 13:51:46,487 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:41,060 basehttp 64594 13304360960 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 13:52:41,087 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:41,089 basehttp 64594 6165213184 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:52:42,824 basehttp 64594 6165213184 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-08-31 13:52:42,853 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:45,763 basehttp 64594 6165213184 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-08-31 13:52:45,792 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:46,689 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:48,736 basehttp 64594 6165213184 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 13:52:48,755 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:51,643 basehttp 64594 6165213184 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 INFO 2025-08-31 13:52:51,667 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:52:51,668 basehttp 64594 13304360960 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 13:53:09,141 basehttp 64594 13304360960 "GET /en/tenants/ HTTP/1.1" 200 29045 WARNING 2025-08-31 13:53:09,734 log 64594 13304360960 Not Found: /en/core/tenants WARNING 2025-08-31 13:53:09,734 basehttp 64594 13304360960 "GET /en/core/tenants HTTP/1.1" 404 29877 INFO 2025-08-31 13:53:16,574 basehttp 64594 13304360960 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 13:53:16,614 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:53:18,394 basehttp 64594 13304360960 "GET /en/inventory/items/2/update/ HTTP/1.1" 200 49421 WARNING 2025-08-31 13:53:18,400 basehttp 64594 6165213184 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 13:53:18,400 basehttp 64594 13304360960 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 13:53:18,402 basehttp 64594 6165213184 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-08-31 13:53:18,424 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:53:21,828 basehttp 64594 6165213184 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 13:53:21,834 basehttp 64594 6165213184 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 13:53:21,863 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:53:47,691 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:54:21,869 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:54:48,709 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:55:21,878 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:55:29,667 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79825 INFO 2025-08-31 13:55:29,713 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:56:10,751 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 79743 INFO 2025-08-31 13:56:10,794 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:56:22,705 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:57:10,797 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:57:17,683 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 80098 INFO 2025-08-31 13:57:17,722 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:57:23,708 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:58:15,135 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 80450 INFO 2025-08-31 13:58:15,171 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:58:22,722 basehttp 64594 13304360960 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 13:58:22,728 basehttp 64594 13304360960 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 13:58:22,760 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:59:15,174 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:59:23,706 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 13:59:44,153 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81082 INFO 2025-08-31 13:59:44,187 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:00:10,593 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81070 INFO 2025-08-31 14:00:10,640 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:00:24,715 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:07,280 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81419 INFO 2025-08-31 14:01:07,326 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:25,714 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:52,427 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 14:01:52,466 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:01:57,299 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81419 INFO 2025-08-31 14:01:57,330 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:00,863 basehttp 64594 6165213184 "GET /en/inventory/locations/3/update/ HTTP/1.1" 200 40404 INFO 2025-08-31 14:02:00,895 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:26,709 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:45,253 basehttp 64594 6165213184 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 14:02:45,284 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:02:47,533 basehttp 64594 6165213184 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81419 INFO 2025-08-31 14:02:47,567 basehttp 64594 6165213184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:03:23,727 basehttp 64594 6165213184 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:03:23,733 basehttp 64594 6165213184 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:03:23,765 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:03:47,575 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:04:24,715 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:04:47,585 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:05:25,716 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:05:47,588 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:05:57,130 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81607 INFO 2025-08-31 14:05:57,165 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:08,515 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:09,163 basehttp 64594 13304360960 "GET /en/inventory/locations/ HTTP/1.1" 200 61585 INFO 2025-08-31 14:06:09,199 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:10,471 basehttp 64594 13304360960 "GET /en/inventory/locations/3/ HTTP/1.1" 200 81607 INFO 2025-08-31 14:06:10,504 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:06:26,720 basehttp 64594 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 14:06:37,954 log 64594 13304360960 Internal Server Error: /en/inventory/stock/25/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 201, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 723, in get_queryset return InventoryStock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 14:06:37,956 basehttp 64594 13304360960 "GET /en/inventory/stock/25/update/ HTTP/1.1" 500 142342 INFO 2025-08-31 14:07:25,347 autoreload 64594 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-08-31 14:07:25,809 autoreload 8776 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 14:07:26,870 basehttp 8776 6200913920 "GET /en/inventory/stock/25/update/ HTTP/1.1" 200 41015 INFO 2025-08-31 14:07:26,923 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:07:27,732 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:08:24,739 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:08:24,744 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:08:24,841 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:08:26,937 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:25,726 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:26,935 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:52,642 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:09:52,719 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:09:52,725 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:23,936 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:26,727 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:34,484 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:36,378 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:10:38,095 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:11:09,937 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:11:27,725 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:11:39,948 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:11:39,950 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:12:09,944 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:12:28,718 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:12:39,956 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:12:39,960 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:13:09,958 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:13:25,753 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:13:25,758 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:13:25,789 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:13:39,177 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 46809 INFO 2025-08-31 14:13:39,217 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:13:39,218 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:14:09,228 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:14:26,727 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:14:39,237 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:14:39,239 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:15:09,228 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:15:27,739 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:15:39,223 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:15:39,225 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:16:09,226 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:16:28,727 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:16:39,224 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:16:39,228 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:09,231 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:19,763 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 47573 INFO 2025-08-31 14:17:19,810 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:19,811 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:29,734 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:34,848 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 47573 INFO 2025-08-31 14:17:34,887 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:34,889 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:17:51,252 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 47573 INFO 2025-08-31 14:17:51,291 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:17:51,292 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:18:21,292 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:18:26,753 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:18:26,758 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:18:26,787 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:18:51,289 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:18:51,291 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:19:21,298 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:19:27,739 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:19:41,491 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 48425 INFO 2025-08-31 14:19:41,531 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:19:41,532 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:19:54,426 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:19:54,486 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:19:54,491 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:01,405 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:20:01,467 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:01,474 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:11,537 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:20:12,091 basehttp 8776 6200913920 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 14:20:12,125 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:28,738 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:41,549 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:20:41,550 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:21:29,732 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:21:34,790 basehttp 8776 6217740288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:22:04,805 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:22:04,808 basehttp 8776 6200913920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 14:22:04,809 basehttp 8776 6234566656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:22:30,737 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:22:34,786 basehttp 8776 6234566656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:23:04,809 basehttp 8776 6200913920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 14:23:04,809 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:04,811 basehttp 8776 6217740288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 14:23:23,636 basehttp 8776 6217740288 "GET /en/analytics/dashboards/ HTTP/1.1" 200 68873 INFO 2025-08-31 14:23:23,674 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:27,743 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:23:27,749 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:23:27,780 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:30,621 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:30,624 basehttp 8776 6234566656 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:23:34,682 basehttp 8776 6234566656 "GET /en/inventory/ HTTP/1.1" 200 49841 INFO 2025-08-31 14:23:34,732 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:23:34,732 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:23:53,004 basehttp 8776 6200913920 "GET /en/inventory/items/create/ HTTP/1.1" 200 48974 WARNING 2025-08-31 14:23:53,013 basehttp 8776 6200913920 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-08-31 14:23:53,015 basehttp 8776 6234566656 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-08-31 14:23:53,017 basehttp 8776 6200913920 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-08-31 14:23:53,046 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:04,739 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 14:24:07,190 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:24:07,250 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:07,258 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:28,513 basehttp 8776 6217740288 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 14:24:28,548 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:28,741 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:24:55,530 basehttp 8776 6217740288 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 14:24:55,561 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:00,833 basehttp 8776 6217740288 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 14:25:00,873 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:25:06,455 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:06,455 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:29,755 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:25:36,616 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:36,617 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:36,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:36,626 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 INFO 2025-08-31 14:25:36,628 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:36,628 basehttp 8776 6234566656 - Broken pipe from ('127.0.0.1', 55610) WARNING 2025-08-31 14:25:36,638 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:36,638 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:25:36,643 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:36,643 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:36,840 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:36,845 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:25:54,767 basehttp 8776 6217740288 "GET /en/inventory/stock/create/ HTTP/1.1" 200 40933 WARNING 2025-08-31 14:25:54,790 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:25:54,790 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:25:54,881 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:26:05,526 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:05,527 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:26:05,539 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:05,540 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:26:30,747 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:36,842 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:36,848 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:36,915 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:26:36,927 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:36,928 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:26:37,120 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:26:37,128 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 14:26:41,695 log 8776 6217740288 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-08-31 14:26:41,697 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 500 309431 WARNING 2025-08-31 14:26:41,713 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:26:41,713 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:27:05,731 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:27:05,746 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:27:05,746 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:27:05,943 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:27:05,949 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:27:31,743 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:05,957 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:05,969 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:06,019 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:28:06,036 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:28:06,036 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:28:06,231 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:06,237 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:28:28,762 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:28:28,768 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:28:28,833 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,244 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,255 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,308 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 151703 WARNING 2025-08-31 14:29:06,324 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:29:06,324 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:29:06,515 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:06,523 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:29:29,752 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 14:30:04,640 log 8776 6200913920 Internal Server Error: /en/inventory/stock/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-08-31 14:30:04,642 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 500 309431 WARNING 2025-08-31 14:30:04,658 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:30:04,658 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:30:30,752 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:31:11,450 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:31:11,462 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:31:11,462 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:31:11,571 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:31:31,754 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:32:02,098 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:32:02,113 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:02,113 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:02,220 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 14:32:19,179 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:19,180 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:19,182 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:32:19,184 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-08-31 14:32:19,189 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:19,189 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:32:20,806 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:20,806 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 14:32:20,817 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:20,818 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:21,401 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:32:21,415 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:32:21,416 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:32:21,528 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:32:32,756 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:33:21,541 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:33:21,589 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:33:21,600 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:33:21,600 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:33:21,701 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:33:29,771 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:33:29,777 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:33:29,845 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:34:21,718 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:34:21,768 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:34:21,780 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:34:21,780 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:34:21,887 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:34:30,772 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:35:21,898 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:35:21,949 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:35:21,960 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:35:21,960 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:35:22,067 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:35:31,763 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:36:22,077 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:36:22,131 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:36:22,142 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:36:22,142 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:36:22,247 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:36:32,765 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:37:22,253 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:37:22,304 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:37:22,316 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:37:22,316 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:37:22,422 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:37:33,760 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:38:22,434 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:38:22,487 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:38:22,498 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:38:22,498 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:38:22,600 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:38:30,769 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:38:30,775 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:38:30,854 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:39:22,617 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:39:22,665 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:39:22,675 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:39:22,676 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:39:22,783 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:39:31,762 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:40:22,791 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:40:22,842 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:40:22,855 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:40:22,855 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:40:22,956 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:40:32,762 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:41:22,972 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:41:23,027 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:41:23,038 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:41:23,038 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:41:23,144 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:41:33,768 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:42:23,157 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:42:23,212 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:42:23,226 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:42:23,226 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:42:23,326 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:42:34,767 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:43:23,788 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:43:23,797 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:43:23,812 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:43:23,812 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:43:23,911 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:43:31,776 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:43:31,785 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:43:31,955 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:44:24,775 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:44:24,788 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:44:24,801 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:44:24,801 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:44:24,898 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:44:32,760 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:45:25,775 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:45:25,786 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:45:25,798 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:45:25,798 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:45:25,900 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:45:33,778 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:46:26,777 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:46:26,788 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:46:26,801 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:46:26,801 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:46:26,899 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:46:34,774 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:47:27,767 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:47:27,776 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:47:27,787 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:47:27,787 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:47:27,913 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:47:35,772 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:48:28,781 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:48:28,792 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:48:28,804 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:48:28,804 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:48:28,919 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:48:32,781 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:48:32,786 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:48:32,892 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:49:29,783 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:49:29,794 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:49:29,806 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:49:29,807 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:49:29,870 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:49:33,775 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:50:30,785 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:50:30,795 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:50:30,808 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:50:30,808 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:50:30,869 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:50:34,776 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:51:31,783 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:51:31,793 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:51:31,804 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:51:31,804 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:51:31,864 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:51:35,779 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:52:32,763 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:52:32,774 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:52:32,786 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:52:32,786 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:52:32,848 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:52:36,754 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:53:33,775 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:53:33,786 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 INFO 2025-08-31 14:53:33,791 basehttp 8776 6234566656 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:53:33,793 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-08-31 14:53:33,813 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:53:33,813 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:53:33,849 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:53:33,897 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:54:34,754 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:54:34,771 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:54:34,771 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:54:34,783 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:54:34,783 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:54:34,844 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:55:35,774 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:55:35,782 basehttp 8776 6234566656 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 14:55:35,785 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:55:35,785 basehttp 8776 6200913920 - Broken pipe from ('127.0.0.1', 59728) WARNING 2025-08-31 14:55:35,795 log 8776 6234566656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:55:35,795 basehttp 8776 6234566656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:55:35,859 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:56:36,762 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:56:36,779 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:56:36,780 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:56:36,792 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:56:36,793 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:56:36,851 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:57:37,761 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:57:37,777 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 14:57:37,780 basehttp 8776 6234566656 - Broken pipe from ('127.0.0.1', 62507) WARNING 2025-08-31 14:57:37,789 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:57:37,790 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:57:37,851 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:58:34,770 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 14:58:34,777 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 14:58:34,869 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:58:38,761 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:58:38,774 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:58:38,788 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:58:38,789 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:58:38,845 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:59:35,760 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:59:39,778 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 14:59:39,786 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 14:59:39,798 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 14:59:39,798 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 14:59:39,864 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:00:36,763 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:00:40,766 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:00:40,774 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:00:40,785 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:00:40,785 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:00:40,849 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:01:37,756 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:01:41,767 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:01:41,778 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:01:41,791 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:01:41,791 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:01:41,856 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:02:38,763 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:02:42,756 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:02:42,767 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:02:42,780 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:02:42,780 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:02:42,846 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:03:35,775 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:03:35,781 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:03:35,904 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:03:43,770 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:03:43,783 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:03:43,797 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:03:43,797 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:03:43,857 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:04:36,768 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:04:44,773 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:04:44,784 basehttp 8776 6200913920 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:04:44,796 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:04:44,797 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:04:44,859 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:05:37,770 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:05:45,772 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:05:45,784 basehttp 8776 6217740288 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 WARNING 2025-08-31 15:05:45,796 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:05:45,796 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:05:45,858 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 15:06:10,355 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:06:10,355 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:06:38,770 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:06:40,409 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:07:10,429 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:10,431 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:07:27,973 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50113 WARNING 2025-08-31 15:07:27,988 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:07:27,988 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:07:28,051 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:28,052 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:07:39,618 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:56,275 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50161 WARNING 2025-08-31 15:07:56,285 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:07:56,285 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:07:56,333 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:07:56,335 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:08:05,505 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50161 WARNING 2025-08-31 15:08:05,519 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:08:05,519 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:08:05,608 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:08:05,609 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:08:35,589 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:08:36,634 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:08:36,642 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:08:36,679 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:09:05,592 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:09:05,595 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:09:35,594 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:09:37,615 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:10:05,602 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:10:05,605 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:10:35,600 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:10:38,618 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:11:05,606 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:11:05,607 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:11:35,605 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:11:39,619 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:12:05,595 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:12:05,599 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:12:35,610 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:12:40,618 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:13:05,608 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:13:05,611 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:13:35,615 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:13:37,624 basehttp 8776 6200913920 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:13:37,631 basehttp 8776 6200913920 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:13:37,668 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:14:05,607 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:14:05,615 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:14:35,620 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:14:38,618 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:15:05,611 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:15:05,620 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:15:35,628 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:15:39,624 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:16:05,607 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:16:05,626 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:16:35,629 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:16:40,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:17:05,618 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:17:05,632 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:17:35,640 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:17:41,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:18:05,622 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:18:05,635 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:18:36,618 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:18:38,629 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:18:38,635 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:18:38,731 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:19:06,617 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:19:07,622 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:19:39,618 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:20:09,613 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:20:09,615 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:20:40,619 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:21:37,638 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:21:37,639 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:21:41,612 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:22:37,622 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:22:42,617 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:22:45,763 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:23:07,574 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:23:37,574 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:23:39,566 basehttp 8776 6217740288 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:23:39,572 basehttp 8776 6217740288 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:23:39,628 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:23:45,777 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:24:07,574 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:24:13,283 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50163 WARNING 2025-08-31 15:24:13,294 log 8776 6200913920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:24:13,294 basehttp 8776 6200913920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:24:13,396 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:24:13,400 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:24:40,557 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:24:43,387 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:25:13,398 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:25:13,399 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:25:41,556 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:25:43,382 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:13,401 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:13,402 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:25,393 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:25,405 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:25,405 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:25,486 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:25,491 basehttp 8776 6200913920 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:28,456 basehttp 8776 6200913920 "GET /en/inventory/ HTTP/1.1" 200 50252 INFO 2025-08-31 15:26:28,468 basehttp 8776 6234566656 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-08-31 15:26:28,471 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:28,472 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:28,475 basehttp 8776 6200913920 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-08-31 15:26:28,476 basehttp 8776 6251393024 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-08-31 15:26:28,478 basehttp 8776 6234566656 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-08-31 15:26:28,483 basehttp 8776 6268219392 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-08-31 15:26:28,483 basehttp 8776 6217740288 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-08-31 15:26:28,484 basehttp 8776 6285045760 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-08-31 15:26:28,485 basehttp 8776 6251393024 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-08-31 15:26:28,490 basehttp 8776 6200913920 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-08-31 15:26:28,702 basehttp 8776 6200913920 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-08-31 15:26:28,725 basehttp 8776 6200913920 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-08-31 15:26:28,726 basehttp 8776 6251393024 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-08-31 15:26:28,727 basehttp 8776 6285045760 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-08-31 15:26:28,728 basehttp 8776 6268219392 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-08-31 15:26:28,729 basehttp 8776 6251393024 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-08-31 15:26:28,729 basehttp 8776 6217740288 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-08-31 15:26:28,731 basehttp 8776 6234566656 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-08-31 15:26:28,732 basehttp 8776 6217740288 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-08-31 15:26:28,733 basehttp 8776 6251393024 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-08-31 15:26:28,734 basehttp 8776 6285045760 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-08-31 15:26:28,734 basehttp 8776 6268219392 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-08-31 15:26:28,735 basehttp 8776 6268219392 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-08-31 15:26:28,736 basehttp 8776 6200913920 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-08-31 15:26:28,736 basehttp 8776 6285045760 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-08-31 15:26:28,736 basehttp 8776 6251393024 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-08-31 15:26:28,738 basehttp 8776 6200913920 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-08-31 15:26:28,739 basehttp 8776 6285045760 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-08-31 15:26:28,739 basehttp 8776 6268219392 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-08-31 15:26:28,739 basehttp 8776 6251393024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-08-31 15:26:28,746 basehttp 8776 6251393024 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-08-31 15:26:28,746 basehttp 8776 6285045760 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-08-31 15:26:28,746 basehttp 8776 6268219392 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-08-31 15:26:28,747 basehttp 8776 6200913920 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-08-31 15:26:28,748 basehttp 8776 6234566656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:28,748 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:28,749 basehttp 8776 6251393024 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-08-31 15:26:28,832 log 8776 6251393024 Not Found: /favicon.ico WARNING 2025-08-31 15:26:28,832 basehttp 8776 6251393024 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-08-31 15:26:35,591 basehttp 8776 6251393024 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:35,607 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:35,608 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:35,711 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:35,713 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:36,431 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:36,445 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:36,445 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:36,508 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:36,508 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:37,331 basehttp 8776 6251393024 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:37,345 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:37,345 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:37,403 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:37,405 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:38,035 basehttp 8776 6217740288 "GET /en/inventory/ HTTP/1.1" 200 50252 WARNING 2025-08-31 15:26:38,049 log 8776 6217740288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:26:38,049 basehttp 8776 6217740288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:26:38,112 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:26:38,113 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:26:42,562 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:27:08,119 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:27:21,486 basehttp 8776 6251393024 "GET /en/inventory/ HTTP/1.1" 200 50313 WARNING 2025-08-31 15:27:21,500 log 8776 6251393024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:27:21,500 basehttp 8776 6251393024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:27:21,770 basehttp 8776 6251393024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:27:21,772 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:27:43,569 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:27:51,773 basehttp 8776 6217740288 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:28:21,764 basehttp 8776 6217740288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:21,767 basehttp 8776 6251393024 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:28:40,562 basehttp 8776 6251393024 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 INFO 2025-08-31 15:28:40,569 basehttp 8776 6268219392 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-08-31 15:28:40,569 basehttp 8776 6234566656 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:28:40,569 basehttp 8776 6217740288 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-08-31 15:28:40,570 basehttp 8776 6251393024 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-08-31 15:28:40,570 basehttp 8776 6200913920 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-08-31 15:28:40,602 basehttp 8776 6200913920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:52,471 autoreload 44604 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 15:28:55,503 basehttp 44604 6123925504 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-08-31 15:28:55,521 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:28:55,521 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:28:55,597 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:55,601 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:28:56,800 basehttp 44604 6140751872 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-08-31 15:28:56,814 log 44604 6140751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:28:56,814 basehttp 44604 6140751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:28:56,875 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:28:56,876 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 15:29:01,826 basehttp 44604 6123925504 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 WARNING 2025-08-31 15:29:01,846 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:29:01,847 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:01,904 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:04,142 basehttp 44604 6123925504 "GET /en/inventory/suppliers/5/ HTTP/1.1" 200 35027 WARNING 2025-08-31 15:29:04,164 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:29:04,165 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:04,213 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:17,999 basehttp 44604 6123925504 "GET /en/inventory/orders/create/?supplier=5 HTTP/1.1" 200 65253 INFO 2025-08-31 15:29:18,018 basehttp 44604 6157578240 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-08-31 15:29:18,018 basehttp 44604 6140751872 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-08-31 15:29:18,020 log 44604 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 15:29:18,020 basehttp 44604 13304360960 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-08-31 15:29:18,020 basehttp 44604 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:18,021 basehttp 44604 13321187328 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-08-31 15:29:18,074 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:41,560 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:29:53,297 basehttp 44604 13304360960 "GET /inventory/suppliers/create/ HTTP/1.1" 302 0 INFO 2025-08-31 15:29:53,308 basehttp 44604 13321187328 "GET /en/inventory/suppliers/create/ HTTP/1.1" 200 43337 WARNING 2025-08-31 15:29:53,340 log 44604 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 15:29:53,340 basehttp 44604 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 15:29:53,349 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:30:18,087 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:30:42,558 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:31:18,090 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:31:43,551 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:32:18,093 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:32:44,557 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:33:18,097 basehttp 44604 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:33:41,571 basehttp 44604 13321187328 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:33:41,577 basehttp 44604 13321187328 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:33:41,610 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:34:18,101 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:34:42,554 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:35:18,099 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:35:43,559 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:36:18,108 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:36:44,555 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:37:18,113 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:37:45,555 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:38:18,114 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:38:42,558 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:38:42,564 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:38:42,595 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:39:18,112 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:39:43,546 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:40:18,543 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:40:44,550 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:41:20,554 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:41:45,543 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:42:37,547 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:42:46,547 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:43:43,559 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:43:43,566 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:43:43,778 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:44:37,547 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:44:44,545 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:45:45,553 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:46:37,548 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:46:46,542 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:47:47,542 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:48:37,547 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:48:44,555 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:48:44,562 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:48:44,799 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:49:38,552 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:49:45,541 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:50:40,557 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:50:46,540 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:51:47,550 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:52:37,547 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:52:48,538 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:53:45,546 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:53:45,551 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:53:45,698 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:54:37,534 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:54:46,539 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:55:47,531 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:56:37,529 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:56:48,528 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:57:49,523 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:58:37,537 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:58:46,542 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 15:58:46,547 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 15:58:46,710 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 15:59:47,536 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:00:37,536 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:00:48,527 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:01:49,526 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:02:37,541 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:02:50,525 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:03:47,540 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:03:47,548 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:03:47,665 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:04:37,535 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:04:48,523 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:05:49,530 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:06:37,527 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:06:50,524 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:07:51,522 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:08:37,510 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:08:48,513 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:08:48,519 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:08:48,617 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:09:49,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:10:37,515 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:10:50,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:11:51,499 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:12:37,500 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:12:52,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:13:49,514 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:13:49,521 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:13:49,632 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:14:37,501 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:14:50,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:15:51,502 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:16:37,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:16:52,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:17:53,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:18:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:18:50,495 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:18:50,501 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:18:50,578 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:19:51,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:20:37,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:20:52,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:21:53,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:22:37,481 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:22:54,484 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:23:51,494 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:23:51,501 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:23:51,606 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:24:37,503 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:24:52,498 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:25:53,504 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:26:37,504 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:26:54,501 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:27:55,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:28:37,508 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:28:52,507 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:28:52,513 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:28:52,623 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:29:53,502 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:30:37,504 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:30:54,499 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:31:55,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:32:37,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:32:56,506 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:33:53,507 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:33:53,514 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:33:53,618 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:34:37,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:34:54,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:35:55,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:36:37,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:36:56,485 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:37:57,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:38:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:38:54,506 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:38:54,511 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:38:54,609 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:39:55,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:40:37,503 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:40:56,498 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:41:57,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:42:37,502 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:42:58,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:43:55,514 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:43:55,520 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:43:55,643 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:44:37,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:44:56,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:45:57,500 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:46:37,503 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:46:58,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:47:59,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:48:37,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:48:56,497 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:48:56,503 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:48:56,590 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:49:57,488 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:50:37,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:50:58,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:51:59,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:52:37,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:00,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:40,659 basehttp 44604 6123925504 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 16:53:40,679 basehttp 44604 6140751872 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 16:53:40,733 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:40,737 basehttp 44604 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 16:53:40,738 basehttp 44604 6157578240 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 16:53:40,739 basehttp 44604 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 16:53:45,427 basehttp 44604 6123925504 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-08-31 16:53:45,466 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:53:45,467 basehttp 44604 6157578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:53:57,496 basehttp 44604 6157578240 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:53:57,501 basehttp 44604 6157578240 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:53:57,530 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:54:15,473 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:54:45,486 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:54:45,487 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:54:58,488 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:55:15,473 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:55:45,487 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:55:45,488 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:55:59,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:56:15,485 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:56:45,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:56:45,492 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:57:00,489 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:57:15,489 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:57:45,477 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:57:46,492 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:58:01,489 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:58:17,489 basehttp 44604 13304360960 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:58:46,485 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:58:58,492 basehttp 44604 13304360960 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 16:58:58,499 basehttp 44604 13304360960 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 16:58:58,581 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:59:19,489 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 16:59:47,486 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 16:59:59,488 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:00:37,486 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:01:00,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:01:37,500 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:01:37,503 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:02:01,479 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:02:37,480 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:03:02,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:03:37,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:03:37,492 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:03:59,489 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:03:59,498 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:03:59,657 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:04:37,495 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:04:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:05:00,482 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:05:37,485 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:06:01,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:06:37,494 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:06:37,496 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:07:02,482 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:07:37,484 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:08:03,480 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:08:37,475 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:08:37,476 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:09:00,485 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:09:00,491 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:09:00,609 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:09:37,491 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:09:37,493 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:10:01,483 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:10:37,487 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:11:02,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:11:37,506 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:11:37,507 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:12:03,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:12:37,493 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:12:37,493 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:13:04,488 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:13:37,478 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:14:01,486 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:14:01,490 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:14:01,580 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:14:37,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:14:37,498 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:14:47,416 basehttp 44604 6123925504 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-08-31 17:14:47,468 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:14:51,637 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:14:51,649 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:14:51,671 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:15:02,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:15:16,994 basehttp 44604 6140751872 "GET /en/inventory/locations/2/ HTTP/1.1" 200 72851 INFO 2025-08-31 17:15:17,026 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:15:37,673 basehttp 44604 6140751872 "GET /en/inventory/stock/4/ HTTP/1.1" 200 33947 INFO 2025-08-31 17:15:37,707 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:03,482 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:08,138 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:09,381 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:10,607 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:16:10,608 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:12,466 basehttp 44604 6123925504 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 17:16:12,474 basehttp 44604 6123925504 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-08-31 17:16:12,475 basehttp 44604 6140751872 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-08-31 17:16:12,479 basehttp 44604 6123925504 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-08-31 17:16:12,502 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:21,893 basehttp 44604 6123925504 "GET /en/inventory/stock/3/ HTTP/1.1" 200 33933 INFO 2025-08-31 17:16:21,924 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:29,761 basehttp 44604 6123925504 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-08-31 17:16:29,770 basehttp 44604 6123925504 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-08-31 17:16:29,770 basehttp 44604 6140751872 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-08-31 17:16:29,797 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:32,909 basehttp 44604 6123925504 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 INFO 2025-08-31 17:16:32,943 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:16:46,190 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:17:04,484 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:17:10,601 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:17:16,192 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:17:46,192 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:18:05,474 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:18:10,604 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:18:16,196 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 17:18:21,051 basehttp 44604 6123925504 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 17:18:21,096 basehttp 44604 6140751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 17:18:21,098 basehttp 44604 6157578240 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 17:18:21,099 basehttp 44604 6123925504 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 17:18:29,242 basehttp 44604 6123925504 "GET /en/ HTTP/1.1" 200 47432 INFO 2025-08-31 17:18:29,310 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:18:29,311 basehttp 44604 6140751872 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 17:18:29,313 basehttp 44604 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 17:18:29,313 basehttp 44604 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 17:18:33,120 basehttp 44604 6157578240 "GET /en/inventory/orders/create/?supplier=5 HTTP/1.1" 200 65253 INFO 2025-08-31 17:19:02,492 basehttp 44604 6157578240 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:19:02,499 basehttp 44604 6157578240 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:19:02,530 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:19:33,160 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:20:03,483 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:20:33,482 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:21:04,483 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:21:34,483 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:22:05,482 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:22:35,482 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:23:06,474 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:23:36,481 basehttp 44604 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:24:03,492 basehttp 44604 13304360960 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:24:03,499 basehttp 44604 13304360960 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:24:03,697 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:24:37,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:25:04,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:25:39,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:26:05,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:27:06,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:27:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:28:07,489 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:28:37,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:29:04,499 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:29:04,506 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:29:04,713 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:30:05,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:30:37,488 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:31:06,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:32:07,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:32:37,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:33:08,479 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:33:37,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:34:05,495 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:34:05,503 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:34:05,563 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:35:06,477 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:35:37,484 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:36:07,487 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:36:37,490 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:37:08,485 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:38:09,476 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:38:37,485 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:39:06,493 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:39:06,499 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:39:06,591 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:39:37,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:40:07,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:41:08,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:41:37,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:42:09,501 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:42:37,498 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:43:10,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:44:07,506 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:44:07,512 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:44:07,603 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:44:37,494 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:45:08,499 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:45:37,491 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:46:09,503 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:47:10,490 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:47:37,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:48:11,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:48:37,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:49:08,505 basehttp 44604 6140751872 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:49:08,512 basehttp 44604 6140751872 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:49:08,593 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:50:09,494 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:50:37,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:51:10,485 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:51:37,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:52:11,492 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:53:12,493 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:53:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:54:09,503 basehttp 44604 6123925504 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-08-31 17:54:09,512 basehttp 44604 6123925504 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-08-31 17:54:09,600 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:54:37,495 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:55:10,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:56:37,477 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:57:37,489 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 17:59:37,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:00:37,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:02:37,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:03:37,484 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:05:37,482 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:06:37,476 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:07:37,486 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:09:37,476 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:10:37,487 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:11:37,497 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:13:37,498 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:14:37,497 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:15:37,504 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:17:37,495 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:18:37,500 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:20:37,504 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:21:37,497 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:23:37,491 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:24:37,496 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:26:37,636 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:27:37,637 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:29:37,646 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:30:37,639 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:32:37,634 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:33:37,642 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:34:59,730 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:35:59,721 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:36:59,724 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:37:59,726 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:38:59,730 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:39:59,732 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:40:59,737 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:41:59,743 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:42:59,744 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:43:59,749 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:44:59,753 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:45:59,756 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 18:46:56,834 log 44604 6123925504 Not Found: /en/inventory/templates/medical_supplies/ WARNING 2025-08-31 18:46:56,834 basehttp 44604 6123925504 "GET /en/inventory/templates/medical_supplies/ HTTP/1.1" 404 41073 WARNING 2025-08-31 18:46:59,565 log 44604 6123925504 Not Found: /en/inventory/templates/office_supplies/ WARNING 2025-08-31 18:46:59,565 basehttp 44604 6123925504 "GET /en/inventory/templates/office_supplies/ HTTP/1.1" 404 41070 INFO 2025-08-31 18:46:59,758 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:47:01,206 basehttp 44604 6123925504 "GET /en/inventory/suppliers/5/ HTTP/1.1" 200 35027 INFO 2025-08-31 18:47:12,138 basehttp 44604 6123925504 "GET /en/inventory/suppliers/ HTTP/1.1" 200 84964 INFO 2025-08-31 18:48:10,250 basehttp 44604 6123925504 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-08-31 18:48:40,290 basehttp 44604 6123925504 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 18:49:10,300 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:49:10,304 basehttp 44604 6140751872 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 18:49:15,404 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:49:15,441 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:50:15,448 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:50:15,510 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:50:15,548 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:51:15,563 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:51:15,612 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:51:15,650 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:52:15,660 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:52:15,709 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 18:52:15,759 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:52:19,331 basehttp 44604 6140751872 "GET /en/pharmacy HTTP/1.1" 301 0 INFO 2025-08-31 18:52:19,351 basehttp 44604 6123925504 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-08-31 18:52:19,383 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 18:52:19,434 log 44604 6157578240 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:52:19,441 log 44604 6140751872 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:52:19,442 basehttp 44604 6157578240 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 ERROR 2025-08-31 18:52:19,443 basehttp 44604 6140751872 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 INFO 2025-08-31 18:52:39,446 basehttp 44604 6140751872 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-08-31 18:52:39,478 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:53:39,493 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:54:39,496 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:55:39,501 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:56:39,492 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:57:39,498 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:57:44,656 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 18:57:44,701 log 44604 6140751872 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:57:44,704 basehttp 44604 6140751872 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 ERROR 2025-08-31 18:57:44,712 log 44604 6157578240 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:57:44,713 basehttp 44604 6157578240 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 INFO 2025-08-31 18:57:54,716 basehttp 44604 6157578240 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-08-31 18:57:54,752 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:58:55,640 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:59:32,797 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 18:59:32,847 log 44604 6157578240 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:59:32,852 log 44604 6123925504 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 18:59:32,853 basehttp 44604 6157578240 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 ERROR 2025-08-31 18:59:32,854 basehttp 44604 6123925504 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 INFO 2025-08-31 18:59:34,855 basehttp 44604 6123925504 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70718 INFO 2025-08-31 18:59:34,888 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 18:59:52,302 basehttp 44604 6123925504 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 INFO 2025-08-31 18:59:52,337 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:00:10,221 log 44604 6123925504 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:10,222 basehttp 44604 6123925504 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 INFO 2025-08-31 19:00:11,769 basehttp 44604 6123925504 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-08-31 19:00:11,832 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:00:11,874 log 44604 6140751872 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:11,877 basehttp 44604 6140751872 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 127231 ERROR 2025-08-31 19:00:11,883 log 44604 6157578240 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:11,884 basehttp 44604 6157578240 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 ERROR 2025-08-31 19:00:41,861 log 44604 6157578240 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-08-31 19:00:41,862 basehttp 44604 6157578240 "GET /en/pharmacy/stats/ HTTP/1.1" 500 127048 INFO 2025-08-31 19:00:53,365 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:00:53,374 basehttp 44604 6140751872 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-08-31 19:00:53,408 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:01:03,262 basehttp 44604 6140751872 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-08-31 19:01:03,295 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:01:03,325 log 44604 6157578240 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 19:01:03,326 basehttp 44604 6157578240 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124661 ERROR 2025-08-31 19:01:13,886 log 44604 6157578240 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 19:01:13,888 basehttp 44604 6157578240 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182862 INFO 2025-08-31 19:01:17,619 basehttp 44604 6157578240 "GET /en/laboratory/orders/?status=PENDING HTTP/1.1" 200 24371 INFO 2025-08-31 19:01:17,653 basehttp 44604 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:01:24,477 basehttp 44604 6157578240 "GET /en/laboratory/orders HTTP/1.1" 301 0 INFO 2025-08-31 19:01:24,519 basehttp 44604 6140751872 "GET /en/laboratory/orders/ HTTP/1.1" 200 96049 INFO 2025-08-31 19:01:24,545 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:11,218 log 44604 6140751872 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-08-31 19:02:11,220 basehttp 44604 6140751872 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182869 INFO 2025-08-31 19:02:15,098 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:15,136 log 44604 6140751872 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 19:02:15,137 basehttp 44604 6140751872 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124661 INFO 2025-08-31 19:02:29,576 basehttp 44604 6140751872 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-08-31 19:02:29,694 basehttp 44604 6123925504 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-08-31 19:02:29,729 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:29,760 log 44604 6140751872 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:02:29,761 basehttp 44604 6140751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124785 INFO 2025-08-31 19:02:33,307 basehttp 44604 6140751872 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-31 19:02:33,340 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:02:43,276 log 44604 6140751872 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-08-31 19:02:43,277 basehttp 44604 6140751872 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151789 INFO 2025-08-31 19:02:56,439 basehttp 44604 6140751872 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-31 19:02:56,479 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:02:58,673 basehttp 44604 6140751872 "GET /en/radiology/studies/219/ HTTP/1.1" 200 31565 INFO 2025-08-31 19:02:58,707 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:03:46,104 log 44604 6140751872 Internal Server Error: /en/radiology/studies/219/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (technical_notes) specified for ImagingStudy ERROR 2025-08-31 19:03:46,105 basehttp 44604 6140751872 "GET /en/radiology/studies/219/update/ HTTP/1.1" 500 116582 INFO 2025-08-31 19:03:49,796 basehttp 44604 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:03:49,836 log 44604 6140751872 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:03:49,837 basehttp 44604 6140751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124785 INFO 2025-08-31 19:03:51,669 basehttp 44604 6140751872 "GET /en/radiology/reports/ HTTP/1.1" 200 130881 INFO 2025-08-31 19:03:51,703 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:03:57,004 basehttp 44604 6140751872 "GET /en/radiology/reports/142/ HTTP/1.1" 200 32116 INFO 2025-08-31 19:03:57,035 basehttp 44604 6140751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:04:26,445 log 44604 6140751872 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:04:26,446 basehttp 44604 6140751872 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124785 ERROR 2025-08-31 19:04:31,015 log 44604 6140751872 Internal Server Error: /en/radiology/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 142, in get_queryset return queryset.order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: body_part, clinical_history_template, created_at, created_by, created_by_id, description, findings_template, id, impression_template, is_active, is_default, modality, name, recommendations_template, reports, structured_fields, technique_template, template_id, tenant, tenant_id, updated_at, usage_count ERROR 2025-08-31 19:04:31,016 basehttp 44604 6140751872 "GET /en/radiology/templates/ HTTP/1.1" 500 103299 INFO 2025-08-31 19:04:48,392 autoreload 44604 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:04:48,923 autoreload 39810 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 19:04:50,001 basehttp 39810 6132330496 "GET /en/radiology/templates/ HTTP/1.1" 200 31205 INFO 2025-08-31 19:04:50,027 basehttp 39810 6132330496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:04:55,106 log 39810 6132330496 Internal Server Error: /en/radiology/templates/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 169, in get_context_data context['recent_reports'] = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-08-31 19:04:55,107 basehttp 39810 6132330496 "GET /en/radiology/templates/3/ HTTP/1.1" 500 138683 INFO 2025-08-31 19:05:39,881 autoreload 39810 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:05:40,225 autoreload 40215 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:05:40,788 log 40215 6162542592 Internal Server Error: /en/radiology/templates/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'report_template_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/radiology/templates/(?P[0-9]+)/update/\\Z'] ERROR 2025-08-31 19:05:40,791 basehttp 40215 6162542592 "GET /en/radiology/templates/3/ HTTP/1.1" 500 187368 INFO 2025-08-31 19:05:58,453 basehttp 40215 6162542592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:06:00,724 log 40215 6162542592 Internal Server Error: /en/radiology/templates/3/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${variable' from '${variable' ERROR 2025-08-31 19:06:00,726 basehttp 40215 6162542592 "GET /en/radiology/templates/3/update/ HTTP/1.1" 500 204875 INFO 2025-08-31 19:18:50,860 autoreload 40215 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:18:51,182 autoreload 45985 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:22:23,451 log 45985 6157185024 Internal Server Error: /en/radiology/templates/3/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${variable' from '${variable' ERROR 2025-08-31 19:22:23,455 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 500 205012 ERROR 2025-08-31 19:23:28,276 log 45985 6157185024 Internal Server Error: /en/radiology/templates/3/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '${key' from '${key' ERROR 2025-08-31 19:23:28,282 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 500 203630 INFO 2025-08-31 19:24:06,455 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 200 39526 INFO 2025-08-31 19:24:06,501 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:25:06,530 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:26:06,518 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:27:06,521 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:28:06,516 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:29:06,511 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:30:06,516 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:31:06,530 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:32:06,525 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:33:06,531 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:34:06,533 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:35:06,547 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:37:02,332 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:37:28,855 basehttp 45985 6157185024 "GET /en/radiology/templates/3/delete/ HTTP/1.1" 200 33720 INFO 2025-08-31 19:37:28,889 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:37:52,168 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 200 39526 INFO 2025-08-31 19:37:52,200 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:38:28,900 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:38:57,709 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:38:59,933 basehttp 45985 6157185024 "GET /en/radiology/templates/3/update/ HTTP/1.1" 200 39526 INFO 2025-08-31 19:38:59,968 basehttp 45985 6157185024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 19:39:07,226 log 45985 6157185024 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 695, in get_queryset queryset = DICOMImage.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acquisition_datetime, archived, bits_allocated, bits_stored, columns, content_date, content_time, created_at, file_path, file_size, id, image_id, image_orientation, image_position, image_quality, image_type, instance_number, processed, rows, series, series_id, slice_location, sop_class_uid, sop_instance_uid, transfer_syntax_uid, updated_at, window_center, window_width ERROR 2025-08-31 19:39:07,228 basehttp 45985 6157185024 "GET /en/radiology/images/ HTTP/1.1" 500 136715 INFO 2025-08-31 19:55:09,333 autoreload 45985 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:55:09,845 autoreload 61948 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 19:55:45,167 autoreload 61948 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:55:45,548 autoreload 62187 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:55:49,527 log 62187 6156267520 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 712, in get_context_data 'series': ImagingSeries.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: body_part, contrast_agent, contrast_route, created_at, id, image_orientation, image_quality, images, modality, number_of_instances, patient_position, pixel_spacing, protocol_name, series_date, series_datetime, series_description, series_id, series_instance_uid, series_number, series_size, series_time, slice_thickness, spacing_between_slices, study, study_id, updated_at ERROR 2025-08-31 19:55:49,530 basehttp 62187 6156267520 "GET /en/radiology/images/ HTTP/1.1" 500 136892 INFO 2025-08-31 19:56:10,619 autoreload 62187 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py changed, reloading. INFO 2025-08-31 19:56:10,982 autoreload 62420 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 19:56:11,911 log 62420 6130954240 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dicom_upload' not found. 'dicom_upload' is not a valid view function or pattern name. ERROR 2025-08-31 19:56:11,913 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 500 172037 ERROR 2025-08-31 19:58:06,554 log 62420 6130954240 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dicom_file_list' not found. 'dicom_file_list' is not a valid view function or pattern name. ERROR 2025-08-31 19:58:06,559 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 500 172051 ERROR 2025-08-31 19:58:20,562 log 62420 6130954240 Internal Server Error: /en/radiology/images/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dicom_upload' not found. 'dicom_upload' is not a valid view function or pattern name. ERROR 2025-08-31 19:58:20,565 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 500 184620 INFO 2025-08-31 19:58:38,308 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 200 31185 INFO 2025-08-31 19:58:38,346 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:58:57,809 basehttp 62420 6130954240 "GET /en/radiology/images/ HTTP/1.1" 200 49015 INFO 2025-08-31 19:58:57,845 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 19:59:58,662 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:18,385 basehttp 62420 6130954240 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-08-31 20:00:18,420 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:21,728 basehttp 62420 6130954240 "GET /en/radiology/studies/ HTTP/1.1" 200 212380 INFO 2025-08-31 20:00:21,771 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:25,979 basehttp 62420 6130954240 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-31 20:00:26,009 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:28,113 basehttp 62420 6130954240 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-31 20:00:28,160 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:30,448 basehttp 62420 6130954240 "GET /en/radiology/studies/?search=&modality=&priority=&date_range= HTTP/1.1" 200 212737 INFO 2025-08-31 20:00:30,487 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:55,336 basehttp 62420 6130954240 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-08-31 20:00:55,394 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:00:55,399 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:00:59,310 basehttp 62420 6147780608 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-08-31 20:00:59,336 basehttp 62420 6147780608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:01:25,400 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:01:39,941 basehttp 62420 6147780608 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-08-31 20:01:39,949 basehttp 62420 6147780608 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-08-31 20:01:39,951 basehttp 62420 6130954240 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-08-31 20:01:39,953 basehttp 62420 13304360960 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-08-31 20:01:39,953 basehttp 62420 6164606976 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-08-31 20:01:39,956 basehttp 62420 6147780608 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-08-31 20:01:39,956 basehttp 62420 6130954240 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 INFO 2025-08-31 20:01:39,969 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:01:43,261 basehttp 62420 6130954240 "GET /en/operating-theatre/templates/create/ HTTP/1.1" 200 57259 WARNING 2025-08-31 20:01:43,278 basehttp 62420 6147780608 "GET /static/plugins/summernote/summernote-bs5.min.js HTTP/1.1" 404 2047 WARNING 2025-08-31 20:01:43,278 basehttp 62420 6130954240 "GET /static/plugins/summernote/summernote-bs5.min.css HTTP/1.1" 404 2050 INFO 2025-08-31 20:01:43,304 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:02:12,659 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:02:12,663 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:02:14,888 basehttp 62420 6147780608 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-08-31 20:02:14,923 basehttp 62420 6147780608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 20:02:18,284 log 62420 6147780608 Not Found: /operating-theatre/maintenance/schedule/ WARNING 2025-08-31 20:02:18,284 basehttp 62420 6147780608 "GET /operating-theatre/maintenance/schedule/ HTTP/1.1" 404 2641 WARNING 2025-08-31 20:02:21,869 log 62420 6147780608 Not Found: /operating-theatre/equipment/qr-codes/bulk/ WARNING 2025-08-31 20:02:21,869 basehttp 62420 6147780608 "GET /operating-theatre/equipment/qr-codes/bulk/ HTTP/1.1" 404 2650 INFO 2025-08-31 20:02:42,657 basehttp 62420 6147780608 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-08-31 20:03:09,953 basehttp 62420 6130954240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 20:03:09,991 log 62420 6147780608 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-08-31 20:03:09,993 basehttp 62420 6147780608 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124661 INFO 2025-08-31 20:03:13,536 basehttp 62420 6147780608 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-08-31 20:03:13,581 basehttp 62420 6147780608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 20:03:13,581 basehttp 62420 6130954240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-08-31 20:03:23,604 basehttp 62420 6130954240 "GET /en/quality HTTP/1.1" 301 0 ERROR 2025-08-31 20:03:23,628 log 62420 6147780608 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 55, in get_context_data 'indicators_meeting_target': QualityIndicator.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_value' into field. Choices are: calculation_method, category, created_at, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-31 20:03:23,629 basehttp 62420 6147780608 "GET /en/quality/ HTTP/1.1" 500 133159 INFO 2025-08-31 22:54:54,109 autoreload 62420 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/models.py changed, reloading. INFO 2025-08-31 22:54:54,601 autoreload 81250 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 22:55:34,155 autoreload 81603 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 22:55:36,311 log 81603 6161379328 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 114, in get_context_data ).select_related('project_manager').order_by('-start_date')[:5] ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'start_date' into field. Choices are: actual_cost, actual_end_date, actual_start_date, baseline_data, created_at, created_by, created_by_id, department, department_id, description, estimated_cost, goal_statement, id, lessons_learned, methodology, notes, phase, planned_end_date, planned_start_date, problem_statement, project_manager, project_manager_id, project_number, project_team, project_type, resources_required, roi_actual, roi_expected, scope, sponsor, sponsor_id, status, success_metrics, sustainability_plan, target_metrics, tenant, tenant_id, title, updated_at ERROR 2025-08-31 22:55:36,312 basehttp 81603 6161379328 "GET /en/quality/ HTTP/1.1" 500 104557 INFO 2025-08-31 22:57:17,450 autoreload 81603 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 22:57:17,788 autoreload 82341 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 22:57:18,734 log 82341 6134378496 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaultfilters.py", line 632, in length return len(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'measured_by'. Choices are: tenant, indicator, verified_by, created_by ERROR 2025-08-31 22:57:18,738 basehttp 82341 6134378496 "GET /en/quality/ HTTP/1.1" 500 221440 INFO 2025-08-31 22:58:54,549 autoreload 82341 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 22:58:54,891 autoreload 83106 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 22:58:55,198 basehttp 83106 6200930304 "GET /en/quality/ HTTP/1.1" 200 38043 INFO 2025-08-31 22:58:55,247 basehttp 83106 6200930304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 22:58:55,249 basehttp 83106 6217756672 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 22:59:06,889 log 83106 6217756672 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/incident_report_form.html ERROR 2025-08-31 22:59:06,890 basehttp 83106 6217756672 "GET /en/quality/incidents/create/ HTTP/1.1" 500 83735 INFO 2025-08-31 23:00:34,528 autoreload 83106 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:00:34,858 autoreload 83842 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:04:16,448 autoreload 83842 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:04:16,780 autoreload 85460 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:23:57,777 basehttp 85460 6200340480 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 23:23:57,790 basehttp 85460 6267645952 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-08-31 23:23:57,791 basehttp 85460 6250819584 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-08-31 23:23:57,792 basehttp 85460 6217166848 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-08-31 23:23:57,792 basehttp 85460 6233993216 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-08-31 23:23:57,792 basehttp 85460 6200340480 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-08-31 23:23:57,794 basehttp 85460 6217166848 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-08-31 23:23:57,795 basehttp 85460 6267645952 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-08-31 23:23:57,796 basehttp 85460 6200340480 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-08-31 23:23:57,796 basehttp 85460 6233993216 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-08-31 23:23:57,797 basehttp 85460 6217166848 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-08-31 23:23:57,798 basehttp 85460 6267645952 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-08-31 23:23:57,798 basehttp 85460 6200340480 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-08-31 23:23:57,799 basehttp 85460 6217166848 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-08-31 23:23:57,802 basehttp 85460 6284472320 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-08-31 23:23:57,802 basehttp 85460 6250819584 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-08-31 23:23:57,803 basehttp 85460 6233993216 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-08-31 23:23:57,803 basehttp 85460 6250819584 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-08-31 23:23:57,806 basehttp 85460 6233993216 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-08-31 23:23:57,823 basehttp 85460 6233993216 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-08-31 23:23:57,823 basehttp 85460 6250819584 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-08-31 23:23:57,823 basehttp 85460 6284472320 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-08-31 23:23:57,824 basehttp 85460 6250819584 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-08-31 23:24:02,784 basehttp 85460 6250819584 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-08-31 23:24:05,261 basehttp 85460 6250819584 "GET / HTTP/1.1" 302 0 INFO 2025-08-31 23:24:05,286 basehttp 85460 6284472320 "GET /en/ HTTP/1.1" 200 47434 INFO 2025-08-31 23:24:05,362 basehttp 85460 6284472320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:24:05,363 basehttp 85460 6200340480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-08-31 23:24:05,365 basehttp 85460 6217166848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-08-31 23:24:05,366 basehttp 85460 6233993216 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-08-31 23:24:34,030 basehttp 85460 6233993216 "GET /en/quality/ HTTP/1.1" 200 38043 INFO 2025-08-31 23:24:34,063 basehttp 85460 6233993216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:24:34,065 basehttp 85460 6217166848 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 23:24:37,606 log 85460 6217166848 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/incident_report_form.html ERROR 2025-08-31 23:24:37,607 basehttp 85460 6217166848 "GET /en/quality/incidents/create/ HTTP/1.1" 500 83735 INFO 2025-08-31 23:27:43,275 autoreload 85460 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:27:43,780 autoreload 95763 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 23:27:45,447 log 95763 6156251136 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'incident_list' not found. 'incident_list' is not a valid view function or pattern name. ERROR 2025-08-31 23:27:45,449 basehttp 95763 6156251136 "GET /en/quality/incidents/create/ HTTP/1.1" 500 177479 INFO 2025-08-31 23:30:26,827 autoreload 95763 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:30:27,219 autoreload 97045 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 23:30:27,758 log 97045 6130298880 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'search_incidents' not found. 'search_incidents' is not a valid view function or pattern name. ERROR 2025-08-31 23:30:27,760 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 500 175253 ERROR 2025-08-31 23:31:45,645 log 97045 6130298880 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'upload_attachment' not found. 'upload_attachment' is not a valid view function or pattern name. ERROR 2025-08-31 23:31:45,646 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 500 177230 ERROR 2025-08-31 23:32:21,905 log 97045 6130298880 Internal Server Error: /en/quality/incidents/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'remove_attachment' not found. 'remove_attachment' is not a valid view function or pattern name. ERROR 2025-08-31 23:32:21,906 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 500 179414 INFO 2025-08-31 23:32:38,150 basehttp 97045 6130298880 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 INFO 2025-08-31 23:32:38,188 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:33:38,208 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:34:38,220 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:35:38,219 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:36:38,223 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:37:38,228 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:38:38,226 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:39:38,227 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:40:38,226 basehttp 97045 6130298880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-08-31 23:41:23,014 log 97045 6130298880 Internal Server Error: /en/quality/measurements/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/quality_measurement_form.html ERROR 2025-08-31 23:41:23,014 basehttp 97045 6130298880 "GET /en/quality/measurements/create/ HTTP/1.1" 500 83846 INFO 2025-08-31 23:43:51,366 autoreload 97045 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:43:51,790 autoreload 3231 8466948288 Watching for file changes with StatReloader ERROR 2025-08-31 23:43:52,985 log 3231 6165950464 Internal Server Error: /en/quality/measurements/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'measurement_list' not found. 'measurement_list' is not a valid view function or pattern name. ERROR 2025-08-31 23:43:52,987 basehttp 3231 6165950464 "GET /en/quality/measurements/create/ HTTP/1.1" 500 175703 INFO 2025-08-31 23:44:55,361 autoreload 3231 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/urls.py changed, reloading. INFO 2025-08-31 23:44:55,697 autoreload 3733 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:44:56,492 basehttp 3733 6155694080 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:44:56,544 basehttp 3733 6155694080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:45:50,729 basehttp 3733 6155694080 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:45:50,766 basehttp 3733 6155694080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:45:54,932 basehttp 3733 6172520448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:45:54,933 basehttp 3733 6155694080 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 23:45:55,638 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_create' not found. 'quality_measurement_create' is not a valid view function or pattern name. ERROR 2025-08-31 23:45:55,642 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 178235 ERROR 2025-08-31 23:46:27,888 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_list' not found. 'quality_measurement_list' is not a valid view function or pattern name. ERROR 2025-08-31 23:46:27,890 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 178295 ERROR 2025-08-31 23:46:40,202 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_create' not found. 'quality_measurement_create' is not a valid view function or pattern name. ERROR 2025-08-31 23:46:40,203 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 192683 ERROR 2025-08-31 23:46:51,049 log 3733 6155694080 Internal Server Error: /en/quality/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'quality_measurement_create' not found. 'quality_measurement_create' is not a valid view function or pattern name. ERROR 2025-08-31 23:46:51,050 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 500 178955 INFO 2025-08-31 23:47:04,748 basehttp 3733 6155694080 "GET /en/quality/ HTTP/1.1" 200 38043 INFO 2025-08-31 23:47:04,823 basehttp 3733 6155694080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:47:04,824 basehttp 3733 6172520448 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-08-31 23:47:08,573 log 3733 6172520448 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/risk_assessment_form.html ERROR 2025-08-31 23:47:08,733 basehttp 3733 6172520448 "GET /en/quality/risks/create/ HTTP/1.1" 500 83699 INFO 2025-08-31 23:47:12,226 basehttp 3733 6172520448 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:47:12,267 basehttp 3733 6172520448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:48:02,547 basehttp 3733 6172520448 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 INFO 2025-08-31 23:48:02,582 basehttp 3733 6172520448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:48:05,417 log 3733 6172520448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:05,417 basehttp 3733 6172520448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-31 23:48:20,138 log 3733 6172520448 Internal Server Error: /en/quality/measurements/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 744, in get_context_data ).order_by('indicator_name'), ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'indicator_name' into field. Choices are: calculation_method, category, created_at, current_value, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-08-31 23:48:20,139 basehttp 3733 6172520448 "GET /en/quality/measurements/ HTTP/1.1" 500 103198 WARNING 2025-08-31 23:48:20,154 log 3733 6172520448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:20,154 basehttp 3733 6172520448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:48:37,614 autoreload 3733 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-08-31 23:48:38,070 autoreload 5364 8466948288 Watching for file changes with StatReloader INFO 2025-08-31 23:48:39,288 basehttp 5364 6193426432 "GET /en/quality/measurements/ HTTP/1.1" 200 50719 WARNING 2025-08-31 23:48:39,302 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:39,302 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:48:39,423 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:48:52,541 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 50512 WARNING 2025-08-31 23:48:52,557 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:48:52,557 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:48:52,649 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:49:52,646 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:50:52,649 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:51:52,660 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:52:43,296 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:52:43,317 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:52:43,317 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:52:43,418 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:53:12,749 basehttp 5364 6193426432 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 INFO 2025-08-31 23:53:26,046 basehttp 5364 6193426432 "GET /en/quality/measurements/ HTTP/1.1" 200 50719 WARNING 2025-08-31 23:53:26,061 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:53:26,061 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:53:26,157 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:54:26,165 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:55:26,173 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:56:26,175 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:57:26,177 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:57:35,990 basehttp 5364 6193426432 "GET /en/quality/measurements/?category=clinical HTTP/1.1" 200 50727 WARNING 2025-08-31 23:57:36,010 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:36,010 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:36,111 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:57:40,039 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:57:40,058 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:40,058 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:40,162 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:53,186 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:53,186 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:53,195 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:53,196 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:54,093 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:54,093 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:54,108 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:54,109 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:56,380 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-08-31 23:57:56,381 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:56,381 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:56,388 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:56,389 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:57,095 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:57,096 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:57,096 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:57,104 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:57,104 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:57:58,890 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:58,891 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:57:58,897 basehttp 5364 6210252800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:57:58,904 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:57:58,904 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:01,753 basehttp 5364 6193426432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:58:01,766 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:01,766 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:01,850 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:58:02,801 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:02,801 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:04,049 basehttp 5364 6193426432 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-08-31 23:58:04,063 log 5364 6193426432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:04,063 basehttp 5364 6193426432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:04,124 basehttp 5364 6193426432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-08-31 23:58:04,125 basehttp 5364 6210252800 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-08-31 23:58:06,172 basehttp 5364 6210252800 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-08-31 23:58:06,195 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:06,196 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:06,248 basehttp 5364 6210252800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:58:22,014 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:22,014 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:58:22,025 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:22,025 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:26,743 basehttp 5364 6210252800 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-08-31 23:58:26,764 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:26,764 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-08-31 23:58:26,823 basehttp 5364 6210252800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-08-31 23:58:28,365 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:28,365 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-08-31 23:58:28,375 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:28,375 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-08-31 23:58:30,364 log 5364 6210252800 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/improvement_project_form.html ERROR 2025-08-31 23:58:30,365 basehttp 5364 6210252800 "GET /en/quality/projects/create/ HTTP/1.1" 500 83810 WARNING 2025-08-31 23:58:30,389 log 5364 6210252800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-08-31 23:58:30,389 basehttp 5364 6210252800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:04:11,530 autoreload 5364 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 00:04:11,962 autoreload 12230 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 00:04:12,551 log 12230 6162903040 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:04:12,554 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 500 177546 WARNING 2025-09-01 00:04:12,570 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:04:12,570 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:05:02,878 log 12230 6162903040 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:05:02,880 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 500 177718 WARNING 2025-09-01 00:05:02,891 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:05:02,891 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:05:20,257 log 12230 6162903040 Internal Server Error: /en/quality/projects/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:05:20,259 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 500 177182 WARNING 2025-09-01 00:05:20,274 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:05:20,275 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:05:46,128 basehttp 12230 6162903040 "GET /en/quality/projects/create/ HTTP/1.1" 200 43167 WARNING 2025-09-01 00:05:46,145 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:05:46,146 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:05:46,203 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:06:46,213 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:07:46,211 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:08:46,218 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:09:46,216 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:10:46,223 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:11:46,217 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:12:46,227 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:13:46,230 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:14:46,234 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:15:46,227 basehttp 12230 6162903040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 00:16:33,354 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:16:33,354 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:16:37,779 log 12230 6162903040 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 396, in get_queryset return queryset.select_related('project_manager').order_by('-start_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'start_date' into field. Choices are: actual_cost, actual_end_date, actual_start_date, baseline_data, created_at, created_by, created_by_id, department, department_id, description, estimated_cost, goal_statement, id, lessons_learned, methodology, notes, phase, planned_end_date, planned_start_date, problem_statement, project_manager, project_manager_id, project_number, project_team, project_type, resources_required, roi_actual, roi_expected, scope, sponsor, sponsor_id, status, success_metrics, sustainability_plan, target_metrics, tenant, tenant_id, title, updated_at ERROR 2025-09-01 00:16:37,781 basehttp 12230 6162903040 "GET /en/quality/projects/ HTTP/1.1" 500 104454 WARNING 2025-09-01 00:16:37,795 log 12230 6162903040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:16:37,795 basehttp 12230 6162903040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:16:58,116 autoreload 12230 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 00:16:58,554 autoreload 17798 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 00:16:59,485 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_create' not found. 'project_create' is not a valid view function or pattern name. ERROR 2025-09-01 00:16:59,487 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 184104 WARNING 2025-09-01 00:16:59,498 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:16:59,498 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:17:01,538 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_create' not found. 'project_create' is not a valid view function or pattern name. ERROR 2025-09-01 00:17:01,540 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 184104 WARNING 2025-09-01 00:17:01,557 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:17:01,557 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:18:38,854 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_list' not found. 'project_list' is not a valid view function or pattern name. ERROR 2025-09-01 00:18:38,859 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 183320 WARNING 2025-09-01 00:18:38,873 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:18:38,873 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 00:18:58,417 log 17798 6129659904 Internal Server Error: /en/quality/projects/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 201, in render return self.nodelist_empty.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'project_create' not found. 'project_create' is not a valid view function or pattern name. ERROR 2025-09-01 00:18:58,419 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 500 199546 WARNING 2025-09-01 00:18:58,437 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:18:58,438 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:19:14,918 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 200 46287 WARNING 2025-09-01 00:19:14,938 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 00:19:14,938 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 00:19:15,009 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:20:15,046 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:21:15,049 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:22:15,053 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:23:15,054 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:24:15,057 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:25:15,061 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:26:15,064 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:27:15,064 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:28:15,068 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:29:15,064 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:30:15,066 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:31:15,073 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:32:15,075 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:33:15,076 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:34:15,080 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:35:15,108 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:36:15,114 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:37:15,117 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:38:15,120 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:39:15,128 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:40:15,128 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:41:15,131 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:42:15,133 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:43:15,128 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:44:15,138 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:45:15,139 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:46:15,144 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:47:15,148 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:48:15,146 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:49:15,151 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:50:15,967 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:51:17,962 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:52:20,977 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:54:20,968 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:56:20,965 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:57:20,969 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 00:59:20,957 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:01:20,960 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:02:20,975 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:04:20,964 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:06:21,006 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:08:20,997 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:09:21,000 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:11:21,001 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:13:20,993 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:15:20,994 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:17:20,993 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:19:20,994 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:20:49,163 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:20:55,642 basehttp 17798 6129659904 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 01:20:55,661 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:20:55,661 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:20:55,757 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:21:18,761 basehttp 17798 6129659904 "GET /en/quality/projects/ HTTP/1.1" 200 46287 WARNING 2025-09-01 01:21:18,779 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:18,780 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:21:18,871 basehttp 17798 6129659904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:21:22,402 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,402 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:22,414 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,414 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:22,987 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,987 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:22,999 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:22,999 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:21:23,600 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:23,600 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:21:27,004 log 17798 6129659904 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: quality/risk_assessment_form.html ERROR 2025-09-01 01:21:27,005 basehttp 17798 6129659904 "GET /en/quality/risks/create/ HTTP/1.1" 500 83699 WARNING 2025-09-01 01:21:27,023 log 17798 6129659904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:21:27,023 basehttp 17798 6129659904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:22:12,881 autoreload 17798 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 01:22:13,333 autoreload 46209 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 01:22:14,179 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'mul' ERROR 2025-09-01 01:22:14,183 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 299946 WARNING 2025-09-01 01:22:14,194 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:22:14,195 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:22:16,369 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'mul' ERROR 2025-09-01 01:22:16,371 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 299946 WARNING 2025-09-01 01:22:16,384 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:22:16,384 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:22:34,289 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py", line 12, in mul return value * arg ~~~~~~^~~~~ TypeError: can't multiply sequence by non-int of type 'str' ERROR 2025-09-01 01:22:34,296 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 193837 WARNING 2025-09-01 01:22:34,314 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:22:34,320 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 01:24:05,554 log 46209 6190198784 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-09-01 01:24:05,556 basehttp 46209 6190198784 "GET /en/quality/risks/create/ HTTP/1.1" 500 162239 WARNING 2025-09-01 01:24:05,569 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:24:05,570 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:33:15,465 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:33:15,466 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:33:16,829 basehttp 46209 6190198784 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-09-01 01:33:16,840 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:33:16,840 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:33:16,887 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:33:16,889 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 ERROR 2025-09-01 01:33:20,428 log 46209 6207025152 Internal Server Error: /en/quality/risks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-09-01 01:33:20,431 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 500 162102 WARNING 2025-09-01 01:33:20,446 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:33:20,446 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:34:00,595 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 40782 WARNING 2025-09-01 01:34:00,614 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:34:00,614 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:34:00,670 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:34:52,803 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 40782 WARNING 2025-09-01 01:34:52,813 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:34:52,814 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:34:52,863 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:35:17,393 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 58042 WARNING 2025-09-01 01:35:17,412 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:17,413 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:17,472 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:35:23,938 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 01:35:23,939 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:35:23,939 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:23,941 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 01:35:23,952 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:23,952 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:25,785 basehttp 46209 6207025152 "GET /en/quality/risks/create/ HTTP/1.1" 200 58042 WARNING 2025-09-01 01:35:25,803 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:25,804 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:25,868 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:35:28,739 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:28,739 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:35:28,749 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:28,749 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:53,948 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:35:58,279 basehttp 46209 6207025152 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 01:35:58,291 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:35:58,291 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:35:58,347 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:36:01,633 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:01,633 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:36:01,650 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:01,650 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:36:03,807 basehttp 46209 6207025152 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-09-01 01:36:03,828 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:03,829 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:36:03,883 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 01:36:07,593 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:07,593 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 01:36:07,603 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 01:36:07,603 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 01:36:23,918 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:36:23,932 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:36:53,939 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:37:23,910 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:37:23,931 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:37:53,942 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:38:23,921 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:38:23,936 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:38:53,951 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:39:23,923 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:39:23,946 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:39:53,956 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:40:23,926 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:40:23,950 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:40:53,958 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:41:23,930 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:41:23,951 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:41:53,967 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:42:23,932 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:42:23,955 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:42:53,962 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:43:23,932 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:43:23,959 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:43:53,970 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:44:23,935 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:44:23,963 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:44:53,973 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:45:23,934 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:45:23,964 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:45:53,987 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:46:25,022 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 01:46:25,023 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 01:46:56,014 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:02:53,809 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:02:53,810 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:04:16,815 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:04:16,816 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:05:16,793 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:06:16,803 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:06:16,804 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:07:16,799 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:08:16,814 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:08:16,814 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:09:16,801 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:10:16,808 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:10:16,810 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:11:16,796 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:12:16,812 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:12:16,813 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:13:16,802 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:14:16,808 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:14:16,812 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:15:16,799 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:16:16,815 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:16:16,815 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:17:16,798 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:18:16,816 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:18:16,817 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:19:16,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:20:16,815 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:20:16,816 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:21:16,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:22:16,812 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:22:16,814 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:23:16,808 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:24:16,818 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:24:16,819 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:25:16,804 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:26:16,816 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:26:16,817 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:27:16,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:28:16,814 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:28:16,815 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:29:16,803 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:30:16,830 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:30:16,831 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:31:16,812 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:32:16,822 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:32:16,823 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:33:16,776 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:34:16,771 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:34:16,771 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:35:16,776 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:36:16,785 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:36:16,787 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:37:16,778 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:38:16,784 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:38:16,785 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:39:16,773 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:40:16,785 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:40:16,786 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:41:16,773 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:42:16,787 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:42:16,788 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:43:16,777 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:44:16,780 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:44:16,784 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:45:16,772 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:46:16,788 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 02:46:16,790 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 02:47:16,771 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:03:42,860 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:03:42,861 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:22:00,566 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:38:59,997 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:38:59,998 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:39:59,995 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:41:00,005 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:41:00,006 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:42:00,002 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:47:27,346 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:47:27,348 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:48:27,320 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 03:49:27,334 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 03:49:27,335 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:07:14,752 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:08:14,798 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:08:14,800 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:09:14,791 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:10:14,808 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:10:14,810 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:11:14,794 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:12:14,816 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:12:14,817 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:13:14,802 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:14:14,819 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:14:14,820 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:15:14,806 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:16:14,820 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:16:14,822 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:33:32,311 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:34:32,354 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:34:32,354 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:35:32,283 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:36:32,294 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:36:32,295 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:49:01,543 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:50:01,543 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:50:01,544 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:51:01,536 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:52:01,550 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:52:01,553 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:53:01,542 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:54:01,544 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:54:01,545 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:55:01,545 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:56:01,550 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:56:01,551 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:57:01,546 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:58:01,550 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 04:58:01,551 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 04:59:01,532 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:00:01,554 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:00:01,556 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:01:01,536 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:02:01,552 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:02:01,554 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:03:01,536 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:04:01,551 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:04:01,551 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:05:01,584 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:06:01,582 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:06:01,583 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:07:01,582 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:08:01,587 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:08:01,588 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:09:01,584 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:10:01,589 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:10:01,591 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:11:01,598 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:12:01,591 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:12:01,591 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:13:01,591 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:14:01,590 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:14:01,592 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:15:01,585 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:16:01,601 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:16:01,603 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:17:01,590 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:18:01,605 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:18:01,607 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:19:01,594 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:20:01,490 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:20:01,491 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:21:01,499 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:22:01,485 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:22:01,488 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:23:01,492 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:24:01,489 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:24:01,490 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:25:01,493 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:26:01,493 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:26:01,493 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:27:01,473 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:28:01,483 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:28:01,483 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:29:01,467 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:30:01,487 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:30:01,488 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:31:01,480 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:32:01,490 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:32:01,491 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:33:01,475 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:34:01,485 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:34:01,487 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:35:01,467 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:36:01,488 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:36:01,489 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:37:01,467 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:38:01,486 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:38:01,488 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:39:01,475 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:40:01,480 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:40:01,482 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:41:01,473 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:42:01,485 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:42:01,486 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:43:01,473 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:44:01,484 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:44:01,485 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:45:01,469 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:46:01,480 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:46:01,481 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:47:01,473 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 05:48:01,478 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 05:48:01,480 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:04:03,968 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:20:53,311 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:20:53,313 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:37:36,763 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:38:36,774 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:38:36,775 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:39:36,752 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:40:36,752 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:40:36,753 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:41:36,748 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:42:36,752 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:42:36,755 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:43:36,744 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:44:36,766 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:44:36,767 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:45:36,754 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:46:36,760 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:46:36,761 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:47:36,750 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:48:36,763 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:48:36,765 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:49:36,747 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:50:36,747 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:50:36,750 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:51:36,743 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:52:36,757 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:52:36,758 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:53:36,616 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:54:36,623 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:54:36,624 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:55:36,615 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:56:36,617 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:56:36,617 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:57:36,608 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:58:36,626 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 06:58:36,627 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 06:59:36,601 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:00:36,615 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:00:36,616 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:01:36,603 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:02:36,618 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:02:36,619 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:03:36,611 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:04:36,608 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:04:36,608 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:05:36,604 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:06:36,610 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:06:36,611 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:07:36,601 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:08:36,582 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:08:36,585 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:09:36,577 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:10:36,588 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:10:36,589 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:11:36,571 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:12:36,587 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:12:36,589 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:13:36,576 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:14:36,597 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:14:36,599 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:15:36,567 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:16:36,583 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:16:36,584 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:17:36,569 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:18:36,578 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:18:36,580 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:19:36,563 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:20:36,576 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:20:36,577 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:21:36,567 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:22:36,560 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:22:36,561 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:23:36,474 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:24:36,477 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:24:36,479 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:25:36,483 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:26:36,468 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:26:36,469 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:27:36,464 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:28:36,464 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:28:36,465 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:29:36,458 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:30:36,469 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:30:36,470 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:31:36,466 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:32:36,472 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:32:36,473 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:33:36,447 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:34:36,459 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:34:36,461 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:35:36,441 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:36:36,452 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:36:36,453 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:37:36,448 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 07:49:37,876 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 07:49:37,877 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:07:20,324 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:16:30,040 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:16:30,041 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:32:33,087 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:49:16,513 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:49:16,515 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:50:16,497 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:51:16,506 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:51:16,507 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:52:16,500 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:53:16,504 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:53:16,506 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:54:16,491 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:55:16,500 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:55:16,502 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:56:16,489 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:57:16,504 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:57:16,505 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:58:16,491 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 08:59:16,510 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 08:59:16,511 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:00:16,481 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:01:16,487 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:01:16,489 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:02:16,488 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:03:16,482 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:03:16,483 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:04:16,492 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:05:16,531 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:05:16,532 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:06:16,504 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:07:16,511 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:07:16,513 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:08:16,514 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:09:16,524 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:09:16,525 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:10:16,514 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:11:16,516 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:11:16,519 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:12:16,506 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:13:16,509 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:13:16,511 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:14:16,509 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:15:16,514 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:15:16,517 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:16:16,514 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:17:16,521 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:17:16,522 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:18:16,504 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:19:16,517 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:19:16,518 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:20:16,507 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:21:16,509 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:21:16,510 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:22:16,512 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:23:16,504 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:23:16,506 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:24:16,505 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:25:16,512 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:25:16,515 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:26:16,501 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:27:16,514 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:27:16,515 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:28:16,505 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:29:16,509 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:29:16,513 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:30:16,499 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:31:16,508 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:31:16,510 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:32:16,496 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:33:16,511 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:33:16,512 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:34:16,498 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:35:16,482 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:35:16,485 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:36:16,460 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:37:16,463 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:37:16,463 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:38:16,458 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:39:45,115 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 09:39:45,118 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 09:41:07,313 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:07:52,243 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:07:52,253 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:34:51,698 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:35:51,694 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:35:51,696 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:36:51,687 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:37:51,697 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:37:51,701 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:38:51,697 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:39:51,707 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:39:51,709 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:40:51,690 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:41:51,701 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:41:51,703 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:42:51,693 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:43:51,700 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:43:51,702 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:44:51,694 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:45:51,705 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:45:51,706 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:46:51,700 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:47:51,708 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:47:51,709 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:48:29,286 basehttp 46209 6190198784 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 INFO 2025-09-01 10:48:29,299 basehttp 46209 6207025152 "GET /static/css/custom.css HTTP/1.1" 304 0 WARNING 2025-09-01 10:48:29,305 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:29,305 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:29,392 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 10:48:38,062 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:38,068 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:38,067 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 10:48:38,081 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:38,081 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:39,473 basehttp 46209 6207025152 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-09-01 10:48:39,494 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:48:39,494 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:48:39,588 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:48:52,795 basehttp 46209 6207025152 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 INFO 2025-09-01 10:49:00,370 basehttp 46209 6207025152 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 WARNING 2025-09-01 10:49:15,117 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 10:49:15,118 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 10:49:15,119 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:49:15,121 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:49:15,121 basehttp 46209 6223851520 - Broken pipe from ('127.0.0.1', 58725) WARNING 2025-09-01 10:49:15,125 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 10:49:15,125 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 10:49:45,097 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:50:15,097 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:50:15,100 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:50:45,110 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:51:15,122 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:51:15,123 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:51:45,108 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:52:15,124 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:52:15,125 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:52:45,114 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:53:15,130 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:53:15,132 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:53:45,127 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:54:15,130 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:54:15,133 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:54:45,134 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:55:15,121 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:55:15,127 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:55:45,138 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:56:15,133 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:56:15,137 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:56:45,142 basehttp 46209 6207025152 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:57:15,129 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:57:15,138 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:58:07,185 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:58:37,190 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:58:38,178 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:59:08,181 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 10:59:37,186 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 10:59:38,184 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:00:08,183 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:00:37,194 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:00:38,193 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:01:08,196 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:01:37,196 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:01:38,190 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:02:08,203 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:02:37,201 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:02:38,207 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:03:08,214 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:03:37,205 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:03:38,218 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:03:50,731 basehttp 46209 6190198784 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 WARNING 2025-09-01 11:03:50,750 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:03:50,750 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:03:50,810 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:04:50,819 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:05:50,822 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:06:22,823 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:22,824 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:22,825 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:06:22,834 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:06:22,841 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:22,841 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:24,495 basehttp 46209 6190198784 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-09-01 11:06:24,512 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:24,512 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:24,559 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:06:35,452 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:35,452 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:06:35,463 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:35,463 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:37,213 basehttp 46209 6190198784 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-09-01 11:06:37,230 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:37,230 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:06:37,296 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:06:42,776 basehttp 46209 6190198784 "POST /en/quality/measurements/create/ HTTP/1.1" 200 72154 INFO 2025-09-01 11:06:58,467 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 11:06:58,468 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:58,468 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:06:58,479 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:06:58,480 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:00,638 basehttp 46209 6207025152 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 11:07:00,656 log 46209 6207025152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:00,657 basehttp 46209 6207025152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:00,719 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:07:46,657 log 46209 6223851520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:46,659 basehttp 46209 6223851520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:46,659 basehttp 46209 6207025152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:07:46,661 basehttp 46209 6190198784 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 11:07:46,669 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:46,670 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:48,496 basehttp 46209 6190198784 "GET /en/quality/incidents/ HTTP/1.1" 200 25140 WARNING 2025-09-01 11:07:48,514 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:48,514 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:07:48,570 basehttp 46209 6190198784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:07:50,293 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:50,294 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:07:50,302 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:50,305 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 11:07:52,230 log 46209 6190198784 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 178, in get_queryset return queryset.order_by('category', 'indicator_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'indicator_name' into field. Choices are: calculation_method, category, created_at, current_value, data_source, description, frequency, id, is_active, measurement_unit, measurements, name, regulatory_requirement, responsible_department, responsible_department_id, responsible_user, responsible_user_id, target_value, tenant, tenant_id, threshold_critical, threshold_warning, type, updated_at ERROR 2025-09-01 11:07:52,232 basehttp 46209 6190198784 "GET /en/quality/indicators/ HTTP/1.1" 500 103228 WARNING 2025-09-01 11:07:52,252 log 46209 6190198784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:07:52,252 basehttp 46209 6190198784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:13:31,841 autoreload 46209 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 11:13:32,314 autoreload 82370 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 11:13:57,018 log 82370 6167588864 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'measurement_frequency' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py", line 184, in get_context_data 'frequencies': QualityIndicator._meta.get_field('measurement_frequency').choices, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: QualityIndicator has no field named 'measurement_frequency' ERROR 2025-09-01 11:13:57,021 basehttp 82370 6167588864 "GET /en/quality/indicators/ HTTP/1.1" 500 94659 WARNING 2025-09-01 11:13:57,033 log 82370 6167588864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:13:57,034 basehttp 82370 6167588864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:14:37,852 autoreload 82370 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/views.py changed, reloading. INFO 2025-09-01 11:14:38,165 autoreload 82934 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 11:14:38,450 log 82934 6168506368 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'calculate_indicator' not found. 'calculate_indicator' is not a valid view function or pattern name. ERROR 2025-09-01 11:14:38,454 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 500 182322 WARNING 2025-09-01 11:14:38,469 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:14:38,469 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 11:16:27,075 log 82934 6168506368 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_calculate_indicators' not found. 'bulk_calculate_indicators' is not a valid view function or pattern name. ERROR 2025-09-01 11:16:27,080 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 500 184998 WARNING 2025-09-01 11:16:27,092 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:16:27,092 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 11:17:32,669 log 82934 6168506368 Internal Server Error: /en/quality/indicators/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'create_indicator' not found. 'create_indicator' is not a valid view function or pattern name. ERROR 2025-09-01 11:17:32,674 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 500 193525 WARNING 2025-09-01 11:17:32,686 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:17:32,686 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:17:48,936 basehttp 82934 6168506368 "GET /en/quality/indicators/ HTTP/1.1" 200 40969 WARNING 2025-09-01 11:17:48,949 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:17:48,949 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:17:48,990 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:18:04,529 basehttp 82934 6168506368 "GET /en/quality/indicators/?performance=critical HTTP/1.1" 200 40969 INFO 2025-09-01 11:18:14,072 basehttp 82934 6168506368 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-09-01 11:18:14,087 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:14,087 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:18:44,151 basehttp 82934 6168506368 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 11:18:45,576 basehttp 82934 6168506368 "GET /en/quality/projects/create/ HTTP/1.1" 200 52778 WARNING 2025-09-01 11:18:45,597 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:45,597 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:18:45,665 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:18:47,813 basehttp 82934 6168506368 "GET /en/quality/projects/ HTTP/1.1" 200 46287 WARNING 2025-09-01 11:18:47,832 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:47,832 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:18:47,902 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:18:56,703 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:56,703 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:18:56,713 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:18:56,713 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:02,345 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:02,345 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:02,355 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:02,356 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:11,582 basehttp 82934 6168506368 "GET /en/inventory/items/2/ HTTP/1.1" 200 40473 WARNING 2025-09-01 11:19:11,600 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:11,600 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:26,313 basehttp 82934 6168506368 "GET /en/inventory/stock/4/ HTTP/1.1" 200 33947 WARNING 2025-09-01 11:19:26,338 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:26,338 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:26,401 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:19:39,190 basehttp 82934 13572796416 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-01 11:19:39,194 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:39,194 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:39,206 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:39,207 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:40,327 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:40,327 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:19:58,910 basehttp 82934 6168506368 "GET /en/inventory/items/create/ HTTP/1.1" 200 48974 WARNING 2025-09-01 11:19:58,927 basehttp 82934 13572796416 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-01 11:19:58,927 basehttp 82934 13589622784 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-01 11:19:58,929 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:19:58,930 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:19:58,931 basehttp 82934 13572796416 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-09-01 11:19:58,990 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:20:17,633 basehttp 82934 6168506368 "GET /en/inventory/items/create/ HTTP/1.1" 200 48974 INFO 2025-09-01 11:20:17,648 basehttp 82934 13606449152 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-01 11:20:17,651 basehttp 82934 13623275520 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-01 11:20:17,652 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:20:17,653 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:20:17,654 basehttp 82934 13640101888 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-01 11:20:17,657 basehttp 82934 13640101888 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-01 11:20:17,660 basehttp 82934 13572796416 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-01 11:20:17,663 basehttp 82934 6168506368 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-01 11:20:17,665 basehttp 82934 6168506368 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 INFO 2025-09-01 11:20:17,667 basehttp 82934 13623275520 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 WARNING 2025-09-01 11:20:17,669 basehttp 82934 6168506368 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-01 11:20:17,671 basehttp 82934 13623275520 "GET /static/assets/plugins/jquery-file-upload/js/jquery.fileupload.js HTTP/1.1" 404 2098 INFO 2025-09-01 11:20:17,671 basehttp 82934 13589622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 11:20:17,672 basehttp 82934 13572796416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 11:20:17,674 basehttp 82934 13606449152 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 11:20:17,679 basehttp 82934 13640101888 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 11:20:17,864 basehttp 82934 13640101888 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 11:20:17,881 basehttp 82934 13640101888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 11:20:17,882 basehttp 82934 6168506368 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 11:20:17,882 basehttp 82934 13606449152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 11:20:17,883 basehttp 82934 13572796416 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 11:20:17,884 basehttp 82934 13589622784 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 11:20:17,886 basehttp 82934 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 11:20:17,887 basehttp 82934 6168506368 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 11:20:17,887 basehttp 82934 13606449152 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 11:20:17,888 basehttp 82934 13589622784 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 11:20:17,889 basehttp 82934 13589622784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 11:20:17,890 basehttp 82934 13623275520 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 11:20:17,891 basehttp 82934 13606449152 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 11:20:17,894 basehttp 82934 6168506368 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 11:20:17,894 basehttp 82934 13623275520 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 11:20:17,895 basehttp 82934 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 11:20:17,897 basehttp 82934 13606449152 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 11:20:17,900 basehttp 82934 6168506368 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 11:20:17,901 basehttp 82934 13640101888 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 11:20:17,902 basehttp 82934 13606449152 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 11:20:17,903 basehttp 82934 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:20:17,903 basehttp 82934 13623275520 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 11:20:17,903 basehttp 82934 13589622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 11:20:17,904 basehttp 82934 6168506368 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 11:20:17,904 basehttp 82934 13640101888 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-01 11:20:18,005 log 82934 13640101888 Not Found: /favicon.ico WARNING 2025-09-01 11:20:18,005 basehttp 82934 13640101888 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 11:21:17,900 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:22:17,911 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:22:26,697 basehttp 82934 13640101888 "GET /en/inventory/items/ HTTP/1.1" 200 73450 INFO 2025-09-01 11:22:26,707 basehttp 82934 13589622784 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-01 11:22:26,708 basehttp 82934 6168506368 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-01 11:22:26,711 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:22:26,711 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:22:57,827 basehttp 82934 13640101888 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-09-01 11:22:57,843 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:22:57,843 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:22:57,870 basehttp 82934 13640101888 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-01 11:22:57,899 basehttp 82934 13640101888 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-01 11:23:07,660 basehttp 82934 13640101888 "GET /en/inventory/items/ HTTP/1.1" 200 73450 WARNING 2025-09-01 11:23:07,676 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:07,677 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:07,741 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:23:10,125 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:10,125 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:23:10,134 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:10,136 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:10,139 basehttp 82934 6168506368 "GET /en/inventory/ HTTP/1.1" 200 50251 INFO 2025-09-01 11:23:11,267 basehttp 82934 6168506368 "GET /en/inventory/stock/ HTTP/1.1" 200 134465 INFO 2025-09-01 11:23:11,280 basehttp 82934 13640101888 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-01 11:23:11,280 basehttp 82934 13589622784 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-01 11:23:11,281 basehttp 82934 13606449152 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-01 11:23:11,282 basehttp 82934 13623275520 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-01 11:23:11,285 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:11,286 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:11,287 basehttp 82934 13623275520 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-01 11:23:11,287 basehttp 82934 13589622784 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-01 11:23:11,288 basehttp 82934 13640101888 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-09-01 11:23:11,353 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 11:23:21,588 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:21,588 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 11:23:21,613 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:21,613 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:24,031 basehttp 82934 13640101888 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 INFO 2025-09-01 11:23:24,047 basehttp 82934 13589622784 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-01 11:23:24,047 basehttp 82934 13623275520 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-09-01 11:23:24,051 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:24,051 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:24,112 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:23:55,796 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49893 WARNING 2025-09-01 11:23:55,812 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:23:55,812 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:23:55,854 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:24:55,867 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:25:55,864 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:26:55,877 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:27:55,878 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:28:54,856 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 49894 WARNING 2025-09-01 11:28:54,871 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:28:54,871 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:28:54,925 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:29:12,704 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68760 WARNING 2025-09-01 11:29:12,719 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:29:12,719 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:29:12,777 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:30:12,793 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:31:12,785 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:32:01,444 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68896 WARNING 2025-09-01 11:32:01,458 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:32:01,458 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:32:01,511 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:32:32,202 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68896 WARNING 2025-09-01 11:32:32,211 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:32:32,212 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:32:32,261 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:32:42,381 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:32:42,392 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:32:42,392 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:32:42,434 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:33:02,463 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:33:02,477 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:33:02,477 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:33:02,529 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:33:33,125 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68944 WARNING 2025-09-01 11:33:33,141 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:33:33,141 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:33:33,194 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:33:56,215 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:33:56,228 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:33:56,228 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:33:56,285 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:34:56,167 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:35:13,547 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69046 WARNING 2025-09-01 11:35:13,559 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:35:13,560 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:35:13,622 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:35:37,038 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:35:37,050 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:35:37,050 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:35:37,108 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:36:11,821 basehttp 82934 13640101888 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:36:11,831 log 82934 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:36:11,831 basehttp 82934 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:36:11,883 basehttp 82934 13640101888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:37:09,017 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:37:09,030 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:37:09,030 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:37:09,086 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:38:05,363 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68776 WARNING 2025-09-01 11:38:05,376 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:38:05,376 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:38:05,432 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:38:41,174 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68798 WARNING 2025-09-01 11:38:41,187 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:38:41,187 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:38:41,240 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:39:11,211 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68470 WARNING 2025-09-01 11:39:11,223 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:39:11,223 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:39:11,280 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:39:26,209 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68350 WARNING 2025-09-01 11:39:26,220 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:39:26,220 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:39:26,269 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:40:02,510 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68350 WARNING 2025-09-01 11:40:02,527 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:40:02,527 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:40:02,580 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:40:28,277 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68350 WARNING 2025-09-01 11:40:28,291 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:40:28,292 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:40:28,343 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:40:57,050 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68516 WARNING 2025-09-01 11:40:57,065 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:40:57,065 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:40:57,122 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:41:10,476 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69012 WARNING 2025-09-01 11:41:10,492 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:41:10,492 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:41:10,547 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:41:29,169 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68932 WARNING 2025-09-01 11:41:29,181 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:41:29,181 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:41:29,240 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:41:46,156 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69015 WARNING 2025-09-01 11:41:46,168 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:41:46,168 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:41:46,224 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:42:46,239 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:43:41,532 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 69201 WARNING 2025-09-01 11:43:41,546 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:43:41,546 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:43:41,600 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:44:11,394 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68145 WARNING 2025-09-01 11:44:11,410 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:44:11,410 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:44:11,467 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:45:11,471 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:45:49,586 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68143 WARNING 2025-09-01 11:45:49,599 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:45:49,600 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:45:49,654 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:46:23,946 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68279 WARNING 2025-09-01 11:46:23,957 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:46:23,957 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:46:24,007 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:46:44,906 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68215 WARNING 2025-09-01 11:46:44,919 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:46:44,920 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:46:44,977 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:47:44,981 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:48:45,007 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:49:44,990 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:50:44,986 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:51:44,992 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:52:44,991 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:52:53,539 basehttp 82934 6168506368 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68919 WARNING 2025-09-01 11:52:53,552 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:52:53,552 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:52:53,609 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:53:02,712 basehttp 82934 6168506368 "GET /en/admin/core/auditlogentry/ HTTP/1.1" 200 128040 INFO 2025-09-01 11:53:02,721 basehttp 82934 13572796416 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-01 11:53:02,722 basehttp 82934 13589622784 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-01 11:53:02,722 basehttp 82934 13606449152 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-01 11:53:02,723 basehttp 82934 6168506368 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-01 11:53:02,723 basehttp 82934 13623275520 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-01 11:53:02,724 basehttp 82934 13572796416 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-01 11:53:02,724 basehttp 82934 6168506368 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-01 11:53:02,725 basehttp 82934 13606449152 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-01 11:53:02,725 basehttp 82934 13623275520 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-01 11:53:02,727 basehttp 82934 13606449152 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-01 11:53:02,728 basehttp 82934 6168506368 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-01 11:53:02,728 basehttp 82934 13572796416 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-01 11:53:02,732 basehttp 82934 13589622784 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-01 11:53:02,732 basehttp 82934 13606449152 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-01 11:53:02,732 basehttp 82934 13623275520 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-01 11:53:02,734 basehttp 82934 13640101888 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:02,734 basehttp 82934 13623275520 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-01 11:53:02,735 basehttp 82934 13640101888 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-01 11:53:02,759 basehttp 82934 13640101888 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-01 11:53:02,759 basehttp 82934 13623275520 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-01 11:53:02,760 basehttp 82934 13589622784 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-01 11:53:02,760 basehttp 82934 13623275520 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-01 11:53:11,029 basehttp 82934 13623275520 "GET /en/admin/inventory/purchaseorderitem/ HTTP/1.1" 200 99627 INFO 2025-09-01 11:53:11,044 basehttp 82934 13623275520 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:23,616 basehttp 82934 13623275520 "GET /en/admin/inventory/purchaseorderitem/42/change/ HTTP/1.1" 200 87462 INFO 2025-09-01 11:53:23,628 basehttp 82934 13572796416 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-01 11:53:23,628 basehttp 82934 13640101888 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-01 11:53:23,629 basehttp 82934 13623275520 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-01 11:53:23,629 basehttp 82934 13606449152 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-01 11:53:23,630 basehttp 82934 13623275520 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-01 11:53:23,631 basehttp 82934 13623275520 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-01 11:53:23,632 basehttp 82934 13623275520 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-01 11:53:23,634 basehttp 82934 13589622784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:23,648 basehttp 82934 13589622784 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-01 11:53:28,927 basehttp 82934 13589622784 "POST /en/admin/inventory/purchaseorderitem/42/change/ HTTP/1.1" 302 0 INFO 2025-09-01 11:53:28,959 basehttp 82934 13589622784 "GET /en/admin/inventory/purchaseorderitem/ HTTP/1.1" 200 99873 INFO 2025-09-01 11:53:28,973 basehttp 82934 13589622784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 11:53:28,981 basehttp 82934 13589622784 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-01 11:53:54,060 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:54:29,194 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68943 WARNING 2025-09-01 11:54:29,208 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:54:29,208 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:54:29,266 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:54:55,627 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68207 WARNING 2025-09-01 11:54:55,641 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:54:55,641 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:54:55,696 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:55:53,612 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68351 WARNING 2025-09-01 11:55:53,627 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:55:53,627 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:55:53,680 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:56:35,706 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68351 WARNING 2025-09-01 11:56:35,718 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:56:35,719 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:56:35,775 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:57:35,786 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:57:47,296 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 59484 WARNING 2025-09-01 11:57:47,307 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:57:47,308 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:57:47,350 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:58:08,733 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68319 WARNING 2025-09-01 11:58:08,747 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:58:08,747 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:58:08,801 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:59:08,805 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 11:59:39,738 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68032 WARNING 2025-09-01 11:59:39,753 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 11:59:39,753 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 11:59:39,808 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:00:07,413 basehttp 82934 13589622784 "GET /en/inventory/orders/2/ HTTP/1.1" 200 68319 WARNING 2025-09-01 12:00:07,427 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:00:07,427 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:00:07,501 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:00:22,325 basehttp 82934 13589622784 "GET /en/inventory/orders/ HTTP/1.1" 200 71954 WARNING 2025-09-01 12:00:22,341 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:00:22,341 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:00:22,398 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:00:49,548 basehttp 82934 13589622784 "GET /en/inventory/ HTTP/1.1" 200 50251 WARNING 2025-09-01 12:00:49,566 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:00:49,566 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:00:49,621 basehttp 82934 13589622784 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-01 12:01:19,634 basehttp 82934 13589622784 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-01 12:01:41,207 basehttp 82934 13589622784 "GET /en/system-configuration/ HTTP/1.1" 200 59904 WARNING 2025-09-01 12:01:41,227 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:41,227 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:43,161 basehttp 82934 13589622784 "GET / HTTP/1.1" 302 0 INFO 2025-09-01 12:01:43,185 basehttp 82934 6168506368 "GET /en/ HTTP/1.1" 200 47431 WARNING 2025-09-01 12:01:43,202 log 82934 6168506368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:43,202 basehttp 82934 6168506368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:43,284 basehttp 82934 6168506368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:01:43,288 basehttp 82934 13606449152 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 12:01:43,290 basehttp 82934 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:01:43,290 basehttp 82934 13572796416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 12:01:46,688 basehttp 82934 13572796416 "GET /en/ HTTP/1.1" 200 47431 WARNING 2025-09-01 12:01:46,703 log 82934 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:46,703 basehttp 82934 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:46,801 basehttp 82934 6168506368 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 12:01:46,802 basehttp 82934 13606449152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:01:46,803 basehttp 82934 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:01:46,806 basehttp 82934 13589622784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 12:01:49,905 basehttp 82934 13589622784 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47078 WARNING 2025-09-01 12:01:49,928 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:01:49,928 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:01:49,978 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:02:49,990 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:03:49,996 basehttp 82934 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:03:51,083 log 82934 13589622784 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(4,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-09-01 12:03:51,084 basehttp 82934 13589622784 "GET /en/laboratory/tests/ HTTP/1.1" 500 242419 WARNING 2025-09-01 12:03:51,101 log 82934 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:03:51,101 basehttp 82934 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:05:02,835 autoreload 82934 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-01 12:05:03,283 autoreload 5513 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 12:05:04,430 log 5513 6204747776 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with no arguments not found. 1 pattern(s) tried: ['en/laboratory/tests/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 12:05:04,431 basehttp 5513 6204747776 "GET /en/laboratory/tests/ HTTP/1.1" 500 200504 WARNING 2025-09-01 12:05:04,441 log 5513 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:05:04,442 basehttp 5513 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 12:05:05,705 log 5513 6204747776 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with no arguments not found. 1 pattern(s) tried: ['en/laboratory/tests/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 12:05:05,706 basehttp 5513 6204747776 "GET /en/laboratory/tests/ HTTP/1.1" 500 200504 WARNING 2025-09-01 12:05:05,719 log 5513 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:05:05,719 basehttp 5513 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:05:34,798 autoreload 5513 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/urls.py changed, reloading. INFO 2025-09-01 12:05:35,154 autoreload 5758 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 12:05:36,929 log 5758 12918534144 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_create' with arguments '(4,)' not found. 1 pattern(s) tried: ['en/laboratory/tests/create/\\Z'] ERROR 2025-09-01 12:05:36,930 basehttp 5758 12918534144 "GET /en/laboratory/tests/ HTTP/1.1" 500 242556 WARNING 2025-09-01 12:05:36,947 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:05:36,948 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-01 12:06:13,712 log 5758 12918534144 Internal Server Error: /en/laboratory/tests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_confirm_delete' not found. 'lab_test_confirm_delete' is not a valid view function or pattern name. ERROR 2025-09-01 12:06:13,713 basehttp 5758 12918534144 "GET /en/laboratory/tests/ HTTP/1.1" 500 241479 WARNING 2025-09-01 12:06:13,726 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:06:13,726 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:06:29,545 basehttp 5758 12918534144 "GET /en/laboratory/tests/ HTTP/1.1" 200 81433 WARNING 2025-09-01 12:06:29,561 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:06:29,561 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:06:29,625 basehttp 5758 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:06:40,406 log 5758 12918534144 Internal Server Error: /en/laboratory/tests/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 165, in get_context_data context['recent_orders'] = LabOrder.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test' into field. Choices are: clinical_indication, clinical_notes, collection_datetime, collection_location, created_at, diagnosis_code, encounter, encounter_id, fasting_status, id, order_datetime, order_id, order_number, ordering_provider, ordering_provider_id, patient, patient_id, priority, results, special_instructions, specimens, status, tenant, tenant_id, tests, updated_at ERROR 2025-09-01 12:06:40,408 basehttp 5758 12918534144 "GET /en/laboratory/tests/4/ HTTP/1.1" 500 138516 WARNING 2025-09-01 12:06:40,425 log 5758 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:06:40,425 basehttp 5758 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:07:34,707 autoreload 5758 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-01 12:07:35,016 autoreload 6630 8466948288 Watching for file changes with StatReloader ERROR 2025-09-01 12:07:35,299 log 6630 6203076608 Internal Server Error: /en/laboratory/tests/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 174, in get_context_data ).order_by('-test_date')[:5] ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'test_date' into field. Choices are: acceptable_range_high, acceptable_range_low, analyzer, comments, control_level, control_lot, control_material, corrective_action, created_at, id, observed_value, performed_by, performed_by_id, qc_id, result, result_id, reviewed_by, reviewed_by_id, run_datetime, status, target_value, tenant, tenant_id, test, test_id, updated_at ERROR 2025-09-01 12:07:35,301 basehttp 6630 6203076608 "GET /en/laboratory/tests/4/ HTTP/1.1" 500 106254 WARNING 2025-09-01 12:07:35,314 log 6630 6203076608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:07:35,314 basehttp 6630 6203076608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:07,465 autoreload 6630 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-01 12:08:07,807 autoreload 6865 8466948288 Watching for file changes with StatReloader INFO 2025-09-01 12:08:08,888 basehttp 6865 6164328448 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:08:08,901 log 6865 6164328448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:08,901 basehttp 6865 6164328448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:08,963 basehttp 6865 6164328448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:08:23,543 autoreload 6865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py changed, reloading. INFO 2025-09-01 12:08:23,918 autoreload 7027 8466948288 Watching for file changes with StatReloader WARNING 2025-09-01 12:08:24,894 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:24,894 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:08:24,902 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:24,902 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:27,027 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:08:27,043 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:27,043 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:08:27,089 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:08:36,675 log 7027 6156120064 Internal Server Error: /en/laboratory/orders/859/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 12:08:36,677 basehttp 7027 6156120064 "GET /en/laboratory/orders/859/ HTTP/1.1" 500 182265 WARNING 2025-09-01 12:08:36,691 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:36,691 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:08:55,582 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:55,582 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:08:55,610 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:08:55,610 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:05,912 basehttp 7027 6156120064 "GET /en/laboratory/orders/?test=4 HTTP/1.1" 200 96049 WARNING 2025-09-01 12:09:05,928 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:05,928 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:05,988 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 12:09:14,664 log 7027 6156120064 Internal Server Error: /en/laboratory/orders/874/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 108, in get_form_class return model_forms.modelform_factory(model, fields=self.fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for LabOrder ERROR 2025-09-01 12:09:14,666 basehttp 7027 6156120064 "GET /en/laboratory/orders/874/update/ HTTP/1.1" 500 116282 WARNING 2025-09-01 12:09:14,682 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:14,682 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:17,391 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:17,391 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:17,407 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:17,407 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:19,638 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:19,638 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:19,651 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:19,651 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:21,761 basehttp 7027 6156120064 "GET /en/laboratory/quality-control/60/ HTTP/1.1" 200 28215 WARNING 2025-09-01 12:09:21,781 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:21,781 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:09:21,831 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:09:31,740 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 12:09:31,740 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:09:31,741 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:09:31,747 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:09:31,747 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:10:31,743 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:11:31,744 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:12:31,746 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:13:27,103 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:13:27,116 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:13:27,116 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:13:27,164 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:14:27,176 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:15:27,180 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:16:27,193 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:17:27,180 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:18:27,185 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:18:27,194 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:18:27,205 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:18:27,205 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:18:27,246 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:19:27,259 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:20:27,962 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:21:28,970 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:22:29,964 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:23:27,971 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:23:27,985 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:23:27,985 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:23:28,045 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:24:28,961 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:25:29,956 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:26:30,953 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:27:31,954 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:28:28,966 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:28:28,978 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:28:28,978 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:28:29,070 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:29:29,955 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:30:30,968 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:31:31,953 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:32:31,964 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:33:29,087 basehttp 7027 6172946432 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 12:33:29,101 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:33:29,101 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:33:29,187 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:34:29,198 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:35:29,193 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:36:18,208 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:18,208 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:36:22,864 basehttp 7027 6172946432 "GET /en/quality HTTP/1.1" 301 0 INFO 2025-09-01 12:36:22,885 basehttp 7027 6156120064 "GET /en/quality/ HTTP/1.1" 200 38043 WARNING 2025-09-01 12:36:22,897 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:22,898 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:36:22,962 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:36:22,964 basehttp 7027 6172946432 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 INFO 2025-09-01 12:36:24,526 basehttp 7027 6172946432 "GET /en/quality/incidents/create/ HTTP/1.1" 200 40001 WARNING 2025-09-01 12:36:24,546 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:24,546 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:36:24,604 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:36:29,753 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:29,753 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:36:29,765 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:29,765 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:36:30,154 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:30,154 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:36:30,165 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:36:30,165 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:13,530 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:13,531 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:13,537 basehttp 7027 6156120064 "GET /en/quality/htmx/stats/ HTTP/1.1" 200 3628 WARNING 2025-09-01 12:37:13,542 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:13,542 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:14,235 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:14,235 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:14,248 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:14,248 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:18,350 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:18,350 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:18,357 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:18,357 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:19,448 basehttp 7027 6172946432 "GET /en/quality/indicators/create/ HTTP/1.1" 200 37399 WARNING 2025-09-01 12:37:19,463 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:19,463 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:19,502 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:20,894 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:20,894 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:20,909 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:20,909 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:22,395 basehttp 7027 6172946432 "GET /en/quality/measurements/create/ HTTP/1.1" 200 71159 WARNING 2025-09-01 12:37:22,415 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:22,415 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:22,472 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:23,729 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:23,729 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:23,731 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:23,737 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:23,737 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:24,658 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:24,658 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:24,660 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:37:24,689 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:24,690 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:26,369 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:26,369 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:37:27,165 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:37:27,166 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:37:57,233 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 12:38:27,252 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:38:27,254 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:38:27,255 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 12:38:56,530 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 12:38:56,530 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:38:56,531 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:38:56,565 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:38:56,565 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:39:54,552 basehttp 7027 6156120064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47610 WARNING 2025-09-01 12:39:54,562 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:39:54,562 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:39:54,613 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:40:54,618 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:41:44,566 basehttp 7027 6156120064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47185 WARNING 2025-09-01 12:41:44,581 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:41:44,582 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:41:44,637 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:41:55,868 basehttp 7027 6156120064 "GET /en/laboratory/tests/create/ HTTP/1.1" 200 47001 WARNING 2025-09-01 12:41:55,879 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:41:55,879 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:41:55,919 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:42:55,933 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:43:55,935 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:44:50,282 log 7027 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:50,285 basehttp 7027 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:44:50,286 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:44:50,286 basehttp 7027 13455405056 - Broken pipe from ('127.0.0.1', 54805) INFO 2025-09-01 12:44:50,288 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 12:44:50,288 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 12:44:50,335 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:50,335 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:44:52,556 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:52,557 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:44:52,569 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:52,569 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 12:44:53,102 log 7027 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:53,102 basehttp 7027 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:44:53,105 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 12:44:53,133 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:44:53,133 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:45:53,096 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:46:53,095 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:46:59,263 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81318 WARNING 2025-09-01 12:46:59,279 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:46:59,279 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:46:59,335 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:47:34,629 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81328 WARNING 2025-09-01 12:47:34,645 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:47:34,645 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:47:34,703 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:48:19,573 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81321 WARNING 2025-09-01 12:48:19,585 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:48:19,585 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:48:19,636 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:49:19,650 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:49:35,186 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81452 WARNING 2025-09-01 12:49:35,199 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:49:35,200 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:49:35,250 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:49:54,415 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81464 WARNING 2025-09-01 12:49:54,426 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:49:54,427 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:49:54,475 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:50:16,677 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81464 WARNING 2025-09-01 12:50:16,694 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:50:16,694 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:50:16,751 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:51:11,048 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81447 WARNING 2025-09-01 12:51:11,060 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:51:11,060 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:51:11,110 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:51:57,429 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81721 WARNING 2025-09-01 12:51:57,444 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:51:57,444 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:51:57,501 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:52:17,774 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81721 WARNING 2025-09-01 12:52:17,790 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:52:17,791 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:52:17,847 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:52:42,789 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81833 WARNING 2025-09-01 12:52:42,804 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:52:42,804 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:52:42,862 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:52:56,206 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 81833 WARNING 2025-09-01 12:52:56,219 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:52:56,219 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:52:56,274 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:53:09,472 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 84315 WARNING 2025-09-01 12:53:09,483 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:53:09,483 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:53:09,528 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:54:09,527 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:54:42,937 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 84484 WARNING 2025-09-01 12:54:42,954 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:54:42,954 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:54:43,013 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:55:00,419 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 84464 WARNING 2025-09-01 12:55:00,434 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:55:00,434 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:55:00,494 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:56:00,499 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:57:00,501 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:57:46,717 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 85913 WARNING 2025-09-01 12:57:46,731 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:57:46,732 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:57:46,790 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:58:46,802 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 12:59:20,723 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 86441 WARNING 2025-09-01 12:59:20,737 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 12:59:20,737 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 12:59:20,798 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:00:02,861 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 86441 WARNING 2025-09-01 13:00:02,877 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:02,877 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:00:02,935 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:00:11,603 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 13:00:11,619 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:11,619 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:00:11,676 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:00:14,531 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:14,531 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:00:14,541 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:00:14,542 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:01:02,949 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:02:02,603 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 86616 WARNING 2025-09-01 13:02:02,619 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:02:02,620 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:02:02,676 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:02:41,980 basehttp 7027 6156120064 "GET /en/laboratory/tests/ HTTP/1.1" 200 89448 WARNING 2025-09-01 13:02:41,996 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:02:41,996 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:02:42,053 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:03:42,066 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:04:14,800 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 57898 WARNING 2025-09-01 13:04:14,817 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:04:14,817 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:04:14,866 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:05:14,881 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:06:05,285 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58095 WARNING 2025-09-01 13:06:05,297 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:06:05,297 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:06:05,351 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:07:05,353 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:08:00,800 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58361 WARNING 2025-09-01 13:08:00,815 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:08:00,816 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:08:00,873 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:09:00,872 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:09:47,855 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58499 WARNING 2025-09-01 13:09:47,870 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:09:47,870 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:09:47,927 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:10:36,131 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58499 WARNING 2025-09-01 13:10:36,143 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:10:36,143 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:10:36,192 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:11:36,205 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:12:36,203 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:13:00,869 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 54211 WARNING 2025-09-01 13:13:00,886 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:13:00,886 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:13:00,942 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:13:14,520 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 52609 WARNING 2025-09-01 13:13:14,533 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:13:14,533 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:13:14,589 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:13:25,843 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58541 WARNING 2025-09-01 13:13:25,858 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:13:25,859 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:13:25,917 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:14:25,920 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:15:25,923 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:15:42,540 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58565 WARNING 2025-09-01 13:15:42,556 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:15:42,556 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:15:42,610 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:16:08,417 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58571 WARNING 2025-09-01 13:16:08,433 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:08,433 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:16:08,486 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:16:15,581 basehttp 7027 6156120064 "GET /en/laboratory/reference-ranges/12/ HTTP/1.1" 200 26311 WARNING 2025-09-01 13:16:15,597 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:15,597 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:16:15,651 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:16:28,414 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:28,414 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:16:28,421 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:16:28,421 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:17:03,360 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 97275 INFO 2025-09-01 13:17:03,376 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:17:08,894 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:17:09,278 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/12/change/ HTTP/1.1" 200 85306 INFO 2025-09-01 13:17:09,294 basehttp 7027 6172946432 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-01 13:17:09,297 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:17:28,649 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 97275 INFO 2025-09-01 13:18:09,897 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:18:32,622 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/27/change/ HTTP/1.1" 200 85374 INFO 2025-09-01 13:18:32,636 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:18:36,643 basehttp 7027 6156120064 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 97275 INFO 2025-09-01 13:18:44,405 basehttp 7027 6156120064 "GET /en/admin/inventory/purchaseorderitem/ HTTP/1.1" 200 99627 INFO 2025-09-01 13:18:52,451 basehttp 7027 6156120064 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-09-01 13:18:52,467 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:18:57,809 basehttp 7027 6156120064 "GET /en/admin/laboratory/labtest/4/change/ HTTP/1.1" 200 106230 INFO 2025-09-01 13:18:57,822 basehttp 7027 6156120064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-01 13:19:10,903 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:19:30,297 basehttp 7027 6156120064 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-09-01 13:19:34,081 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58571 WARNING 2025-09-01 13:19:34,098 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:19:34,098 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:19:34,192 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:20:34,202 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:21:30,923 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58601 WARNING 2025-09-01 13:21:30,941 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:21:30,941 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:21:31,050 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:21:46,811 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58806 WARNING 2025-09-01 13:21:46,828 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:21:46,828 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:21:46,876 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:22:11,875 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:22:11,887 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:22:11,887 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:22:11,924 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:23:11,950 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:23:16,148 basehttp 7027 6156120064 "GET /en/laboratory/quality-control/60/ HTTP/1.1" 200 28215 WARNING 2025-09-01 13:23:16,165 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:16,165 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:16,218 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:23:21,757 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:21,757 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:23:21,781 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:21,781 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:26,755 basehttp 7027 6156120064 "GET /en/laboratory/reference-ranges/create/?test=4 HTTP/1.1" 200 38246 WARNING 2025-09-01 13:23:26,773 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:26,773 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:26,815 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:23:54,606 basehttp 7027 6156120064 "GET /en/laboratory/reference-ranges/create/?test=4 HTTP/1.1" 200 46349 WARNING 2025-09-01 13:23:54,622 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:23:54,622 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:23:54,675 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:24:12,268 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:24:12,269 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:24:12,269 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:24:12,270 basehttp 7027 6172946432 - Broken pipe from ('127.0.0.1', 64607) WARNING 2025-09-01 13:24:12,276 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:24:12,276 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:24:21,060 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/update/ HTTP/1.1" 200 47028 WARNING 2025-09-01 13:24:21,076 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:24:21,077 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:24:21,131 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:25:21,147 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:26:18,626 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/update/ HTTP/1.1" 200 46995 WARNING 2025-09-01 13:26:18,641 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:26:18,641 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:26:18,696 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:26:51,341 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:26:51,343 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:26:51,343 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:26:51,350 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:26:51,350 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:11,959 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:27:11,973 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:27:11,973 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:12,025 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:27:45,619 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58645 WARNING 2025-09-01 13:27:45,630 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:27:45,630 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:45,679 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:27:57,855 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:27:57,866 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:27:57,867 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:27:57,917 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:28:15,949 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58650 WARNING 2025-09-01 13:28:15,959 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:28:15,959 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:28:15,998 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:28:23,276 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:28:23,287 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:28:23,287 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:28:23,336 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:28:52,835 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58646 WARNING 2025-09-01 13:28:52,846 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:28:52,846 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:28:52,886 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:29:00,828 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58646 WARNING 2025-09-01 13:29:00,839 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:00,840 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:29:00,882 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:29:26,985 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58651 WARNING 2025-09-01 13:29:26,998 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:26,998 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:29:27,056 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:29:37,990 basehttp 7027 6156120064 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 WARNING 2025-09-01 13:29:38,002 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:38,002 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:29:38,050 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 13:29:47,238 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:47,239 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:29:51,427 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:51,427 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-01 13:29:52,598 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:29:52,598 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:30:22,633 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:30:52,631 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:30:52,633 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:30:52,634 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:31:22,627 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:31:52,641 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:31:52,642 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:31:52,643 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:32:16,597 basehttp 7027 6156120064 "GET /en/ HTTP/1.1" 200 47657 WARNING 2025-09-01 13:32:16,610 log 7027 6156120064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:32:16,611 basehttp 7027 6156120064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:32:16,712 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:32:16,713 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:32:16,717 basehttp 7027 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:32:16,719 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:32:35,120 basehttp 7027 6172946432 "GET /en/ HTTP/1.1" 200 47457 WARNING 2025-09-01 13:32:35,131 log 7027 6172946432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:32:35,131 basehttp 7027 6172946432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:32:35,210 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:32:35,210 basehttp 7027 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:32:35,212 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:32:35,213 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:33:05,185 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:33:26,540 basehttp 7027 13455405056 "GET /en/ HTTP/1.1" 200 47398 INFO 2025-09-01 13:33:26,551 basehttp 7027 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-01 13:33:26,555 basehttp 7027 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-01 13:33:26,561 log 7027 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:33:26,562 basehttp 7027 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:33:26,563 basehttp 7027 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-01 13:33:26,564 basehttp 7027 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-01 13:33:26,568 basehttp 7027 13472231424 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-01 13:33:26,569 basehttp 7027 6156120064 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 13:33:26,571 basehttp 7027 6172946432 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 13:33:26,578 basehttp 7027 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 13:33:26,588 basehttp 7027 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 13:33:26,908 basehttp 7027 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 13:33:26,927 basehttp 7027 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 13:33:26,928 basehttp 7027 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 13:33:26,929 basehttp 7027 6156120064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 13:33:26,930 basehttp 7027 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 13:33:26,931 basehttp 7027 6172946432 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 13:33:26,933 basehttp 7027 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 13:33:26,934 basehttp 7027 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 13:33:26,935 basehttp 7027 6156120064 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 13:33:26,937 basehttp 7027 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 13:33:26,938 basehttp 7027 6156120064 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 13:33:26,939 basehttp 7027 13438578688 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 13:33:26,941 basehttp 7027 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 13:33:26,942 basehttp 7027 6156120064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 13:33:26,943 basehttp 7027 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 13:33:26,945 basehttp 7027 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 13:33:26,946 basehttp 7027 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 13:33:26,947 basehttp 7027 6156120064 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 13:33:26,952 basehttp 7027 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 13:33:26,954 basehttp 7027 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 13:33:26,956 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:33:26,958 basehttp 7027 6156120064 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 13:33:26,959 basehttp 7027 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 13:33:26,960 basehttp 7027 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 13:33:26,961 basehttp 7027 13455405056 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:33:26,962 basehttp 7027 6172946432 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-01 13:33:26,963 basehttp 7027 13489057792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 13:33:27,044 log 7027 13489057792 Not Found: /favicon.ico WARNING 2025-09-01 13:33:27,045 basehttp 7027 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 13:33:49,578 basehttp 7027 13489057792 "GET /en/ HTTP/1.1" 200 47435 WARNING 2025-09-01 13:33:49,595 log 7027 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 13:33:49,595 basehttp 7027 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 13:33:49,686 basehttp 7027 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:33:49,696 basehttp 7027 13455405056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:33:49,697 basehttp 7027 13472231424 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 13:33:49,698 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:34:19,679 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:34:49,684 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:34:49,686 basehttp 7027 13472231424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:34:49,687 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:35:19,682 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:35:49,695 basehttp 7027 13472231424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:35:49,696 basehttp 7027 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:35:49,697 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:36:19,686 basehttp 7027 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:36:49,698 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:36:49,698 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:36:49,700 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:37:19,746 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:37:49,749 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:37:49,750 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:37:49,752 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:38:19,760 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:38:49,757 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:38:49,758 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:38:49,761 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:39:19,756 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:39:49,756 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:39:49,757 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:39:49,761 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:40:19,762 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:40:49,758 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:40:49,759 basehttp 7027 6172946432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:40:49,766 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:41:19,769 basehttp 7027 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:41:49,763 basehttp 7027 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:41:49,763 basehttp 7027 6156120064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:41:49,771 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:42:19,775 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:42:49,769 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:42:49,770 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:42:49,778 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:43:19,783 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:43:49,770 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:43:49,770 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:43:49,783 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:44:20,074 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:44:50,104 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:44:50,104 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:44:51,086 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:45:28,093 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:45:58,470 basehttp 7027 6156120064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:45:58,470 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:45:58,473 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:46:28,454 basehttp 7027 6172946432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 13:46:58,462 basehttp 7027 6172946432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 13:46:58,464 basehttp 7027 13438578688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1359 INFO 2025-09-01 13:46:58,465 basehttp 7027 6156120064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:26:05,891 autoreload 67961 8466948288 Watching for file changes with StatReloader INFO 2025-09-01 14:26:09,040 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 47480 INFO 2025-09-01 14:26:09,212 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:26:09,213 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 14:26:09,214 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:26:09,224 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:26:39,158 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:27:09,166 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:27:09,167 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:27:09,168 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:27:39,149 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:28:09,164 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:28:09,165 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:28:09,165 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:28:39,153 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:28:48,443 basehttp 67961 6168014848 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-09-01 14:28:48,517 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-01 14:28:48,574 log 67961 6151188480 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-01 14:28:48,577 basehttp 67961 6151188480 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124531 ERROR 2025-09-01 14:28:56,895 log 67961 6151188480 Internal Server Error: /en/laboratory/orders/874/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'lab_test_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/laboratory/tests/(?P[0-9]+)/\\Z'] ERROR 2025-09-01 14:28:56,897 basehttp 67961 6151188480 "GET /en/laboratory/orders/874/ HTTP/1.1" 500 182733 INFO 2025-09-01 14:29:09,166 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:29:09,169 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:29:09,171 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:29:39,156 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:30:09,171 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:30:09,174 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:30:09,175 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:30:39,159 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:31:09,158 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:31:09,159 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:31:09,161 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:31:37,443 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 47480 INFO 2025-09-01 14:31:37,512 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:31:37,513 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:31:37,514 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 14:31:37,514 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:32:07,493 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:32:37,521 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:32:37,523 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:32:37,524 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:33:07,504 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:33:37,499 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:33:37,501 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:33:37,502 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:34:06,472 basehttp 67961 6168014848 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 14:34:06,541 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:34:06,541 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 14:34:06,541 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 14:34:06,542 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:34:36,513 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:35:06,536 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:35:06,538 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:35:36,529 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:36:06,540 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:36:06,542 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:36:36,532 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:37:06,541 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:37:06,544 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:37:36,537 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:38:06,540 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:38:06,542 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:38:36,543 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:39:06,529 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:39:06,535 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:39:37,031 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:40:07,037 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:40:08,030 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:41:09,990 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:41:09,991 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:42:28,005 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:42:28,006 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:43:28,000 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:43:28,002 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:44:27,994 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:45:28,002 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:45:28,003 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:46:27,999 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:46:28,000 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:47:27,994 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:48:27,998 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:48:28,001 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:49:28,004 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:49:28,006 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:50:28,001 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:50:28,002 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:51:27,985 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:52:28,003 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:52:28,005 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:53:27,990 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:54:28,002 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:54:28,004 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:55:27,986 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:55:27,989 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:56:27,975 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:57:27,983 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:57:27,985 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:58:27,970 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 14:59:27,980 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 14:59:27,983 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:00:27,982 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:01:27,964 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:01:27,965 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:02:27,977 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:02:27,979 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:03:27,975 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:04:27,975 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:04:27,977 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:05:27,972 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:06:27,969 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:06:27,972 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:07:27,972 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:07:27,974 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:08:27,969 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:08:27,971 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:09:27,963 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:09:27,965 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:10:27,974 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:10:27,976 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:11:27,949 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:12:27,941 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:12:27,942 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:13:27,951 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:14:27,936 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:14:27,937 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:15:27,934 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:15:27,936 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:16:27,937 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:16:27,938 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:17:27,934 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:17:27,934 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:18:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:19:27,934 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:19:27,936 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:20:27,944 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:20:27,946 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:21:27,949 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:21:27,952 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:22:27,927 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:23:27,936 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:23:27,937 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:24:27,947 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:24:27,948 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:25:27,933 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:26:27,943 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:26:27,945 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:27:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:28:27,935 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:28:27,937 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:29:27,941 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:29:27,943 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:30:27,944 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:30:27,947 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:31:27,932 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:32:27,942 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:32:27,945 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:33:27,925 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:34:27,931 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:34:27,933 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:35:27,938 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:35:27,940 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:36:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:37:27,927 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:37:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:38:27,928 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:38:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:39:27,918 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:40:27,926 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:40:27,928 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:41:27,931 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:41:27,933 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:42:27,892 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:43:27,888 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:43:27,889 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:44:27,901 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:45:27,900 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:45:27,902 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:46:27,881 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:47:27,888 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:47:27,889 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:48:27,910 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:48:27,912 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:49:27,897 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:49:27,900 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:50:27,899 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:51:27,906 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:51:27,908 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:52:27,888 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:53:27,890 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:53:27,892 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:54:27,896 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:54:27,898 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:55:27,882 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:56:27,898 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:56:27,900 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:57:27,900 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:58:27,922 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 15:58:27,924 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 15:59:27,900 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:00:27,913 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:00:27,916 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:01:27,905 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:02:27,913 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:02:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:03:27,903 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:04:27,914 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:04:27,917 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:05:27,918 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:05:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:06:27,895 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:07:27,917 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:07:27,920 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:08:27,912 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:08:27,914 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:09:27,896 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:10:27,906 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:10:27,908 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:11:27,898 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:11:27,899 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:12:27,894 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:13:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:13:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:14:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:14:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:15:27,923 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:16:27,912 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:16:27,914 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:17:27,912 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:18:27,916 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:18:27,920 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:19:27,921 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:19:27,924 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:20:27,908 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:21:27,909 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:21:27,911 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:22:27,911 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:22:27,913 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:23:27,904 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:24:27,905 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:24:27,906 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:25:27,897 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:26:27,917 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:26:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:27:27,907 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:28:27,930 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:28:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:29:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:30:27,935 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:30:27,938 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:31:27,928 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:32:27,927 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:32:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:33:27,927 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:33:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:34:27,919 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:35:27,928 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:35:27,931 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:36:27,918 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:37:27,930 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:37:27,932 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:38:27,922 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:38:27,926 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:39:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:40:27,922 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:40:27,924 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:41:27,925 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:41:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:42:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:42:27,928 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:43:27,909 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:44:27,929 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:44:27,932 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:45:27,911 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:46:27,926 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:46:27,929 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:47:27,924 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:47:27,927 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:48:27,920 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:49:27,930 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:49:27,932 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:50:27,925 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:50:27,926 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:51:27,909 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:52:27,911 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:52:27,912 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:53:27,916 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:54:27,924 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:54:27,926 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:55:27,914 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:55:27,915 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:56:27,920 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:56:27,923 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:57:27,915 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:58:27,912 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 16:58:27,915 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 16:59:28,022 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:00:28,020 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:00:28,022 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:01:28,025 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:01:28,027 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:02:28,011 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:03:28,023 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:03:28,024 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:04:28,006 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:05:28,025 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:05:28,027 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:06:28,011 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:07:28,019 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:07:28,022 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:08:28,025 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:08:28,028 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:09:28,013 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:10:28,025 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:10:28,027 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:11:28,020 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:12:28,026 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:12:28,027 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:28,029 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:13:28,030 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:58,019 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:58,160 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 17:13:58,246 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:13:58,250 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:13:58,250 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:13:58,250 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 WARNING 2025-09-01 17:14:01,812 log 67961 6168014848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:01,812 basehttp 67961 6168014848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:06,774 basehttp 67961 6168014848 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 17:14:06,788 basehttp 67961 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-01 17:14:06,792 basehttp 67961 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-01 17:14:06,799 basehttp 67961 6168014848 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-01 17:14:06,800 basehttp 67961 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-01 17:14:06,802 log 67961 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:06,803 basehttp 67961 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:06,806 basehttp 67961 6341865472 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-01 17:14:06,808 basehttp 67961 6151188480 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 17:14:06,808 basehttp 67961 6134362112 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 17:14:06,812 basehttp 67961 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 17:14:06,819 basehttp 67961 6168014848 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 17:14:07,018 basehttp 67961 6168014848 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 17:14:07,035 basehttp 67961 6341865472 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 17:14:07,036 basehttp 67961 6151188480 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 17:14:07,037 basehttp 67961 6358691840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 17:14:07,038 basehttp 67961 6168014848 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 17:14:07,038 basehttp 67961 6134362112 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 17:14:07,039 basehttp 67961 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 17:14:07,041 basehttp 67961 6134362112 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 17:14:07,042 basehttp 67961 6358691840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 17:14:07,042 basehttp 67961 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 17:14:07,043 basehttp 67961 6134362112 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 17:14:07,043 basehttp 67961 6151188480 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 17:14:07,044 basehttp 67961 6168014848 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 17:14:07,044 basehttp 67961 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 17:14:07,045 basehttp 67961 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 17:14:07,045 basehttp 67961 6151188480 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 17:14:07,046 basehttp 67961 6134362112 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 17:14:07,047 basehttp 67961 6341865472 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 17:14:07,047 basehttp 67961 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 17:14:07,048 basehttp 67961 6134362112 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 17:14:07,048 basehttp 67961 6151188480 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 17:14:07,048 basehttp 67961 6168014848 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 17:14:07,049 basehttp 67961 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 17:14:07,049 basehttp 67961 6341865472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-01 17:14:07,111 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1326 INFO 2025-09-01 17:14:07,113 basehttp 67961 6168014848 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:07,114 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:07,116 basehttp 67961 6358691840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 17:14:07,150 log 67961 6358691840 Not Found: /favicon.ico WARNING 2025-09-01 17:14:07,151 basehttp 67961 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 17:14:28,406 basehttp 67961 6358691840 "GET /en/ HTTP/1.1" 200 47543 WARNING 2025-09-01 17:14:28,419 log 67961 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:28,420 basehttp 67961 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:28,529 basehttp 67961 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:28,534 basehttp 67961 6168014848 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:28,534 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:28,536 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:14:29,358 basehttp 67961 6341865472 "GET /en/ HTTP/1.1" 200 47543 WARNING 2025-09-01 17:14:29,372 log 67961 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:29,372 basehttp 67961 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:29,448 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:29,452 basehttp 67961 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:29,454 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:29,456 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:14:31,316 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 47543 INFO 2025-09-01 17:14:31,327 basehttp 67961 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-01 17:14:31,337 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-01 17:14:31,337 basehttp 67961 6168014848 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-01 17:14:31,338 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:31,340 basehttp 67961 6341865472 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-01 17:14:31,343 basehttp 67961 6168014848 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-01 17:14:31,346 basehttp 67961 6325039104 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-01 17:14:31,349 basehttp 67961 6134362112 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-01 17:14:31,350 basehttp 67961 6358691840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-01 17:14:31,351 basehttp 67961 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-01 17:14:31,360 basehttp 67961 6151188480 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-01 17:14:31,544 basehttp 67961 6151188480 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-01 17:14:31,561 basehttp 67961 6151188480 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-01 17:14:31,562 basehttp 67961 6358691840 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-01 17:14:31,563 basehttp 67961 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-01 17:14:31,563 basehttp 67961 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-01 17:14:31,564 basehttp 67961 6134362112 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-01 17:14:31,566 basehttp 67961 6358691840 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-01 17:14:31,568 basehttp 67961 6134362112 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-01 17:14:31,568 basehttp 67961 6341865472 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-01 17:14:31,576 basehttp 67961 6325039104 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-01 17:14:31,578 basehttp 67961 6168014848 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-01 17:14:31,578 basehttp 67961 6151188480 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-01 17:14:31,580 basehttp 67961 6168014848 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-01 17:14:31,580 basehttp 67961 6151188480 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-01 17:14:31,581 basehttp 67961 6168014848 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-01 17:14:31,582 basehttp 67961 6151188480 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-01 17:14:31,583 basehttp 67961 6168014848 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-01 17:14:31,583 basehttp 67961 6151188480 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-01 17:14:31,586 basehttp 67961 6151188480 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-01 17:14:31,587 basehttp 67961 6168014848 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-01 17:14:31,589 basehttp 67961 6168014848 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-01 17:14:31,589 basehttp 67961 6151188480 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-01 17:14:31,591 basehttp 67961 6168014848 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-01 17:14:31,591 basehttp 67961 6151188480 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-01 17:14:31,602 basehttp 67961 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 17:14:31,612 log 67961 6151188480 Not Found: /favicon.ico INFO 2025-09-01 17:14:31,613 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:31,613 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 WARNING 2025-09-01 17:14:31,614 basehttp 67961 6151188480 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-01 17:14:31,614 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:14:57,351 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 47479 WARNING 2025-09-01 17:14:57,365 log 67961 6134362112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:14:57,365 basehttp 67961 6134362112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:14:57,474 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:14:57,478 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:14:57,478 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:14:57,479 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:15:17,775 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 47494 WARNING 2025-09-01 17:15:17,789 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:15:17,790 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:15:17,875 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:15:17,879 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:15:17,880 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:15:17,882 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:15:47,866 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:05,133 basehttp 67961 6341865472 "GET /en/ HTTP/1.1" 200 48166 WARNING 2025-09-01 17:16:05,146 log 67961 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:16:05,146 basehttp 67961 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:16:05,221 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:16:05,222 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:05,224 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:16:05,225 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:16:18,014 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 48170 WARNING 2025-09-01 17:16:18,031 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:16:18,031 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:16:18,110 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:16:18,115 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:16:18,116 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:16:18,119 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:25,468 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 48170 WARNING 2025-09-01 17:16:25,480 log 67961 6134362112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:16:25,480 basehttp 67961 6134362112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:16:25,564 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:16:25,565 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:16:25,567 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:16:25,568 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:16:55,543 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:17:25,549 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:17:25,549 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:17:25,550 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:17:42,277 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 48570 WARNING 2025-09-01 17:17:42,290 log 67961 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:17:42,290 basehttp 67961 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:17:42,385 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:17:42,385 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:17:42,386 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:17:42,386 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:18:12,356 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:18:29,276 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 48625 WARNING 2025-09-01 17:18:29,292 log 67961 6134362112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:18:29,293 basehttp 67961 6134362112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:18:29,376 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:18:29,380 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:18:29,380 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:18:29,381 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:18:41,568 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 48629 WARNING 2025-09-01 17:18:41,581 log 67961 6151188480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:18:41,581 basehttp 67961 6151188480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:18:41,624 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:18:41,646 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:18:41,647 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:18:41,649 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:11,626 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:18,429 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 49199 WARNING 2025-09-01 17:19:18,444 log 67961 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:19:18,444 basehttp 67961 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:19:18,490 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:19:18,512 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:19:18,513 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:19:18,515 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:28,230 basehttp 67961 6341865472 "GET /en/ HTTP/1.1" 200 49203 WARNING 2025-09-01 17:19:28,243 log 67961 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-01 17:19:28,244 basehttp 67961 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-01 17:19:28,331 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:19:28,334 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:19:28,334 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:19:28,336 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:19:58,300 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:11,797 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49769 INFO 2025-09-01 17:20:11,868 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:20:11,869 basehttp 67961 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:20:11,871 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:20:11,872 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:20,478 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 49773 INFO 2025-09-01 17:20:20,526 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:20:20,532 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:20:20,534 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:20:20,535 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:29,358 basehttp 67961 6325039104 "GET /en/ HTTP/1.1" 200 49768 INFO 2025-09-01 17:20:29,411 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:20:29,413 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:20:29,414 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:20:29,414 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:20:59,391 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:21:19,009 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49773 INFO 2025-09-01 17:21:19,067 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:21:19,068 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:21:19,069 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:21:19,069 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:21:49,043 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:22:19,057 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:22:19,057 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:22:19,059 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:22:49,049 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:23:19,057 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:23:19,058 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:23:19,060 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:23:49,052 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:24:19,066 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:24:19,068 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:24:19,069 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:24:33,951 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49773 INFO 2025-09-01 17:24:34,011 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:24:34,013 basehttp 67961 6151188480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:24:34,015 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:24:34,015 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:25:04,003 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:25:34,025 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:25:34,026 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:25:34,028 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:26:04,007 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:26:34,018 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:26:34,019 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:26:34,020 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:27:04,002 basehttp 67961 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:27:34,020 basehttp 67961 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:27:34,021 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:27:34,022 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:27:36,943 basehttp 67961 6151188480 "GET /en/ HTTP/1.1" 200 49881 INFO 2025-09-01 17:27:37,001 basehttp 67961 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:27:37,001 basehttp 67961 6134362112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 17:27:37,001 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:27:37,004 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:28:06,989 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:28:37,011 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:28:37,012 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:28:37,013 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:29:06,995 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:29:37,014 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:29:37,014 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:29:37,015 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:30:06,992 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:30:37,081 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:30:37,083 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:30:37,084 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:31:07,071 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:31:37,084 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:31:37,084 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:31:37,087 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:32:07,076 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:32:37,078 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:32:37,078 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:32:37,080 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:33:07,082 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:33:37,091 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:33:37,092 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:33:37,095 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:34:07,091 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:34:37,085 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:34:37,085 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:34:37,089 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:35:07,097 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:35:37,099 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:35:37,100 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:35:37,102 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:36:07,103 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:36:37,101 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:36:37,101 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:36:37,105 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:37:07,111 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:37:37,102 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:37:37,104 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:37:37,107 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:38:08,101 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:38:37,110 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:38:37,110 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:38:38,101 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:39:09,088 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:39:38,123 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:39:38,123 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:39:40,103 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:40:28,105 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:41:28,126 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:41:28,129 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:41:28,131 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:42:28,107 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:43:28,129 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:43:28,131 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:43:28,132 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:44:28,104 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:45:28,067 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:45:28,069 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:45:28,070 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:46:28,066 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:46:28,067 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:46:28,068 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:47:28,063 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:47:28,065 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:47:28,067 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:48:28,066 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:48:28,066 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:48:28,067 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:49:28,044 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:50:28,069 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:50:28,070 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:50:28,071 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:51:28,075 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:51:28,075 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:51:28,077 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:52:28,049 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:53:28,071 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:53:28,073 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:53:28,074 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:54:28,056 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:54:28,058 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:55:28,301 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:55:28,302 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:55:28,306 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:56:28,078 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:56:28,079 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:56:28,080 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:57:28,053 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:58:28,076 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:58:28,077 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:58:28,078 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 17:59:28,078 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 17:59:28,078 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 17:59:28,080 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:00:28,060 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:01:28,038 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:01:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:01:28,040 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:02:28,030 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:02:28,031 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:03:28,024 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:03:28,026 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:04:28,038 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:04:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:04:28,040 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:05:28,017 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:06:28,029 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:06:28,029 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:06:28,032 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:07:28,039 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:07:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:07:28,041 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:08:28,023 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:09:28,036 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:09:28,038 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:09:28,038 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:10:28,034 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:10:28,034 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:10:28,037 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:11:28,029 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:11:28,031 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:11:28,031 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:12:28,012 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:13:28,037 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:13:28,039 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:13:28,039 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:14:28,020 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:15:28,028 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:15:28,032 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:15:28,034 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:16:28,081 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:16:28,082 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:16:28,084 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:17:28,079 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:17:28,079 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:17:28,081 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:18:28,059 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:19:28,083 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:19:28,083 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:19:28,086 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:20:28,080 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:20:28,081 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:20:28,083 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:21:28,057 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:22:28,071 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:22:28,071 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:22:28,073 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:23:28,083 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:23:28,084 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:23:28,086 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:24:28,077 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:24:28,080 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:25:28,068 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:25:28,070 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:26:28,093 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:26:28,094 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:26:28,095 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:27:28,067 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:28:28,089 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:28:28,091 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:28:28,091 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:29:28,064 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:30:28,090 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:30:28,091 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:30:28,092 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:31:28,089 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:31:28,089 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:31:28,092 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:32:28,067 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:33:28,089 basehttp 67961 6134362112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:33:28,090 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:33:28,092 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:34:28,089 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:34:28,090 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:34:28,092 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:35:28,066 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:36:28,095 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:36:28,097 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:36:28,099 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:36:58,081 basehttp 67961 6134362112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:36:59,903 basehttp 67961 6134362112 "GET /en/ HTTP/1.1" 200 49881 INFO 2025-09-01 18:36:59,984 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:36:59,988 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:36:59,989 basehttp 67961 6325039104 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-01 18:36:59,990 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:37:29,991 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:38:00,003 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:38:00,005 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:38:00,006 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:38:29,981 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:39:00,008 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:39:00,008 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:39:00,009 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:39:29,992 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:40:00,014 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:40:00,015 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:40:00,016 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:40:29,997 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:40:59,997 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:40:59,998 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:41:00,000 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:41:30,002 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:42:00,013 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:42:00,015 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:42:00,017 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:42:30,002 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:43:00,014 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:43:00,014 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:43:00,016 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:43:30,008 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:44:00,017 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:44:00,019 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:44:00,020 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:44:30,018 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:45:00,016 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:45:00,016 basehttp 67961 6151188480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:45:00,018 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:45:30,022 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:46:00,000 basehttp 67961 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:46:00,002 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:46:00,008 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:46:30,018 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:47:00,013 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:47:00,015 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:47:00,018 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:47:30,021 basehttp 67961 6168014848 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:48:00,008 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:48:00,009 basehttp 67961 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:48:00,017 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:48:30,024 basehttp 67961 6151188480 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:49:00,018 basehttp 67961 6168014848 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-01 18:49:00,018 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:49:00,026 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-01 18:49:30,033 basehttp 67961 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-01 18:49:42,156 log 67961 6325039104 Not Found: /en/\u062b\u0648\u0642 WARNING 2025-09-01 18:49:42,157 basehttp 67961 6325039104 "GET /en/%D8%AB%D9%88%D9%82 HTTP/1.1" 404 29871 INFO 2025-09-01 18:49:47,475 basehttp 67961 6325039104 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-01 18:49:47,514 basehttp 67961 6151188480 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-01 18:49:47,575 basehttp 67961 6151188480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:49:47,580 basehttp 67961 6168014848 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-01 18:50:06,132 basehttp 67961 6168014848 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 INFO 2025-09-01 18:50:06,167 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:50:11,810 basehttp 67961 6168014848 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-09-01 18:50:11,843 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-01 18:50:14,200 log 67961 6168014848 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-09-01 18:50:14,200 basehttp 67961 6168014848 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 INFO 2025-09-01 18:51:11,852 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:52:11,870 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:53:11,863 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:54:11,866 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:55:11,869 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:56:11,872 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:57:11,877 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:58:11,890 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 18:59:11,884 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:00:11,895 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:01:11,891 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:02:11,804 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:03:11,806 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:04:11,803 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:05:11,812 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:06:11,811 basehttp 67961 6168014848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:07:11,818 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:08:11,820 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:09:11,822 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:10:11,824 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:11:11,827 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:12:11,827 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:13:11,834 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:14:11,829 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:15:11,838 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:16:11,843 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:17:11,846 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:18:11,834 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:19:11,837 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:20:11,840 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:21:11,844 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:22:11,847 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:23:11,960 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:24:13,948 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:25:14,944 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:26:16,945 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:27:27,942 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:28:27,950 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:30:27,955 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:32:28,039 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:34:28,037 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:36:28,034 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:38:28,029 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:39:28,026 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:40:28,036 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:41:28,036 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:43:28,033 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:45:28,043 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:47:28,033 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:48:28,087 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:50:28,088 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:51:28,089 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:52:28,093 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:53:28,094 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:55:28,105 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:57:28,094 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 19:59:28,088 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 20:00:28,096 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 20:02:28,100 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:12:11,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:17:30,728 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:18:42,488 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:40:23,573 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:41:23,561 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:42:23,562 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 21:44:23,558 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:11:07,092 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:15:39,735 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:17:39,710 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:19:39,709 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:20:39,713 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:22:39,699 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:23:39,710 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:25:39,702 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:26:39,700 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:27:39,699 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:28:39,706 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:30:39,698 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:31:39,702 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:33:39,688 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:34:39,703 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:35:39,691 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:37:39,691 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:39:39,690 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:40:39,772 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:47:34,754 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:49:34,752 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:51:01,544 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:53:01,540 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 22:58:09,829 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:03:40,595 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:06:46,905 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:08:05,401 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:11:57,210 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:12:57,111 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:14:57,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:15:57,107 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:16:57,112 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:17:57,104 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:19:57,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:21:57,093 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:22:57,092 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:23:57,106 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:25:57,091 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:26:57,089 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:28:57,054 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:29:57,047 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:30:57,048 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:31:57,050 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:33:57,050 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:34:57,063 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:36:57,074 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:38:57,031 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:39:57,039 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:41:57,037 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:42:57,014 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:44:57,013 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:46:57,013 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:47:57,004 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:48:57,009 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:50:57,003 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:51:56,999 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:53:57,003 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:55:57,024 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:57:57,105 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-01 23:58:57,111 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:00:57,102 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:01:57,110 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:03:57,104 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:05:57,113 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:06:57,101 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:07:57,102 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:09:57,103 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:10:57,095 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:12:11,805 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:13:11,803 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:15:11,806 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:16:11,800 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:18:11,803 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:20:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:21:11,806 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:23:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:24:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:26:11,818 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:28:11,795 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:30:11,793 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:31:11,794 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:32:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:34:11,790 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:36:11,799 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:37:11,794 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:38:11,799 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:40:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:42:11,805 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:43:11,808 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:44:11,807 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:46:11,811 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:47:11,815 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:49:11,809 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:51:11,821 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:53:11,813 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:55:11,810 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:56:11,817 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:58:11,795 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 00:59:11,795 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:00:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:02:11,796 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:03:11,800 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:05:11,801 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:07:11,800 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:08:11,804 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:10:11,794 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:12:28,554 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:23:33,124 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:25:33,112 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:27:33,181 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:29:33,075 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:30:33,070 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:32:33,069 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:34:33,082 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:36:33,066 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:37:33,070 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:38:33,074 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:40:33,067 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:41:33,070 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:43:33,174 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:44:33,181 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:46:33,172 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:47:33,165 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:48:33,173 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 01:50:33,204 basehttp 67961 6134362112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:45:56,578 autoreload 81907 8466948288 Watching for file changes with StatReloader INFO 2025-09-02 13:46:03,129 basehttp 81907 6159511552 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 83628 INFO 2025-09-02 13:46:03,144 basehttp 81907 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-02 13:46:03,145 basehttp 81907 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-02 13:46:03,145 basehttp 81907 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-02 13:46:03,146 basehttp 81907 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-02 13:46:03,147 basehttp 81907 6159511552 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-02 13:46:03,147 basehttp 81907 6358691840 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-02 13:46:03,148 basehttp 81907 6325039104 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-02 13:46:03,149 basehttp 81907 6375518208 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-02 13:46:03,151 basehttp 81907 6159511552 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-02 13:46:03,152 basehttp 81907 6375518208 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-02 13:46:03,152 basehttp 81907 6325039104 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-02 13:46:03,153 basehttp 81907 6358691840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-02 13:46:03,154 basehttp 81907 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-02 13:46:03,155 basehttp 81907 6325039104 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-02 13:46:03,156 basehttp 81907 6375518208 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-02 13:46:03,157 basehttp 81907 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-02 13:46:03,158 basehttp 81907 6159511552 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-02 13:46:03,160 basehttp 81907 6341865472 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-02 13:46:03,161 basehttp 81907 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-02 13:46:03,171 basehttp 81907 6341865472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-02 13:46:03,172 basehttp 81907 6325039104 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-02 13:46:03,172 basehttp 81907 6159511552 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-02 13:46:03,172 basehttp 81907 6375518208 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 WARNING 2025-09-02 13:46:03,193 log 81907 6375518208 Not Found: /favicon.ico WARNING 2025-09-02 13:46:03,193 basehttp 81907 6375518208 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-02 13:46:05,218 basehttp 81907 6375518208 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-09-02 13:46:05,229 basehttp 81907 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-02 13:46:05,234 basehttp 81907 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-02 13:46:05,235 basehttp 81907 6325039104 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-02 13:46:05,238 basehttp 81907 6375518208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-02 13:46:05,244 basehttp 81907 6159511552 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-02 13:46:05,247 basehttp 81907 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-02 13:46:05,248 basehttp 81907 6392344576 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-02 13:46:05,248 basehttp 81907 6341865472 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-02 13:46:05,250 basehttp 81907 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-02 13:46:05,562 basehttp 81907 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-02 13:46:05,562 basehttp 81907 6358691840 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-02 13:46:05,563 basehttp 81907 6392344576 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-02 13:46:05,563 basehttp 81907 6159511552 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-02 13:46:05,563 basehttp 81907 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-02 13:46:05,566 basehttp 81907 6375518208 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-02 13:46:05,568 basehttp 81907 6159511552 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-02 13:46:05,568 basehttp 81907 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-02 13:46:05,568 basehttp 81907 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-02 13:46:05,569 basehttp 81907 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-02 13:46:05,569 basehttp 81907 6375518208 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-02 13:46:05,571 basehttp 81907 6159511552 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-02 13:46:05,572 basehttp 81907 6358691840 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-02 13:46:05,573 basehttp 81907 6392344576 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-02 13:46:05,574 basehttp 81907 6375518208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-02 13:46:05,575 basehttp 81907 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-02 13:46:05,575 basehttp 81907 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-02 13:46:05,576 basehttp 81907 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-02 13:46:05,577 basehttp 81907 6159511552 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-02 13:46:05,578 basehttp 81907 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-02 13:46:05,580 basehttp 81907 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-02 13:46:05,580 basehttp 81907 6358691840 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-02 13:46:05,581 basehttp 81907 6325039104 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-02 13:46:05,583 basehttp 81907 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:46:10,863 basehttp 81907 6392344576 "GET / HTTP/1.1" 302 0 INFO 2025-09-02 13:46:10,885 basehttp 81907 6358691840 "GET /en/ HTTP/1.1" 200 49857 INFO 2025-09-02 13:46:10,939 basehttp 81907 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:46:10,942 basehttp 81907 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:46:10,942 basehttp 81907 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-02 13:46:10,944 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:46:40,936 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:47:11,434 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:47:11,435 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:47:11,437 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:47:42,426 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:48:12,442 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:48:12,442 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:48:13,417 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:48:44,419 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:49:13,426 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:49:13,426 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:49:15,415 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:50:04,438 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:50:14,423 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:50:14,424 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:51:04,420 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:51:15,430 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:51:15,430 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:52:04,424 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:52:16,428 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:52:16,428 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:53:04,429 basehttp 81907 6375518208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:54:04,440 basehttp 81907 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:54:04,440 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:54:04,444 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:55:04,442 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:55:04,442 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:55:04,444 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:56:04,412 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:57:04,437 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:57:04,437 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:57:04,439 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:58:04,433 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 13:59:04,437 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 13:59:04,439 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 13:59:04,441 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:00:04,411 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:01:04,432 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:01:04,433 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:01:04,435 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:02:04,410 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:03:04,425 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:03:04,426 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:03:04,428 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:04:04,408 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:05:04,437 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:05:04,438 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:05:04,439 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:06:04,432 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:06:04,433 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:06:04,434 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:07:04,404 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:08:04,432 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:08:04,432 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:08:04,434 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:09:04,413 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:10:04,424 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:10:04,424 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:10:04,426 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:11:04,400 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:12:04,422 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:12:04,422 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:12:04,424 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:13:04,407 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:13:04,409 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:13:04,409 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:14:04,417 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:14:04,418 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:14:04,421 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:15:04,388 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:16:04,410 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:16:04,411 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:16:04,413 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:17:04,422 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:17:04,423 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:17:04,425 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:18:04,404 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:19:04,407 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:19:04,408 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:19:04,410 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:20:04,406 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:20:04,409 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:21:04,409 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:21:04,412 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:22:04,405 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:22:04,407 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:23:04,421 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:23:04,421 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:23:04,423 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:24:04,391 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:25:04,406 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:25:04,410 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:25:04,412 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:26:04,412 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:26:04,413 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:26:04,414 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:27:04,401 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:28:04,412 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:28:04,414 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:28:04,415 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:29:04,404 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:30:04,404 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:30:04,405 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:30:04,406 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:31:04,409 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:31:04,410 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:31:04,412 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:31:34,393 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:32:04,412 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:32:04,413 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:32:04,415 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:32:34,395 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:33:04,411 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:33:04,411 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:33:04,413 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:33:34,389 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:34:04,405 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:34:04,409 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:34:04,410 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:34:34,408 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:35:04,397 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:35:04,397 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:35:04,399 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:35:34,399 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:36:04,405 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:36:04,406 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:36:04,409 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:36:34,399 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:37:04,402 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:37:04,402 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:37:04,405 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:37:34,405 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:38:04,403 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:38:04,403 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:38:04,407 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:38:34,409 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:39:04,402 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:39:04,402 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:39:04,407 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:39:34,407 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:40:04,399 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:40:04,399 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:40:04,408 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:40:34,414 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:41:04,401 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:41:04,403 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:41:04,411 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:41:34,420 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:42:04,408 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:42:04,408 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:42:04,415 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:42:34,423 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:43:04,405 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:43:04,405 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:43:04,414 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:43:34,427 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:44:04,397 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:44:04,398 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:44:04,416 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:44:34,427 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:45:04,439 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:45:04,440 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:45:04,441 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:45:34,432 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:46:04,407 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:46:04,407 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:46:04,424 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:46:34,434 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:47:04,402 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:47:04,402 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:47:04,431 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:47:34,445 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:48:04,412 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:48:04,412 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:48:04,440 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:48:34,451 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:49:04,412 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:49:04,412 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:49:04,448 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:49:34,449 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:50:04,411 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:50:04,411 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:50:04,445 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:50:34,460 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:51:04,418 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:51:04,419 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:51:04,450 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:51:34,462 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:52:04,416 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:52:04,416 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:52:04,455 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:52:34,468 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:53:04,405 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:53:04,406 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:53:04,459 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:53:34,474 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:54:04,419 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:54:04,419 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:54:04,471 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:54:35,357 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:55:05,364 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:55:05,367 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:55:05,369 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:56:04,356 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:57:04,372 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:57:04,373 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:57:04,375 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:58:04,373 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 14:58:04,373 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 14:58:04,375 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 14:59:04,354 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:00:04,373 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:00:04,374 basehttp 81907 6159511552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:00:04,376 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:01:04,368 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:01:04,369 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:01:04,370 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:02:04,354 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:02:04,355 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:03:04,359 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:03:04,362 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:04:04,367 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:04:04,368 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:04:04,369 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:05:04,345 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:06:04,365 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:06:04,366 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:06:04,367 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:07:04,360 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:07:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:07:04,362 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:08:04,340 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:09:04,358 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:09:04,360 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:09:04,361 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:10:04,348 basehttp 81907 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:10:27,224 basehttp 81907 6341865472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:10:27,228 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:10:34,335 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:11:05,182 basehttp 81907 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:11:10,064 basehttp 81907 6325039104 "GET /en/patients/register/ HTTP/1.1" 200 27765 INFO 2025-09-02 15:11:10,140 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:12:07,368 basehttp 81907 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-02 15:12:07,369 basehttp 81907 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:12:07,371 basehttp 81907 6159511552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-02 15:12:09,809 basehttp 81907 6159511552 "GET /en/laboratory/orders/create/ HTTP/1.1" 200 36955 INFO 2025-09-02 15:12:09,847 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:13:09,851 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:14:09,860 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:15:09,863 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:16:09,867 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:17:09,866 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:18:09,869 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:19:09,869 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:20:09,866 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:21:09,875 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:22:09,877 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:23:09,880 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:24:09,885 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:25:09,887 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:26:10,315 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:27:12,312 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:29:04,313 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:31:04,327 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:33:04,298 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:34:04,304 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:35:04,303 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:36:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:37:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:38:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:39:04,354 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:40:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:41:04,354 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:42:04,360 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:43:04,362 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:44:04,363 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:45:04,366 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:46:04,366 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:47:05,333 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:48:07,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:50:04,338 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:52:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:53:04,345 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:55:04,345 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:56:04,341 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:58:04,336 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 15:59:04,342 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:01:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:02:04,341 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:04:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:05:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:07:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:08:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:10:04,331 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:11:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:13:04,329 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:14:04,333 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:16:04,327 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:17:04,329 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:19:04,323 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:20:04,330 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:21:44,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:22:45,322 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:23:47,321 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:25:04,318 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:26:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:27:04,324 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:29:04,315 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:30:04,319 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:31:04,318 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:33:04,315 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:34:04,314 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:35:04,317 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:36:04,316 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:38:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:40:04,326 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:41:04,328 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:43:04,327 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:44:04,326 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:45:04,330 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:46:04,331 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:48:04,326 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:49:04,322 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:50:04,325 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:52:04,359 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:53:04,358 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:54:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:55:04,360 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:57:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:58:04,369 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 16:59:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:01:04,357 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:02:04,361 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:03:04,354 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:05:04,357 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:06:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:07:04,340 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:08:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:10:04,331 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:11:04,333 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:13:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:14:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:16:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:17:04,334 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:19:04,336 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:20:04,332 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:21:17,426 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:22:17,425 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:23:17,429 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:24:17,433 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:25:17,436 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:26:17,427 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:27:17,436 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:28:17,442 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:29:17,442 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:30:17,443 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:31:17,445 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:32:18,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:33:20,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:35:04,355 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:37:04,355 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:39:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:40:04,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:42:04,352 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:43:04,353 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:45:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:46:04,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:47:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:49:04,347 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:50:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:52:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:53:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:54:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:55:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:57:04,347 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 17:58:04,351 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:00:04,352 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:01:04,350 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:03:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:04:05,355 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:05:07,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:07:04,349 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:08:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:09:04,347 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:11:04,348 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:13:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:14:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:16:04,340 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:18:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:20:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:22:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:23:04,344 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:25:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:27:04,341 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:28:04,346 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:29:04,343 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:31:04,339 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:33:04,340 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:34:04,356 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:35:04,371 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:37:04,337 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 18:39:04,362 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 19:36:37,711 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 19:59:37,047 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:01:37,032 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:02:37,032 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:03:37,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:07:07,399 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:11:03,300 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:12:33,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:14:28,031 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:20:35,181 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:22:55,413 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:30:41,648 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:33:54,630 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:35:59,047 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:36:59,038 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:38:58,958 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:39:58,955 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:41:58,957 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:42:58,958 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:44:58,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:46:58,952 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:48:58,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:49:58,952 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:51:58,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:52:58,942 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:54:58,939 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:56:58,935 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:57:58,939 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 20:59:58,931 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:00:58,935 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:02:58,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:04:58,926 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:05:58,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:06:58,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:08:58,941 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:09:58,941 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:11:58,937 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:12:58,938 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:14:58,938 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:15:58,940 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:17:59,037 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:18:59,030 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:19:59,035 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:21:59,025 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:22:59,035 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:24:59,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:25:59,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:27:59,036 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:29:59,039 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:31:59,033 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:32:58,944 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:33:58,964 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:38:50,318 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:51:25,717 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:52:25,723 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:53:25,724 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:55:25,722 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:56:25,751 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 21:58:25,717 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:00:25,713 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:02:25,712 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:04:25,712 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:05:25,713 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:07:25,803 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:09:25,799 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:10:25,804 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:12:25,792 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:13:25,807 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:14:25,805 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:16:25,805 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:17:25,858 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:19:25,809 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:21:25,816 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:22:25,830 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:23:25,844 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:24:25,850 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:26:25,841 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:27:25,843 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:29:25,842 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:30:25,842 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:32:25,845 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:33:25,843 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:34:25,846 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:36:25,847 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:37:25,812 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:39:25,755 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:40:25,768 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:42:25,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:43:25,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:45:25,763 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:46:25,767 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:48:25,765 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:49:25,765 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:51:25,760 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-02 22:52:52,092 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:52:52,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:52:52,122 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:52:52,125 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:53:52,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:53:52,087 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:53:52,107 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:53:52,109 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:55:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:55:52,096 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:55:52,116 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:55:52,118 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:56:52,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:56:52,097 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:56:52,117 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:56:52,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:58:52,094 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:58:52,101 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:58:52,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:58:52,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 22:59:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 22:59:52,095 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 22:59:52,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 22:59:52,117 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:01:52,079 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:01:52,087 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:01:52,104 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:01:52,109 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:02:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:02:52,095 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:02:52,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:02:52,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:04:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:04:52,091 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:04:52,111 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:04:52,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:05:52,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:05:52,094 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:05:52,117 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:05:52,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:07:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:07:52,092 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:07:52,114 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:07:52,115 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:08:52,084 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:08:52,094 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:08:52,118 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:08:52,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:10:52,078 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:10:52,087 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:10:52,106 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:10:52,108 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:11:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:11:52,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:11:52,110 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:11:52,112 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:13:52,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:13:52,091 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:13:52,112 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:13:52,114 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:15:52,077 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:15:52,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:15:52,109 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:15:52,111 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:16:52,080 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:16:52,089 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:16:52,109 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:16:52,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:18:52,081 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:18:52,090 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:18:52,112 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:18:52,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:19:52,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:19:52,091 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:19:52,111 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:19:52,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:21:52,077 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:21:52,086 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:21:52,108 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:21:52,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:23:51,971 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:23:51,981 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:23:51,996 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:23:51,998 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:24:51,969 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:24:51,977 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:24:51,997 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:24:51,999 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:25:51,972 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:25:51,981 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:25:52,001 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:25:52,003 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:27:51,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:27:51,979 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:27:52,002 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:27:52,004 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:28:51,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:28:51,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:28:51,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:28:51,996 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:29:51,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:29:51,978 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:29:52,000 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:29:52,001 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:31:51,963 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:31:51,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:31:51,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:31:51,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:33:51,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:33:51,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:33:51,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:33:52,001 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:34:51,959 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:34:51,968 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:34:51,987 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:34:51,989 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:35:51,959 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:35:51,967 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:35:51,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:35:51,992 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:37:51,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:37:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:37:51,971 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:37:51,972 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:38:51,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:38:51,969 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:38:51,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:38:51,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:40:51,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:40:51,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:40:51,982 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:40:51,984 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:41:51,949 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:41:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:41:51,974 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:41:51,975 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:42:51,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:42:51,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:42:51,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:42:51,986 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:44:51,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:44:51,961 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:44:51,984 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:44:51,986 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:46:51,946 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:46:51,955 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:46:51,974 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:46:51,976 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:47:51,948 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:47:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:47:51,976 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:47:51,978 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:48:51,947 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:48:51,956 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:48:51,977 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:48:51,979 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:50:51,943 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:50:51,952 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:50:51,974 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:50:51,976 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:51:51,943 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:51:51,947 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:51:51,965 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:51:51,967 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-02 23:55:36,247 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-02 23:55:36,259 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-02 23:55:36,274 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-02 23:55:36,276 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:00:31,504 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:00:31,517 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:00:31,534 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:00:31,535 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:03:32,527 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:03:32,536 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:03:32,556 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:03:32,557 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:05:32,483 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:05:32,492 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:05:32,514 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:05:32,515 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:06:32,490 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:06:32,499 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:06:32,518 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:06:32,520 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:07:32,492 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:07:32,500 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:07:32,520 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:07:32,521 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:09:32,483 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:09:32,493 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:09:32,514 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:09:32,516 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:10:32,411 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:10:32,421 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:10:32,442 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:10:32,444 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:12:32,421 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:12:32,427 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:12:32,446 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:12:32,448 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:14:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:14:32,419 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:14:32,439 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:14:32,442 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:16:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:16:32,420 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:16:32,442 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:16:32,444 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:17:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:17:32,419 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:17:32,439 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:17:32,440 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:19:32,417 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:19:32,426 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:19:32,444 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:19:32,446 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:20:32,409 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:20:32,418 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:20:32,440 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:20:32,442 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:22:32,415 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:22:32,424 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:22:32,444 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:22:32,446 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:24:32,412 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:24:32,420 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:24:32,437 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:24:32,439 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:25:32,405 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:25:32,414 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:25:32,434 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:25:32,436 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:27:32,505 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:27:32,514 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:27:32,534 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:27:32,535 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:28:32,522 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:28:32,531 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:28:32,551 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:28:32,553 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:30:32,508 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:30:32,517 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:30:32,536 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:30:32,537 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:32:32,525 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:32:32,534 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:32:32,553 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:32:32,554 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:34:32,517 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:34:32,525 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:34:32,546 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:34:32,548 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:35:32,511 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:35:32,518 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:35:32,537 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:35:32,538 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:37:32,522 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:37:32,530 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:37:32,548 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:37:32,549 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:39:32,517 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:39:32,524 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:39:32,541 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:39:32,543 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:40:32,514 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:40:32,523 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:40:32,542 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:40:32,544 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:42:32,519 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:42:32,528 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:42:32,548 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:42:32,550 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:44:32,530 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:44:32,539 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:44:32,559 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:44:32,561 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:45:32,525 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:45:32,534 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:45:32,549 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:45:32,550 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:47:32,517 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:47:32,527 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:47:32,548 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:47:32,550 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:48:32,526 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:48:32,534 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:48:32,555 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:48:32,556 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:50:32,534 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:50:32,542 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:50:32,563 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:50:32,564 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:52:32,529 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:52:32,540 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:52:32,560 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:52:32,562 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:54:32,523 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:54:32,536 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:54:32,556 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:54:32,557 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:55:32,528 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:55:32,537 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:55:32,557 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:55:32,559 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:56:32,571 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:56:32,580 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:56:32,601 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:56:32,603 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:58:32,508 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:58:32,514 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:58:32,529 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:58:32,530 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 00:59:32,510 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 00:59:32,520 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 00:59:32,543 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 00:59:32,544 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:00:32,512 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:00:32,517 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:00:32,534 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:00:32,536 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:01:32,514 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:01:32,523 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:01:32,537 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:01:32,539 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:05:02,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:05:02,958 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:05:02,977 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:05:02,979 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:15:00,286 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:15:00,296 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:15:00,317 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:15:00,319 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:18:21,364 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:18:21,371 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:18:21,391 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:18:21,393 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:21:13,060 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:21:13,069 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:21:13,090 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:21:13,092 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:23:13,059 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:23:13,068 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:23:13,088 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:23:13,089 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:25:13,064 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:25:13,072 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:25:13,092 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:25:13,094 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:26:13,071 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:26:13,082 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:26:13,099 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:26:13,101 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:27:13,067 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:27:13,075 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:27:13,093 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:27:13,095 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:29:13,063 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:29:13,074 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:29:13,094 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:29:13,096 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:30:13,066 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:30:13,076 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:30:13,097 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:30:13,099 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:31:13,068 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:31:13,072 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:31:13,090 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:31:13,092 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:33:13,066 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:33:13,075 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:33:13,096 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:33:13,098 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:35:13,080 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:35:13,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:35:13,109 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:35:13,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:37:13,086 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:37:13,093 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:37:13,112 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:37:13,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:38:13,089 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:38:13,098 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:38:13,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:38:13,122 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:40:13,089 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:40:13,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:40:13,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:40:13,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:41:13,089 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:41:13,098 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:41:13,119 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:41:13,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:42:13,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:42:13,103 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:42:13,123 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:42:13,125 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:44:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:44:13,107 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:44:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:44:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:46:13,096 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:46:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:46:13,126 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:46:13,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:48:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:48:13,108 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:48:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:48:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:49:13,097 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:49:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:49:13,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:49:13,126 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:50:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:50:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:50:13,126 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:50:13,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:52:13,108 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:52:13,118 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:52:13,140 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:52:13,141 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:54:13,108 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:54:13,118 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:54:13,139 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:54:13,141 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:55:13,111 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:55:13,125 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:55:13,141 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:55:13,142 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:56:13,110 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:56:13,114 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:56:13,132 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:56:13,134 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:58:13,113 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:58:13,123 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:58:13,144 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:58:13,146 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 01:59:13,116 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 01:59:13,125 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 01:59:13,147 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 01:59:13,149 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:01:13,112 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:01:13,119 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:01:13,137 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:01:13,139 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:03:13,115 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:03:13,124 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:03:13,144 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:03:13,146 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:05:13,122 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:05:13,132 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:05:13,152 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:05:13,154 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:07:13,101 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:07:13,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:07:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:07:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:08:13,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:08:13,099 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:08:13,114 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:08:13,116 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:10:13,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:10:13,104 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:10:13,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:10:13,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:12:13,097 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:12:13,105 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:12:13,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:12:13,126 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:13:13,102 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:13:13,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:13:13,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:13:13,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:14:13,104 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:14:13,112 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:14:13,136 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:14:13,138 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:16:13,104 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:16:13,114 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:16:13,135 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:16:13,137 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:18:13,106 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:18:13,117 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:18:13,139 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:18:13,142 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:19:13,103 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:19:13,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:19:13,128 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:19:13,129 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:21:13,101 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:21:13,107 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:21:13,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:21:13,126 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:26:33,300 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:26:33,313 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:26:33,329 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:26:33,330 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:34:13,149 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:34:13,160 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:34:13,181 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:34:13,183 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:36:47,888 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:36:47,897 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:36:47,919 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:36:47,922 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:46:58,706 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:46:58,717 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:46:58,730 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:46:58,732 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 02:57:03,267 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 02:57:03,277 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 02:57:03,298 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 02:57:03,300 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:04:39,600 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:04:39,609 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:04:39,628 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:04:39,630 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:06:56,898 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:06:56,908 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:06:56,926 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:06:56,928 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:16:56,076 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:16:56,086 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:16:56,108 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:16:56,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:17:56,078 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:17:56,088 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:17:56,108 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:17:56,110 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:19:55,908 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:19:55,918 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:19:55,939 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:19:55,940 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:20:55,913 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:20:55,921 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:20:55,941 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:20:55,943 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:21:55,911 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:21:55,921 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:21:55,942 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:21:55,944 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:23:55,914 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:23:55,918 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:23:55,937 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:23:55,939 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:25:55,904 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:25:55,914 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:25:55,936 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:25:55,938 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:27:55,911 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:27:55,919 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:27:55,939 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:27:55,941 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:28:55,910 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:28:55,919 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:28:55,940 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:28:55,942 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:30:55,902 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:30:55,909 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:30:55,926 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:30:55,928 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:31:55,910 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:31:55,915 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:31:55,930 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:31:55,931 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:32:55,917 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:32:55,924 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:32:55,945 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:32:55,946 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:34:55,822 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:34:55,830 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:34:55,851 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:34:55,852 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:35:55,815 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:35:55,825 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:35:55,848 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:35:55,849 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:37:55,819 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:37:55,829 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:37:55,849 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:37:55,851 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:39:55,816 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:39:55,843 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:39:55,864 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:39:55,865 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:41:55,805 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:41:55,815 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:41:55,836 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:41:55,839 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:43:55,800 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:43:55,812 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:43:55,833 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:43:55,852 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:44:55,798 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:44:55,808 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:44:55,863 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:44:55,865 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:46:55,794 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:46:55,799 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:46:55,813 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:46:55,815 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:48:55,794 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:48:55,804 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:48:55,824 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:48:55,842 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:50:55,769 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:50:55,777 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:50:55,797 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:50:55,799 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:51:55,744 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:51:55,753 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:51:55,775 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:51:55,776 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:52:55,744 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:52:55,755 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:52:55,776 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:52:55,777 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:53:55,855 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:53:55,917 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:53:55,941 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:53:55,943 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:55:55,733 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:55:55,743 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:55:55,764 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:55:55,765 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:56:55,732 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:56:55,741 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:56:55,762 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:56:55,764 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:57:55,732 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:57:55,739 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:57:55,759 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:57:55,761 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 03:59:55,734 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 03:59:55,738 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 03:59:55,752 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 03:59:55,795 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:01:55,722 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:01:55,732 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:01:55,753 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:01:55,755 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:02:55,721 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:02:55,729 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:02:55,749 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:02:55,750 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:04:55,729 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:04:55,738 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:04:55,757 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:04:55,908 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:05:55,732 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:05:55,741 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:05:55,761 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:05:55,762 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:06:55,736 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:06:55,744 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:06:55,766 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:06:55,767 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:08:55,715 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:08:55,720 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:08:55,736 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:08:55,738 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:09:55,701 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:09:55,709 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:09:55,732 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:09:55,734 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:10:55,745 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:10:55,753 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:10:55,774 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:10:55,776 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:12:55,696 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:12:55,705 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:12:55,727 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:12:55,729 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:13:55,697 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:13:55,708 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:13:55,730 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:13:55,732 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:15:55,702 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:15:55,711 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:15:55,732 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:15:55,734 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:16:55,700 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:16:55,708 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:16:55,727 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:16:55,729 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:21:14,235 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:21:14,244 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:21:14,263 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:21:14,264 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:28:02,845 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:28:02,855 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:28:02,875 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:28:02,877 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:29:10,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:29:10,971 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:29:10,989 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:29:10,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:35:41,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:35:41,025 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:35:41,045 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:35:41,047 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:45:39,729 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:45:39,736 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:45:39,754 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:45:39,756 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:51:44,976 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:51:44,986 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:51:45,006 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:51:45,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:53:44,979 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:53:44,988 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:53:45,011 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:53:45,012 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:55:44,972 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:55:44,979 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:55:44,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:55:45,000 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:57:44,977 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:57:44,986 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:57:45,007 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:57:45,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:58:44,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:58:44,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:58:44,996 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:58:44,998 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 04:59:44,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 04:59:44,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 04:59:44,994 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 04:59:44,996 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:01:44,965 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:01:44,976 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:01:44,996 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:01:44,998 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:03:44,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:03:44,970 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:03:44,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:03:44,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:04:44,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:04:44,959 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:04:44,979 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:04:44,981 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:05:44,963 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:05:44,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:05:44,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:05:44,997 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:07:44,965 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:07:44,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:07:44,996 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:07:44,998 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:09:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:09:44,971 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:09:44,992 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:09:44,994 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:10:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:10:44,969 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:10:44,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:10:44,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:11:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:11:44,969 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:11:44,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:11:44,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:12:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:12:44,970 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:12:44,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:12:45,023 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:13:44,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:13:44,971 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:13:44,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:13:44,993 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:15:44,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:15:44,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:15:44,992 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:15:44,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:16:44,952 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:16:44,961 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:16:44,981 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:16:44,983 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:17:44,954 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:17:44,962 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:17:44,982 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:17:44,984 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:19:44,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:19:44,957 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:19:44,977 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:19:44,979 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:21:44,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:21:44,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:21:44,989 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:21:44,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:22:44,976 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:22:44,983 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:22:45,002 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:22:45,004 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:23:44,981 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:23:44,989 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:23:45,007 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:23:45,009 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:24:44,978 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:24:44,987 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:24:45,008 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:24:45,010 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:26:44,984 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:26:44,992 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:26:45,011 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:26:45,013 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:28:44,969 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:28:44,976 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:28:44,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:28:44,997 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:29:44,969 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:29:44,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:29:44,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:29:45,000 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:31:44,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:31:44,976 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:31:44,997 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:31:44,999 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:33:44,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:33:44,968 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:33:44,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:33:44,986 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:34:44,965 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:34:44,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:34:44,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:34:44,991 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:35:44,975 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:35:44,985 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:35:44,999 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:35:45,000 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:37:45,005 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:37:45,016 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:37:45,037 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:37:45,039 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:39:44,999 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:39:45,009 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:39:45,031 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:39:45,033 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:40:45,000 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:40:45,007 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:40:45,026 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:40:45,028 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:42:44,990 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:42:44,996 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:42:45,010 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:42:45,012 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:44:44,997 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:44:45,007 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:44:45,028 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:44:45,030 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:45:45,000 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:45:45,011 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:45:45,032 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:45:45,034 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:46:44,999 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:46:45,003 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:46:45,020 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:46:45,022 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:48:44,999 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:48:45,008 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:48:45,029 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:48:45,030 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:49:44,998 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:49:45,007 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:49:45,028 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:49:45,030 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 05:52:32,648 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 05:52:32,661 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 05:52:32,683 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 05:52:32,723 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:05:11,163 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:05:11,172 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:05:11,194 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:05:11,196 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:12:13,971 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:12:13,979 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:12:14,022 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:12:14,024 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:14:13,962 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:14:13,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:14:13,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:14:14,018 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:16:13,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:16:13,968 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:16:13,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:16:13,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:17:13,963 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:17:13,967 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:17:13,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:17:13,992 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:18:13,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:18:13,979 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:18:13,998 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:18:13,999 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:20:13,951 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:20:13,958 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:20:13,975 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:20:13,977 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:21:13,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:21:13,972 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:21:13,993 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:21:13,995 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:23:13,970 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:23:13,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:23:13,995 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:23:13,996 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:24:13,968 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:24:13,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:24:14,027 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:24:14,029 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:26:13,989 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:26:13,999 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:26:14,020 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:26:14,022 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:27:14,205 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:27:14,217 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:27:14,239 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:27:14,241 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:29:14,224 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:29:14,230 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:29:14,242 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:29:14,243 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:31:14,179 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:31:14,188 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:31:14,209 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:31:14,211 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:33:14,188 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:33:14,197 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:33:14,217 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:33:14,219 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:35:14,192 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:35:14,199 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:35:14,218 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:35:14,253 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:36:14,182 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:36:14,187 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:36:14,201 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:36:14,202 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:37:14,197 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:37:14,205 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:37:14,224 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:37:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:39:14,193 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:39:14,207 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:39:14,226 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:39:14,227 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:40:14,185 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:40:14,193 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:40:14,212 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:40:14,214 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:42:14,193 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:42:14,203 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:42:14,224 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:42:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:44:14,203 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:44:14,209 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:44:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:44:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:46:14,195 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:46:14,205 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:46:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:46:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:47:14,203 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:47:14,213 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:47:14,233 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:47:14,235 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:49:14,204 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:49:14,214 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:49:14,235 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:49:14,237 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:50:14,208 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:50:14,219 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:50:14,243 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:50:14,244 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:52:14,200 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:52:14,207 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:52:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:52:14,227 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:53:14,210 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:53:14,219 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:53:14,241 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:53:14,242 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:54:14,213 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:54:14,222 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:54:14,243 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:54:14,245 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:56:14,217 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:56:14,226 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:56:14,247 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:56:14,249 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:57:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:57:14,211 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:57:14,232 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:57:14,233 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 06:58:14,197 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 06:58:14,205 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 06:58:14,225 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 06:58:14,226 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:00:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:00:14,209 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:00:14,228 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:00:14,229 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:01:14,202 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:01:14,212 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:01:14,233 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:01:14,235 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:03:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:03:14,212 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:03:14,234 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:03:14,236 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:04:14,201 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:04:14,210 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:04:14,229 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:04:14,231 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:05:14,215 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:05:14,223 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:05:14,240 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:05:14,241 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:07:14,207 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:07:14,218 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:07:14,239 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:07:14,241 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:09:14,204 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:09:14,215 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:09:14,236 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:09:14,238 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:10:14,218 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:10:14,225 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:10:14,243 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:10:14,245 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:11:14,221 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:11:14,232 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:11:14,247 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:11:14,283 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:19:23,928 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:19:23,936 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:19:23,955 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:19:23,957 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:21:46,064 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:21:46,071 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:21:46,089 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:21:46,091 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:25:47,777 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:25:47,784 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:25:47,802 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:25:47,804 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:35:44,741 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:35:44,745 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:35:44,758 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:35:44,759 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:36:44,737 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:36:44,745 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:36:44,760 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:36:44,762 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:38:44,739 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:38:44,750 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:38:44,772 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:38:44,774 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:40:44,753 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:40:44,760 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:40:44,780 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:40:44,782 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:42:44,739 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:42:44,747 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:42:44,768 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:42:44,771 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:43:44,747 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:43:44,757 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:43:44,777 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:43:44,779 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:44:57,073 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:44:57,079 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:44:57,095 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:44:57,097 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:46:57,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:46:57,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:46:57,113 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:46:57,115 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:48:57,079 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:48:57,089 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:48:57,110 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:48:57,112 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:50:57,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:50:57,090 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:50:57,111 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:50:57,113 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:51:57,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:51:57,096 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:51:57,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:51:57,117 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:53:57,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:53:57,096 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:53:57,117 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:53:57,119 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:54:57,105 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:54:57,114 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:54:57,134 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:54:57,136 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:56:57,093 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:56:57,099 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:56:57,115 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:56:57,116 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:57:57,095 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:57:57,104 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:57:57,123 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:57:57,125 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 07:59:57,103 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 07:59:57,111 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 07:59:57,130 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 07:59:57,132 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:00:57,094 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:00:57,102 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:00:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:00:57,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:01:57,099 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:01:57,109 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:01:57,131 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:01:57,133 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:03:57,097 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:03:57,106 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:03:57,128 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:03:57,130 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:04:57,101 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:04:57,112 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:04:57,135 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:04:57,136 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:05:57,098 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:05:57,106 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:05:57,126 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:05:57,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:06:57,099 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:06:57,108 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:06:57,127 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:06:57,128 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:08:57,100 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:08:57,110 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:08:57,132 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:08:57,133 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:09:57,100 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:09:57,109 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:09:57,129 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:09:57,131 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:11:57,103 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:11:57,112 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:11:57,133 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:11:57,135 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:13:57,106 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:13:57,117 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:13:57,137 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:13:57,139 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:14:57,104 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:14:57,109 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:14:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:14:57,122 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:15:57,108 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:15:57,115 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:15:57,134 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:15:57,136 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:17:57,120 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:17:57,128 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:17:57,147 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:17:57,149 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:19:57,115 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:19:57,125 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:19:57,147 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:19:57,149 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:20:57,115 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:20:57,126 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:20:57,148 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:20:57,150 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:22:57,113 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:22:57,122 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:22:57,144 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:22:57,145 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:24:57,123 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:24:57,132 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:24:57,152 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:24:57,154 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:26:57,118 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:26:57,128 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:26:57,149 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:26:57,151 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:28:57,121 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:28:57,130 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:28:57,153 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:28:57,155 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:29:57,122 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:29:57,130 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:29:57,152 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:29:57,154 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:31:57,125 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:31:57,135 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:31:57,156 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:31:57,158 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:32:57,125 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:32:57,136 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:32:57,156 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:32:57,158 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:33:57,129 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:33:57,138 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:33:57,156 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:33:57,158 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:34:57,133 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:34:57,141 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:34:57,162 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:34:57,163 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:36:57,133 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:36:57,142 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:36:57,163 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:36:57,165 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:38:57,082 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:38:57,093 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:38:57,114 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:38:57,116 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:39:57,087 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:39:57,102 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:39:57,118 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:39:57,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:40:57,088 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:40:57,097 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:40:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:40:57,122 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:41:57,088 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:41:57,093 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:41:57,110 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:41:57,112 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:42:57,094 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:42:57,103 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:42:57,124 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:42:57,127 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:44:57,090 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:44:57,100 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:44:57,121 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:44:57,123 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:45:57,092 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:45:57,099 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:45:57,118 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:45:57,120 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:48:26,156 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:48:26,164 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:48:26,185 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:48:26,187 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:51:01,586 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:51:01,595 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:51:01,617 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:51:01,619 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:54:11,385 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:54:11,392 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:54:11,409 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:54:11,410 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:55:11,384 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:55:11,395 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:55:11,418 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:55:11,420 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:57:11,382 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:57:11,393 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:57:11,412 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:57:11,445 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 08:59:11,396 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 08:59:11,405 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 08:59:11,423 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 08:59:11,425 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:00:11,386 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:00:11,395 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:00:11,416 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:00:11,418 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:02:11,392 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:02:11,400 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:02:11,418 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:02:11,419 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:03:11,385 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:03:11,395 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:03:11,414 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:03:11,415 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:05:11,200 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:05:11,208 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:05:11,226 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:05:11,228 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:06:11,198 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:06:11,208 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:06:11,227 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:06:11,228 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:08:11,194 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:08:11,201 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:08:11,219 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:08:11,220 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:09:11,202 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:09:11,212 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:09:11,228 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:09:11,229 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:11:11,216 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:11:11,224 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:11:11,242 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:11:11,243 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:13:11,184 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:13:11,190 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:13:11,206 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:13:11,207 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:14:11,185 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:14:11,194 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:14:11,213 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:14:11,214 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:15:11,185 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:15:11,194 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:15:11,214 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:15:11,216 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:17:11,202 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:17:11,209 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:17:11,227 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:17:11,228 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:19:11,259 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:19:11,268 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:19:11,286 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:19:11,287 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:21:11,254 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:21:11,262 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:21:11,280 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:21:11,281 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:23:11,258 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:23:11,263 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:23:11,276 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:23:11,277 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:25:11,242 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:25:11,253 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:25:11,274 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:25:11,276 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:26:11,242 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:26:11,246 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:26:11,264 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:26:11,266 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:27:11,240 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:27:11,248 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:27:11,273 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:27:11,274 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:29:11,241 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:29:11,251 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:29:11,273 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:29:11,275 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:31:11,245 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:31:11,253 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:31:11,271 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:31:11,273 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:32:11,247 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:32:11,254 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:32:11,272 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:32:11,274 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:33:11,249 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:33:11,258 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:33:11,276 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:33:11,278 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:35:11,219 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:35:11,229 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:35:11,251 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:35:11,293 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:37:11,231 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:37:11,239 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:37:11,258 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:37:11,260 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:38:11,228 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:38:11,235 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:38:11,253 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:38:11,255 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:39:11,222 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:39:11,231 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:39:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:39:11,250 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:41:11,216 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:41:11,226 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:41:11,247 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:41:11,249 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:42:11,233 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:42:11,242 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:42:11,262 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:42:11,263 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:44:11,225 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:44:11,232 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:44:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:44:11,250 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:45:11,216 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:45:11,225 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:45:11,246 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:45:11,248 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:47:11,223 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:47:11,231 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:47:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:47:11,250 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:48:11,226 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:48:11,234 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:48:11,252 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:48:11,254 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:49:11,218 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:49:11,228 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:49:11,249 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:49:11,252 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:51:11,226 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:51:11,233 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:51:11,254 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:51:11,256 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:52:11,251 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:52:11,260 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:52:11,282 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:52:11,283 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 09:56:53,175 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 09:56:53,184 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 09:56:53,204 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 09:56:53,206 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:00:17,667 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:00:17,676 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:00:17,696 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:00:17,698 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:03:31,992 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:03:32,000 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:03:32,020 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:03:32,022 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:07:29,850 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:07:29,855 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:07:29,874 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:07:29,875 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:11:22,817 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:11:22,826 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:11:22,845 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:11:22,847 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:15:00,380 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:15:00,389 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:15:00,410 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:15:00,412 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:16:25,499 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:16:25,507 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:16:25,527 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:16:25,528 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:18:32,661 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:18:32,670 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:18:32,692 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:18:32,694 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:19:32,658 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:19:32,667 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:19:32,687 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:19:32,689 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:21:32,650 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:21:32,660 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:21:32,682 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:21:32,684 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:22:32,655 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:22:32,663 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:22:32,683 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:22:32,685 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:23:32,652 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:23:32,662 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:23:32,684 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:23:32,686 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:25:32,648 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:25:32,657 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:25:32,678 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:25:32,680 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:27:32,645 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:27:32,660 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:27:32,684 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:27:32,686 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:28:32,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:28:32,641 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:28:32,657 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:28:32,659 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:29:32,642 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:29:32,655 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:29:32,670 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:29:32,672 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:31:32,634 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:31:32,643 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:31:32,665 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:31:32,667 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:32:32,635 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:32:32,645 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:32:32,666 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:32:32,668 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:34:32,631 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:34:32,639 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:34:32,658 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:34:32,660 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:35:32,630 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:35:32,640 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:35:32,660 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:35:32,662 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:37:32,624 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:37:32,634 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:37:32,655 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:37:32,657 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:38:32,625 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:38:32,635 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:38:32,659 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:38:32,661 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:40:32,621 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:40:32,629 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:40:32,648 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:40:32,650 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:41:32,616 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:41:32,624 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:41:32,648 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:41:32,650 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:43:32,615 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:43:32,625 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:43:32,646 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:43:32,649 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:45:32,631 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:45:32,641 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:45:32,663 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:45:32,664 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:46:32,634 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:46:32,642 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:46:32,661 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:46:32,663 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:48:32,630 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:48:32,639 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:48:32,660 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:48:32,662 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:50:32,627 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:50:32,636 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:50:32,659 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:50:32,661 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:51:32,620 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:51:32,628 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:51:32,644 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:51:32,646 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:52:32,625 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:52:32,633 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:52:32,653 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:52:32,654 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:54:32,622 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:54:32,630 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:54:32,651 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:54:32,653 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:55:32,612 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:55:32,616 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:55:32,629 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:55:32,631 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:57:32,610 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:57:32,617 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:57:32,632 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:57:32,634 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 10:58:32,616 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 10:58:32,621 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 10:58:32,641 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 10:58:32,643 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:00:32,639 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:00:32,648 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:00:32,669 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:00:32,671 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:02:32,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:02:32,645 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:02:32,666 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:02:32,668 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:03:32,637 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:03:32,647 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:03:32,669 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:03:32,671 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:04:32,636 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:04:32,644 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:04:32,663 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:04:32,665 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:05:32,639 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:05:32,647 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:05:32,668 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:05:32,669 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:07:32,629 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:07:32,639 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:07:32,660 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:07:32,662 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:09:32,629 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:09:32,638 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:09:32,658 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:09:32,660 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:11:32,620 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:11:32,628 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:11:32,646 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:11:32,648 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:13:32,622 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:13:32,632 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:13:32,653 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:13:32,655 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:15:32,652 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:15:32,663 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:15:32,684 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:15:32,685 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:18:19,923 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:18:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:18:19,943 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:18:19,944 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:19:19,928 basehttp 81907 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:19:19,932 basehttp 81907 6325039104 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:19:19,947 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:19:19,948 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:21:19,922 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:21:19,926 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:21:19,938 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:21:19,939 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:22:19,925 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:22:19,929 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:22:19,943 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:22:19,944 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:23:19,927 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:23:19,932 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:23:19,944 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:23:19,947 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:24:19,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:24:19,938 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:24:19,951 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:24:19,952 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:26:19,924 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:26:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:26:19,940 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:26:19,942 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:27:19,924 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:27:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:27:19,943 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:27:19,944 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:28:19,923 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:28:19,928 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:28:19,940 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:28:19,942 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:30:19,934 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:30:19,939 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:30:19,952 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:30:19,953 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:31:19,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:31:19,935 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:31:19,947 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:31:19,948 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:32:19,933 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:32:19,938 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:32:19,950 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:32:19,951 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:34:19,934 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:34:19,939 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:34:19,953 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:34:19,954 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:35:19,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:35:19,934 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:35:19,946 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:35:19,947 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:37:54,886 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:37:54,895 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:37:54,913 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:37:54,915 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:39:54,936 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:39:54,946 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:39:54,969 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:39:54,971 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:40:54,932 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:40:54,943 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:40:54,964 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:40:54,966 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:41:54,936 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:41:54,946 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:41:54,967 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:41:54,969 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:42:54,935 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:42:54,943 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:42:54,962 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:42:54,964 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:44:54,950 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:44:54,958 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:44:54,978 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:44:54,980 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:45:54,953 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:45:54,962 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:45:54,983 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:45:54,985 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:47:54,953 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:47:54,963 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:47:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:47:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:48:54,953 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:48:54,961 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:48:54,980 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:48:54,982 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:49:54,957 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:49:54,964 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:49:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:49:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:51:54,956 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:51:54,965 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:51:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:51:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:53:54,955 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:53:54,965 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:53:54,985 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:53:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:55:54,960 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:55:54,973 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:55:54,986 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:55:54,987 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:56:54,955 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:56:54,962 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:56:54,979 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:56:54,981 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:57:54,961 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:57:54,970 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:57:54,992 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:57:54,993 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 11:59:54,971 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 11:59:54,975 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 11:59:54,988 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 11:59:54,990 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:00:54,967 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:00:54,974 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:00:54,991 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:00:54,993 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:01:54,974 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:01:54,981 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:01:55,001 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:01:55,003 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:03:54,973 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:03:54,983 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:03:55,004 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:03:55,006 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:05:54,974 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:05:54,985 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:05:55,006 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:05:55,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:07:54,976 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:07:54,984 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:07:55,006 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:07:55,008 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:09:54,986 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:09:54,994 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:09:55,012 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:09:55,014 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:11:54,974 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:11:54,984 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:11:55,005 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:11:55,007 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:12:54,972 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:12:54,977 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:12:54,990 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:12:54,992 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:13:54,981 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:13:54,987 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:13:55,004 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:13:55,006 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:15:55,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:15:55,027 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:15:55,049 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:15:55,051 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:17:55,011 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:17:55,022 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:17:55,043 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:17:55,045 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:18:55,015 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:18:55,022 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:18:55,041 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:18:55,043 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:19:55,019 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:19:55,026 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:19:55,046 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:19:55,048 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:21:55,013 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:21:55,020 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:21:55,036 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:21:55,038 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:22:55,019 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:22:55,029 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:22:55,050 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:22:55,052 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:23:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:23:55,033 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:23:55,054 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:23:55,056 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:25:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:25:55,032 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:25:55,053 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:25:55,054 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:27:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:27:55,033 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:27:55,053 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:27:55,055 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:28:55,023 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:28:55,032 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:28:55,054 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:28:55,056 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:30:55,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:30:55,025 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:30:55,044 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:30:55,046 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:31:55,012 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:31:55,018 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:31:55,034 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:31:55,036 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:32:55,021 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:32:55,030 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:32:55,051 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:32:55,053 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:34:55,017 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:34:55,027 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:34:55,050 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:34:55,052 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:35:55,021 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:35:55,031 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:35:55,052 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:35:55,054 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:37:55,021 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:37:55,029 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:37:55,048 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:37:55,050 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:46:18,827 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:46:18,832 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:46:18,844 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:46:18,845 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:47:18,830 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:47:18,834 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:47:18,846 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:47:18,847 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 12:53:16,131 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 12:53:16,141 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 12:53:16,161 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 12:53:16,163 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 13:24:44,930 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 13:24:44,938 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 13:24:44,958 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 13:24:44,960 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:01:31,003 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:01:31,010 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:01:31,024 log 81907 6325039104 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:01:31,026 basehttp 81907 6325039104 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:04:40,776 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:04:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:04:40,797 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:04:40,799 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:05:40,771 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:05:40,776 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:05:40,787 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:05:40,788 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:06:40,771 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:06:40,775 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:06:40,787 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:06:40,788 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:08:40,772 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:08:40,779 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:08:40,791 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:08:40,792 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:09:40,782 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:09:40,789 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:09:40,809 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:09:40,810 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:10:40,773 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:10:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:10:40,802 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:10:40,804 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:12:40,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:12:40,781 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:12:40,802 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:12:40,803 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:13:40,771 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:13:40,778 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:13:40,798 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:13:40,800 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:15:40,767 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:15:40,774 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:15:40,791 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:15:40,793 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:17:40,773 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:17:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:17:40,804 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:17:40,806 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:18:40,776 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:18:40,787 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:18:40,808 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:18:40,809 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:19:40,779 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:19:40,795 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:19:40,810 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:19:40,812 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:21:40,766 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:21:40,774 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:21:40,791 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:21:40,793 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:22:40,774 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:22:40,785 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:22:40,807 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:22:40,809 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:24:40,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:24:40,779 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:24:40,799 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:24:40,801 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:25:40,770 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:25:40,777 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:25:40,794 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:25:40,795 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:27:40,773 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:27:40,782 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:27:40,804 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:27:40,805 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:29:40,778 basehttp 81907 6159511552 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-03 14:29:40,788 basehttp 81907 6159511552 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:29:40,808 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:29:40,809 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161445 INFO 2025-09-03 14:30:04,236 basehttp 81907 6159511552 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 302 0 INFO 2025-09-03 14:30:04,248 basehttp 81907 6159511552 "GET /en/admin/login/?next=/en/admin/laboratory/labtest/ HTTP/1.1" 200 4250 INFO 2025-09-03 14:30:04,270 basehttp 81907 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-03 14:30:04,271 basehttp 81907 6358691840 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-03 14:30:04,271 basehttp 81907 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-03 14:30:04,271 basehttp 81907 6159511552 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-03 14:30:04,271 basehttp 81907 6375518208 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-03 14:30:04,272 basehttp 81907 6392344576 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-03 14:30:04,273 basehttp 81907 6375518208 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 WARNING 2025-09-03 14:30:04,295 log 81907 6375518208 Not Found: /favicon.ico WARNING 2025-09-03 14:30:04,295 basehttp 81907 6375518208 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 14:30:10,532 basehttp 81907 6375518208 "GET /en/laboratory/orders/create/ HTTP/1.1" 302 0 INFO 2025-09-03 14:30:10,542 basehttp 81907 6375518208 "GET /accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:30:10,563 log 81907 6159511552 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:30:10,564 basehttp 81907 6159511552 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 INFO 2025-09-03 14:31:27,541 autoreload 87393 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 14:31:30,694 log 87393 6125072384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:30,696 basehttp 87393 6125072384 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 ERROR 2025-09-03 14:31:31,412 log 87393 6125072384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:31,414 basehttp 87393 6125072384 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 ERROR 2025-09-03 14:31:32,374 log 87393 6125072384 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:32,376 basehttp 87393 6125072384 "GET /en/accounts/login/?next=/en/laboratory/orders/create/ HTTP/1.1" 500 161343 INFO 2025-09-03 14:31:37,304 basehttp 87393 6125072384 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:37,313 basehttp 87393 6125072384 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-03 14:31:37,333 log 87393 6141898752 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-03 14:31:37,334 basehttp 87393 6141898752 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160320 INFO 2025-09-03 14:31:42,550 basehttp 87393 6141898752 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-03 14:31:42,585 basehttp 87393 6125072384 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:42,597 basehttp 87393 6125072384 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-03 14:31:44,700 basehttp 87393 6125072384 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:44,724 basehttp 87393 6125072384 "GET /en/admin/ HTTP/1.1" 200 88951 INFO 2025-09-03 14:31:44,740 basehttp 87393 6125072384 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-03 14:31:44,742 basehttp 87393 6125072384 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:31:44,742 basehttp 87393 6141898752 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-03 14:31:47,447 basehttp 87393 6141898752 "GET / HTTP/1.1" 302 0 INFO 2025-09-03 14:31:47,475 basehttp 87393 6125072384 "GET /en/ HTTP/1.1" 200 49863 INFO 2025-09-03 14:31:47,488 basehttp 87393 6158725120 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 14:31:47,492 basehttp 87393 6125072384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 14:31:47,493 basehttp 87393 6158725120 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 14:31:47,493 basehttp 87393 13338013696 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 14:31:47,498 basehttp 87393 13321187328 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 14:31:47,499 basehttp 87393 6141898752 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 14:31:47,499 basehttp 87393 13304360960 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 14:31:47,505 basehttp 87393 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 14:31:47,507 basehttp 87393 6125072384 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 14:31:47,868 basehttp 87393 6141898752 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 14:31:47,868 basehttp 87393 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 14:31:47,868 basehttp 87393 6125072384 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 14:31:47,869 basehttp 87393 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 14:31:47,869 basehttp 87393 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 14:31:47,871 basehttp 87393 6158725120 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 14:31:47,872 basehttp 87393 13338013696 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 14:31:47,873 basehttp 87393 6141898752 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 14:31:47,873 basehttp 87393 6125072384 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 14:31:47,874 basehttp 87393 13321187328 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 14:31:47,875 basehttp 87393 13304360960 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 14:31:47,875 basehttp 87393 13338013696 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 14:31:47,877 basehttp 87393 6141898752 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 14:31:47,877 basehttp 87393 6125072384 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 14:31:47,878 basehttp 87393 6158725120 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 14:31:47,879 basehttp 87393 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 14:31:47,880 basehttp 87393 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 14:31:47,881 basehttp 87393 6125072384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 14:31:47,882 basehttp 87393 6141898752 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 14:31:47,882 basehttp 87393 6158725120 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 14:31:47,883 basehttp 87393 6141898752 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 14:31:47,884 basehttp 87393 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 14:31:47,885 basehttp 87393 6141898752 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 14:31:47,906 basehttp 87393 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:31:47,910 basehttp 87393 6125072384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 14:31:47,911 basehttp 87393 6158725120 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 14:31:47,913 basehttp 87393 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-03 14:31:49,716 log 87393 13321187328 Forbidden (CSRF token from POST incorrect.): /en/admin/login/ WARNING 2025-09-03 14:31:49,717 basehttp 87393 13321187328 "POST /en/admin/login/?next=/en/admin/laboratory/labtest/ HTTP/1.1" 403 2503 INFO 2025-09-03 14:31:55,078 basehttp 87393 13321187328 "GET /en/admin/login/?next=/en/admin/laboratory/labtest/ HTTP/1.1" 302 0 INFO 2025-09-03 14:31:55,105 basehttp 87393 13321187328 "GET /en/admin/ HTTP/1.1" 200 88951 INFO 2025-09-03 14:31:56,011 basehttp 87393 13321187328 "GET /en/admin/ HTTP/1.1" 200 88951 INFO 2025-09-03 14:31:57,514 basehttp 87393 13321187328 "GET /en/admin/analytics/datasource/ HTTP/1.1" 200 73679 INFO 2025-09-03 14:31:57,527 basehttp 87393 13321187328 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-03 14:31:57,527 basehttp 87393 6141898752 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-03 14:31:57,527 basehttp 87393 13304360960 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-03 14:31:57,528 basehttp 87393 13338013696 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-03 14:31:57,529 basehttp 87393 13321187328 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-03 14:31:57,529 basehttp 87393 6141898752 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-03 14:31:57,530 basehttp 87393 13304360960 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-03 14:31:57,533 basehttp 87393 13321187328 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-03 14:31:57,533 basehttp 87393 6141898752 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-03 14:31:57,534 basehttp 87393 6125072384 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-03 14:31:57,535 basehttp 87393 6158725120 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:31:57,537 basehttp 87393 6125072384 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-03 14:31:57,537 basehttp 87393 13338013696 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-03 14:31:57,546 basehttp 87393 13338013696 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:31:57,546 basehttp 87393 6125072384 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-03 14:32:06,392 basehttp 87393 6125072384 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 69023 INFO 2025-09-03 14:32:06,405 basehttp 87393 6125072384 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-03 14:32:13,076 log 87393 6125072384 Internal Server Error: /en/admin/analytics/report/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'execution_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: Report has no field named 'execution_count_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/analytics/admin.py", line 379, in execution_count_display return obj.execution_count ^^^^^^^^^^^^^^^^^^^ AttributeError: 'Report' object has no attribute 'execution_count' ERROR 2025-09-03 14:32:13,079 basehttp 87393 6125072384 "GET /en/admin/analytics/report/ HTTP/1.1" 500 392608 INFO 2025-09-03 14:32:18,757 basehttp 87393 6125072384 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:32:48,757 basehttp 87393 6125072384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:32:48,761 basehttp 87393 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 14:32:48,762 basehttp 87393 6158725120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:33:10,675 basehttp 87393 6158725120 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 69023 INFO 2025-09-03 14:33:11,534 basehttp 87393 6158725120 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 69023 INFO 2025-09-03 14:33:11,545 basehttp 87393 6158725120 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:33:16,737 basehttp 87393 6158725120 "GET /en/ HTTP/1.1" 200 49863 INFO 2025-09-03 14:33:16,808 basehttp 87393 6158725120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:33:16,809 basehttp 87393 6125072384 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 14:33:16,811 basehttp 87393 6141898752 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 14:33:16,812 basehttp 87393 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:33:18,827 basehttp 87393 13338013696 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-03 14:33:18,860 basehttp 87393 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:33:46,800 basehttp 87393 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-03 14:34:03,080 basehttp 87393 13338013696 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-03 14:34:03,114 basehttp 87393 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:34:09,093 basehttp 87393 13338013696 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 14:34:09,127 basehttp 87393 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:34:09,141 basehttp 87393 6141898752 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 14:34:15,826 basehttp 87393 6141898752 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-09-03 14:34:15,857 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:35:15,860 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:36:15,871 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:37:16,744 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:38:17,757 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:39:18,754 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:40:19,742 basehttp 87393 6141898752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:40:50,762 autoreload 87393 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:40:51,095 autoreload 91595 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:40:53,723 basehttp 91595 6127349760 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-09-03 14:40:53,785 basehttp 91595 6127349760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:40:55,783 basehttp 91595 6127349760 "GET /en/appointments/queue/ HTTP/1.1" 200 18951 INFO 2025-09-03 14:40:55,814 basehttp 91595 6127349760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:41:06,960 basehttp 91595 6127349760 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-09-03 14:41:06,975 basehttp 91595 6127349760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:41:06,991 basehttp 91595 6127349760 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-03 14:41:13,029 basehttp 91595 6127349760 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 86544 INFO 2025-09-03 14:41:13,044 basehttp 91595 6127349760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:41:54,683 autoreload 91595 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:41:55,016 autoreload 92068 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:41:56,023 basehttp 92068 6159921152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:41:56,729 basehttp 92068 6159921152 "GET /en/appointments/queue/ HTTP/1.1" 200 29918 INFO 2025-09-03 14:41:56,802 basehttp 92068 6159921152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 14:41:56,848 log 92068 12918534144 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,857 log 92068 12901707776 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,864 log 92068 12952186880 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,869 log 92068 12969013248 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,872 log 92068 6159921152 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,872 basehttp 92068 12918534144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:41:56,877 log 92068 12935360512 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:41:56,877 basehttp 92068 12901707776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:41:56,878 basehttp 92068 12952186880 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:41:56,879 basehttp 92068 12969013248 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:41:56,879 basehttp 92068 6159921152 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:41:56,880 basehttp 92068 12935360512 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 INFO 2025-09-03 14:42:17,109 autoreload 92068 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:42:17,459 autoreload 92231 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:42:26,031 basehttp 92231 6191099904 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-09-03 14:42:26,047 basehttp 92231 6191099904 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-03 14:42:27,826 log 92231 6207926272 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,834 basehttp 92231 6207926272 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:42:27,838 log 92231 6191099904 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,840 basehttp 92231 6191099904 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:42:27,850 log 92231 6241579008 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,853 log 92231 6258405376 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,855 basehttp 92231 6241579008 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:42:27,859 log 92231 6275231744 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,862 log 92231 6224752640 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:27,862 basehttp 92231 6258405376 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:42:27,863 basehttp 92231 6275231744 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:42:27,863 basehttp 92231 6224752640 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 INFO 2025-09-03 14:42:32,432 basehttp 92231 6224752640 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 86544 INFO 2025-09-03 14:42:32,446 basehttp 92231 6224752640 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-03 14:42:43,993 log 92231 6224752640 Forbidden (CSRF token missing.): /en/appointments/queue/9/call-next/ WARNING 2025-09-03 14:42:43,993 basehttp 92231 6224752640 "POST /en/appointments/queue/9/call-next/ HTTP/1.1" 403 2491 WARNING 2025-09-03 14:42:46,630 log 92231 6224752640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:42:46,630 basehttp 92231 6224752640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:42:46,679 basehttp 92231 6224752640 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 14:42:53,059 basehttp 92231 6224752640 "GET /en/appointments/queue/ HTTP/1.1" 200 29918 WARNING 2025-09-03 14:42:53,073 log 92231 6224752640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:42:53,074 basehttp 92231 6224752640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:42:53,202 basehttp 92231 6224752640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 14:42:53,279 log 92231 6258405376 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,284 basehttp 92231 6258405376 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:42:53,294 log 92231 6207926272 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,299 log 92231 6191099904 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,303 log 92231 6241579008 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,304 basehttp 92231 6207926272 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:42:53,306 basehttp 92231 6191099904 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:42:53,309 log 92231 6275231744 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,313 log 92231 6224752640 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:42:53,313 basehttp 92231 6241579008 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 ERROR 2025-09-03 14:42:53,314 basehttp 92231 6275231744 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:42:53,315 basehttp 92231 6224752640 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:43:23,241 log 92231 6275231744 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,244 basehttp 92231 6275231744 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:43:23,252 log 92231 6224752640 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,255 basehttp 92231 6224752640 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:43:23,264 log 92231 6207926272 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,271 log 92231 6258405376 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,275 log 92231 6191099904 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,278 log 92231 6241579008 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:23,279 basehttp 92231 6207926272 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:43:23,279 basehttp 92231 6258405376 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:43:23,279 basehttp 92231 6191099904 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 ERROR 2025-09-03 14:43:23,280 basehttp 92231 6241579008 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 INFO 2025-09-03 14:43:26,478 autoreload 92231 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:43:26,820 autoreload 92769 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 14:43:28,761 log 92769 6203338752 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1720, in get_queryset return QueueEntry.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:28,763 basehttp 92769 6203338752 "GET /en/appointments/queue/ HTTP/1.1" 500 134888 WARNING 2025-09-03 14:43:28,787 log 92769 6203338752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:43:28,787 basehttp 92769 6203338752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:43:43,637 autoreload 92769 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:43:43,961 autoreload 92854 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 14:43:44,624 log 92854 6204747776 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_queryset ).order_by('name') ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:44,625 basehttp 92854 6204747776 "GET /en/appointments/queue/ HTTP/1.1" 500 103423 WARNING 2025-09-03 14:43:44,639 log 92854 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:43:44,639 basehttp 92854 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 14:43:45,775 log 92854 6204747776 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1722, in get_queryset ).order_by('name') ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:43:45,775 basehttp 92854 6204747776 "GET /en/appointments/queue/ HTTP/1.1" 500 103423 WARNING 2025-09-03 14:43:45,787 log 92854 6204747776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:43:45,787 basehttp 92854 6204747776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:44:11,201 autoreload 92854 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:44:11,516 autoreload 93091 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:44:12,611 basehttp 93091 6124531712 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:44:12,622 log 93091 6124531712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:44:12,623 basehttp 93091 6124531712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:44:12,775 log 93091 6141358080 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:44:12,780 basehttp 93091 6141358080 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:12,784 log 93091 13069578240 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:44:12,786 basehttp 93091 13069578240 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:44:12,788 basehttp 93091 6124531712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:44:12,803 log 93091 6141358080 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:44:12,804 basehttp 93091 6141358080 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:44:12,810 log 93091 6124531712 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:44:12,811 basehttp 93091 6124531712 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:12,813 log 93091 13069578240 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:44:12,814 basehttp 93091 13069578240 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:12,825 log 93091 13035925504 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:12,827 log 93091 6141358080 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:44:12,835 log 93091 6158184448 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,837 basehttp 93091 13035925504 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 WARNING 2025-09-03 14:44:12,837 basehttp 93091 6141358080 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:12,843 log 93091 6124531712 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:44:12,843 basehttp 93091 6158184448 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 WARNING 2025-09-03 14:44:12,844 basehttp 93091 6124531712 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:12,855 log 93091 13052751872 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,857 basehttp 93091 13052751872 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 ERROR 2025-09-03 14:44:12,862 log 93091 13069578240 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,864 basehttp 93091 13069578240 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 WARNING 2025-09-03 14:44:12,867 log 93091 6158184448 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:44:12,868 basehttp 93091 6158184448 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:12,883 log 93091 13035925504 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,888 log 93091 6141358080 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:12,888 basehttp 93091 13035925504 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:44:12,889 basehttp 93091 6141358080 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 WARNING 2025-09-03 14:44:42,795 log 93091 6141358080 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:44:42,797 log 93091 6124531712 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:44:42,801 log 93091 13052751872 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:44:42,803 basehttp 93091 6141358080 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,803 basehttp 93091 13052751872 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,803 basehttp 93091 6124531712 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:42,822 log 93091 6158184448 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,824 basehttp 93091 6158184448 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89354 ERROR 2025-09-03 14:44:42,833 log 93091 13035925504 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:42,835 log 93091 6124531712 Not Found: /en/appointments/queue/3/status/ ERROR 2025-09-03 14:44:42,839 log 93091 13069578240 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:42,841 log 93091 6141358080 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:44:42,843 log 93091 13052751872 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:44:42,844 basehttp 93091 6124531712 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:42,844 basehttp 93091 13035925504 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89506 WARNING 2025-09-03 14:44:42,845 basehttp 93091 6141358080 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:42,845 basehttp 93091 13069578240 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89547 WARNING 2025-09-03 14:44:42,845 basehttp 93091 13052751872 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,849 log 93091 6158184448 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:44:42,849 basehttp 93091 6158184448 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:42,884 log 93091 13069578240 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:44:42,886 basehttp 93091 13069578240 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:42,897 log 93091 6141358080 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,901 log 93091 6124531712 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,903 basehttp 93091 6141358080 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89251 ERROR 2025-09-03 14:44:42,907 log 93091 13035925504 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:42,907 basehttp 93091 6124531712 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89473 ERROR 2025-09-03 14:44:42,907 basehttp 93091 13035925504 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89365 INFO 2025-09-03 14:44:45,083 autoreload 93091 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:44:45,444 autoreload 93329 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:44:46,318 basehttp 93329 6194540544 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:44:46,370 log 93329 6194540544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:44:46,370 basehttp 93329 6194540544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:44:46,480 log 93329 6211366912 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:44:46,480 basehttp 93329 6211366912 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:44:46,483 basehttp 93329 6194540544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:44:46,491 log 93329 6278672384 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:44:46,493 basehttp 93329 6278672384 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:46,503 log 93329 6211366912 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:44:46,504 basehttp 93329 6211366912 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:44:46,512 log 93329 6194540544 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:44:46,513 basehttp 93329 6194540544 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:46,517 log 93329 6278672384 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:44:46,518 basehttp 93329 6278672384 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:44:46,524 log 93329 6211366912 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:44:46,529 log 93329 6245019648 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:46,530 basehttp 93329 6211366912 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:46,539 log 93329 6228193280 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:44:46,542 log 93329 6194540544 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:44:46,546 log 93329 6261846016 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,546 basehttp 93329 6245019648 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89406 ERROR 2025-09-03 14:44:46,547 basehttp 93329 6228193280 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89558 WARNING 2025-09-03 14:44:46,547 basehttp 93329 6194540544 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:44:46,551 basehttp 93329 6261846016 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89599 ERROR 2025-09-03 14:44:46,566 log 93329 6278672384 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,570 basehttp 93329 6278672384 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89417 WARNING 2025-09-03 14:44:46,574 log 93329 6194540544 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:44:46,574 basehttp 93329 6194540544 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:44:46,579 log 93329 6211366912 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,580 basehttp 93329 6211366912 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89525 ERROR 2025-09-03 14:44:46,585 log 93329 6245019648 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:44:46,586 basehttp 93329 6245019648 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89303 WARNING 2025-09-03 14:45:16,466 log 93329 6245019648 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:45:16,466 basehttp 93329 6245019648 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,505 log 93329 6228193280 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:45:16,509 log 93329 6261846016 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:45:16,512 basehttp 93329 6228193280 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:45:16,512 basehttp 93329 6261846016 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,515 log 93329 6245019648 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:45:16,517 basehttp 93329 6245019648 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,532 log 93329 6261846016 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:45:16,533 basehttp 93329 6261846016 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:16,540 log 93329 6228193280 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:45:16,541 basehttp 93329 6228193280 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:16,547 log 93329 6194540544 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,551 log 93329 6278672384 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:16,552 log 93329 6245019648 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:45:16,557 log 93329 6211366912 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,557 basehttp 93329 6194540544 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 89406 ERROR 2025-09-03 14:45:16,559 basehttp 93329 6278672384 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 89599 WARNING 2025-09-03 14:45:16,559 basehttp 93329 6245019648 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:16,561 basehttp 93329 6211366912 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 89558 ERROR 2025-09-03 14:45:16,578 log 93329 6261846016 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,584 log 93329 6228193280 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,585 basehttp 93329 6261846016 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 89417 WARNING 2025-09-03 14:45:16,590 log 93329 6278672384 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:45:16,590 basehttp 93329 6278672384 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:45:16,590 basehttp 93329 6228193280 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 89525 ERROR 2025-09-03 14:45:16,597 log 93329 6194540544 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1347, in queue_status ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:16,598 basehttp 93329 6194540544 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 89303 INFO 2025-09-03 14:45:18,894 autoreload 93329 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:45:19,277 autoreload 93569 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:45:21,121 basehttp 93569 6171455488 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:45:21,176 log 93569 6171455488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:45:21,176 basehttp 93569 6171455488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:45:21,281 log 93569 13035925504 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:45:21,282 basehttp 93569 13035925504 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:45:21,283 basehttp 93569 6171455488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:45:21,291 log 93569 13103230976 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:45:21,293 basehttp 93569 13103230976 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,306 log 93569 6171455488 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:45:21,308 log 93569 13035925504 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:45:21,309 basehttp 93569 6171455488 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,309 basehttp 93569 13035925504 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:45:21,318 log 93569 13103230976 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:45:21,321 basehttp 93569 13103230976 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,330 log 93569 6171455488 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:45:21,335 log 93569 13069578240 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,339 log 93569 13086404608 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:21,340 basehttp 93569 6171455488 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:21,342 log 93569 13035925504 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:45:21,346 log 93569 13052751872 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,352 basehttp 93569 13069578240 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115327 ERROR 2025-09-03 14:45:21,353 basehttp 93569 13086404608 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115429 WARNING 2025-09-03 14:45:21,354 basehttp 93569 13035925504 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:21,354 basehttp 93569 13052751872 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115399 ERROR 2025-09-03 14:45:21,364 log 93569 13103230976 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,365 basehttp 93569 13103230976 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115333 WARNING 2025-09-03 14:45:21,377 log 93569 13086404608 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:45:21,380 basehttp 93569 13086404608 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:45:21,386 log 93569 6171455488 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,387 basehttp 93569 6171455488 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115380 ERROR 2025-09-03 14:45:21,393 log 93569 13069578240 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:21,394 basehttp 93569 13069578240 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115274 WARNING 2025-09-03 14:45:51,291 log 93569 13052751872 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:45:51,293 log 93569 13069578240 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:45:51,294 log 93569 13035925504 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:45:51,295 basehttp 93569 13069578240 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:51,295 basehttp 93569 13052751872 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:51,300 basehttp 93569 13035925504 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:45:51,325 log 93569 13069578240 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:45:51,328 basehttp 93569 13069578240 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:51,334 log 93569 13086404608 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,340 log 93569 13103230976 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:51,342 log 93569 13035925504 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:45:51,343 basehttp 93569 13086404608 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115327 ERROR 2025-09-03 14:45:51,347 log 93569 6171455488 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:45:51,349 log 93569 13052751872 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:45:51,350 basehttp 93569 13035925504 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:51,350 basehttp 93569 13103230976 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115429 WARNING 2025-09-03 14:45:51,350 basehttp 93569 13052751872 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:45:51,351 basehttp 93569 6171455488 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115399 WARNING 2025-09-03 14:45:51,379 log 93569 13069578240 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:45:51,380 basehttp 93569 13069578240 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:45:51,395 log 93569 13052751872 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:45:51,397 basehttp 93569 13052751872 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:45:51,413 log 93569 13086404608 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,420 log 93569 13035925504 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,421 basehttp 93569 13086404608 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115333 ERROR 2025-09-03 14:45:51,428 log 93569 13103230976 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:45:51,429 basehttp 93569 13035925504 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115380 ERROR 2025-09-03 14:45:51,435 basehttp 93569 13103230976 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115274 INFO 2025-09-03 14:46:01,084 autoreload 93569 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:46:01,397 autoreload 93884 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:46:01,784 basehttp 93884 6128955392 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:46:01,861 log 93884 6128955392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:46:01,861 basehttp 93884 6128955392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:46:01,942 log 93884 6145781760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:46:01,943 basehttp 93884 6145781760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:01,947 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:46:01,948 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:46:01,948 basehttp 93884 6128955392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:46:01,968 log 93884 6213087232 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:46:01,970 basehttp 93884 6213087232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:01,971 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:46:01,972 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:46:01,974 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:46:01,976 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:01,986 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:01,995 log 93884 6162608128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:46:02,000 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:46:02,005 log 93884 6196260864 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:46:02,007 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:46:02,010 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:46:02,012 basehttp 93884 6162608128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:46:02,012 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:02,013 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:02,013 basehttp 93884 6196260864 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:46:02,024 log 93884 6128955392 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:02,026 basehttp 93884 6128955392 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:46:02,045 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:46:02,047 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:46:02,056 log 93884 6213087232 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:02,058 basehttp 93884 6213087232 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:46:02,062 log 93884 6179434496 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:02,062 basehttp 93884 6179434496 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 WARNING 2025-09-03 14:46:31,946 log 93884 6179434496 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:46:31,947 basehttp 93884 6179434496 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,956 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:46:31,957 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:46:31,963 log 93884 6196260864 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:46:31,974 basehttp 93884 6196260864 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,977 log 93884 6179434496 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:46:31,980 basehttp 93884 6179434496 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,991 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:46:31,992 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:46:31,997 log 93884 6196260864 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:46:31,998 basehttp 93884 6196260864 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:32,005 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:46:32,007 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:46:32,011 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:46:32,011 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:46:32,017 log 93884 6213087232 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,023 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,030 basehttp 93884 6213087232 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:46:32,034 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:46:32,047 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:46:32,047 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:46:32,054 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,058 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:46:32,065 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,067 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:46:32,072 log 93884 6162608128 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:46:32,073 basehttp 93884 6162608128 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 INFO 2025-09-03 14:47:01,949 basehttp 93884 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:47:01,960 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:47:01,961 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:01,965 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:47:01,967 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:01,978 log 93884 6162608128 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:47:01,987 basehttp 93884 6162608128 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:47:01,993 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:47:01,994 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:02,006 log 93884 6213087232 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:47:02,006 basehttp 93884 6213087232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:02,017 log 93884 6162608128 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:47:02,018 basehttp 93884 6162608128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:02,023 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:47:02,026 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:47:02,032 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,033 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:47:02,037 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:47:02,038 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:02,039 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:47:02,041 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:47:02,092 log 93884 6213087232 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,095 basehttp 93884 6213087232 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:47:02,098 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:47:02,099 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:47:02,108 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,110 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:47:02,116 log 93884 6196260864 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:02,117 basehttp 93884 6196260864 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:47:31,973 log 93884 6145781760 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:47:31,976 basehttp 93884 6145781760 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:31,978 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:47:31,978 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:31,980 log 93884 6128955392 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:47:31,981 basehttp 93884 6128955392 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:47:32,004 log 93884 6145781760 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:47:32,006 basehttp 93884 6145781760 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:47:32,009 log 93884 6196260864 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:47:32,012 basehttp 93884 6196260864 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:32,021 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,026 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:47:32,029 log 93884 6128955392 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:47:32,034 log 93884 6162608128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,035 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:47:32,039 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:47:32,039 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:47:32,039 basehttp 93884 6128955392 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:32,040 basehttp 93884 6162608128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:47:32,041 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:47:32,054 log 93884 6196260864 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,055 basehttp 93884 6196260864 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:47:32,076 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:47:32,079 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:47:32,088 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,093 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:47:32,094 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:47:32,095 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:48:01,948 basehttp 93884 6213087232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:48:01,969 log 93884 6128955392 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:48:01,970 basehttp 93884 6128955392 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:01,979 log 93884 6162608128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:48:01,982 log 93884 6213087232 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:48:01,982 basehttp 93884 6162608128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:01,983 basehttp 93884 6213087232 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:48:02,005 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:48:02,006 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:02,016 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:48:02,017 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:02,026 log 93884 6162608128 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:48:02,027 basehttp 93884 6162608128 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:02,030 log 93884 6128955392 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:48:02,037 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:48:02,037 basehttp 93884 6128955392 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:48:02,046 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:48:02,046 log 93884 6145781760 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,050 basehttp 93884 6145781760 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:48:02,054 log 93884 6179434496 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,075 log 93884 6213087232 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,076 basehttp 93884 6179434496 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:48:02,081 basehttp 93884 6213087232 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:48:02,085 log 93884 6196260864 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:48:02,087 basehttp 93884 6196260864 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:48:02,096 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,101 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:02,102 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:48:02,102 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:48:31,948 log 93884 6128955392 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:48:31,948 basehttp 93884 6128955392 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:31,998 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:48:32,004 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:48:32,004 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,005 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:48:32,009 log 93884 6179434496 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:48:32,010 basehttp 93884 6179434496 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:48:32,028 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,033 log 93884 6162608128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,038 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,041 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:48:32,047 log 93884 6145781760 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:48:32,052 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:48:32,054 log 93884 6128955392 Not Found: /en/appointments/queue/3/status/ ERROR 2025-09-03 14:48:32,054 basehttp 93884 6162608128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:48:32,055 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:48:32,056 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,056 basehttp 93884 6145781760 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,057 basehttp 93884 6128955392 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:48:32,095 log 93884 6213087232 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:48:32,097 basehttp 93884 6213087232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:48:32,109 log 93884 6196260864 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,115 log 93884 6145781760 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,116 basehttp 93884 6196260864 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:48:32,120 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:48:32,120 basehttp 93884 6145781760 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:48:32,121 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:49:01,915 basehttp 93884 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:49:01,964 log 93884 6145781760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:49:01,966 basehttp 93884 6145781760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:01,977 log 93884 6179434496 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:49:01,979 log 93884 6162608128 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:49:01,979 basehttp 93884 6179434496 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:01,993 basehttp 93884 6162608128 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:49:02,001 log 93884 6145781760 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:49:02,001 basehttp 93884 6145781760 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:02,011 log 93884 6179434496 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:49:02,012 basehttp 93884 6179434496 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:02,022 log 93884 6196260864 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,029 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,029 basehttp 93884 6196260864 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:49:02,032 log 93884 6162608128 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:49:02,038 log 93884 6213087232 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:49:02,040 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:49:02,041 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:49:02,042 basehttp 93884 6162608128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:02,043 basehttp 93884 6213087232 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:49:02,043 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:02,058 log 93884 6179434496 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,058 basehttp 93884 6179434496 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:49:02,085 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:49:02,088 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:49:02,097 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,103 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:02,103 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:49:02,104 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 WARNING 2025-09-03 14:49:31,970 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:49:31,970 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,001 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:49:32,002 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:49:32,006 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:49:32,009 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,018 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:49:32,020 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,031 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:49:32,033 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,038 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:49:32,039 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:49:32,045 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:49:32,046 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:49:32,054 log 93884 6179434496 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,060 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,062 basehttp 93884 6179434496 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:49:32,066 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,069 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:49:32,072 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:49:32,093 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:49:32,120 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:49:32,131 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,137 log 93884 6196260864 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,138 basehttp 93884 6196260864 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:49:32,138 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:49:32,146 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:49:32,147 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:50:01,933 basehttp 93884 6213087232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:50:01,974 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:50:01,974 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:01,987 log 93884 6162608128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:50:01,989 basehttp 93884 6162608128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:01,991 log 93884 6213087232 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:50:01,995 basehttp 93884 6213087232 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:50:02,011 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:50:02,012 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:02,023 log 93884 6162608128 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:50:02,026 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:50:02,026 basehttp 93884 6162608128 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:02,027 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:02,038 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:50:02,041 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:50:02,044 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:50:02,045 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:02,051 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,054 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:50:02,060 log 93884 6128955392 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,064 basehttp 93884 6128955392 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:50:02,071 log 93884 6196260864 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:50:02,072 basehttp 93884 6196260864 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:50:02,094 log 93884 6162608128 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,101 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,102 basehttp 93884 6162608128 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:50:02,104 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:50:02,112 log 93884 6179434496 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:02,113 basehttp 93884 6179434496 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:50:31,991 log 93884 6179434496 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:50:31,993 basehttp 93884 6179434496 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:31,997 log 93884 6145781760 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:50:31,998 log 93884 6128955392 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:50:31,999 basehttp 93884 6128955392 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:31,999 basehttp 93884 6145781760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:50:32,017 log 93884 6179434496 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:50:32,019 basehttp 93884 6179434496 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:32,036 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:50:32,037 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:32,042 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:50:32,047 log 93884 6128955392 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:50:32,048 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:50:32,049 basehttp 93884 6128955392 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:50:32,055 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:50:32,055 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:50:32,061 log 93884 6196260864 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,069 log 93884 6213087232 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,069 basehttp 93884 6196260864 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:50:32,072 basehttp 93884 6213087232 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:50:32,090 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:50:32,091 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:50:32,100 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,105 log 93884 6128955392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,106 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:50:32,112 log 93884 6162608128 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:50:32,112 basehttp 93884 6128955392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:50:32,113 basehttp 93884 6162608128 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:51:01,968 basehttp 93884 6162608128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:51:01,983 log 93884 6128955392 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:51:01,984 basehttp 93884 6128955392 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:01,992 log 93884 6196260864 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:51:01,993 basehttp 93884 6196260864 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:02,001 log 93884 6162608128 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:51:02,001 basehttp 93884 6162608128 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:51:02,023 log 93884 6128955392 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:51:02,026 basehttp 93884 6128955392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:02,038 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:51:02,040 log 93884 6196260864 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:51:02,044 log 93884 6162608128 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:51:02,045 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 WARNING 2025-09-03 14:51:02,046 basehttp 93884 6196260864 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:02,047 basehttp 93884 6162608128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:02,053 log 93884 6179434496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,056 basehttp 93884 6179434496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:51:02,062 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:51:02,065 log 93884 6128955392 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:51:02,065 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:51:02,066 basehttp 93884 6128955392 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:02,082 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:51:02,084 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:51:02,096 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,101 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,102 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:51:02,119 log 93884 6162608128 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:02,123 basehttp 93884 6162608128 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:51:02,120 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:51:31,974 log 93884 6162608128 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:51:31,974 basehttp 93884 6162608128 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,001 log 93884 6128955392 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:51:32,002 basehttp 93884 6128955392 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,019 log 93884 6213087232 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:51:32,021 log 93884 6162608128 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:51:32,022 basehttp 93884 6213087232 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:51:32,022 basehttp 93884 6162608128 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,039 log 93884 6128955392 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:51:32,041 basehttp 93884 6128955392 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:32,051 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,054 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:51:32,056 log 93884 6213087232 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:51:32,056 basehttp 93884 6213087232 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:51:32,059 log 93884 6162608128 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:51:32,060 basehttp 93884 6162608128 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:51:32,072 log 93884 6145781760 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,074 basehttp 93884 6145781760 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:51:32,081 log 93884 6179434496 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,085 basehttp 93884 6179434496 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:51:32,093 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:51:32,096 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:51:32,109 log 93884 6128955392 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,114 log 93884 6213087232 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,129 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:51:32,130 basehttp 93884 6128955392 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:51:32,132 basehttp 93884 6213087232 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:51:32,133 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:52:01,941 basehttp 93884 6196260864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:52:01,985 log 93884 6213087232 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:52:01,985 basehttp 93884 6213087232 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:01,994 log 93884 6145781760 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:52:01,995 basehttp 93884 6145781760 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,001 log 93884 6196260864 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:52:02,004 basehttp 93884 6196260864 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:52:02,016 log 93884 6213087232 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:52:02,022 basehttp 93884 6213087232 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,030 log 93884 6145781760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:52:02,031 basehttp 93884 6145781760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,043 log 93884 6213087232 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:52:02,044 basehttp 93884 6213087232 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:02,048 log 93884 6196260864 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:52:02,049 basehttp 93884 6196260864 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:02,057 log 93884 6162608128 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,063 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,065 basehttp 93884 6162608128 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:52:02,067 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:52:02,076 log 93884 6179434496 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,080 basehttp 93884 6179434496 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:52:02,090 log 93884 6162608128 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:52:02,091 basehttp 93884 6162608128 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:52:02,099 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,102 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:52:02,107 log 93884 6213087232 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,112 log 93884 6196260864 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:02,113 basehttp 93884 6213087232 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:52:02,113 basehttp 93884 6196260864 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:52:32,006 log 93884 6196260864 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:52:32,007 basehttp 93884 6196260864 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:32,009 log 93884 6128955392 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:52:32,011 log 93884 6179434496 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:52:32,012 basehttp 93884 6128955392 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:52:32,013 basehttp 93884 6179434496 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:32,028 log 93884 6196260864 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:52:32,030 basehttp 93884 6196260864 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:52:32,051 log 93884 6128955392 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:52:32,052 basehttp 93884 6128955392 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:32,058 log 93884 6145781760 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:52:32,061 log 93884 6179434496 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:52:32,065 basehttp 93884 6179434496 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:32,066 basehttp 93884 6145781760 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:52:32,069 log 93884 6196260864 Not Found: /en/appointments/queue/4/status/ ERROR 2025-09-03 14:52:32,075 log 93884 6213087232 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:52:32,076 basehttp 93884 6196260864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:52:32,084 log 93884 6162608128 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,084 basehttp 93884 6213087232 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:52:32,086 basehttp 93884 6162608128 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:52:32,101 log 93884 6196260864 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:52:32,103 basehttp 93884 6196260864 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:52:32,111 log 93884 6128955392 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,113 basehttp 93884 6128955392 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:52:32,119 log 93884 6145781760 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,124 log 93884 6179434496 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:52:32,125 basehttp 93884 6145781760 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:52:32,125 basehttp 93884 6179434496 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:53:01,933 basehttp 93884 6179434496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:53:01,976 log 93884 6145781760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:53:01,976 basehttp 93884 6145781760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:01,996 log 93884 6213087232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:53:01,998 basehttp 93884 6213087232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:02,002 log 93884 6179434496 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:53:02,004 log 93884 6145781760 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:53:02,005 basehttp 93884 6145781760 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:02,008 basehttp 93884 6179434496 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:53:02,036 log 93884 6145781760 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:53:02,038 basehttp 93884 6145781760 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:02,044 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:53:02,048 log 93884 6179434496 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:53:02,050 log 93884 6213087232 Not Found: /en/appointments/queue/3/status/ ERROR 2025-09-03 14:53:02,051 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:53:02,057 log 93884 6196260864 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:53:02,057 basehttp 93884 6179434496 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:02,058 basehttp 93884 6213087232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:02,061 basehttp 93884 6196260864 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 ERROR 2025-09-03 14:53:02,067 log 93884 6162608128 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:02,069 basehttp 93884 6162608128 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 ERROR 2025-09-03 14:53:02,086 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id WARNING 2025-09-03 14:53:02,089 log 93884 6213087232 Not Found: /en/appointments/queue/14/status/ ERROR 2025-09-03 14:53:02,090 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 WARNING 2025-09-03 14:53:02,090 basehttp 93884 6213087232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:53:02,101 log 93884 6128955392 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:02,102 basehttp 93884 6128955392 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 ERROR 2025-09-03 14:53:02,109 log 93884 6179434496 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:02,110 basehttp 93884 6179434496 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 WARNING 2025-09-03 14:53:31,980 log 93884 6179434496 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:53:31,980 basehttp 93884 6179434496 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,001 log 93884 6162608128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:53:32,003 log 93884 6196260864 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:53:32,005 basehttp 93884 6162608128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,006 basehttp 93884 6196260864 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:53:32,030 log 93884 6179434496 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:53:32,035 basehttp 93884 6179434496 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:32,043 log 93884 6145781760 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,047 basehttp 93884 6145781760 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 115180 WARNING 2025-09-03 14:53:32,055 log 93884 6196260864 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:53:32,057 log 93884 6162608128 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:53:32,058 basehttp 93884 6196260864 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,059 basehttp 93884 6162608128 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:53:32,064 log 93884 6179434496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:53:32,065 basehttp 93884 6179434496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:53:32,072 log 93884 6128955392 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,078 log 93884 6213087232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,079 basehttp 93884 6128955392 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 115252 ERROR 2025-09-03 14:53:32,082 basehttp 93884 6213087232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 115282 WARNING 2025-09-03 14:53:32,096 log 93884 6179434496 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:53:32,096 basehttp 93884 6179434496 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:53:32,108 log 93884 6162608128 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,113 log 93884 6145781760 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,119 log 93884 6196260864 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1356, in queue_status ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-03 14:53:32,119 basehttp 93884 6162608128 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 115127 ERROR 2025-09-03 14:53:32,120 basehttp 93884 6145781760 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 115186 ERROR 2025-09-03 14:53:32,120 basehttp 93884 6196260864 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 115233 INFO 2025-09-03 14:53:42,262 autoreload 93884 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:53:42,606 autoreload 97300 8466948288 Watching for file changes with StatReloader WARNING 2025-09-03 14:54:02,003 log 97300 6153973760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:54:02,028 basehttp 97300 6153973760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:54:02,081 basehttp 97300 6137147392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:54:02,092 log 97300 6221279232 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:54:02,094 basehttp 97300 6221279232 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:02,101 log 97300 6170800128 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,109 log 97300 6187626496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,115 log 97300 6204452864 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,117 basehttp 97300 6170800128 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 72371 WARNING 2025-09-03 14:54:02,120 log 97300 6137147392 Not Found: /en/appointments/queue/6/status/ ERROR 2025-09-03 14:54:02,121 basehttp 97300 6187626496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 72379 WARNING 2025-09-03 14:54:02,123 log 97300 6153973760 Not Found: /en/appointments/queue/13/status/ ERROR 2025-09-03 14:54:02,123 basehttp 97300 6204452864 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 72390 WARNING 2025-09-03 14:54:02,124 basehttp 97300 6137147392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:02,125 basehttp 97300 6153973760 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:54:02,127 log 97300 6221279232 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:54:02,127 basehttp 97300 6221279232 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:02,174 log 97300 6137147392 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,175 basehttp 97300 6137147392 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 72366 WARNING 2025-09-03 14:54:02,180 log 97300 6170800128 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:54:02,180 basehttp 97300 6170800128 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:02,192 log 97300 6221279232 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:54:02,194 log 97300 6187626496 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:54:02,195 basehttp 97300 6187626496 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:02,195 basehttp 97300 6221279232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:54:02,204 log 97300 6204452864 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,208 log 97300 6153973760 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:02,209 basehttp 97300 6204452864 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 72380 ERROR 2025-09-03 14:54:02,209 basehttp 97300 6153973760 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 72376 WARNING 2025-09-03 14:54:32,034 log 97300 6170800128 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:54:32,044 log 97300 6153973760 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:54:32,048 log 97300 6137147392 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:54:32,050 basehttp 97300 6170800128 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:32,055 log 97300 6204452864 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:32,059 log 97300 6221279232 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined WARNING 2025-09-03 14:54:32,060 basehttp 97300 6153973760 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:32,061 basehttp 97300 6204452864 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 72371 WARNING 2025-09-03 14:54:32,061 basehttp 97300 6137147392 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:54:32,062 basehttp 97300 6221279232 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 72390 ERROR 2025-09-03 14:54:32,073 log 97300 6187626496 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:32,082 basehttp 97300 6187626496 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 72379 WARNING 2025-09-03 14:54:32,116 log 97300 6137147392 Not Found: /en/appointments/queue/5/status/ ERROR 2025-09-03 14:54:32,126 log 97300 6221279232 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined WARNING 2025-09-03 14:54:32,128 basehttp 97300 6137147392 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:32,130 log 97300 6170800128 Not Found: /en/appointments/queue/6/status/ ERROR 2025-09-03 14:54:32,131 basehttp 97300 6221279232 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 72380 WARNING 2025-09-03 14:54:32,135 log 97300 6153973760 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:54:32,137 log 97300 6204452864 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:54:32,139 basehttp 97300 6170800128 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:32,139 basehttp 97300 6204452864 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:54:32,139 basehttp 97300 6153973760 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 ERROR 2025-09-03 14:54:32,150 log 97300 6187626496 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined WARNING 2025-09-03 14:54:32,157 log 97300 6221279232 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:54:32,157 basehttp 97300 6221279232 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 ERROR 2025-09-03 14:54:32,157 basehttp 97300 6187626496 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 72366 ERROR 2025-09-03 14:54:32,175 log 97300 6137147392 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1352, in queue_status wait_duration=Case( ^^^^ NameError: name 'Case' is not defined ERROR 2025-09-03 14:54:32,176 basehttp 97300 6137147392 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 72376 INFO 2025-09-03 14:55:01,468 autoreload 97300 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:55:01,791 autoreload 97923 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:55:28,006 autoreload 97923 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:55:28,343 autoreload 98086 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:55:28,977 basehttp 98086 6192869376 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:55:29,137 log 98086 6209695744 Not Found: /en/appointments/queue/2/status/ INFO 2025-09-03 14:55:29,140 basehttp 98086 6192869376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:55:29,141 basehttp 98086 6209695744 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,144 log 98086 6277001216 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:55:29,145 basehttp 98086 6277001216 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,163 log 98086 6192869376 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:55:29,164 basehttp 98086 6192869376 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:29,169 basehttp 98086 6243348480 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-03 14:55:29,169 basehttp 98086 6226522112 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:55:29,170 basehttp 98086 6260174848 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-03 14:55:29,173 log 98086 6209695744 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:55:29,174 basehttp 98086 6209695744 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,176 log 98086 6277001216 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:55:29,176 basehttp 98086 6277001216 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,210 log 98086 6192869376 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:55:29,210 basehttp 98086 6192869376 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,231 log 98086 6243348480 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:55:29,235 log 98086 6277001216 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:55:29,235 basehttp 98086 6243348480 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:29,236 basehttp 98086 6277001216 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:29,244 basehttp 98086 6209695744 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:55:29,257 basehttp 98086 6260174848 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:55:29,258 basehttp 98086 6226522112 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-03 14:55:32,452 basehttp 98086 6226522112 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:55:32,642 log 98086 6260174848 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:55:32,644 log 98086 6192869376 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:55:32,646 basehttp 98086 6260174848 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:32,647 basehttp 98086 6226522112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 14:55:32,650 basehttp 98086 6192869376 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:32,660 basehttp 98086 6243348480 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:55:32,660 basehttp 98086 6277001216 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-03 14:55:32,660 basehttp 98086 6209695744 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-03 14:55:32,687 log 98086 6226522112 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:55:32,687 basehttp 98086 6226522112 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:55:32,689 log 98086 6260174848 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:55:32,690 basehttp 98086 6260174848 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:32,696 log 98086 6192869376 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:55:32,696 basehttp 98086 6192869376 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:32,716 log 98086 6277001216 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:55:32,716 basehttp 98086 6277001216 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:32,721 log 98086 6243348480 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:55:32,721 basehttp 98086 6243348480 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:32,729 basehttp 98086 6209695744 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:55:32,740 log 98086 6277001216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:55:32,742 basehttp 98086 6277001216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 14:55:32,745 log 98086 6192869376 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:55:32,746 basehttp 98086 6192869376 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:32,749 basehttp 98086 6260174848 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:55:32,751 basehttp 98086 6226522112 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-03 14:55:35,187 log 98086 6226522112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:55:35,187 basehttp 98086 6226522112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:55:43,856 basehttp 98086 6226522112 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 INFO 2025-09-03 14:55:43,872 basehttp 98086 6192869376 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 14:55:43,873 basehttp 98086 6243348480 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 14:55:43,875 basehttp 98086 6192869376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 14:55:43,883 basehttp 98086 6226522112 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 14:55:43,884 basehttp 98086 6209695744 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 14:55:43,885 basehttp 98086 6192869376 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 14:55:43,887 basehttp 98086 6260174848 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 14:55:43,888 basehttp 98086 6277001216 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 14:55:43,890 basehttp 98086 6243348480 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 14:55:44,143 basehttp 98086 6243348480 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 14:55:44,144 basehttp 98086 6209695744 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 14:55:44,145 basehttp 98086 6260174848 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 14:55:44,145 basehttp 98086 6277001216 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 14:55:44,146 basehttp 98086 6192869376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 14:55:44,147 basehttp 98086 6226522112 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 14:55:44,148 basehttp 98086 6209695744 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 14:55:44,149 basehttp 98086 6192869376 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 14:55:44,149 basehttp 98086 6226522112 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 14:55:44,150 basehttp 98086 6277001216 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 14:55:44,151 basehttp 98086 6260174848 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 14:55:44,154 basehttp 98086 6192869376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 14:55:44,154 basehttp 98086 6209695744 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 14:55:44,155 basehttp 98086 6226522112 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 14:55:44,155 basehttp 98086 6260174848 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 14:55:44,158 basehttp 98086 6277001216 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 14:55:44,159 basehttp 98086 6243348480 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-09-03 14:55:44,214 log 98086 6209695744 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:55:44,215 basehttp 98086 6209695744 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,221 log 98086 6243348480 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:55:44,225 basehttp 98086 6243348480 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:44,228 basehttp 98086 6226522112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:55:44,229 basehttp 98086 6192869376 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-03 14:55:44,242 log 98086 6209695744 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-03 14:55:44,242 basehttp 98086 6260174848 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:55:44,243 basehttp 98086 6209695744 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:55:44,247 basehttp 98086 6277001216 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-03 14:55:44,252 log 98086 6243348480 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:55:44,254 basehttp 98086 6243348480 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,265 log 98086 6192869376 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:55:44,268 log 98086 6226522112 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:55:44,269 basehttp 98086 6226522112 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,270 basehttp 98086 6192869376 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:55:44,285 log 98086 6260174848 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:55:44,287 basehttp 98086 6260174848 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:55:44,289 basehttp 98086 6226522112 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 14:55:44,299 basehttp 98086 6226522112 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 14:55:44,310 basehttp 98086 6209695744 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:55:44,312 log 98086 6192869376 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-03 14:55:44,313 basehttp 98086 6226522112 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 WARNING 2025-09-03 14:55:44,317 log 98086 6260174848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:55:44,317 basehttp 98086 6192869376 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:55:44,318 basehttp 98086 6260174848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:55:44,324 basehttp 98086 6209695744 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 14:55:44,324 basehttp 98086 6243348480 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:55:44,326 basehttp 98086 6226522112 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 14:55:44,330 basehttp 98086 6192869376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 14:55:44,332 basehttp 98086 6277001216 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-03 14:55:44,337 log 98086 6192869376 Not Found: /favicon.ico WARNING 2025-09-03 14:55:44,338 basehttp 98086 6192869376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 14:55:44,341 basehttp 98086 6260174848 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-03 14:56:14,211 log 98086 6260174848 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:56:14,211 basehttp 98086 6260174848 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,232 log 98086 6243348480 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:56:14,233 basehttp 98086 6243348480 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,236 log 98086 6209695744 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:56:14,237 basehttp 98086 6209695744 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:56:14,243 log 98086 6260174848 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:56:14,243 basehttp 98086 6260174848 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:14,266 basehttp 98086 6192869376 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:56:14,269 basehttp 98086 6277001216 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:56:14,273 log 98086 6243348480 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:56:14,274 basehttp 98086 6243348480 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,281 log 98086 6260174848 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:56:14,284 log 98086 6209695744 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:56:14,284 basehttp 98086 6260174848 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:14,284 basehttp 98086 6209695744 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:14,285 basehttp 98086 6226522112 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:56:14,299 basehttp 98086 6277001216 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:56:14,300 basehttp 98086 6192869376 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:56:14,306 log 98086 6260174848 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:56:14,307 basehttp 98086 6260174848 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:56:14,310 basehttp 98086 6243348480 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:56:37,204 autoreload 98086 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-03 14:56:37,672 autoreload 98674 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 14:56:38,040 basehttp 98674 6124400640 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 WARNING 2025-09-03 14:56:38,187 log 98674 6141227008 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:56:38,189 basehttp 98674 6141227008 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,198 log 98674 6208532480 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:56:38,200 basehttp 98674 6208532480 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:38,211 basehttp 98674 6124400640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:56:38,215 basehttp 98674 6174879744 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:56:38,219 log 98674 6141227008 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:56:38,219 basehttp 98674 6141227008 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:56:38,221 basehttp 98674 6191706112 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:56:38,226 basehttp 98674 6158053376 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-03 14:56:38,230 log 98674 6208532480 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:56:38,232 basehttp 98674 6208532480 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,234 log 98674 6124400640 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:56:38,235 basehttp 98674 6124400640 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,238 log 98674 6141227008 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:56:38,238 basehttp 98674 6141227008 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:38,266 log 98674 6174879744 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:56:38,266 basehttp 98674 6174879744 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:38,276 basehttp 98674 6191706112 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-03 14:56:38,283 log 98674 6124400640 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:56:38,284 basehttp 98674 6124400640 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:56:38,289 basehttp 98674 6158053376 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:56:38,290 basehttp 98674 6208532480 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-03 14:56:38,427 log 98674 6208532480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:56:38,427 basehttp 98674 6208532480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:56:41,500 basehttp 98674 6208532480 "GET /en/appointments/queue/ HTTP/1.1" 200 44850 INFO 2025-09-03 14:56:41,517 basehttp 98674 6124400640 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 14:56:41,520 basehttp 98674 6124400640 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 14:56:41,524 basehttp 98674 6141227008 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 14:56:41,530 basehttp 98674 6208532480 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 14:56:41,545 basehttp 98674 6174879744 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 14:56:41,546 basehttp 98674 6191706112 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 14:56:41,555 basehttp 98674 6141227008 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 14:56:41,557 basehttp 98674 6158053376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 14:56:41,560 basehttp 98674 6124400640 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 WARNING 2025-09-03 14:56:41,590 log 98674 6124400640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:56:41,590 basehttp 98674 6124400640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:56:41,736 basehttp 98674 6124400640 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 14:56:41,760 basehttp 98674 6124400640 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 14:56:41,760 basehttp 98674 6158053376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 14:56:41,762 basehttp 98674 6141227008 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 14:56:41,763 basehttp 98674 6208532480 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 14:56:41,763 basehttp 98674 6191706112 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 14:56:41,763 basehttp 98674 6174879744 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 WARNING 2025-09-03 14:56:41,783 log 98674 6158053376 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:56:41,783 basehttp 98674 6158053376 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:41,799 log 98674 6124400640 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:56:41,799 basehttp 98674 6124400640 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:41,840 log 98674 6141227008 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:56:41,845 basehttp 98674 6141227008 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:56:41,853 log 98674 6208532480 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:56:41,854 basehttp 98674 6208532480 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:41,853 basehttp 98674 6191706112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:56:41,887 basehttp 98674 6174879744 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:56:41,889 basehttp 98674 6124400640 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-03 14:56:41,900 log 98674 6208532480 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:56:41,912 log 98674 6141227008 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:56:41,916 basehttp 98674 6141227008 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:56:41,923 log 98674 6191706112 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:56:41,924 basehttp 98674 6208532480 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:56:41,929 basehttp 98674 6191706112 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:41,936 basehttp 98674 6158053376 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-03 14:56:41,943 basehttp 98674 6158053376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 WARNING 2025-09-03 14:56:41,959 log 98674 6174879744 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:56:41,960 basehttp 98674 6174879744 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:56:41,966 basehttp 98674 6158053376 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 14:56:41,966 basehttp 98674 6124400640 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-03 14:56:41,971 basehttp 98674 6191706112 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 14:56:41,976 basehttp 98674 6141227008 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:56:41,981 basehttp 98674 6208532480 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:56:42,306 basehttp 98674 6174879744 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 14:56:42,307 basehttp 98674 6191706112 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 14:56:42,309 basehttp 98674 6158053376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 14:56:42,312 basehttp 98674 6124400640 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 14:56:42,313 basehttp 98674 6174879744 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 14:56:42,315 basehttp 98674 6191706112 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 14:56:42,316 basehttp 98674 6158053376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 14:56:42,317 basehttp 98674 6141227008 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 14:56:42,317 basehttp 98674 6208532480 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 14:56:42,318 basehttp 98674 6124400640 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 14:56:42,319 basehttp 98674 6174879744 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 14:56:42,319 basehttp 98674 6191706112 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 14:56:42,319 basehttp 98674 6141227008 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 14:56:42,319 basehttp 98674 6158053376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 WARNING 2025-09-03 14:56:42,325 log 98674 6158053376 Not Found: /favicon.ico WARNING 2025-09-03 14:56:42,325 basehttp 98674 6158053376 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-03 14:56:45,313 log 98674 6158053376 Forbidden (CSRF token missing.): /en/appointments/queue/8/call-next/ WARNING 2025-09-03 14:56:45,314 basehttp 98674 6158053376 "POST /en/appointments/queue/8/call-next/ HTTP/1.1" 403 2491 INFO 2025-09-03 14:57:00,963 basehttp 98674 6158053376 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 74962 INFO 2025-09-03 14:57:00,975 basehttp 98674 6141227008 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-03 14:57:00,975 basehttp 98674 6174879744 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-03 14:57:00,975 basehttp 98674 6124400640 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-03 14:57:00,975 basehttp 98674 6158053376 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-03 14:57:00,976 basehttp 98674 6191706112 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-03 14:57:00,977 basehttp 98674 6141227008 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-03 14:57:00,977 basehttp 98674 6158053376 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-03 14:57:00,978 basehttp 98674 6191706112 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-03 14:57:00,978 basehttp 98674 6124400640 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-03 14:57:00,980 basehttp 98674 6124400640 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-03 14:57:00,981 basehttp 98674 6141227008 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-03 14:57:00,982 basehttp 98674 6158053376 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-03 14:57:00,984 basehttp 98674 6141227008 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-03 14:57:00,984 basehttp 98674 6124400640 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-03 14:57:00,985 basehttp 98674 6208532480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:57:00,985 basehttp 98674 6174879744 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-03 14:57:00,986 basehttp 98674 6191706112 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-03 14:57:00,987 basehttp 98674 6208532480 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-03 14:57:00,990 basehttp 98674 6208532480 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-03 14:57:00,996 basehttp 98674 6208532480 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:57:00,996 basehttp 98674 6191706112 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-03 14:57:00,997 basehttp 98674 6208532480 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-03 14:57:00,997 basehttp 98674 6174879744 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-03 14:57:02,896 basehttp 98674 6174879744 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137846 INFO 2025-09-03 14:57:02,907 basehttp 98674 6158053376 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-03 14:57:02,907 basehttp 98674 6174879744 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-03 14:57:02,908 basehttp 98674 6191706112 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-03 14:57:02,908 basehttp 98674 6124400640 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-03 14:57:02,908 basehttp 98674 6141227008 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-03 14:57:02,909 basehttp 98674 6174879744 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-03 14:57:02,910 basehttp 98674 6174879744 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-03 14:57:02,911 basehttp 98674 6208532480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:57:02,912 basehttp 98674 6174879744 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-03 14:57:02,913 basehttp 98674 6174879744 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-03 14:57:02,914 basehttp 98674 6208532480 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-03 14:57:02,941 basehttp 98674 6208532480 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-03 14:57:11,270 basehttp 98674 6208532480 "GET /en/admin/accounts/user/7/change/?_to_field=id HTTP/1.1" 200 151865 INFO 2025-09-03 14:57:11,277 basehttp 98674 6174879744 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-03 14:57:11,278 basehttp 98674 6141227008 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-03 14:57:11,282 basehttp 98674 6208532480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 14:57:11,299 basehttp 98674 6208532480 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-03 14:57:11,299 basehttp 98674 6141227008 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 WARNING 2025-09-03 14:57:12,803 log 98674 6141227008 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-03 14:57:12,804 basehttp 98674 6141227008 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,817 log 98674 6158053376 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-03 14:57:12,818 basehttp 98674 6158053376 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 30844 WARNING 2025-09-03 14:57:12,822 log 98674 6191706112 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-03 14:57:12,826 log 98674 6141227008 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-03 14:57:12,826 basehttp 98674 6191706112 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,827 basehttp 98674 6141227008 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 30841 INFO 2025-09-03 14:57:12,831 basehttp 98674 6208532480 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-03 14:57:12,832 basehttp 98674 6124400640 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-03 14:57:12,834 basehttp 98674 6174879744 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-03 14:57:12,847 log 98674 6158053376 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-03 14:57:12,847 basehttp 98674 6158053376 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,884 log 98674 6191706112 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-03 14:57:12,885 basehttp 98674 6191706112 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,890 log 98674 6141227008 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-03 14:57:12,890 basehttp 98674 6141227008 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 30841 WARNING 2025-09-03 14:57:12,896 log 98674 6158053376 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-03 14:57:12,898 basehttp 98674 6158053376 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 30844 INFO 2025-09-03 14:57:12,903 basehttp 98674 6208532480 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-03 14:57:12,904 basehttp 98674 6124400640 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-03 14:57:12,904 basehttp 98674 6174879744 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-03 14:57:16,804 basehttp 98674 6174879744 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137846 INFO 2025-09-03 14:57:37,034 basehttp 98674 6174879744 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 14:57:37,148 basehttp 98674 6174879744 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-03 14:57:37,173 log 98674 6174879744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:57:37,173 basehttp 98674 6174879744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:57:39,968 basehttp 98674 6174879744 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 WARNING 2025-09-03 14:57:39,988 log 98674 6174879744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:57:39,988 basehttp 98674 6174879744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:57:40,034 basehttp 98674 6174879744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 14:57:44,392 basehttp 98674 6174879744 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 14:57:44,413 log 98674 6174879744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 14:57:44,413 basehttp 98674 6174879744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 14:57:44,475 basehttp 98674 6174879744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 14:57:44,490 log 98674 6158053376 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 14:57:44,492 basehttp 98674 6158053376 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 14:57:44,498 log 98674 6124400640 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 14:57:44,503 basehttp 98674 6124400640 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 14:57:44,518 log 98674 6208532480 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 486, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', '-effective_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_primary' into field. Choices are: authorization_expiry, authorization_number, copay_amount, created_at, deductible_amount, effective_date, group_number, id, insurance_claims, insurance_company, insurance_type, is_active, is_verified, notes, out_of_pocket_max, patient, patient_id, plan_name, plan_type, policy_number, primary_bills, requires_authorization, secondary_bills, subscriber_dob, subscriber_name, subscriber_relationship, subscriber_ssn, termination_date, updated_at, verification_date, verified_by, verified_by_id ERROR 2025-09-03 14:57:44,519 basehttp 98674 6208532480 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 108977 INFO 2025-09-03 14:58:44,477 basehttp 98674 6124400640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:00:15,747 autoreload 389 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:00:17,913 basehttp 389 6203191296 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:00:18,011 basehttp 389 6203191296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:00:18,014 log 389 6253670400 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' WARNING 2025-09-03 15:00:18,015 log 389 6270496768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:00:18,016 basehttp 389 6270496768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:00:18,017 basehttp 389 6253670400 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:00:18,024 log 389 6220017664 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:00:18,029 basehttp 389 6220017664 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:00:18,228 log 389 6236844032 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:00:18,230 basehttp 389 6236844032 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 228831 INFO 2025-09-03 15:01:17,975 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:02:06,753 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:02:06,811 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:02:06,811 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:02:06,843 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:02:06,851 log 389 6253670400 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:02:06,853 basehttp 389 6253670400 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:02:06,860 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:02:06,861 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:02:07,018 log 389 6236844032 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:02:07,019 basehttp 389 6236844032 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 230401 INFO 2025-09-03 15:02:28,782 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:02:28,839 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:02:28,839 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:02:28,900 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:02:28,905 log 389 6220017664 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:02:28,907 basehttp 389 6220017664 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:02:28,913 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:02:28,913 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:02:29,073 log 389 6253670400 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:02:29,074 basehttp 389 6253670400 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 230389 INFO 2025-09-03 15:03:18,326 basehttp 389 6253670400 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:03:18,382 log 389 6253670400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:03:18,382 basehttp 389 6253670400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:03:18,419 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:03:18,426 log 389 6236844032 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:03:18,427 basehttp 389 6236844032 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:03:18,437 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:03:18,441 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:03:18,465 log 389 6220017664 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_coverage' not found. 'insurance_coverage' is not a valid view function or pattern name. ERROR 2025-09-03 15:03:18,466 basehttp 389 6220017664 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 228801 INFO 2025-09-03 15:04:18,403 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:04:45,026 basehttp 389 6220017664 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:04:45,064 log 389 6220017664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:04:45,064 basehttp 389 6220017664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:04:45,112 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:04:45,125 log 389 6253670400 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:04:45,126 basehttp 389 6253670400 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:04:45,137 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:04:45,141 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 ERROR 2025-09-03 15:04:45,164 log 389 6236844032 Internal Server Error: /en/patients/insurance-info/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:04:45,165 basehttp 389 6236844032 "GET /en/patients/insurance-info/22/ HTTP/1.1" 500 229936 INFO 2025-09-03 15:05:33,442 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:05:33,499 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:05:33,499 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:05:33,536 log 389 6220017664 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:05:33,539 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:05:33,541 basehttp 389 6220017664 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:05:33,552 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:05:33,556 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 INFO 2025-09-03 15:05:33,562 basehttp 389 6253670400 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138520 WARNING 2025-09-03 15:05:33,591 basehttp 389 6203191296 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 WARNING 2025-09-03 15:05:33,591 basehttp 389 6220017664 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-09-03 15:05:33,593 basehttp 389 6236844032 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-09-03 15:05:33,595 basehttp 389 6287323136 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 INFO 2025-09-03 15:05:33,596 basehttp 389 6270496768 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 15:05:33,596 basehttp 389 6253670400 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 15:05:33,601 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:05:58,001 basehttp 389 6253670400 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:05:58,032 log 389 6253670400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:05:58,032 basehttp 389 6253670400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:05:58,104 log 389 6220017664 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:05:58,106 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:05:58,106 basehttp 389 6220017664 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:05:58,116 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:05:58,120 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 INFO 2025-09-03 15:05:58,127 basehttp 389 6203191296 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:05:58,164 basehttp 389 6203191296 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 15:05:58,176 basehttp 389 6270496768 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 15:05:58,176 basehttp 389 6253670400 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 15:05:58,177 basehttp 389 6220017664 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 15:05:58,181 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:06:00,785 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:06:00,795 basehttp 389 6253670400 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 15:06:00,799 basehttp 389 6287323136 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 15:06:00,800 basehttp 389 6253670400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 15:06:00,810 basehttp 389 6236844032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 15:06:00,812 basehttp 389 6253670400 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-03 15:06:00,818 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:06:00,819 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:06:00,820 basehttp 389 6203191296 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 15:06:00,822 basehttp 389 6236844032 - Broken pipe from ('127.0.0.1', 51105) INFO 2025-09-03 15:06:00,825 basehttp 389 6270496768 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 15:06:00,826 basehttp 389 6220017664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 15:06:00,827 basehttp 389 6287323136 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 15:06:01,133 basehttp 389 6287323136 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 15:06:01,133 basehttp 389 6220017664 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 15:06:01,133 basehttp 389 6253670400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 15:06:01,134 basehttp 389 6270496768 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 15:06:01,137 basehttp 389 6203191296 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 15:06:01,138 basehttp 389 6236844032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 15:06:01,138 basehttp 389 6270496768 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 15:06:01,139 basehttp 389 6287323136 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 15:06:01,140 basehttp 389 6270496768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 15:06:01,142 basehttp 389 6287323136 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 15:06:01,143 basehttp 389 6270496768 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 15:06:01,145 basehttp 389 6287323136 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 15:06:01,145 basehttp 389 6270496768 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 15:06:01,146 basehttp 389 6270496768 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 15:06:01,146 basehttp 389 6287323136 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 15:06:01,147 basehttp 389 6270496768 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 15:06:01,148 basehttp 389 6287323136 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 15:06:01,149 basehttp 389 6270496768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 15:06:01,149 basehttp 389 6287323136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 15:06:01,151 basehttp 389 6270496768 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 15:06:01,151 basehttp 389 6287323136 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 15:06:01,153 basehttp 389 6287323136 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 15:06:01,153 basehttp 389 6270496768 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 15:06:01,167 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:06:01,176 log 389 6236844032 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:06:01,179 basehttp 389 6236844032 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63628 ERROR 2025-09-03 15:06:01,184 log 389 6220017664 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:06:01,187 basehttp 389 6220017664 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 90058 INFO 2025-09-03 15:06:01,193 basehttp 389 6203191296 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:06:01,210 basehttp 389 6287323136 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 15:06:01,211 basehttp 389 6253670400 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 15:06:01,211 basehttp 389 6203191296 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 15:06:01,212 basehttp 389 6270496768 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 15:06:01,212 basehttp 389 6220017664 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 15:06:01,212 basehttp 389 6236844032 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 15:06:01,218 basehttp 389 6236844032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 15:06:01,282 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 15:06:01,301 log 389 6236844032 Not Found: /favicon.ico WARNING 2025-09-03 15:06:01,301 basehttp 389 6236844032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 15:07:01,151 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:07:01,290 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:07:03,927 basehttp 389 6236844032 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 WARNING 2025-09-03 15:07:03,958 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:07:03,958 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:07:04,004 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:07:04,029 log 389 6203191296 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:07:04,031 basehttp 389 6203191296 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 ERROR 2025-09-03 15:07:04,044 log 389 6270496768 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:07:04,048 basehttp 389 6270496768 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 89793 INFO 2025-09-03 15:07:04,050 basehttp 389 6220017664 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:07:04,074 basehttp 389 6220017664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:07:09,121 basehttp 389 6220017664 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:07:09,132 basehttp 389 6203191296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 15:07:09,134 basehttp 389 6287323136 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 15:07:09,135 basehttp 389 6203191296 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 15:07:09,146 basehttp 389 6220017664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-03 15:07:09,149 log 389 6287323136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:07:09,149 basehttp 389 6287323136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:07:09,152 basehttp 389 6253670400 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 15:07:09,152 basehttp 389 6220017664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 15:07:09,155 basehttp 389 6236844032 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 15:07:09,156 basehttp 389 6270496768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 15:07:09,157 basehttp 389 6203191296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 15:07:09,362 basehttp 389 6253670400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 15:07:09,363 basehttp 389 6220017664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 15:07:09,363 basehttp 389 6270496768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 15:07:09,364 basehttp 389 6236844032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 15:07:09,365 basehttp 389 6203191296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 15:07:09,366 basehttp 389 6287323136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 15:07:09,368 basehttp 389 6287323136 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 15:07:09,369 basehttp 389 6220017664 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 15:07:09,369 basehttp 389 6287323136 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 15:07:09,370 basehttp 389 6220017664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 15:07:09,371 basehttp 389 6287323136 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 15:07:09,371 basehttp 389 6220017664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 15:07:09,372 basehttp 389 6287323136 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 15:07:09,372 basehttp 389 6220017664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 15:07:09,372 basehttp 389 6287323136 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 15:07:09,373 basehttp 389 6220017664 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 15:07:09,373 basehttp 389 6287323136 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 15:07:09,374 basehttp 389 6220017664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 15:07:09,374 basehttp 389 6287323136 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 15:07:09,375 basehttp 389 6220017664 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 15:07:09,375 basehttp 389 6287323136 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 15:07:09,376 basehttp 389 6220017664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 15:07:09,376 basehttp 389 6287323136 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 15:07:09,394 basehttp 389 6253670400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:07:09,401 log 389 6203191296 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:07:09,403 basehttp 389 6203191296 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63628 ERROR 2025-09-03 15:07:09,416 log 389 6236844032 Internal Server Error: /en/patients/emergency-contacts/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1112, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-03 15:07:09,419 basehttp 389 6236844032 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 500 90058 INFO 2025-09-03 15:07:09,425 basehttp 389 6270496768 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:07:09,427 basehttp 389 6203191296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 15:07:09,462 basehttp 389 6253670400 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 15:07:09,462 basehttp 389 6203191296 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 15:07:09,462 basehttp 389 6220017664 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 15:07:09,463 basehttp 389 6287323136 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 15:07:09,463 basehttp 389 6270496768 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 15:07:09,463 basehttp 389 6236844032 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 15:07:09,517 basehttp 389 6236844032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 15:07:09,538 log 389 6236844032 Not Found: /favicon.ico WARNING 2025-09-03 15:07:09,539 basehttp 389 6236844032 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-03 15:07:39,480 log 389 6236844032 Not Found: /en/patients/insurance WARNING 2025-09-03 15:07:39,480 basehttp 389 6236844032 "GET /en/patients/insurance HTTP/1.1" 404 41364 WARNING 2025-09-03 15:07:39,511 log 389 6236844032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:07:39,512 basehttp 389 6236844032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:08:21,542 autoreload 389 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:08:21,959 autoreload 4226 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:08:24,624 basehttp 4226 6123991040 "GET /en/patients/insurance-info HTTP/1.1" 301 0 INFO 2025-09-03 15:08:24,691 basehttp 4226 6140817408 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 WARNING 2025-09-03 15:08:24,713 log 4226 6140817408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:08:24,713 basehttp 4226 6140817408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:08:24,775 basehttp 4226 6140817408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:08:32,089 log 4226 6140817408 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:08:32,091 basehttp 4226 6140817408 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 180114 WARNING 2025-09-03 15:08:32,109 log 4226 6140817408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:08:32,109 basehttp 4226 6140817408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:09:29,204 log 4226 6140817408 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:09:29,205 basehttp 4226 6140817408 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172792 WARNING 2025-09-03 15:09:29,220 log 4226 6140817408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:09:29,221 basehttp 4226 6140817408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:10:52,504 autoreload 4226 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:10:52,844 autoreload 5399 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:11:06,353 autoreload 5399 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:11:06,644 autoreload 5485 8466948288 Watching for file changes with StatReloader WARNING 2025-09-03 15:11:14,885 log 5485 6188003328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:14,886 basehttp 5485 6188003328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:14,945 basehttp 5485 6171176960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 15:11:15,057 log 5485 6171176960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:15,057 basehttp 5485 6171176960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:15,728 basehttp 5485 6171176960 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 WARNING 2025-09-03 15:11:15,744 log 5485 6171176960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:15,744 basehttp 5485 6171176960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:15,824 basehttp 5485 6171176960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:11:17,301 log 5485 6171176960 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_insurance' not found. 'verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:11:17,303 basehttp 5485 6171176960 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172655 WARNING 2025-09-03 15:11:17,320 log 5485 6171176960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:17,321 basehttp 5485 6171176960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:11:29,821 autoreload 5485 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:11:30,147 autoreload 5651 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 15:11:30,626 log 5651 6197702656 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' not found. 'check_eligibility' is not a valid view function or pattern name. ERROR 2025-09-03 15:11:30,627 basehttp 5651 6197702656 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172927 WARNING 2025-09-03 15:11:30,645 log 5651 6197702656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:11:30,645 basehttp 5651 6197702656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:15:08,350 autoreload 5651 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:15:08,717 autoreload 7264 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:24:42,899 autoreload 7264 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:24:43,417 autoreload 11531 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:28:16,434 autoreload 11531 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:28:16,933 autoreload 13108 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:28:28,613 autoreload 13108 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:28:28,975 autoreload 13192 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:30:17,833 autoreload 13192 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:30:18,177 autoreload 13969 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:30:51,592 autoreload 13969 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:30:51,919 autoreload 14286 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 15:30:54,800 log 14286 6200602624 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_claims_history' not found. 'insurance_claims_history' is not a valid view function or pattern name. ERROR 2025-09-03 15:30:54,801 basehttp 14286 6200602624 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172422 WARNING 2025-09-03 15:30:54,814 log 14286 6200602624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:30:54,814 basehttp 14286 6200602624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:32:45,369 autoreload 14286 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:32:45,749 autoreload 15060 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 15:33:46,568 log 15060 6198390784 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_claims_history' not found. 'insurance_claims_history' is not a valid view function or pattern name. ERROR 2025-09-03 15:33:46,569 basehttp 15060 6198390784 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172422 WARNING 2025-09-03 15:33:46,581 log 15060 6198390784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:33:46,581 basehttp 15060 6198390784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:33:48,014 log 15060 6198390784 Internal Server Error: /en/patients/insurance-info/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_claims_history' not found. 'insurance_claims_history' is not a valid view function or pattern name. ERROR 2025-09-03 15:33:48,014 basehttp 15060 6198390784 "GET /en/patients/insurance-info/5/ HTTP/1.1" 500 172422 WARNING 2025-09-03 15:33:48,026 log 15060 6198390784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:33:48,026 basehttp 15060 6198390784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:34:11,771 autoreload 15060 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 15:34:12,192 autoreload 15768 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:34:15,733 basehttp 15768 6205255680 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 WARNING 2025-09-03 15:34:15,755 log 15768 6205255680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:34:15,755 basehttp 15768 6205255680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:34:15,829 basehttp 15768 6205255680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:34:27,784 basehttp 15768 6205255680 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14966 INFO 2025-09-03 15:34:38,972 basehttp 15768 6205255680 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14939 INFO 2025-09-03 15:34:45,843 basehttp 15768 6205255680 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 80854 INFO 2025-09-03 15:35:15,823 basehttp 15768 6205255680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:35:15,834 basehttp 15768 6222082048 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 66320 ERROR 2025-09-03 15:35:22,519 log 15768 6222082048 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(6,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-09-03 15:35:22,520 basehttp 15768 6222082048 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 187855 WARNING 2025-09-03 15:35:22,558 log 15768 6222082048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:35:22,558 basehttp 15768 6222082048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:36:19,724 log 15768 6222082048 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_list' with arguments '(6,)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/\\Z'] ERROR 2025-09-03 15:36:19,725 basehttp 15768 6222082048 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 187992 WARNING 2025-09-03 15:36:19,738 log 15768 6222082048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:36:19,738 basehttp 15768 6222082048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:38:18,580 basehttp 15768 6222082048 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 WARNING 2025-09-03 15:38:18,595 log 15768 6222082048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:38:18,596 basehttp 15768 6222082048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:38:18,701 basehttp 15768 6222082048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:38:18,702 basehttp 15768 6205255680 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 15:38:18,707 log 15768 6255734784 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:38:18,709 basehttp 15768 6255734784 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 15:38:18,709 basehttp 15768 6238908416 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 15:38:18,743 basehttp 15768 6238908416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:38:48,774 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 64580 INFO 2025-09-03 15:39:18,660 basehttp 15768 6238908416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:39:18,768 basehttp 15768 6255734784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:39:18,770 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 75153 INFO 2025-09-03 15:39:48,783 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 62062 INFO 2025-09-03 15:40:18,665 basehttp 15768 6238908416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:18,781 basehttp 15768 6255734784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:18,783 basehttp 15768 6238908416 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 63158 INFO 2025-09-03 15:40:26,401 autoreload 15768 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 15:40:26,836 autoreload 18503 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 15:40:27,578 basehttp 18503 6194622464 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 INFO 2025-09-03 15:40:27,672 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:40:27,687 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:40:27,688 basehttp 18503 6211448832 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 WARNING 2025-09-03 15:40:27,690 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 15:40:27,691 basehttp 18503 6228275200 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 WARNING 2025-09-03 15:40:27,691 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 15:40:27,691 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 15:40:27,726 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:33,880 basehttp 18503 6245101568 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 37320 WARNING 2025-09-03 15:40:33,901 log 18503 6245101568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:40:33,901 basehttp 18503 6245101568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:40:33,970 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:40:33,979 log 18503 6211448832 Internal Server Error: /en/patients/appointments/7/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 15:40:33,980 basehttp 18503 6194622464 "GET /en/patients/emergency-contacts/7/ HTTP/1.1" 200 145 ERROR 2025-09-03 15:40:33,980 basehttp 18503 6211448832 "GET /en/patients/appointments/7/ HTTP/1.1" 500 63351 INFO 2025-09-03 15:40:33,980 basehttp 18503 6228275200 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36257 INFO 2025-09-03 15:40:34,026 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:43,215 basehttp 18503 6228275200 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 WARNING 2025-09-03 15:40:43,233 log 18503 6228275200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:40:43,233 basehttp 18503 6228275200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:40:43,258 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:40:50,101 basehttp 18503 6228275200 "GET /en/patients/insurance-info/43/ HTTP/1.1" 200 36270 WARNING 2025-09-03 15:40:50,122 log 18503 6228275200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 15:40:50,122 basehttp 18503 6228275200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 15:40:50,166 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:41:09,285 basehttp 18503 6228275200 "POST /en/patients/check-eligibility/43/ HTTP/1.1" 200 14972 INFO 2025-09-03 15:41:23,886 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 74397 ERROR 2025-09-03 15:41:31,202 log 18503 6228275200 Internal Server Error: /en/patients/insurance-info/update/43/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:41:31,204 basehttp 18503 6228275200 "GET /en/patients/insurance-info/update/43/ HTTP/1.1" 500 187179 ERROR 2025-09-03 15:41:42,767 log 18503 6228275200 Internal Server Error: /en/patients/insurance-info/create/50/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 15:41:42,769 basehttp 18503 6228275200 "GET /en/patients/insurance-info/create/50/ HTTP/1.1" 500 184447 ERROR 2025-09-03 15:41:53,885 log 18503 6228275200 Internal Server Error: /en/patients/renew-insurance/43/ ERROR 2025-09-03 15:41:53,886 basehttp 18503 6228275200 "POST /en/patients/renew-insurance/43/ HTTP/1.1" 500 126 INFO 2025-09-03 15:42:04,598 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 76561 INFO 2025-09-03 15:42:34,587 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:42:34,600 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 57536 INFO 2025-09-03 15:42:40,989 basehttp 18503 6211448832 "POST /en/patients/check-eligibility/43/ HTTP/1.1" 200 14944 INFO 2025-09-03 15:42:50,140 basehttp 18503 6211448832 "POST /en/patients/check-eligibility/43/ HTTP/1.1" 200 14093 INFO 2025-09-03 15:43:04,606 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 56708 INFO 2025-09-03 15:43:37,610 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:43:37,613 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 56866 INFO 2025-09-03 15:44:04,608 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/43/ HTTP/1.1" 200 59687 INFO 2025-09-03 15:44:09,301 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:44:18,627 log 18503 6228275200 Internal Server Error: /en/patients/insurance-info/delete/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 15:44:18,628 basehttp 18503 6228275200 "GET /en/patients/insurance-info/delete/5/ HTTP/1.1" 500 178234 INFO 2025-09-03 15:44:25,825 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:25,834 basehttp 18503 6228275200 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 59303 INFO 2025-09-03 15:44:25,838 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:34,055 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 69869 INFO 2025-09-03 15:44:42,743 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:42,756 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 48076 INFO 2025-09-03 15:44:42,761 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:43,396 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:43,399 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 64166 INFO 2025-09-03 15:44:47,838 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:44:49,066 basehttp 18503 6211448832 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 INFO 2025-09-03 15:44:50,570 basehttp 18503 6211448832 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 15:44:50,612 basehttp 18503 6211448832 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:44:56,947 basehttp 18503 6211448832 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 INFO 2025-09-03 15:44:56,978 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:45:00,788 basehttp 18503 6211448832 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-03 15:46:01,798 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:13,460 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:13,480 basehttp 18503 6211448832 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:46:14,146 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:17,985 basehttp 18503 6211448832 "GET /en/appointments/detail/1515/ HTTP/1.1" 200 22888 INFO 2025-09-03 15:46:18,020 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:19,831 basehttp 18503 6211448832 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 37307 INFO 2025-09-03 15:46:19,881 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:19,889 basehttp 18503 6194622464 "GET /en/patients/emergency-contacts/22/ HTTP/1.1" 200 145 INFO 2025-09-03 15:46:19,890 basehttp 18503 6228275200 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 36185 ERROR 2025-09-03 15:46:19,894 log 18503 6245101568 Internal Server Error: /en/patients/appointments/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 15:46:19,895 basehttp 18503 6245101568 "GET /en/patients/appointments/22/ HTTP/1.1" 500 63363 INFO 2025-09-03 15:46:19,926 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:46:22,323 log 18503 6245101568 Internal Server Error: /en/patients/emergency-contacts/create/22/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-03 15:46:22,324 basehttp 18503 6245101568 "GET /en/patients/emergency-contacts/create/22/ HTTP/1.1" 500 181662 INFO 2025-09-03 15:46:29,661 basehttp 18503 6245101568 "GET /en/emr/encounters/create/?patient=22 HTTP/1.1" 200 56248 INFO 2025-09-03 15:46:29,693 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:32,859 basehttp 18503 6245101568 "GET /en/laboratory/orders/create/?patient=22 HTTP/1.1" 200 36955 INFO 2025-09-03 15:46:32,892 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:46:36,130 basehttp 18503 6245101568 "GET /en/billing/bills/create/?patient=22 HTTP/1.1" 200 109320 INFO 2025-09-03 15:46:36,165 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:47:18,034 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:48:18,776 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:49:19,774 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:50:20,773 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:21,773 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:29,348 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:29,368 basehttp 18503 6245101568 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:51:31,904 basehttp 18503 6245101568 "GET /en/ HTTP/1.1" 200 49798 INFO 2025-09-03 15:51:31,969 basehttp 18503 6194622464 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 15:51:31,970 basehttp 18503 6211448832 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 15:51:31,971 basehttp 18503 6245101568 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-03 15:51:43,608 log 18503 6245101568 Not Found: /en/insurance-info WARNING 2025-09-03 15:51:43,608 basehttp 18503 6245101568 "GET /en/insurance-info HTTP/1.1" 404 29883 INFO 2025-09-03 15:51:50,153 basehttp 18503 6245101568 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 INFO 2025-09-03 15:51:50,200 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:51:54,051 basehttp 18503 6245101568 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 15:51:54,083 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:01,775 basehttp 18503 6245101568 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14964 INFO 2025-09-03 15:52:06,298 basehttp 18503 6245101568 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14084 ERROR 2025-09-03 15:52:15,651 log 18503 6245101568 Internal Server Error: /en/patients/renew-insurance/5/ ERROR 2025-09-03 15:52:15,652 basehttp 18503 6245101568 "POST /en/patients/renew-insurance/5/ HTTP/1.1" 500 126 INFO 2025-09-03 15:52:24,105 basehttp 18503 6245101568 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 76173 INFO 2025-09-03 15:52:40,863 basehttp 18503 6245101568 "GET /en/appointments/ HTTP/1.1" 200 44186 INFO 2025-09-03 15:52:40,896 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:40,911 basehttp 18503 6211448832 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-03 15:52:46,120 basehttp 18503 6211448832 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-03 15:52:46,143 basehttp 18503 6245101568 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 15:52:46,193 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:46,198 basehttp 18503 6194622464 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 15:52:50,838 basehttp 18503 6194622464 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 15:52:50,889 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:52:50,894 basehttp 18503 6245101568 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 15:52:53,686 basehttp 18503 6245101568 "GET /en/radiology HTTP/1.1" 301 0 INFO 2025-09-03 15:52:53,767 basehttp 18503 6194622464 "GET /en/radiology/ HTTP/1.1" 200 29206 INFO 2025-09-03 15:52:53,799 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:52:53,828 log 18503 6211448832 Internal Server Error: /en/radiology/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 861, in radiology_stats 'critical_findings': RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'has_critical_findings' into field. Choices are: addendum, addendum_datetime, clinical_history, created_at, critical_communicated, critical_communicated_datetime, critical_communicated_to, critical_finding, dictated_by, dictated_by_id, dictated_datetime, finalized_datetime, findings, id, impression, radiologist, radiologist_id, recommendations, report_id, report_length, status, structured_data, study, study_id, technique, template_used, template_used_id, transcribed_by, transcribed_by_id, transcribed_datetime, turnaround_time, updated_at, verified_datetime ERROR 2025-09-03 15:52:53,830 basehttp 18503 6211448832 "GET /en/radiology/htmx/stats/ HTTP/1.1" 500 124367 INFO 2025-09-03 15:52:55,899 basehttp 18503 6211448832 "GET /en/radiology/orders/ HTTP/1.1" 200 88633 INFO 2025-09-03 15:52:55,932 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 15:52:59,433 log 18503 6211448832 Internal Server Error: /en/radiology/orders/403/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'method' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/radiology/views.py", line 359, in get_context_data study_reports = RadiologyReport.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/related_lookups.py", line 112, in get_prep_lookup self.rhs = target_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( TypeError: Field 'id' expected a number but got ]>>. ERROR 2025-09-03 15:52:59,434 basehttp 18503 6211448832 "GET /en/radiology/orders/403/ HTTP/1.1" 500 151378 INFO 2025-09-03 15:53:05,498 basehttp 18503 6211448832 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 15:53:05,549 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:53:05,555 basehttp 18503 6194622464 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 15:53:07,760 basehttp 18503 6194622464 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-09-03 15:53:07,806 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:53:07,808 basehttp 18503 6211448832 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-03 15:53:07,832 basehttp 18503 6228275200 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 15:53:10,466 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:53:10,547 basehttp 18503 6228275200 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-03 15:53:10,583 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:53:10,697 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:53:40,707 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:54:10,596 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:54:10,699 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:54:40,719 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:55:10,599 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:55:10,696 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:55:40,720 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:56:10,603 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:56:10,692 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:56:40,719 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:57:10,606 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:57:10,696 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:57:40,720 basehttp 18503 6228275200 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:58:10,602 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:58:10,690 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:58:40,722 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:59:10,609 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 15:59:10,702 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 15:59:40,721 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:00:10,613 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:00:10,706 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:00:40,721 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:01:10,620 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:01:10,710 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:01:40,721 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:02:10,623 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:02:10,700 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:02:40,696 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:03:10,635 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:03:10,716 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:03:40,728 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:04:10,632 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:04:10,716 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:04:40,712 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:05:10,631 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:10,706 basehttp 18503 6194622464 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 16:05:19,228 basehttp 18503 6194622464 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 16:05:19,259 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:55,027 basehttp 18503 6194622464 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 INFO 2025-09-03 16:05:55,077 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:57,467 basehttp 18503 6194622464 "GET /en/patients/insurance-info/ HTTP/1.1" 200 138485 INFO 2025-09-03 16:05:57,510 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:05:59,351 basehttp 18503 6194622464 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 16:05:59,383 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:06:08,880 basehttp 18503 6194622464 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14969 INFO 2025-09-03 16:06:29,412 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 53709 INFO 2025-09-03 16:06:59,398 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:06:59,408 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 80703 INFO 2025-09-03 16:07:29,402 basehttp 18503 6211448832 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 77457 INFO 2025-09-03 16:07:59,392 basehttp 18503 6211448832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:07:59,401 basehttp 18503 6194622464 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 75736 INFO 2025-09-03 16:08:01,231 basehttp 18503 6194622464 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 INFO 2025-09-03 16:08:01,274 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:08:09,008 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:08:09,008 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:16,956 basehttp 18503 6194622464 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 13231 INFO 2025-09-03 16:08:30,438 basehttp 18503 6194622464 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 WARNING 2025-09-03 16:08:30,453 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:08:30,453 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:30,571 basehttp 18503 6211448832 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 INFO 2025-09-03 16:08:30,572 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:08:30,577 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' ERROR 2025-09-03 16:08:30,579 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 16:08:30,579 basehttp 18503 6228275200 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 16:08:30,641 basehttp 18503 6228275200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:08:36,166 basehttp 18503 6228275200 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 INFO 2025-09-03 16:08:36,178 basehttp 18503 6194622464 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-03 16:08:36,184 log 18503 6211448832 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 16:08:36,184 basehttp 18503 6228275200 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-03 16:08:36,185 basehttp 18503 6211448832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:36,189 basehttp 18503 6194622464 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 16:08:36,193 basehttp 18503 6228275200 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 16:08:36,194 basehttp 18503 6278754304 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 16:08:36,195 basehttp 18503 6261927936 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 16:08:36,195 basehttp 18503 6245101568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 16:08:36,197 basehttp 18503 6194622464 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 16:08:36,202 basehttp 18503 6211448832 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 16:08:36,500 basehttp 18503 6211448832 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 16:08:36,524 basehttp 18503 6211448832 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 16:08:36,525 basehttp 18503 6194622464 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 16:08:36,525 basehttp 18503 6278754304 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 16:08:36,525 basehttp 18503 6261927936 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 16:08:36,525 basehttp 18503 6245101568 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 16:08:36,528 basehttp 18503 6228275200 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 16:08:36,528 basehttp 18503 6278754304 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 16:08:36,528 basehttp 18503 6261927936 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 16:08:36,529 basehttp 18503 6194622464 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 16:08:36,530 basehttp 18503 6245101568 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 16:08:36,532 basehttp 18503 6228275200 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 16:08:36,533 basehttp 18503 6228275200 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 16:08:36,536 basehttp 18503 6211448832 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 16:08:36,536 basehttp 18503 6228275200 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 16:08:36,537 basehttp 18503 6211448832 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 16:08:36,538 basehttp 18503 6211448832 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 16:08:36,538 basehttp 18503 6228275200 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 16:08:36,543 basehttp 18503 6228275200 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 16:08:36,543 basehttp 18503 6211448832 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 16:08:36,544 basehttp 18503 6228275200 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 16:08:36,545 basehttp 18503 6211448832 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 16:08:36,546 basehttp 18503 6211448832 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 16:08:36,546 basehttp 18503 6228275200 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 16:08:36,560 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:08:36,564 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 16:08:36,565 basehttp 18503 6261927936 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 16:08:36,566 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63616 INFO 2025-09-03 16:08:36,566 basehttp 18503 6194622464 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 16:08:36,660 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:08:36,665 log 18503 6194622464 Not Found: /favicon.ico WARNING 2025-09-03 16:08:36,665 basehttp 18503 6194622464 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 16:08:41,490 basehttp 18503 6194622464 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 37289 WARNING 2025-09-03 16:08:41,529 log 18503 6194622464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:08:41,529 basehttp 18503 6194622464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:08:41,610 basehttp 18503 6194622464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:08:41,619 log 18503 6278754304 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 16:08:41,619 basehttp 18503 6245101568 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 16:08:41,619 basehttp 18503 6278754304 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 16:08:41,619 basehttp 18503 6261927936 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 INFO 2025-09-03 16:08:41,670 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:09:11,398 log 18503 6278754304 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:09:11,399 basehttp 18503 6278754304 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 184443 WARNING 2025-09-03 16:09:11,418 log 18503 6278754304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:09:11,418 basehttp 18503 6278754304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:09:14,207 log 18503 6261927936 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 16:09:14,208 basehttp 18503 6278754304 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 76823 WARNING 2025-09-03 16:09:14,208 basehttp 18503 6261927936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:09:14,222 log 18503 6278754304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:09:14,222 basehttp 18503 6278754304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:09:41,603 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:09:41,708 basehttp 18503 6261927936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:09:41,710 basehttp 18503 6278754304 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 56822 INFO 2025-09-03 16:10:11,709 basehttp 18503 6278754304 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 67960 INFO 2025-09-03 16:10:15,315 basehttp 18503 6278754304 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 36837 WARNING 2025-09-03 16:10:15,337 log 18503 6278754304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:10:15,338 basehttp 18503 6278754304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:10:15,406 basehttp 18503 6278754304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:10:15,412 log 18503 6245101568 Internal Server Error: /en/patients/appointments/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: patient_appointment_list() got an unexpected keyword argument 'patient_id' INFO 2025-09-03 16:10:15,412 basehttp 18503 6261927936 "GET /en/patients/emergency-contacts/6/ HTTP/1.1" 200 145 ERROR 2025-09-03 16:10:15,412 basehttp 18503 6245101568 "GET /en/patients/appointments/6/ HTTP/1.1" 500 63351 INFO 2025-09-03 16:11:15,392 basehttp 18503 6245101568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:11:22,561 autoreload 18503 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:11:23,045 autoreload 32187 8466948288 Watching for file changes with StatReloader WARNING 2025-09-03 16:11:23,942 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:11:23,942 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:11:23,950 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:11:23,950 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:11:28,119 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_form' not found. 'patient_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:11:28,120 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 186338 WARNING 2025-09-03 16:11:28,136 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:11:28,136 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:11:28,160 log 32187 6156185600 Not Found: /favicon.ico WARNING 2025-09-03 16:11:28,161 basehttp 32187 6156185600 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-03 16:12:20,760 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_confirm_delete' not found. 'patient_confirm_delete' is not a valid view function or pattern name. ERROR 2025-09-03 16:12:20,761 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 185824 WARNING 2025-09-03 16:12:20,778 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:12:20,778 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:12:39,356 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_form' not found. 'appointment_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:12:39,357 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 186030 WARNING 2025-09-03 16:12:39,374 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:12:39,375 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:13:32,585 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_form' not found. 'emergency_contact_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:13:32,586 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 185456 WARNING 2025-09-03 16:13:32,599 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:13:32,599 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:14:03,433 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_list' not found. 'emergency_contact_list' is not a valid view function or pattern name. ERROR 2025-09-03 16:14:03,434 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 202148 WARNING 2025-09-03 16:14:03,447 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:14:03,447 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:14:49,929 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_form' not found. 'insurance_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:14:49,933 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 185231 WARNING 2025-09-03 16:14:49,948 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:14:49,948 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:15:13,280 log 32187 6156185600 Internal Server Error: /en/patients/patientprofile/6/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_form' not found. 'patient_note_form' is not a valid view function or pattern name. ERROR 2025-09-03 16:15:13,281 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 500 184334 WARNING 2025-09-03 16:15:13,296 log 32187 6156185600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:15:13,296 basehttp 32187 6156185600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:15:45,800 basehttp 32187 6156185600 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 32405 INFO 2025-09-03 16:15:45,812 basehttp 32187 13170143232 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 16:15:45,814 basehttp 32187 6156185600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 16:15:45,815 basehttp 32187 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 16:15:45,817 basehttp 32187 6156185600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-03 16:15:45,823 log 32187 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:15:45,824 basehttp 32187 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:15:45,825 basehttp 32187 6156185600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 16:15:45,828 basehttp 32187 13203795968 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 16:15:45,830 basehttp 32187 13186969600 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 16:15:45,832 basehttp 32187 6173011968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 16:15:45,832 basehttp 32187 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 16:15:46,240 basehttp 32187 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 16:15:46,272 basehttp 32187 13220622336 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 16:15:46,273 basehttp 32187 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 16:15:46,273 basehttp 32187 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 16:15:46,273 basehttp 32187 6156185600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 16:15:46,274 basehttp 32187 6173011968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 16:15:46,276 basehttp 32187 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 16:15:46,276 basehttp 32187 6156185600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 16:15:46,277 basehttp 32187 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 16:15:46,277 basehttp 32187 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 16:15:46,279 basehttp 32187 13170143232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 16:15:46,281 basehttp 32187 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 16:15:46,281 basehttp 32187 6156185600 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 16:15:46,281 basehttp 32187 13203795968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 16:15:46,281 basehttp 32187 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 16:15:46,281 basehttp 32187 13170143232 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 16:15:46,286 basehttp 32187 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 16:15:46,286 basehttp 32187 6156185600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 16:15:46,288 basehttp 32187 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 16:15:46,288 basehttp 32187 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 16:15:46,289 basehttp 32187 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 16:15:46,290 basehttp 32187 6173011968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:15:46,291 basehttp 32187 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 16:15:46,291 basehttp 32187 6156185600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-03 16:15:46,291 basehttp 32187 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 16:15:54,969 basehttp 32187 13220622336 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36164 WARNING 2025-09-03 16:15:54,985 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:15:54,985 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:15:55,068 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:16:03,997 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:04,001 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:16:04,009 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:04,009 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:33,533 basehttp 32187 13220622336 "GET /en/patients/patientprofile/6/details/ HTTP/1.1" 200 32411 WARNING 2025-09-03 16:16:33,548 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:33,548 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:33,601 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:16:46,578 basehttp 32187 13220622336 "GET /en/appointments/create/?patient=6 HTTP/1.1" 200 36516 WARNING 2025-09-03 16:16:46,597 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:46,597 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:46,648 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:16:54,094 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:54,094 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:16:54,105 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:54,105 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:56,001 basehttp 32187 13220622336 "GET /en/emr/encounters/create/?patient=6 HTTP/1.1" 200 56248 WARNING 2025-09-03 16:16:56,020 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:16:56,020 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:16:56,076 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:17:01,130 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:01,130 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:17:01,140 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:01,140 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:02,281 basehttp 32187 13220622336 "GET /en/laboratory/orders/create/?patient=6 HTTP/1.1" 200 36955 WARNING 2025-09-03 16:17:02,300 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:02,300 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:02,349 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:17:05,833 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:05,833 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:17:05,846 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:05,846 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:15,810 basehttp 32187 13220622336 "GET /en/pharmacy/prescriptions/create/?patient=6 HTTP/1.1" 200 71387 WARNING 2025-09-03 16:17:15,828 log 32187 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:15,828 basehttp 32187 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:15,887 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:17:40,575 basehttp 32187 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:17:40,576 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:40,577 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:17:40,585 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:40,585 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:17:41,306 basehttp 32187 13203795968 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36140 WARNING 2025-09-03 16:17:41,325 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:41,325 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:17:42,785 log 32187 13203795968 Internal Server Error: /en/patients/insurance-info/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_verify_insurance' not found. 'bulk_verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:17:42,786 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 500 232307 WARNING 2025-09-03 16:17:42,801 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:42,802 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:17:45,963 log 32187 13203795968 Internal Server Error: /en/patients/insurance-info/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_verify_insurance' not found. 'bulk_verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:17:45,964 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 500 232575 WARNING 2025-09-03 16:17:45,979 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:45,979 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:17:47,344 log 32187 13203795968 Internal Server Error: /en/patients/insurance-info/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_verify_insurance' not found. 'bulk_verify_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:17:47,345 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 500 232575 WARNING 2025-09-03 16:17:47,359 log 32187 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:17:47,360 basehttp 32187 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:18:24,507 basehttp 32187 13203795968 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140257 INFO 2025-09-03 16:18:24,517 basehttp 32187 6173011968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 16:18:24,517 basehttp 32187 13220622336 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 16:18:24,518 basehttp 32187 13203795968 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 16:18:24,518 basehttp 32187 6156185600 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-03 16:18:24,521 log 32187 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:18:24,521 basehttp 32187 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:18:24,522 basehttp 32187 13203795968 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 16:18:24,523 basehttp 32187 6156185600 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 16:18:24,589 basehttp 32187 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:19:24,598 basehttp 32187 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:20:24,610 basehttp 32187 6156185600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:20:34,189 autoreload 32187 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:20:34,626 autoreload 36329 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:21:00,691 autoreload 36329 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:21:01,020 autoreload 36566 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:21:24,682 basehttp 36566 6162264064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:21:38,632 autoreload 36566 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:21:38,968 autoreload 36879 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:22:24,642 basehttp 36879 6168653824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:22:53,857 autoreload 36879 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:22:54,180 autoreload 37429 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:23:20,287 autoreload 37429 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:23:20,625 autoreload 37587 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:23:24,649 basehttp 37587 6124466176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:23:24,679 basehttp 37587 6141292544 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140257 WARNING 2025-09-03 16:23:24,697 log 37587 6141292544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:23:24,698 basehttp 37587 6141292544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:23:24,765 basehttp 37587 6141292544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:24:24,764 basehttp 37587 6141292544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:25:03,528 autoreload 37587 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:25:03,868 autoreload 38363 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:25:13,997 autoreload 38498 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:25:16,694 basehttp 38498 6129905664 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140382 WARNING 2025-09-03 16:25:16,705 log 38498 6129905664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:25:16,705 basehttp 38498 6129905664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:25:16,763 basehttp 38498 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:25:50,626 autoreload 38498 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 16:25:50,959 autoreload 38804 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:25:59,047 autoreload 38860 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:26:01,318 basehttp 38860 6133968896 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140382 WARNING 2025-09-03 16:26:01,336 log 38860 6133968896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:26:01,336 basehttp 38860 6133968896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:26:01,398 basehttp 38860 6133968896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 16:26:36,376 log 38860 6133968896 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_primary_insurance' not found. 'check_primary_insurance' is not a valid view function or pattern name. ERROR 2025-09-03 16:26:36,378 basehttp 38860 6133968896 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 186941 WARNING 2025-09-03 16:26:36,396 log 38860 6133968896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:26:36,396 basehttp 38860 6133968896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:31:19,383 autoreload 38860 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:31:19,832 autoreload 41272 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:31:39,778 autoreload 41272 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:31:40,203 autoreload 41441 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:31:44,101 log 41441 6125826048 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'validate_policy_number' not found. 'validate_policy_number' is not a valid view function or pattern name. ERROR 2025-09-03 16:31:44,103 basehttp 41441 6125826048 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 187353 WARNING 2025-09-03 16:31:44,129 log 41441 6125826048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:31:44,129 basehttp 41441 6125826048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:37:35,837 autoreload 41441 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:37:36,280 autoreload 44059 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:37:53,160 autoreload 44059 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:37:53,557 autoreload 44228 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:37:55,892 log 44228 6170112000 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_insurance_draft' not found. 'save_insurance_draft' is not a valid view function or pattern name. ERROR 2025-09-03 16:37:55,894 basehttp 44228 6170112000 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 186681 WARNING 2025-09-03 16:37:55,909 log 44228 6170112000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:37:55,909 basehttp 44228 6170112000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:39:57,209 autoreload 44228 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:39:57,655 autoreload 45179 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:40:50,907 autoreload 45179 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:40:51,217 autoreload 45579 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:40:54,116 log 45579 6170324992 Internal Server Error: /en/patients/insurance-info/update/5/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_with_provider' not found. 'verify_with_provider' is not a valid view function or pattern name. ERROR 2025-09-03 16:40:54,118 basehttp 45579 6170324992 "GET /en/patients/insurance-info/update/5/ HTTP/1.1" 500 187475 WARNING 2025-09-03 16:40:54,133 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:40:54,133 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:41:40,831 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:40,831 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:41,803 basehttp 45579 6170324992 "GET /en/ HTTP/1.1" 200 49744 WARNING 2025-09-03 16:41:41,816 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:41,816 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:41,851 basehttp 45579 12918534144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 16:41:41,852 basehttp 45579 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 16:41:41,852 basehttp 45579 6170324992 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-03 16:41:44,203 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:44,204 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:41:44,214 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:44,214 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:47,781 basehttp 45579 6170324992 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36145 WARNING 2025-09-03 16:41:47,796 log 45579 6170324992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:41:47,796 basehttp 45579 6170324992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:41:47,846 basehttp 45579 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:41:57,002 basehttp 45579 6170324992 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 14940 INFO 2025-09-03 16:42:01,973 basehttp 45579 6170324992 "POST /en/patients/check-eligibility/5/ HTTP/1.1" 200 13229 INFO 2025-09-03 16:42:17,873 basehttp 45579 6170324992 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 59419 INFO 2025-09-03 16:42:47,876 basehttp 45579 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:42:47,879 basehttp 45579 12901707776 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 54197 INFO 2025-09-03 16:43:17,872 basehttp 45579 12901707776 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 80252 INFO 2025-09-03 16:43:47,875 basehttp 45579 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:43:47,879 basehttp 45579 6170324992 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 68006 INFO 2025-09-03 16:44:17,869 basehttp 45579 6170324992 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 76773 INFO 2025-09-03 16:44:48,720 basehttp 45579 6170324992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:44:48,724 basehttp 45579 12901707776 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 48154 ERROR 2025-09-03 16:45:00,443 log 45579 12901707776 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'verify_with_provider' not found. 'verify_with_provider' is not a valid view function or pattern name. ERROR 2025-09-03 16:45:00,445 basehttp 45579 12901707776 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 184832 WARNING 2025-09-03 16:45:00,462 log 45579 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:45:00,462 basehttp 45579 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:48:18,872 autoreload 45579 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 16:48:19,254 autoreload 48837 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 16:48:54,720 autoreload 48837 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 16:48:55,075 autoreload 49152 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 16:49:14,429 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:14,432 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188253 WARNING 2025-09-03 16:49:14,446 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:14,447 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:49:17,242 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:17,243 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188253 WARNING 2025-09-03 16:49:17,254 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:17,254 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:49:52,486 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:52,487 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188316 WARNING 2025-09-03 16:49:52,501 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:52,501 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:49:53,861 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:49:53,862 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188316 WARNING 2025-09-03 16:49:53,874 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:49:53,874 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:50:01,019 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:50:01,021 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188309 WARNING 2025-09-03 16:50:01,033 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:50:01,033 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-03 16:50:26,006 log 49152 6134444032 Internal Server Error: /en/patients/insurance-info/create/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_eligibility' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/check\\-eligibility/(?P[0-9]+)/\\Z'] ERROR 2025-09-03 16:50:26,007 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 500 188204 WARNING 2025-09-03 16:50:26,020 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:50:26,020 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:50:40,293 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/6/ HTTP/1.1" 200 40576 WARNING 2025-09-03 16:50:40,306 basehttp 49152 6134444032 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 16:50:40,306 basehttp 49152 6168096768 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 16:50:40,309 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:50:40,309 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:50:40,397 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:51:07,727 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:51:07,728 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:51:07,729 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:51:07,729 basehttp 49152 6168096768 - Broken pipe from ('127.0.0.1', 55010) INFO 2025-09-03 16:51:07,731 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 55815 WARNING 2025-09-03 16:51:07,739 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:51:07,739 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:51:17,835 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 47772 INFO 2025-09-03 16:51:47,829 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 66565 INFO 2025-09-03 16:52:07,700 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:52:17,816 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 72881 INFO 2025-09-03 16:52:24,683 basehttp 49152 6151270400 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36145 WARNING 2025-09-03 16:52:24,700 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:52:24,700 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:52:24,805 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:52:54,829 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 59504 INFO 2025-09-03 16:53:24,813 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:53:24,816 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 78147 INFO 2025-09-03 16:53:54,809 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 52726 INFO 2025-09-03 16:54:24,790 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:54:24,796 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 53055 INFO 2025-09-03 16:54:36,983 basehttp 49152 6151270400 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36147 WARNING 2025-09-03 16:54:37,001 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:54:37,001 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:54:37,057 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:55:04,254 basehttp 49152 6151270400 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36147 INFO 2025-09-03 16:55:04,269 basehttp 49152 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-03 16:55:04,272 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:55:04,273 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:55:04,277 basehttp 49152 6134444032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-03 16:55:04,278 basehttp 49152 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 16:55:04,281 basehttp 49152 6151270400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-03 16:55:04,282 basehttp 49152 13338013696 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 16:55:04,284 basehttp 49152 13321187328 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 16:55:04,284 basehttp 49152 6134444032 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 16:55:04,286 basehttp 49152 6168096768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 16:55:04,293 basehttp 49152 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 16:55:04,580 basehttp 49152 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 16:55:04,609 basehttp 49152 13338013696 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 16:55:04,609 basehttp 49152 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 16:55:04,609 basehttp 49152 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 16:55:04,611 basehttp 49152 6168096768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 16:55:04,612 basehttp 49152 6134444032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 16:55:04,613 basehttp 49152 6151270400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 16:55:04,615 basehttp 49152 13321187328 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 16:55:04,615 basehttp 49152 13304360960 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 16:55:04,616 basehttp 49152 6168096768 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 16:55:04,618 basehttp 49152 13321187328 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 16:55:04,623 basehttp 49152 6134444032 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 16:55:04,632 basehttp 49152 6168096768 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 16:55:04,633 basehttp 49152 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 16:55:04,634 basehttp 49152 13321187328 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 16:55:04,635 basehttp 49152 6134444032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 16:55:04,636 basehttp 49152 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 16:55:04,637 basehttp 49152 6168096768 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 16:55:04,639 basehttp 49152 13338013696 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 16:55:04,639 basehttp 49152 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 16:55:04,640 basehttp 49152 6134444032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 16:55:04,640 basehttp 49152 6168096768 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 16:55:04,641 basehttp 49152 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 16:55:04,641 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:55:04,642 basehttp 49152 13321187328 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-03 16:55:04,754 log 49152 13321187328 Not Found: /favicon.ico WARNING 2025-09-03 16:55:04,755 basehttp 49152 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 16:55:34,655 basehttp 49152 13321187328 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 67000 INFO 2025-09-03 16:56:04,093 basehttp 49152 13321187328 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36171 WARNING 2025-09-03 16:56:04,108 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:04,108 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:04,193 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:56:06,146 basehttp 49152 13321187328 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 32118 WARNING 2025-09-03 16:56:06,163 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:06,163 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:06,212 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:56:09,434 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:09,434 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:56:09,444 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:09,445 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:34,209 basehttp 49152 13321187328 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 74922 INFO 2025-09-03 16:56:54,553 basehttp 49152 13321187328 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36177 WARNING 2025-09-03 16:56:54,569 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:56:54,569 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:56:54,619 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:57:01,942 basehttp 49152 13321187328 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140382 INFO 2025-09-03 16:57:01,957 basehttp 49152 13304360960 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 16:57:01,957 basehttp 49152 6134444032 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 16:57:01,958 basehttp 49152 6151270400 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 16:57:01,959 basehttp 49152 6168096768 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-03 16:57:01,962 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:57:01,962 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:57:01,964 basehttp 49152 6168096768 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 16:57:01,964 basehttp 49152 13321187328 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 16:57:02,028 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 16:57:06,244 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:57:06,244 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 16:57:06,254 log 49152 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:57:06,254 basehttp 49152 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:57:24,637 basehttp 49152 13321187328 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 70641 INFO 2025-09-03 16:57:54,637 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:57:54,644 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 79948 INFO 2025-09-03 16:58:24,636 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 75853 INFO 2025-09-03 16:58:54,637 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:58:54,642 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 66186 INFO 2025-09-03 16:59:15,464 basehttp 49152 6151270400 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36096 WARNING 2025-09-03 16:59:15,478 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 16:59:15,479 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 16:59:15,529 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 16:59:45,556 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 76535 INFO 2025-09-03 17:00:15,536 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:00:15,543 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 65714 INFO 2025-09-03 17:00:45,547 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/6/ HTTP/1.1" 200 69964 INFO 2025-09-03 17:00:55,925 basehttp 49152 6134444032 "GET /en/patients/insurance-info/6/ HTTP/1.1" 200 36096 WARNING 2025-09-03 17:00:55,942 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:00:55,942 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:00:55,996 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:00:58,630 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/7/ HTTP/1.1" 200 40576 WARNING 2025-09-03 17:00:58,645 basehttp 49152 6151270400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 17:00:58,649 basehttp 49152 6151270400 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 17:00:58,650 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:00:58,651 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:00:58,702 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:01:05,029 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:05,030 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:01:05,040 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:05,040 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:01:09,456 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:09,456 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:01:09,457 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:01:09,462 basehttp 49152 6151270400 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 56817 WARNING 2025-09-03 17:01:09,482 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:09,482 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:01:13,278 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:13,278 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:01:16,730 basehttp 49152 6134444032 "GET /en/patients/insurance-info/16/ HTTP/1.1" 200 36125 WARNING 2025-09-03 17:01:16,747 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:01:16,747 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:01:16,793 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:01:46,831 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/16/ HTTP/1.1" 200 73282 INFO 2025-09-03 17:02:13,096 basehttp 49152 6134444032 "GET /en/patients/insurance-info/16/ HTTP/1.1" 200 36125 WARNING 2025-09-03 17:02:13,112 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:13,112 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:13,165 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:02:15,207 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:02:15,212 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:15,212 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:02:15,225 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:15,225 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:15,910 basehttp 49152 6151270400 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140798 WARNING 2025-09-03 17:02:15,922 log 49152 6151270400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:02:15,923 basehttp 49152 6151270400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:15,991 basehttp 49152 6151270400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:02:47,046 basehttp 49152 6151270400 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140812 INFO 2025-09-03 17:02:47,055 basehttp 49152 6168096768 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-03 17:02:47,058 basehttp 49152 13321187328 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-03 17:02:47,060 basehttp 49152 13304360960 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-03 17:02:47,064 basehttp 49152 6151270400 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-03 17:02:47,069 log 49152 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-03 17:02:47,070 basehttp 49152 13321187328 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-03 17:02:47,070 basehttp 49152 6151270400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-03 17:02:47,071 basehttp 49152 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:02:47,077 basehttp 49152 6168096768 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-03 17:02:47,078 basehttp 49152 13338013696 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-03 17:02:47,081 basehttp 49152 6134444032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-03 17:02:47,081 basehttp 49152 6168096768 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-03 17:02:47,082 basehttp 49152 13338013696 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-03 17:02:47,084 basehttp 49152 6151270400 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-03 17:02:47,084 basehttp 49152 6168096768 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-03 17:02:47,086 basehttp 49152 13304360960 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-03 17:02:47,086 basehttp 49152 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-03 17:02:47,392 basehttp 49152 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-03 17:02:47,430 basehttp 49152 13304360960 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-03 17:02:47,431 basehttp 49152 13321187328 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-03 17:02:47,432 basehttp 49152 13338013696 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-03 17:02:47,433 basehttp 49152 6151270400 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-03 17:02:47,433 basehttp 49152 6168096768 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-03 17:02:47,436 basehttp 49152 13338013696 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-03 17:02:47,436 basehttp 49152 6151270400 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-03 17:02:47,437 basehttp 49152 6168096768 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-03 17:02:47,438 basehttp 49152 6134444032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-03 17:02:47,441 basehttp 49152 6151270400 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-03 17:02:47,442 basehttp 49152 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-03 17:02:47,444 basehttp 49152 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-03 17:02:47,444 basehttp 49152 6134444032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-03 17:02:47,444 basehttp 49152 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:02:47,445 basehttp 49152 6168096768 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-03 17:02:47,447 basehttp 49152 6151270400 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-03 17:02:47,449 basehttp 49152 6168096768 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-03 17:02:47,449 basehttp 49152 13304360960 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-03 17:02:47,449 basehttp 49152 6134444032 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-03 17:02:47,451 basehttp 49152 13338013696 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-03 17:02:47,451 basehttp 49152 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-03 17:02:47,451 basehttp 49152 6151270400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-03 17:02:47,452 basehttp 49152 6134444032 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-03 17:02:47,452 basehttp 49152 6168096768 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-03 17:02:47,628 log 49152 6168096768 Not Found: /favicon.ico WARNING 2025-09-03 17:02:47,628 basehttp 49152 6168096768 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-03 17:03:47,447 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:04:17,897 basehttp 49152 6168096768 "GET /en/patients/insurance-info/ HTTP/1.1" 200 140797 WARNING 2025-09-03 17:04:17,911 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:04:17,911 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:04:18,008 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:04:55,377 basehttp 49152 6168096768 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139304 WARNING 2025-09-03 17:04:55,388 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:04:55,388 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:04:55,460 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:05:14,041 basehttp 49152 6168096768 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36205 WARNING 2025-09-03 17:05:14,059 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:14,060 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:05:14,109 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:05:26,798 basehttp 49152 6168096768 "GET /en/patients/patientprofile/8/details/ HTTP/1.1" 200 32128 WARNING 2025-09-03 17:05:26,813 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:26,813 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:05:26,881 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:05:30,014 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:30,014 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:05:30,027 log 49152 6168096768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:05:30,027 basehttp 49152 6168096768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:05:44,142 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 64179 INFO 2025-09-03 17:06:14,133 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:06:14,136 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53775 INFO 2025-09-03 17:06:44,132 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 48203 INFO 2025-09-03 17:07:14,133 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:07:14,137 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 47322 INFO 2025-09-03 17:07:44,131 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 69502 INFO 2025-09-03 17:08:14,122 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:08:14,124 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 47890 INFO 2025-09-03 17:08:44,128 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53756 INFO 2025-09-03 17:09:14,125 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 63952 INFO 2025-09-03 17:09:14,126 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:09:44,129 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53497 INFO 2025-09-03 17:10:14,136 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 67836 INFO 2025-09-03 17:10:14,136 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:10:14,149 basehttp 49152 6168096768 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-03 17:10:44,127 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 67747 INFO 2025-09-03 17:11:14,130 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 57845 INFO 2025-09-03 17:11:14,132 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:11:44,125 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 71568 INFO 2025-09-03 17:12:14,127 basehttp 49152 6134444032 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 60615 INFO 2025-09-03 17:12:14,128 basehttp 49152 6168096768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:12:44,123 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 55851 INFO 2025-09-03 17:13:14,125 basehttp 49152 6168096768 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 80533 INFO 2025-09-03 17:13:14,132 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:13:34,753 basehttp 49152 6134444032 "GET /en/patients/insurance-info/create/8/ HTTP/1.1" 200 40576 WARNING 2025-09-03 17:13:34,772 basehttp 49152 6168096768 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 17:13:34,772 basehttp 49152 6151270400 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 17:13:34,775 log 49152 6134444032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:13:34,775 basehttp 49152 6134444032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:13:34,825 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:14:35,606 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:15:36,606 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:16:37,605 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:17:38,611 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:18:39,610 basehttp 49152 6134444032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:19:28,002 autoreload 49152 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 17:19:28,467 autoreload 62657 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:19:40,731 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:20:42,683 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:22:40,677 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:24:40,666 basehttp 62657 6170357760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:25:28,605 autoreload 62657 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:25:29,020 autoreload 65265 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:42:35,024 autoreload 73355 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:42:38,307 basehttp 73355 6158807040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:42:39,925 basehttp 73355 6158807040 "GET /en/patients/insurance-info/create/8/ HTTP/1.1" 200 40576 WARNING 2025-09-03 17:42:39,936 basehttp 73355 6175633408 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-03 17:42:39,937 basehttp 73355 6158807040 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 17:42:40,017 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:40,017 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:42:40,026 basehttp 73355 6158807040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 17:42:40,976 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:40,976 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-03 17:42:43,803 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:43,804 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:42:45,630 basehttp 73355 6158807040 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36078 WARNING 2025-09-03 17:42:45,648 log 73355 6158807040 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:42:45,648 basehttp 73355 6158807040 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:42:45,697 basehttp 73355 6158807040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:43:15,725 basehttp 73355 6158807040 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:43:34,578 basehttp 73355 6158807040 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137846 INFO 2025-09-03 17:43:34,598 basehttp 73355 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-03 17:43:34,598 basehttp 73355 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-03 17:43:34,598 basehttp 73355 6358691840 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-03 17:43:34,598 basehttp 73355 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-03 17:43:34,599 basehttp 73355 6158807040 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-03 17:43:34,601 basehttp 73355 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-03 17:43:34,602 basehttp 73355 6358691840 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-03 17:43:34,602 basehttp 73355 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-03 17:43:34,602 basehttp 73355 6158807040 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-03 17:43:34,605 basehttp 73355 6158807040 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-03 17:43:34,605 basehttp 73355 6358691840 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-03 17:43:34,606 basehttp 73355 6341865472 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-03 17:43:34,606 basehttp 73355 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:43:34,606 basehttp 73355 6375518208 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-03 17:43:34,607 basehttp 73355 6358691840 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-03 17:43:34,608 basehttp 73355 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-03 17:43:34,608 basehttp 73355 6158807040 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-03 17:43:34,608 basehttp 73355 6392344576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-03 17:43:34,610 basehttp 73355 6325039104 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-03 17:43:34,611 basehttp 73355 6325039104 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-03 17:43:34,611 basehttp 73355 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-03 17:43:34,616 basehttp 73355 6325039104 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-03 17:43:34,617 basehttp 73355 6341865472 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-03 17:43:34,622 basehttp 73355 6325039104 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-03 17:43:34,622 basehttp 73355 6158807040 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-03 17:43:34,623 basehttp 73355 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-03 17:43:34,623 basehttp 73355 6392344576 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-03 17:43:34,645 basehttp 73355 6392344576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-03 17:43:34,646 basehttp 73355 6341865472 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-03 17:43:43,096 basehttp 73355 6341865472 "GET /en/admin/patients/ HTTP/1.1" 200 8946 INFO 2025-09-03 17:43:43,106 basehttp 73355 6341865472 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-03 17:43:46,692 basehttp 73355 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:43:46,694 basehttp 73355 6392344576 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:44:08,575 autoreload 73355 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:44:08,961 autoreload 74058 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:44:52,470 autoreload 74058 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:44:52,770 autoreload 74382 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:44:57,973 autoreload 74382 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:44:58,251 autoreload 74393 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:45:00,591 basehttp 74393 6200373248 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 137403 INFO 2025-09-03 17:45:00,606 basehttp 74393 6200373248 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:45:16,675 basehttp 74393 6200373248 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:45:18,271 autoreload 74393 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:45:18,639 autoreload 74557 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:45:47,732 basehttp 74557 6203928576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:46:09,294 autoreload 74557 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:46:09,623 autoreload 74955 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:46:47,384 autoreload 74955 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:46:47,690 autoreload 75294 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:48:47,599 autoreload 75294 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:48:47,884 autoreload 76148 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:49:33,106 autoreload 76148 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 17:49:33,422 autoreload 76541 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 17:49:36,642 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 17:49:39,096 basehttp 76541 6158381056 "GET /en/admin/appointments/waitingqueue/11/change/ HTTP/1.1" 200 139309 INFO 2025-09-03 17:49:39,108 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:49:46,776 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:49:47,501 basehttp 76541 6158381056 "GET /en/admin/patients/claimdocument/ HTTP/1.1" 200 70243 INFO 2025-09-03 17:49:47,511 basehttp 76541 6158381056 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-03 17:49:47,512 basehttp 76541 6158381056 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-03 17:49:47,515 basehttp 76541 6175207424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:49:47,524 basehttp 76541 6175207424 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-03 17:49:51,781 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:49:53,978 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/ HTTP/1.1" 200 128819 INFO 2025-09-03 17:49:53,995 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:49:54,004 basehttp 76541 6158381056 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-03 17:49:58,461 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/976/change/ HTTP/1.1" 200 92157 INFO 2025-09-03 17:49:58,475 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:50:02,952 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/ HTTP/1.1" 200 128819 INFO 2025-09-03 17:50:14,492 basehttp 76541 6158381056 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36078 WARNING 2025-09-03 17:50:14,549 log 76541 6158381056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 17:50:14,549 basehttp 76541 6158381056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 17:50:14,589 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:50:44,613 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:51:14,612 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:51:14,617 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:51:37,031 basehttp 76541 13035925504 "GET /en/admin/patients/claimstatushistory/976/change/ HTTP/1.1" 200 92157 INFO 2025-09-03 17:51:37,050 basehttp 76541 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:51:44,781 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:51:47,241 basehttp 76541 13035925504 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 147251 INFO 2025-09-03 17:51:47,254 basehttp 76541 13035925504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-03 17:51:50,385 log 76541 13035925504 Internal Server Error: /en/admin/patients/insuranceclaim/200/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (status) specified for ClaimStatusHistory ERROR 2025-09-03 17:51:50,387 basehttp 76541 13035925504 "GET /en/admin/patients/insuranceclaim/200/change/ HTTP/1.1" 500 171484 INFO 2025-09-03 17:51:55,161 basehttp 76541 13035925504 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 147251 INFO 2025-09-03 17:52:14,793 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:52:14,796 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:52:19,252 basehttp 76541 6158381056 "GET /en/admin/patients/claimstatushistory/ HTTP/1.1" 200 128819 INFO 2025-09-03 17:52:19,268 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:52:27,817 basehttp 76541 6158381056 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 147251 INFO 2025-09-03 17:52:27,830 basehttp 76541 6158381056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 17:52:44,786 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 17:53:15,787 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:53:40,787 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:54:16,783 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:54:40,774 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:55:17,783 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:55:40,783 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 17:56:18,777 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:56:40,822 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:57:41,969 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:57:41,970 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:58:41,957 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 17:59:41,974 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 17:59:41,980 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11740 INFO 2025-09-03 18:00:41,962 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:01:41,963 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:01:41,965 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:02:41,962 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:03:41,965 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:03:41,968 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:04:41,965 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:05:41,977 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:05:41,979 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:06:41,964 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:07:41,980 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:07:41,982 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:10:46,963 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:11:46,911 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:11:46,915 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:12:46,902 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:13:46,911 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:13:46,914 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:14:46,905 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:15:46,906 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:15:46,909 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:16:46,902 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:17:46,912 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:17:46,914 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:18:46,902 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:19:46,906 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:19:46,907 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:20:46,899 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:21:46,904 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:21:46,905 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:22:46,897 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:23:46,909 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:23:46,911 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:24:46,895 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:25:46,919 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:25:46,922 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:26:46,918 basehttp 76541 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:26:46,921 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:27:46,893 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:28:46,897 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:28:46,900 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:29:46,913 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:29:46,916 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:30:00,276 basehttp 76541 13035925504 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:30:02,198 basehttp 76541 6158381056 "GET /en/patients/insurance-info/5/ HTTP/1.1" 200 36078 WARNING 2025-09-03 18:30:02,214 log 76541 6158381056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-03 18:30:02,214 basehttp 76541 6158381056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-03 18:30:02,296 basehttp 76541 6158381056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 18:30:15,372 log 76541 6158381056 Internal Server Error: /en/admin/patients/insuranceclaim/189/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (status) specified for ClaimStatusHistory ERROR 2025-09-03 18:30:15,373 basehttp 76541 6158381056 "GET /en/admin/patients/insuranceclaim/189/change/ HTTP/1.1" 500 171496 INFO 2025-09-03 18:30:32,879 basehttp 76541 6158381056 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:30:36,031 autoreload 76541 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/admin.py changed, reloading. INFO 2025-09-03 18:30:36,554 autoreload 94585 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 18:30:38,940 basehttp 94585 6161477632 "GET /en/admin/patients/insuranceclaim/189/change/ HTTP/1.1" 200 127811 INFO 2025-09-03 18:30:38,956 basehttp 94585 12901707776 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-03 18:30:38,956 basehttp 94585 12918534144 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-03 18:30:38,958 basehttp 94585 6161477632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:30:38,986 basehttp 94585 6161477632 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-03 18:30:38,986 basehttp 94585 12918534144 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-03 18:30:57,913 basehttp 94585 12918534144 "POST /en/admin/patients/insuranceclaim/189/change/ HTTP/1.1" 302 0 INFO 2025-09-03 18:30:57,963 basehttp 94585 12918534144 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 143077 INFO 2025-09-03 18:30:57,978 basehttp 94585 12918534144 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:30:57,989 basehttp 94585 12918534144 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-03 18:31:02,904 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:31:02,908 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/5/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:31:08,427 basehttp 94585 6161477632 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 142820 INFO 2025-09-03 18:31:08,442 basehttp 94585 6161477632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:31:11,359 basehttp 94585 6161477632 "GET /en/admin/patients/insuranceclaim/200/change/ HTTP/1.1" 200 127231 INFO 2025-09-03 18:31:11,371 basehttp 94585 6161477632 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-03 18:31:23,527 basehttp 94585 6161477632 "GET /en/patients/ HTTP/1.1" 200 139705 INFO 2025-09-03 18:31:23,603 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:31:23,607 basehttp 94585 12918534144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-03 18:31:38,843 basehttp 94585 12918534144 "GET /en/patients/patientprofile/33/details/ HTTP/1.1" 200 32204 INFO 2025-09-03 18:31:38,877 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:31:51,463 basehttp 94585 12918534144 "GET /en/patients/insurance-info/33/ HTTP/1.1" 200 36211 INFO 2025-09-03 18:31:51,496 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:32:21,526 basehttp 94585 12918534144 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:32:51,369 basehttp 94585 12918534144 "GET /en/admin/patients/insuranceclaim/ HTTP/1.1" 200 142820 INFO 2025-09-03 18:32:51,902 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:32:51,904 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11739 INFO 2025-09-03 18:44:07,355 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:44:43,359 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:44:43,361 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11737 INFO 2025-09-03 18:45:13,345 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11736 INFO 2025-09-03 18:45:45,799 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 11738 INFO 2025-09-03 18:45:46,161 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:46:15,796 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 63828 INFO 2025-09-03 18:46:45,796 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48547 INFO 2025-09-03 18:46:46,166 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:47:15,797 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 73160 INFO 2025-09-03 18:47:45,796 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 79944 INFO 2025-09-03 18:47:46,177 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:48:07,562 basehttp 94585 6161477632 "POST /en/patients/check-eligibility/33/ HTTP/1.1" 200 14083 INFO 2025-09-03 18:48:15,774 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 67510 INFO 2025-09-03 18:48:16,762 basehttp 94585 6161477632 "POST /en/patients/check-eligibility/33/ HTTP/1.1" 200 14126 INFO 2025-09-03 18:48:45,772 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 60687 INFO 2025-09-03 18:48:46,158 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:48:49,705 basehttp 94585 6161477632 "GET /en/patients/insurance-info/33/ HTTP/1.1" 200 36211 INFO 2025-09-03 18:48:49,755 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:48:56,275 basehttp 94585 6161477632 "GET /en/patients/insurance-info/create/39/ HTTP/1.1" 200 40576 WARNING 2025-09-03 18:48:56,286 basehttp 94585 6161477632 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 18:48:56,286 basehttp 94585 12901707776 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-03 18:48:56,312 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:49:19,778 basehttp 94585 6161477632 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 71922 INFO 2025-09-03 18:49:49,407 basehttp 94585 6161477632 "GET /en/patients/insurance-info/create/39/ HTTP/1.1" 200 40576 WARNING 2025-09-03 18:49:49,416 basehttp 94585 6161477632 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-03 18:49:49,417 basehttp 94585 12901707776 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-03 18:49:49,441 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:49:59,072 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:49:59,078 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 79934 INFO 2025-09-03 18:50:19,776 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 78751 INFO 2025-09-03 18:50:49,777 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 72058 INFO 2025-09-03 18:51:08,449 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:51:19,775 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48438 INFO 2025-09-03 18:51:49,776 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48202 INFO 2025-09-03 18:52:08,450 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:52:19,777 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 48214 INFO 2025-09-03 18:52:49,777 basehttp 94585 12901707776 "GET /en/patients/insurance-claims-history/33/ HTTP/1.1" 200 71321 INFO 2025-09-03 18:53:08,454 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:53:22,874 basehttp 94585 12901707776 "GET /en/appointments/create/?patient=33 HTTP/1.1" 200 36516 INFO 2025-09-03 18:53:22,909 basehttp 94585 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:53:46,131 basehttp 94585 12901707776 "GET / HTTP/1.1" 302 0 INFO 2025-09-03 18:53:46,152 basehttp 94585 6161477632 "GET /en/ HTTP/1.1" 200 49782 INFO 2025-09-03 18:53:46,198 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:53:46,210 basehttp 94585 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 18:53:46,210 basehttp 94585 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 18:53:46,212 basehttp 94585 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 18:54:08,922 basehttp 94585 12901707776 "GET /en/patients/insurance-info HTTP/1.1" 301 0 INFO 2025-09-03 18:54:08,950 basehttp 94585 12918534144 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139304 INFO 2025-09-03 18:54:08,997 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:45,149 basehttp 94585 12918534144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 18:54:46,207 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:46,207 basehttp 94585 12935360512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 18:54:49,704 basehttp 94585 12918534144 "GET /en/inpatients/ HTTP/1.1" 200 41779 INFO 2025-09-03 18:54:49,750 basehttp 94585 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:49,751 basehttp 94585 12935360512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-03 18:54:49,771 basehttp 94585 6161477632 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 18:54:52,415 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:54:52,504 basehttp 94585 6161477632 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-03 18:54:52,518 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:54:52,631 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:55:11,030 basehttp 94585 6161477632 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 51245 INFO 2025-09-03 18:55:11,065 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:55:22,658 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:55:52,533 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:55:52,642 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:56:22,656 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:56:52,530 basehttp 94585 6161477632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 18:56:52,643 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:57:22,660 basehttp 94585 6161477632 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 18:59:09,915 autoreload 2903 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 18:59:10,192 basehttp 2903 6189297664 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40578 INFO 2025-09-03 18:59:10,240 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:00:10,252 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:00:18,422 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:00:18,494 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:00:22,657 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:00:29,500 basehttp 2903 6189297664 "GET /en/inpatients/discharge/335/ HTTP/1.1" 200 40578 INFO 2025-09-03 19:00:29,544 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:01:29,557 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:01:38,479 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:01:38,546 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:01:42,535 basehttp 2903 6189297664 "GET /en/inpatients/beds/1758/ HTTP/1.1" 200 33490 INFO 2025-09-03 19:01:42,570 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:02:41,566 basehttp 2903 6189297664 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-03 19:02:41,595 basehttp 2903 6206124032 "GET /en/emr/ HTTP/1.1" 200 71709 INFO 2025-09-03 19:02:41,643 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:02:41,649 basehttp 2903 6189297664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:02:49,802 basehttp 2903 6189297664 "GET /en/emr/encounters/ HTTP/1.1" 200 148284 INFO 2025-09-03 19:02:49,839 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:02:59,829 basehttp 2903 6189297664 "GET /en/emr/vital-signs/ HTTP/1.1" 200 91448 INFO 2025-09-03 19:02:59,865 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:11,719 basehttp 2903 6189297664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:03:32,317 basehttp 2903 6189297664 "GET /en/emr/problems/ HTTP/1.1" 200 104971 INFO 2025-09-03 19:03:32,349 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:40,131 basehttp 2903 6189297664 "GET /en/emr/notes/ HTTP/1.1" 200 98610 INFO 2025-09-03 19:03:40,167 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:52,866 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:03:52,875 basehttp 2903 6206124032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:04:22,874 basehttp 2903 6206124032 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:04:28,095 basehttp 2903 6206124032 "GET /en/emr/encounters/981/ HTTP/1.1" 200 31615 INFO 2025-09-03 19:04:28,130 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 19:04:43,810 log 2903 6206124032 Bad Request: /en/emr/encounter/981/vitals/add/ WARNING 2025-09-03 19:04:43,810 basehttp 2903 6206124032 "GET /en/emr/encounter/981/vitals/add/ HTTP/1.1" 400 28 INFO 2025-09-03 19:04:52,864 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:04:52,871 basehttp 2903 6189297664 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-03 19:05:00,165 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:05:04,148 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:34,159 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:56,315 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:56,409 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:05:56,538 basehttp 2903 6189297664 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109937 INFO 2025-09-03 19:05:59,622 basehttp 2903 6189297664 "GET /en/inpatients/transfers/ HTTP/1.1" 200 87537 INFO 2025-09-03 19:05:59,653 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 WARNING 2025-09-03 19:06:25,986 log 2903 6189297664 Not Found: /en/inpatients/transfers/34 WARNING 2025-09-03 19:06:25,986 basehttp 2903 6189297664 "GET /en/inpatients/transfers/34 HTTP/1.1" 404 40274 INFO 2025-09-03 19:06:31,799 basehttp 2903 6189297664 "GET /en/inpatients/transfer/85/approve/ HTTP/1.1" 200 9418 INFO 2025-09-03 19:06:59,666 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:07:59,670 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:08:14,924 basehttp 2903 6206124032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:08:14,928 basehttp 2903 6189297664 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-03 19:08:14,954 basehttp 2903 6222950400 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 19:08:14,985 basehttp 2903 6189297664 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-03 19:08:21,210 basehttp 2903 6189297664 "GET /en/inpatients/wards/ HTTP/1.1" 200 48071 INFO 2025-09-03 19:08:21,241 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:09:21,248 basehttp 2903 6189297664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:09:27,274 autoreload 2903 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-03 19:09:27,609 autoreload 7374 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 19:10:21,316 basehttp 7374 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:11:22,190 basehttp 7374 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:11:34,286 basehttp 7374 6169440256 "GET /en/patients/ HTTP/1.1" 200 139705 INFO 2025-09-03 19:11:34,340 basehttp 7374 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:11:34,344 basehttp 7374 12901707776 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-03 19:11:40,756 log 7374 12901707776 Not Found: /en/patients/consent WARNING 2025-09-03 19:11:40,757 basehttp 7374 12901707776 "GET /en/patients/consent HTTP/1.1" 404 48373 INFO 2025-09-03 19:11:48,192 basehttp 7374 12901707776 "GET /en/patients/consents HTTP/1.1" 301 0 ERROR 2025-09-03 19:11:48,239 log 7374 6169440256 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_detail' not found. 'consent_form_detail' is not a valid view function or pattern name. ERROR 2025-09-03 19:11:48,242 basehttp 7374 6169440256 "GET /en/patients/consents/ HTTP/1.1" 500 250956 INFO 2025-09-03 19:13:39,862 autoreload 7374 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 19:13:40,213 autoreload 9245 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 19:13:42,689 log 9245 6171701248 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_detail' not found. 'consent_form_detail' is not a valid view function or pattern name. ERROR 2025-09-03 19:13:42,692 basehttp 9245 6171701248 "GET /en/patients/consents/ HTTP/1.1" 500 251093 INFO 2025-09-03 19:13:57,051 autoreload 9245 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 19:13:57,378 autoreload 9409 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 19:13:58,270 log 9409 6168571904 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_update' not found. 'consent_form_update' is not a valid view function or pattern name. ERROR 2025-09-03 19:13:58,272 basehttp 9409 6168571904 "GET /en/patients/consents/ HTTP/1.1" 500 255228 INFO 2025-09-03 19:15:54,828 autoreload 9409 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-03 19:15:55,205 autoreload 10261 8466948288 Watching for file changes with StatReloader INFO 2025-09-03 19:18:55,272 autoreload 10261 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-03 19:18:55,563 autoreload 11582 8466948288 Watching for file changes with StatReloader ERROR 2025-09-03 19:18:59,062 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_delete' not found. 'consent_form_delete' is not a valid view function or pattern name. ERROR 2025-09-03 19:18:59,065 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 254626 ERROR 2025-09-03 19:19:35,793 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_create' not found. 'consent_form_create' is not a valid view function or pattern name. ERROR 2025-09-03 19:19:35,794 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 229052 ERROR 2025-09-03 19:20:33,015 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_preview' not found. 'consent_form_preview' is not a valid view function or pattern name. ERROR 2025-09-03 19:20:33,016 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 231510 ERROR 2025-09-03 19:20:45,890 log 11582 6192689152 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_activate' not found. 'consent_form_activate' is not a valid view function or pattern name. ERROR 2025-09-03 19:20:45,891 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 500 232392 INFO 2025-09-03 19:21:32,662 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:21:32,717 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:21:37,026 log 11582 6192689152 Internal Server Error: /en/patients/consent-forms/detail/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_list' not found. 'consent_form_list' is not a valid view function or pattern name. ERROR 2025-09-03 19:21:37,037 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 500 169670 ERROR 2025-09-03 19:22:05,825 log 11582 6192689152 Internal Server Error: /en/patients/consent-forms/detail/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_delete' not found. 'consent_form_delete' is not a valid view function or pattern name. ERROR 2025-09-03 19:22:05,826 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 500 169871 ERROR 2025-09-03 19:22:18,813 log 11582 6192689152 Internal Server Error: /en/patients/consent-forms/detail/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_preview' not found. 'consent_form_preview' is not a valid view function or pattern name. ERROR 2025-09-03 19:22:18,814 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 500 169323 INFO 2025-09-03 19:22:51,459 basehttp 11582 6192689152 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 200 22785 INFO 2025-09-03 19:22:51,492 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:22:59,452 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:22:59,453 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:22:59,496 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:23:02,645 log 11582 6209515520 Internal Server Error: /en/patients/consent-forms/update/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'consent_form_list' not found. 'consent_form_list' is not a valid view function or pattern name. ERROR 2025-09-03 19:23:02,646 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 500 184500 ERROR 2025-09-03 19:23:22,031 log 11582 6209515520 Internal Server Error: /en/patients/consent-forms/update/74/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'save_consent_form_draft' not found. 'save_consent_form_draft' is not a valid view function or pattern name. ERROR 2025-09-03 19:23:22,032 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 500 181623 INFO 2025-09-03 19:23:49,627 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 200 33258 WARNING 2025-09-03 19:23:49,635 basehttp 11582 6192689152 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-03 19:23:49,636 basehttp 11582 6209515520 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-03 19:23:49,656 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:23:57,660 basehttp 11582 6209515520 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:23:57,694 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:24:02,926 basehttp 11582 6209515520 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 200 22785 INFO 2025-09-03 19:24:02,956 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:24:07,429 basehttp 11582 6209515520 "GET /en/patients/consent-forms/update/74/ HTTP/1.1" 200 33258 WARNING 2025-09-03 19:24:07,439 basehttp 11582 6209515520 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-03 19:24:07,464 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:24:35,546 basehttp 11582 6192689152 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-03 19:24:35,582 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:25:36,951 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:26:34,224 basehttp 11582 6192689152 "GET / HTTP/1.1" 302 0 INFO 2025-09-03 19:26:34,242 basehttp 11582 6209515520 "GET /en/ HTTP/1.1" 200 49794 INFO 2025-09-03 19:26:34,296 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:26:34,302 basehttp 11582 6243168256 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-03 19:26:34,303 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:26:34,305 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:27:04,289 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:27:34,312 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:27:34,314 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:27:34,314 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:28:04,294 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:28:34,297 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:28:34,298 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:28:34,301 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:29:05,186 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:29:35,211 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:29:35,211 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:29:35,213 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:30:36,196 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:30:36,197 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:30:37,180 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:31:37,196 basehttp 11582 6243168256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:31:37,196 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:31:41,187 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:32:38,200 basehttp 11582 6243168256 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:32:38,201 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:32:41,188 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:33:41,204 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:33:41,206 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:33:41,208 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:34:41,168 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:35:41,196 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:35:41,197 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:35:41,198 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:36:41,166 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:37:41,167 basehttp 11582 6243168256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:37:41,170 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:37:41,172 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:38:41,174 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:39:41,187 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:39:41,190 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:39:41,192 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:40:41,167 basehttp 11582 6243168256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:41:41,189 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:41:41,192 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:41:41,194 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:42:41,180 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:42:41,180 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:42:41,181 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:43:41,180 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:44:41,192 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:44:41,195 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:44:41,196 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:45:41,186 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:46:41,187 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:46:41,188 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:46:41,190 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:47:41,181 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:47:41,181 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:47:41,182 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:48:41,086 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:49:41,108 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:49:41,110 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:49:41,111 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:50:36,988 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:50:41,102 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:50:41,104 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:50:51,458 basehttp 11582 6192689152 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 INFO 2025-09-03 19:50:51,522 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:50:51,523 basehttp 11582 6209515520 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:51:00,069 basehttp 11582 6209515520 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 23266 INFO 2025-09-03 19:51:00,099 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:03,256 basehttp 11582 6209515520 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 30821 INFO 2025-09-03 19:51:03,296 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:03,297 basehttp 11582 6192689152 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:51:06,182 basehttp 11582 6192689152 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 28835 INFO 2025-09-03 19:51:06,212 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:11,214 basehttp 11582 6192689152 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 INFO 2025-09-03 19:51:11,248 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:14,272 basehttp 11582 6192689152 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 29350 INFO 2025-09-03 19:51:14,303 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:18,634 basehttp 11582 6192689152 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-09-03 19:51:18,647 basehttp 11582 6243168256 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-09-03 19:51:18,647 basehttp 11582 6192689152 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-09-03 19:51:18,647 basehttp 11582 6226341888 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-09-03 19:51:18,648 basehttp 11582 6209515520 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-09-03 19:51:18,650 basehttp 11582 6243168256 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-09-03 19:51:18,650 basehttp 11582 6259994624 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 INFO 2025-09-03 19:51:18,670 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:30,594 basehttp 11582 6192689152 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:51:44,752 basehttp 11582 6192689152 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-03 19:51:44,787 basehttp 11582 6192689152 "GET /en/hr/ HTTP/1.1" 200 42461 INFO 2025-09-03 19:51:44,830 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:53,634 basehttp 11582 6192689152 "GET /en/hr/employees/ HTTP/1.1" 200 130557 INFO 2025-09-03 19:51:53,668 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:51:57,058 basehttp 11582 6192689152 "GET /en/hr/employees/56/ HTTP/1.1" 200 34527 INFO 2025-09-03 19:51:57,088 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:00,460 basehttp 11582 6192689152 "GET /en/hr/departments/ HTTP/1.1" 200 125487 WARNING 2025-09-03 19:52:00,471 basehttp 11582 6226341888 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 INFO 2025-09-03 19:52:00,471 basehttp 11582 6192689152 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-03 19:52:00,471 basehttp 11582 6209515520 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-03 19:52:00,475 basehttp 11582 6209515520 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-03 19:52:00,475 basehttp 11582 6243168256 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-03 19:52:00,477 basehttp 11582 6226341888 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-03 19:52:00,477 basehttp 11582 6192689152 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-03 19:52:00,481 basehttp 11582 6259994624 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-03 19:52:00,481 basehttp 11582 6243168256 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-03 19:52:00,487 basehttp 11582 6209515520 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-03 19:52:00,491 basehttp 11582 6276820992 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-03 19:52:00,514 basehttp 11582 6276820992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:02,181 basehttp 11582 6276820992 "GET /en/hr/departments/12/ HTTP/1.1" 200 35183 WARNING 2025-09-03 19:52:02,197 basehttp 11582 6276820992 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-03 19:52:02,199 basehttp 11582 6209515520 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-03 19:52:02,199 basehttp 11582 6243168256 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-09-03 19:52:02,223 basehttp 11582 6259994624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:38,024 basehttp 11582 6259994624 "GET /en/hr/schedules/ HTTP/1.1" 200 121816 WARNING 2025-09-03 19:52:38,033 basehttp 11582 6259994624 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 WARNING 2025-09-03 19:52:38,035 basehttp 11582 6226341888 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-03 19:52:38,035 basehttp 11582 6192689152 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 INFO 2025-09-03 19:52:38,065 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:44,066 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:52:44,070 basehttp 11582 6209515520 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-03 19:53:03,433 basehttp 11582 6209515520 "GET /en/laboratory/ HTTP/1.1" 200 51764 INFO 2025-09-03 19:53:03,484 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:53:03,510 log 11582 6192689152 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-03 19:53:03,511 basehttp 11582 6192689152 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124523 INFO 2025-09-03 19:53:17,469 basehttp 11582 6192689152 "GET /en/laboratory/tests/ HTTP/1.1" 200 89448 INFO 2025-09-03 19:53:17,502 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:53:30,656 basehttp 11582 6192689152 "GET /en/laboratory/tests/4/ HTTP/1.1" 200 58641 INFO 2025-09-03 19:53:30,686 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 ERROR 2025-09-03 19:53:47,130 log 11582 6192689152 Internal Server Error: /en/laboratory/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/laboratory/views.py", line 946, in laboratory_stats 'results_pending': LabResult.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: abnormal_flag, analyzed_by, analyzed_by_id, analyzed_datetime, analyzer, created_at, critical_called, critical_called_datetime, critical_called_to, id, is_critical, order, order_id, pathologist_comments, qc_notes, qc_passed, quality_controls, reference_range, reported_datetime, result_id, result_type, result_unit, result_value, specimen, specimen_id, status, technician_comments, test, test_id, updated_at, verified, verified_by, verified_by_id, verified_datetime ERROR 2025-09-03 19:53:47,131 basehttp 11582 6192689152 "GET /en/laboratory/htmx/stats/ HTTP/1.1" 500 124249 INFO 2025-09-03 19:53:57,391 basehttp 11582 6192689152 "GET /en/laboratory/specimens/ HTTP/1.1" 200 138400 INFO 2025-09-03 19:53:57,433 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:03,491 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:04,173 basehttp 11582 6192689152 "GET /en/laboratory/results/create/ HTTP/1.1" 200 308216 INFO 2025-09-03 19:54:04,216 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:07,572 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:54:07,576 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:54:07,576 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:54:38,082 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:55:08,104 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:55:08,105 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:55:08,107 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:55:39,081 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:56:09,102 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:56:09,104 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:56:09,104 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:56:40,079 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:57:10,087 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:57:10,087 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:57:41,071 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:58:11,090 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:58:11,090 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:58:41,079 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 19:59:12,088 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 19:59:12,088 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 19:59:41,080 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:00:41,099 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:00:41,101 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:00:41,103 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:01:41,099 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:01:41,100 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:01:41,101 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:02:41,080 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:02:41,082 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:03:41,089 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:03:41,091 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:04:41,076 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:04:41,078 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:05:41,085 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:05:41,087 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:06:41,097 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:06:41,098 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:06:41,100 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:07:41,069 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:07:41,073 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:07:41,073 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:08:41,095 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:08:41,096 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:08:41,097 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:09:41,065 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:10:41,076 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:10:41,084 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:10:41,087 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:11:41,073 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:12:41,068 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:12:41,072 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:12:41,072 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:13:41,087 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:13:41,089 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:13:41,090 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:14:41,063 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:15:41,086 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:15:41,086 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:15:41,088 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:16:41,071 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:16:41,074 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:17:41,064 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:17:41,065 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:18:41,083 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:18:41,085 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:18:41,086 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:19:41,152 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:20:41,179 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:20:41,181 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:20:41,183 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:21:41,148 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:22:41,175 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:22:41,176 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:22:41,178 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:23:41,164 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:23:41,166 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:24:41,150 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:24:41,153 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:25:41,174 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:25:41,175 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:25:41,177 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:26:41,168 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:26:41,170 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:27:41,164 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:27:41,165 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:28:41,162 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:28:41,166 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:29:41,148 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:29:41,149 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:30:41,166 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:30:41,166 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:30:41,169 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:31:41,166 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:31:41,168 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:32:41,168 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:32:41,169 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:32:41,172 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:33:41,200 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:33:41,202 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:33:41,202 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:34:41,162 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:35:41,190 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:35:41,190 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:35:41,193 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:36:41,161 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:37:41,186 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:37:41,187 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:37:41,189 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:38:41,164 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:39:41,183 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:39:41,183 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:39:41,186 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:40:41,187 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 20:40:41,187 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 20:40:41,188 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 20:41:41,166 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:17:02,169 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 21:17:02,171 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 21:17:02,172 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:18:02,032 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:19:02,050 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 21:19:02,053 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 21:19:02,054 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:20:02,031 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 21:21:02,043 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 21:21:02,047 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 21:21:02,049 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 22:16:50,501 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 22:16:50,504 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3804 INFO 2025-09-03 22:16:50,504 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:14:29,942 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:19:45,808 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:19:45,812 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:19:45,816 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:22:14,425 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:22:14,425 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:22:14,426 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:39:49,283 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:41:02,876 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:41:02,877 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:41:02,877 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:42:02,871 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:42:02,873 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:42:02,875 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:43:02,870 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:43:02,870 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:43:02,873 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:44:02,846 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:45:02,871 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:45:02,872 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:45:02,874 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:46:02,870 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:46:02,872 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:46:02,873 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:47:02,844 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:48:02,866 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:48:02,867 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:48:02,868 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:49:02,853 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:49:02,856 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:50:02,844 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:50:02,846 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:51:02,867 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:51:02,867 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:51:02,869 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:52:02,846 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:53:02,866 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:53:02,868 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:53:02,869 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:54:02,852 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:55:02,947 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:55:02,948 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:55:02,949 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:56:02,945 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:56:02,945 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:56:02,947 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:57:02,947 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:57:02,949 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:57:02,951 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:58:02,924 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-03 23:59:02,941 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-03 23:59:02,942 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-03 23:59:02,944 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:00:02,952 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:00:02,952 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:00:02,955 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:01:02,932 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:02:02,944 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:02:02,946 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:02:02,948 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:03:02,939 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:03:02,939 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:03:02,940 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:04:02,941 basehttp 11582 6192689152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:04:02,943 basehttp 11582 6226341888 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:04:02,945 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:05:02,915 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:06:02,933 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:06:02,935 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:06:02,936 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:07:02,927 basehttp 11582 6209515520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:07:02,928 basehttp 11582 6192689152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:07:02,928 basehttp 11582 6226341888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:08:02,938 basehttp 11582 6192689152 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:08:02,938 basehttp 11582 6226341888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:08:02,955 basehttp 11582 6209515520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:09:02,917 basehttp 11582 6209515520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:09:52,883 autoreload 11582 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:09:53,377 autoreload 65489 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:09:54,753 basehttp 65489 6129217536 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 00:09:54,783 basehttp 65489 6162870272 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2096 INFO 2025-09-04 00:09:54,787 basehttp 65489 6146043904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:00,044 basehttp 65489 6146043904 "GET /en/patients/ HTTP/1.1" 200 139704 INFO 2025-09-04 00:10:00,100 basehttp 65489 6146043904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:00,103 basehttp 65489 6162870272 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-04 00:10:01,380 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:10:01,448 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:06,323 basehttp 65489 6162870272 "GET /en/patients/consent-forms/detail/74/ HTTP/1.1" 200 22785 INFO 2025-09-04 00:10:06,361 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:10:31,489 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:10:31,525 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:11:01,573 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:11:01,613 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:11:31,653 basehttp 65489 6162870272 "GET /en/patients/consents/ HTTP/1.1" 200 174578 INFO 2025-09-04 00:11:31,693 basehttp 65489 6162870272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:11:46,123 autoreload 65489 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-04 00:11:46,484 autoreload 66339 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:11:47,402 log 66339 6169538560 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2281, in get_context_data recent_consents = ConsentForm.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: consent_id, created_at, created_by, created_by_id, effective_date, expiry_date, guardian_name, guardian_relationship, guardian_signature, guardian_signed_at, id, notes, patient, patient_id, patient_ip_address, patient_signature, patient_signed_at, provider_name, provider_signature, provider_signed_at, revocation_reason, revoked_at, revoked_by, revoked_by_id, status, template, template_id, updated_at, witness_name, witness_signature, witness_signed_at, witness_title ERROR 2025-09-04 00:11:47,404 basehttp 66339 6169538560 "GET /en/patients/consents/ HTTP/1.1" 500 144089 INFO 2025-09-04 00:12:25,991 autoreload 66339 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:12:26,323 autoreload 66663 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:12:26,682 log 66663 6156791808 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2289, in get_context_data expiring_consents = ConsentForm.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: consent_id, created_at, created_by, created_by_id, effective_date, expiry_date, guardian_name, guardian_relationship, guardian_signature, guardian_signed_at, id, notes, patient, patient_id, patient_ip_address, patient_signature, patient_signed_at, provider_name, provider_signature, provider_signed_at, revocation_reason, revoked_at, revoked_by, revoked_by_id, status, template, template_id, updated_at, witness_name, witness_signature, witness_signed_at, witness_title ERROR 2025-09-04 00:12:26,683 basehttp 66663 6156791808 "GET /en/patients/consents/ HTTP/1.1" 500 147283 ERROR 2025-09-04 00:12:28,105 log 66663 6156791808 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2289, in get_context_data expiring_consents = ConsentForm.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: consent_id, created_at, created_by, created_by_id, effective_date, expiry_date, guardian_name, guardian_relationship, guardian_signature, guardian_signed_at, id, notes, patient, patient_id, patient_ip_address, patient_signature, patient_signed_at, provider_name, provider_signature, provider_signed_at, revocation_reason, revoked_at, revoked_by, revoked_by_id, status, template, template_id, updated_at, witness_name, witness_signature, witness_signed_at, witness_title ERROR 2025-09-04 00:12:28,106 basehttp 66663 6156791808 "GET /en/patients/consents/ HTTP/1.1" 500 147283 INFO 2025-09-04 00:14:18,173 autoreload 66663 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:14:18,523 autoreload 67443 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:14:19,136 log 67443 6157856768 Internal Server Error: /en/patients/consents/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 2329, in get_context_data template_form = ConsentTemplateForm( ^^^^^^^^^^^^^^^^^^^^ TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-04 00:14:19,137 basehttp 67443 6157856768 "GET /en/patients/consents/ HTTP/1.1" 500 93772 INFO 2025-09-04 00:16:59,730 autoreload 67443 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-04 00:17:00,087 autoreload 68695 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:17:08,598 autoreload 68695 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-04 00:17:08,913 autoreload 68711 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:17:10,199 basehttp 68711 6202159104 "GET /en/patients/consents/ HTTP/1.1" 200 21814 INFO 2025-09-04 00:17:10,245 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:18:10,259 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:19:10,259 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:20:10,263 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:21:10,265 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:22:01,535 basehttp 68711 6202159104 "GET /en/patients/consents/ HTTP/1.1" 200 38105 INFO 2025-09-04 00:22:01,574 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 00:22:12,404 log 68711 6202159104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:22:12,404 basehttp 68711 6202159104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:23:01,584 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:24:01,577 basehttp 68711 6202159104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:24:18,324 autoreload 68711 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-04 00:24:18,770 autoreload 71901 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 00:24:20,101 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:20,101 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 00:24:20,117 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:20,117 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:24:25,682 basehttp 71901 6191804416 "GET /en/patients/consents/ HTTP/1.1" 200 145701 WARNING 2025-09-04 00:24:25,694 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:25,694 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:24:25,777 basehttp 71901 6191804416 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 00:24:25,779 basehttp 71901 6259109888 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 00:24:25,783 basehttp 71901 6191804416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 00:24:25,787 basehttp 71901 6275936256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 00:24:25,790 basehttp 71901 6225457152 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 00:24:25,791 basehttp 71901 6191804416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 00:24:25,792 basehttp 71901 6242283520 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 00:24:25,795 basehttp 71901 6208630784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 00:24:25,796 basehttp 71901 6259109888 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 00:24:25,939 basehttp 71901 6259109888 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 00:24:26,001 basehttp 71901 6191804416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 00:24:26,001 basehttp 71901 6208630784 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 00:24:26,001 basehttp 71901 6225457152 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 00:24:26,002 basehttp 71901 6259109888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 00:24:26,002 basehttp 71901 6242283520 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 00:24:26,004 basehttp 71901 6275936256 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 00:24:26,009 basehttp 71901 6275936256 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 00:24:26,009 basehttp 71901 6242283520 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 00:24:26,009 basehttp 71901 6259109888 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 00:24:26,010 basehttp 71901 6208630784 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 00:24:26,010 basehttp 71901 6191804416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 00:24:26,013 basehttp 71901 6275936256 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 00:24:26,014 basehttp 71901 6191804416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 00:24:26,014 basehttp 71901 6259109888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 00:24:26,014 basehttp 71901 6208630784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 00:24:26,015 basehttp 71901 6242283520 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 00:24:26,016 basehttp 71901 6259109888 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 00:24:26,016 basehttp 71901 6225457152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 00:24:26,019 basehttp 71901 6242283520 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 00:24:26,020 basehttp 71901 6259109888 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 00:24:26,020 basehttp 71901 6191804416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 00:24:26,021 basehttp 71901 6225457152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 00:24:26,021 basehttp 71901 6208630784 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 00:24:26,023 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 00:24:26,157 log 71901 6275936256 Not Found: /favicon.ico WARNING 2025-09-04 00:24:26,157 basehttp 71901 6275936256 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 00:24:57,168 basehttp 71901 6275936256 "GET /en/patients/consents/ HTTP/1.1" 200 145701 WARNING 2025-09-04 00:24:57,189 log 71901 6275936256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:24:57,189 basehttp 71901 6275936256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:24:57,282 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:25:57,856 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:26:58,847 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:27:59,838 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:29:00,843 basehttp 71901 6275936256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:30:01,841 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:31:02,844 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:32:04,843 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:34:02,835 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:36:02,836 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:37:35,238 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:37:42,915 basehttp 71901 6191804416 "GET /en/operating-theatre/ HTTP/1.1" 200 34120 WARNING 2025-09-04 00:37:42,931 log 71901 6191804416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:37:42,931 basehttp 71901 6191804416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:37:43,026 basehttp 71901 6191804416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:37:43,029 basehttp 71901 6208630784 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 00:37:48,371 basehttp 71901 6208630784 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 WARNING 2025-09-04 00:37:48,388 log 71901 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:37:48,388 basehttp 71901 6208630784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:37:48,471 basehttp 71901 6208630784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:38:48,844 basehttp 71901 6208630784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:39:49,827 basehttp 71901 6208630784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:40:48,313 basehttp 71901 6208630784 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 44739 INFO 2025-09-04 00:40:48,325 basehttp 71901 6191804416 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-04 00:40:48,329 basehttp 71901 6242283520 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 00:40:48,330 basehttp 71901 6259109888 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-04 00:40:48,331 basehttp 71901 6225457152 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css HTTP/1.1" 200 17192 WARNING 2025-09-04 00:40:48,334 log 71901 6208630784 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 00:40:48,335 basehttp 71901 6191804416 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.js HTTP/1.1" 200 58136 INFO 2025-09-04 00:40:48,336 basehttp 71901 6275936256 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-04 00:40:48,336 basehttp 71901 6208630784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:40:48,337 basehttp 71901 6208630784 - Broken pipe from ('127.0.0.1', 53927) INFO 2025-09-04 00:40:48,337 basehttp 71901 6225457152 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-04 00:40:48,337 basehttp 71901 6259109888 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-04 00:40:48,383 basehttp 71901 6259109888 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.css.map HTTP/1.1" 200 18548 INFO 2025-09-04 00:40:48,398 basehttp 71901 6259109888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:40:48,426 basehttp 71901 6259109888 "GET /static/plugins/summernote/dist/font/summernote.woff2 HTTP/1.1" 200 6932 INFO 2025-09-04 00:41:48,401 basehttp 71901 6259109888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 00:42:13,154 log 71901 6259109888 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-09-04 00:42:13,156 basehttp 71901 6259109888 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172869 WARNING 2025-09-04 00:42:13,173 log 71901 6259109888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:42:13,173 basehttp 71901 6259109888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 00:42:13,200 log 71901 6259109888 Not Found: /favicon.ico WARNING 2025-09-04 00:42:13,200 basehttp 71901 6259109888 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 00:46:58,048 autoreload 71901 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 00:46:58,509 autoreload 81991 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:52:24,070 autoreload 81991 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 00:52:24,454 autoreload 84396 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 00:53:17,674 autoreload 84396 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 00:53:18,023 autoreload 84802 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:54:35,395 log 84802 6341865472 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-09-04 00:54:35,398 basehttp 84802 6341865472 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172741 WARNING 2025-09-04 00:54:35,414 log 84802 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:54:35,414 basehttp 84802 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 00:54:38,712 log 84802 6341865472 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' not found. 'surgical_note_preview' is not a valid view function or pattern name. ERROR 2025-09-04 00:54:38,713 basehttp 84802 6341865472 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 172741 WARNING 2025-09-04 00:54:38,724 log 84802 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:54:38,725 basehttp 84802 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:55:00,298 autoreload 84802 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 00:55:00,611 autoreload 85575 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 00:55:01,044 log 85575 6161133568 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' with no arguments not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/preview/\\Z'] ERROR 2025-09-04 00:55:01,045 basehttp 85575 6161133568 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 174741 WARNING 2025-09-04 00:55:01,062 log 85575 6161133568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:55:01,063 basehttp 85575 6161133568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 00:55:52,411 log 85575 6161133568 Internal Server Error: /en/operating-theatre/notes/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_preview' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/preview/\\Z'] ERROR 2025-09-04 00:55:52,412 basehttp 85575 6161133568 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 500 176314 WARNING 2025-09-04 00:55:52,425 log 85575 6161133568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:55:52,425 basehttp 85575 6161133568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:57:05,199 basehttp 85575 6161133568 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 50023 INFO 2025-09-04 00:57:05,210 basehttp 85575 6211612672 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 00:57:05,211 basehttp 85575 6245265408 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-04 00:57:05,213 log 85575 6161133568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 00:57:05,214 basehttp 85575 6161133568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 00:57:05,216 basehttp 85575 6245265408 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 00:57:05,216 basehttp 85575 6211612672 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-04 00:57:05,219 basehttp 85575 6177959936 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 00:57:05,219 basehttp 85575 6211612672 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 00:57:05,223 basehttp 85575 6228439040 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 00:57:05,225 basehttp 85575 6245265408 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 00:57:05,225 basehttp 85575 6194786304 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 00:57:05,231 basehttp 85575 6177959936 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 00:57:05,231 basehttp 85575 6228439040 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-04 00:57:05,232 basehttp 85575 6161133568 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 00:57:05,234 basehttp 85575 6245265408 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-04 00:57:05,234 basehttp 85575 6194786304 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-04 00:57:05,238 basehttp 85575 6211612672 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 00:57:05,526 basehttp 85575 6211612672 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 00:57:05,623 basehttp 85575 6194786304 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 00:57:05,624 basehttp 85575 6228439040 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 00:57:05,624 basehttp 85575 6211612672 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 00:57:05,625 basehttp 85575 6245265408 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 00:57:05,627 basehttp 85575 6161133568 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 00:57:05,629 basehttp 85575 6177959936 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 00:57:05,631 basehttp 85575 6177959936 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 00:57:05,633 basehttp 85575 6194786304 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 00:57:05,634 basehttp 85575 6228439040 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 00:57:05,635 basehttp 85575 6161133568 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 00:57:05,638 basehttp 85575 6194786304 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 00:57:05,638 basehttp 85575 6228439040 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 00:57:05,639 basehttp 85575 6177959936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 00:57:05,641 basehttp 85575 6161133568 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 00:57:05,643 basehttp 85575 6211612672 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 00:57:05,645 basehttp 85575 6194786304 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 00:57:05,645 basehttp 85575 6228439040 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 00:57:05,647 basehttp 85575 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:57:05,647 basehttp 85575 6177959936 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 00:57:05,647 basehttp 85575 6161133568 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 00:57:05,648 basehttp 85575 6194786304 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 00:57:05,648 basehttp 85575 6211612672 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 00:57:05,648 basehttp 85575 6228439040 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 00:57:05,649 basehttp 85575 6177959936 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 00:58:05,642 basehttp 85575 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 00:59:05,633 basehttp 85575 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:00:05,636 basehttp 85575 6161133568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:01:05,649 basehttp 85575 6161133568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:01:17,970 autoreload 85575 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 01:01:18,423 autoreload 88294 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 01:01:20,763 basehttp 88294 6341865472 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 26947 WARNING 2025-09-04 01:01:20,779 log 88294 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:01:20,779 basehttp 88294 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:01:20,866 basehttp 88294 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:02:20,887 basehttp 88294 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:03:20,879 basehttp 88294 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:03:50,196 autoreload 88294 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:03:50,631 autoreload 89468 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 01:04:20,958 basehttp 89468 6168309760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:04:23,072 autoreload 89468 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:04:23,428 autoreload 89706 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 01:04:25,356 log 89706 6194196480 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_stats' not found. 'surgical_note_stats' is not a valid view function or pattern name. ERROR 2025-09-04 01:04:25,358 basehttp 89706 6194196480 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 167071 WARNING 2025-09-04 01:04:25,373 log 89706 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:04:25,373 basehttp 89706 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 01:06:24,585 log 89706 6194196480 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_export' not found. 'surgical_note_export' is not a valid view function or pattern name. ERROR 2025-09-04 01:06:24,586 basehttp 89706 6194196480 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 167755 WARNING 2025-09-04 01:06:24,598 log 89706 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:06:24,598 basehttp 89706 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:07:04,215 basehttp 89706 6194196480 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 30495 INFO 2025-09-04 01:07:04,236 basehttp 89706 6227849216 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 01:07:04,238 basehttp 89706 6261501952 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 01:07:04,239 basehttp 89706 6211022848 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 01:07:04,239 basehttp 89706 6278328320 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 01:07:04,240 basehttp 89706 6227849216 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-04 01:07:04,241 log 89706 6194196480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:07:04,242 basehttp 89706 6194196480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:07:04,242 basehttp 89706 6244675584 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 01:07:04,299 basehttp 89706 6244675584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:08:00,983 autoreload 89706 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:08:01,350 autoreload 91337 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 01:08:02,052 log 91337 6123565056 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'template'. Choices are: surgical_case, surgeon, template_used ERROR 2025-09-04 01:08:02,054 basehttp 91337 6123565056 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 222330 WARNING 2025-09-04 01:08:02,071 log 91337 6123565056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:08:02,071 basehttp 91337 6123565056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:08:27,573 autoreload 91337 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 01:08:27,960 autoreload 91512 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 01:08:28,719 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 30495 WARNING 2025-09-04 01:08:28,734 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 01:08:28,734 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 01:08:28,792 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:08:47,821 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 01:08:47,832 basehttp 91512 13052751872 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-04 01:08:47,832 basehttp 91512 6146797568 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-04 01:08:47,832 basehttp 91512 6163623936 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-04 01:08:47,833 basehttp 91512 6129971200 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-04 01:08:47,834 basehttp 91512 13035925504 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-04 01:08:47,835 basehttp 91512 6129971200 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-04 01:08:47,835 basehttp 91512 13052751872 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-04 01:08:47,836 basehttp 91512 6163623936 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-04 01:08:47,836 basehttp 91512 13035925504 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-04 01:08:47,837 basehttp 91512 13052751872 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-04 01:08:47,838 basehttp 91512 6129971200 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-04 01:08:47,838 basehttp 91512 6163623936 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-04 01:08:47,840 basehttp 91512 13052751872 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-04 01:08:47,842 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:08:47,843 basehttp 91512 6146797568 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-04 01:08:47,845 basehttp 91512 6146797568 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-04 01:08:47,845 basehttp 91512 13035925504 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-04 01:08:47,847 basehttp 91512 13035925504 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-04 01:08:47,853 basehttp 91512 13035925504 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-04 01:08:47,853 basehttp 91512 6146797568 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-04 01:08:47,853 basehttp 91512 13069578240 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-04 01:09:29,755 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:09:33,102 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 01:09:33,117 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:09:34,516 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 01:09:34,534 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:09:38,639 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalnotetemplate/ HTTP/1.1" 200 69932 INFO 2025-09-04 01:09:38,653 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:20,149 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 01:10:20,167 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:26,224 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 01:10:26,238 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:30,488 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 01:10:30,504 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:30,741 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:10:32,982 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 01:10:32,994 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:10:34,074 basehttp 91512 13069578240 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 01:10:34,090 basehttp 91512 13069578240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 01:11:31,747 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:12:32,736 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:13:33,740 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:14:34,744 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:15:36,741 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:17:02,739 basehttp 91512 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:19:51,376 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:21:51,353 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:24:03,829 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:26:16,737 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:28:53,050 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:31:30,688 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:33:30,690 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:35:30,687 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:37:30,682 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:39:30,681 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:41:30,685 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:43:30,685 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:45:30,672 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:47:30,672 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:49:30,702 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:51:30,698 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:53:30,698 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:55:30,685 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:57:30,691 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 01:59:30,697 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:01:30,683 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:03:30,686 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:05:30,677 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:07:30,675 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:09:30,673 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:11:30,679 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:13:30,668 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:15:30,665 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:17:11,749 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:17:17,405 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 82700 INFO 2025-09-04 02:17:17,416 basehttp 91512 6146797568 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-04 02:17:17,420 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:17:17,435 basehttp 91512 6129971200 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-04 02:17:25,040 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 69435 INFO 2025-09-04 02:17:25,052 basehttp 91512 6129971200 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-04 02:17:26,323 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-04 02:17:26,338 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71858 INFO 2025-09-04 02:17:26,353 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:18:12,655 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:19:00,743 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90051 INFO 2025-09-04 02:19:00,749 basehttp 91512 6146797568 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-04 02:19:00,754 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:10,638 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 02:19:10,654 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:13,417 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 02:19:13,432 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:14,668 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:19:17,581 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90051 INFO 2025-09-04 02:19:17,597 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:22,575 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71545 INFO 2025-09-04 02:19:23,966 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-04 02:19:23,988 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71858 INFO 2025-09-04 02:19:24,003 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:34,650 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90016 INFO 2025-09-04 02:19:34,662 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:19:44,336 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 02:19:44,350 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:20:30,672 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:22:30,683 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:24:30,678 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:24:57,230 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 90016 INFO 2025-09-04 02:24:57,246 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:25:01,265 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71507 INFO 2025-09-04 02:25:02,511 basehttp 91512 6129971200 "POST /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 302 0 INFO 2025-09-04 02:25:02,530 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71858 INFO 2025-09-04 02:25:02,546 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:25:31,677 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:26:29,896 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71712 INFO 2025-09-04 02:26:29,908 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:26:33,655 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:26:35,623 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 02:26:35,637 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:28:30,666 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:30:30,669 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:30:46,058 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/equipmentusage/ HTTP/1.1" 200 70584 INFO 2025-09-04 02:30:46,070 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:30:49,088 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/operatingroom/ HTTP/1.1" 200 71712 INFO 2025-09-04 02:30:49,105 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:30:52,718 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/orblock/ HTTP/1.1" 200 72726 INFO 2025-09-04 02:30:52,730 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:30:56,439 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 70486 INFO 2025-09-04 02:30:56,454 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:31:02,371 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 02:31:02,386 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:31:44,856 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 71253 INFO 2025-09-04 02:31:44,869 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:32:30,662 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:34:30,664 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:36:30,687 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:37:34,257 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalcase/ HTTP/1.1" 200 106253 INFO 2025-09-04 02:37:34,269 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:37:39,806 basehttp 91512 6129971200 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 98848 INFO 2025-09-04 02:37:39,823 basehttp 91512 6129971200 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 02:37:41,531 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:37:42,904 log 91512 6129971200 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_edit' not found. 'surgical_note_edit' is not a valid view function or pattern name. ERROR 2025-09-04 02:37:42,906 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 252427 WARNING 2025-09-04 02:37:42,923 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:37:42,923 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:40:59,270 log 91512 6129971200 Internal Server Error: /en/operating-theatre/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_delete' not found. 'surgical_note_delete' is not a valid view function or pattern name. ERROR 2025-09-04 02:40:59,276 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 500 252500 WARNING 2025-09-04 02:40:59,287 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:40:59,287 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:41:20,524 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 WARNING 2025-09-04 02:41:20,538 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:41:20,538 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:41:20,613 basehttp 91512 6129971200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:41:25,264 log 91512 6129971200 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 913, in get_queryset return SurgicalNote.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: blood_transfusion, closure, complications, condition, created_at, disposition, drains, estimated_blood_loss, findings, follow_up, id, implants, indication, note_id, planned_procedure, postop_instructions, postoperative_diagnosis, preoperative_diagnosis, procedure_performed, signed_datetime, specimens, status, surgeon, surgeon_id, surgical_approach, surgical_case, surgical_case_id, technique, template_used, template_used_id, updated_at ERROR 2025-09-04 02:41:25,267 basehttp 91512 6129971200 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 141071 WARNING 2025-09-04 02:41:25,282 log 91512 6129971200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:41:25,282 basehttp 91512 6129971200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:42:22,085 autoreload 91512 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:42:22,545 autoreload 32597 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:42:23,430 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_list' not found. 'operative_note_list' is not a valid view function or pattern name. ERROR 2025-09-04 02:42:23,433 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 174923 WARNING 2025-09-04 02:42:23,443 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:42:23,443 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:42:25,079 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_list' not found. 'operative_note_list' is not a valid view function or pattern name. ERROR 2025-09-04 02:42:25,081 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 174923 WARNING 2025-09-04 02:42:25,093 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:42:25,093 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:43:15,341 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_pdf' not found. 'operative_note_pdf' is not a valid view function or pattern name. ERROR 2025-09-04 02:43:15,343 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 174302 WARNING 2025-09-04 02:43:15,355 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:43:15,355 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:43:43,587 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'operative_note_sign' not found. 'operative_note_sign' is not a valid view function or pattern name. ERROR 2025-09-04 02:43:43,588 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 170508 WARNING 2025-09-04 02:43:43,602 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:43:43,602 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:44:06,012 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-04 02:44:06,014 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 173672 WARNING 2025-09-04 02:44:06,025 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:44:06,025 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:44:37,291 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-04 02:44:37,293 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 173707 WARNING 2025-09-04 02:44:37,310 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:44:37,310 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:44:44,869 log 32597 6162427904 Internal Server Error: /en/operating-theatre/notes/19/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/notes/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-04 02:44:44,870 basehttp 32597 6162427904 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 500 173672 WARNING 2025-09-04 02:44:44,880 log 32597 6162427904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:44:44,880 basehttp 32597 6162427904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:46:10,898 autoreload 32597 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:46:11,372 autoreload 34330 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 02:46:11,776 basehttp 34330 6129905664 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 200 28371 WARNING 2025-09-04 02:46:11,796 log 34330 6129905664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:46:11,797 basehttp 34330 6129905664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:46:11,857 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:46:29,865 log 34330 6146732032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:46:29,865 basehttp 34330 6146732032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:46:29,867 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:46:29,875 log 34330 6129905664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:46:29,875 basehttp 34330 6129905664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:47:29,851 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:48:29,852 basehttp 34330 6129905664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:48:41,169 autoreload 34330 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:48:41,509 autoreload 35426 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 02:48:41,992 basehttp 35426 6126612480 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 WARNING 2025-09-04 02:48:42,008 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:42,008 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:42,102 basehttp 35426 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:48:48,001 basehttp 35426 6126612480 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 INFO 2025-09-04 02:48:48,014 basehttp 35426 6160265216 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 02:48:48,014 basehttp 35426 6177091584 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 02:48:48,015 basehttp 35426 6193917952 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-04 02:48:48,019 log 35426 6210744320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:48,020 basehttp 35426 6210744320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:48,023 basehttp 35426 6193917952 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 02:48:48,025 basehttp 35426 6126612480 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 02:48:48,030 basehttp 35426 6210744320 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 02:48:48,034 basehttp 35426 6160265216 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 02:48:48,038 basehttp 35426 6160265216 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 02:48:48,038 basehttp 35426 6126612480 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 02:48:48,041 basehttp 35426 6177091584 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 02:48:48,041 basehttp 35426 6143438848 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 02:48:48,045 basehttp 35426 6126612480 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 02:48:48,047 basehttp 35426 6210744320 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 02:48:48,051 basehttp 35426 6193917952 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 02:48:48,054 basehttp 35426 6160265216 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 02:48:48,233 basehttp 35426 6160265216 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 02:48:48,307 basehttp 35426 6193917952 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 02:48:48,307 basehttp 35426 6210744320 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 02:48:48,307 basehttp 35426 6160265216 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 02:48:48,308 basehttp 35426 6126612480 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 02:48:48,308 basehttp 35426 6143438848 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 02:48:48,312 basehttp 35426 6177091584 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 02:48:48,325 basehttp 35426 6177091584 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 02:48:48,326 basehttp 35426 6143438848 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 02:48:48,326 basehttp 35426 6126612480 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 02:48:48,326 basehttp 35426 6160265216 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 02:48:48,328 basehttp 35426 6210744320 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 02:48:48,330 basehttp 35426 6160265216 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 02:48:48,330 basehttp 35426 6177091584 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 02:48:48,330 basehttp 35426 6126612480 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 02:48:48,331 basehttp 35426 6210744320 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 02:48:48,334 basehttp 35426 6193917952 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 02:48:48,335 basehttp 35426 6160265216 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 02:48:48,338 basehttp 35426 6177091584 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 02:48:48,339 basehttp 35426 6126612480 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 02:48:48,339 basehttp 35426 6210744320 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 02:48:48,340 basehttp 35426 6193917952 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 02:48:48,340 basehttp 35426 6160265216 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 02:48:48,341 basehttp 35426 6177091584 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 02:48:48,342 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:48:48,492 log 35426 6143438848 Not Found: /favicon.ico WARNING 2025-09-04 02:48:48,492 basehttp 35426 6143438848 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 02:48:54,647 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/create/ HTTP/1.1" 200 50023 INFO 2025-09-04 02:48:54,659 basehttp 35426 6160265216 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 02:48:54,660 basehttp 35426 6177091584 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-04 02:48:54,660 basehttp 35426 6193917952 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-04 02:48:54,661 basehttp 35426 6210744320 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-04 02:48:54,662 basehttp 35426 6126612480 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-04 02:48:54,667 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 02:48:54,667 basehttp 35426 6126612480 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 WARNING 2025-09-04 02:48:54,668 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 02:48:57,258 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:57,258 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:57,948 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 101059 WARNING 2025-09-04 02:48:57,963 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:48:57,963 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:48:58,021 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:49:00,905 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_edit' not found. 'surgical_note_edit' is not a valid view function or pattern name. ERROR 2025-09-04 02:49:00,907 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 192026 WARNING 2025-09-04 02:49:00,927 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:49:00,928 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:50:07,907 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_export' not found. 'surgical_note_export' is not a valid view function or pattern name. ERROR 2025-09-04 02:50:07,909 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 172107 WARNING 2025-09-04 02:50:07,921 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:50:07,921 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:50:22,671 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_sign' not found. 'surgical_note_sign' is not a valid view function or pattern name. ERROR 2025-09-04 02:50:22,672 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 172307 WARNING 2025-09-04 02:50:22,683 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:50:22,683 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:50:40,623 log 35426 6143438848 Internal Server Error: /en/operating-theatre/notes/39/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_note_amend' not found. 'surgical_note_amend' is not a valid view function or pattern name. ERROR 2025-09-04 02:50:40,625 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 500 172437 WARNING 2025-09-04 02:50:40,638 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:50:40,638 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:51:46,884 basehttp 35426 6143438848 "GET /en/operating-theatre/notes/39/ HTTP/1.1" 200 31796 WARNING 2025-09-04 02:51:46,901 log 35426 6143438848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:51:46,901 basehttp 35426 6143438848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:51:46,967 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:51:59,040 basehttp 35426 6143438848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 02:51:59,045 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:51:59,045 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 02:51:59,068 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:51:59,069 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:52:10,447 basehttp 35426 6126612480 "GET /en/operating-theatre/ HTTP/1.1" 200 43438 WARNING 2025-09-04 02:52:10,467 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:52:10,468 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:52:10,520 basehttp 35426 6126612480 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 02:52:12,210 basehttp 35426 6126612480 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 30344 WARNING 2025-09-04 02:52:12,232 log 35426 6126612480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:52:12,232 basehttp 35426 6126612480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:52:12,285 basehttp 35426 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:53:12,299 basehttp 35426 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:53:50,881 autoreload 35426 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:53:51,296 autoreload 37791 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 02:54:12,377 basehttp 37791 6125563904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 02:54:24,844 autoreload 37791 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:54:25,252 autoreload 38033 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 02:54:26,383 log 38033 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:54:26,383 basehttp 38033 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 02:54:26,392 log 38033 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:54:26,393 basehttp 38033 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 02:54:27,256 log 38033 6201716736 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgeon'. Choices are: operating_room, primary_surgeon, created_by ERROR 2025-09-04 02:54:27,257 basehttp 38033 6201716736 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 216636 WARNING 2025-09-04 02:54:27,274 log 38033 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:54:27,274 basehttp 38033 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:54:59,876 autoreload 38033 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:55:00,220 autoreload 38271 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:55:00,819 log 38271 6170423296 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_detail' not found. 'block_detail' is not a valid view function or pattern name. ERROR 2025-09-04 02:55:00,820 basehttp 38271 6170423296 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 229236 WARNING 2025-09-04 02:55:00,835 log 38271 6170423296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:55:00,836 basehttp 38271 6170423296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:55:29,240 basehttp 38271 6170423296 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 02:55:29,254 log 38271 6170423296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:55:29,255 basehttp 38271 6170423296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:55:29,333 basehttp 38271 6170423296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 02:55:34,738 log 38271 6170423296 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 573, in get_queryset return ORBlock.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allocated_minutes, assistant_surgeons, block_id, block_type, created_at, created_by, created_by_id, date, end_time, id, notes, operating_room, operating_room_id, primary_surgeon, primary_surgeon_id, service, special_equipment, special_setup, start_time, status, surgical_cases, updated_at, used_minutes ERROR 2025-09-04 02:55:34,740 basehttp 38271 6170423296 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 139986 WARNING 2025-09-04 02:55:34,757 log 38271 6170423296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:55:34,758 basehttp 38271 6170423296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:56:15,238 autoreload 38271 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:56:15,559 autoreload 38820 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:56:16,317 log 38820 6170079232 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'operating_room' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 02:56:16,319 basehttp 38820 6170079232 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 142005 WARNING 2025-09-04 02:56:16,332 log 38820 6170079232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:56:16,332 basehttp 38820 6170079232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:57:15,065 autoreload 38820 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:57:15,411 autoreload 39286 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:57:16,057 log 39286 6134149120 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 02:57:16,059 basehttp 39286 6134149120 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 141576 WARNING 2025-09-04 02:57:16,073 log 39286 6134149120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:57:16,073 basehttp 39286 6134149120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:59:07,647 autoreload 39286 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:59:08,009 autoreload 40149 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:59:08,845 log 40149 6157332480 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "ORBlock" instance. ERROR 2025-09-04 02:59:08,847 basehttp 40149 6157332480 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 138427 WARNING 2025-09-04 02:59:08,861 log 40149 6157332480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:59:08,861 basehttp 40149 6157332480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:59:43,514 autoreload 40149 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:59:43,842 autoreload 40405 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:59:44,951 log 40405 6158036992 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 586, in get_context_data ).select_related('patient', 'primary_surgeon').order_by('scheduled_start_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_start_time' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 02:59:44,953 basehttp 40405 6158036992 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 106294 WARNING 2025-09-04 02:59:44,964 log 40405 6191689728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:59:44,964 basehttp 40405 6191689728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 02:59:57,514 autoreload 40405 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 02:59:57,880 autoreload 40489 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 02:59:58,949 log 40489 6132068352 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 596, in get_context_data if case.estimated_duration_minutes: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'estimated_duration_minutes' ERROR 2025-09-04 02:59:58,952 basehttp 40489 6132068352 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 87612 WARNING 2025-09-04 02:59:58,963 log 40489 6132068352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 02:59:58,964 basehttp 40489 6132068352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:01:44,807 autoreload 40489 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:01:45,121 autoreload 41356 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:01:45,601 log 41356 6124957696 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-09-04 03:01:45,602 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 178004 WARNING 2025-09-04 03:01:45,619 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:01:45,619 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:02:26,566 log 41356 6124957696 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'block_schedule_list' not found. 'block_schedule_list' is not a valid view function or pattern name. ERROR 2025-09-04 03:02:26,567 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 178296 WARNING 2025-09-04 03:02:26,582 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:02:26,582 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:02:44,402 log 41356 6124957696 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'case_create' not found. 'case_create' is not a valid view function or pattern name. ERROR 2025-09-04 03:02:44,404 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 175561 WARNING 2025-09-04 03:02:44,416 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:02:44,417 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:11,974 basehttp 41356 6124957696 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:03:11,996 log 41356 6124957696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:11,996 basehttp 41356 6124957696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:12,108 basehttp 41356 6124957696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:03:19,497 log 41356 6141784064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:19,497 basehttp 41356 6141784064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:19,499 basehttp 41356 6124957696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:03:19,504 log 41356 6141784064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:19,504 basehttp 41356 6141784064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:24,522 basehttp 41356 6141784064 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:03:24,535 log 41356 6141784064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:24,535 basehttp 41356 6141784064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:24,614 basehttp 41356 6141784064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:03:50,959 autoreload 41356 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:03:51,292 autoreload 42333 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:03:52,512 log 42333 6157299712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:52,513 basehttp 42333 6157299712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:03:52,520 log 42333 6157299712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:52,520 basehttp 42333 6157299712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:54,542 basehttp 42333 6157299712 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:03:54,561 log 42333 6157299712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:03:54,561 basehttp 42333 6157299712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:03:54,649 basehttp 42333 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:04:54,663 basehttp 42333 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:05:54,701 basehttp 42333 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:06:03,466 autoreload 42333 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:06:03,807 autoreload 43263 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:06:04,601 basehttp 43263 6198177792 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:06:04,620 log 43263 6198177792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:06:04,620 basehttp 43263 6198177792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:06:04,679 basehttp 43263 6198177792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:07:04,687 basehttp 43263 6198177792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:07:30,224 autoreload 43263 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:07:30,550 autoreload 43963 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:07:30,843 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:07:30,854 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:30,854 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:30,906 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:07:35,004 log 43963 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:35,006 basehttp 43963 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:35,006 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:07:35,015 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:35,015 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:37,831 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:07:37,852 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:07:37,852 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:07:37,918 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:08:37,931 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:08:56,552 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:08:56,568 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:08:56,568 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:08:56,624 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:08:57,962 basehttp 43963 6204665856 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:08:57,978 log 43963 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:08:57,978 basehttp 43963 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:08:58,034 basehttp 43963 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:09:42,482 autoreload 43963 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:09:42,831 autoreload 44898 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:09:43,147 basehttp 44898 6193180672 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:09:43,164 log 44898 6193180672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:09:43,164 basehttp 44898 6193180672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:09:43,236 basehttp 44898 6193180672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:10:03,892 autoreload 44898 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:10:04,215 autoreload 45064 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:10:04,598 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:10:04,616 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:10:04,616 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:10:04,676 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:11:04,687 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:11:36,438 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:11:36,457 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:36,457 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:11:36,511 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 03:11:41,628 log 45064 6131118080 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgical_cases'. Choices are: operating_room, primary_surgeon, created_by ERROR 2025-09-04 03:11:41,630 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 217284 WARNING 2025-09-04 03:11:41,648 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:41,648 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:11:47,447 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:47,448 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:11:47,461 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:47,461 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:11:48,576 log 45064 6147944448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:48,577 basehttp 45064 6147944448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:11:48,577 basehttp 45064 6131118080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:11:48,587 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:48,587 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:11:49,714 log 45064 6131118080 Internal Server Error: /en/operating-theatre/blocks/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgical_cases'. Choices are: operating_room, primary_surgeon, created_by ERROR 2025-09-04 03:11:49,716 basehttp 45064 6131118080 "GET /en/operating-theatre/blocks/ HTTP/1.1" 500 217411 WARNING 2025-09-04 03:11:49,729 log 45064 6131118080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:11:49,729 basehttp 45064 6131118080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:12:13,329 autoreload 45064 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:12:13,697 autoreload 46016 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:12:14,591 basehttp 46016 6341865472 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 03:12:14,610 log 46016 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:12:14,610 basehttp 46016 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:12:14,672 basehttp 46016 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:12:17,469 basehttp 46016 6341865472 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:12:17,492 log 46016 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:12:17,493 basehttp 46016 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:12:17,547 basehttp 46016 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:13:03,235 basehttp 46016 6341865472 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:13:03,251 log 46016 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:03,252 basehttp 46016 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:13:03,326 basehttp 46016 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:13:44,284 autoreload 46016 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:13:44,600 autoreload 46719 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:13:45,750 log 46719 6169964544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:45,750 basehttp 46719 6169964544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:13:45,757 log 46719 6169964544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:45,757 basehttp 46719 6169964544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:13:46,551 log 46719 6169964544 Internal Server Error: /en/operating-theatre/blocks/33/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 580, in get_context_data context['scheduled_cases'] = SurgicalCase.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'operating_room' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 03:13:46,553 basehttp 46719 6169964544 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 500 142068 WARNING 2025-09-04 03:13:46,565 log 46719 6169964544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:13:46,565 basehttp 46719 6169964544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:14:56,664 autoreload 46719 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:14:57,035 autoreload 47259 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:14:58,258 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:14:58,272 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:14:58,272 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:14:58,345 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:15:36,237 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:15:36,251 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:15:36,251 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:15:36,312 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:16:09,999 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:16:10,017 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:16:10,017 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:16:10,087 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:17:10,082 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:17:52,091 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:17:52,110 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:17:52,110 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:17:52,168 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:18:42,597 basehttp 47259 6122254336 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 32167 WARNING 2025-09-04 03:18:42,612 log 47259 6122254336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:18:42,613 basehttp 47259 6122254336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:18:42,681 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:19:42,743 basehttp 47259 6122254336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:19:43,030 autoreload 47259 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:19:43,396 autoreload 49350 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:19:44,268 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28437 WARNING 2025-09-04 03:19:44,286 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:19:44,287 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:19:44,346 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:20:44,361 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:21:44,326 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:22:43,387 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28781 WARNING 2025-09-04 03:22:43,404 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:22:43,404 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:22:43,469 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:23:34,485 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28797 WARNING 2025-09-04 03:23:34,504 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:23:34,504 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:23:34,567 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:23:56,832 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28813 WARNING 2025-09-04 03:23:56,847 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:23:56,847 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:23:56,901 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:24:56,913 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:25:56,905 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:26:19,968 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28848 WARNING 2025-09-04 03:26:19,985 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:26:19,985 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:26:20,042 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:26:44,891 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28814 WARNING 2025-09-04 03:26:44,910 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:26:44,910 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:26:44,965 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:27:21,191 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28785 WARNING 2025-09-04 03:27:21,207 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:27:21,208 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:27:21,262 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:28:21,276 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:29:21,278 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:30:05,823 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28880 WARNING 2025-09-04 03:30:05,838 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:30:05,838 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:30:05,894 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:30:36,901 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 28880 WARNING 2025-09-04 03:30:36,915 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:30:36,915 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:30:36,990 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 03:31:10,319 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:31:10,320 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:31:12,441 basehttp 49350 6164066304 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28881 WARNING 2025-09-04 03:31:12,458 log 49350 6164066304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:31:12,458 basehttp 49350 6164066304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:31:12,512 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:32:12,590 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:33:12,517 basehttp 49350 6164066304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:33:20,431 autoreload 49350 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:33:21,429 autoreload 55456 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:33:22,691 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:22,692 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:33:22,708 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:22,708 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:33:25,150 basehttp 55456 6190788608 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28881 WARNING 2025-09-04 03:33:25,164 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:25,164 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:33:25,220 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:33:52,781 basehttp 55456 6190788608 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:33:52,792 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:33:52,792 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:33:52,842 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:34:01,934 basehttp 55456 6190788608 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:34:01,951 log 55456 6190788608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:34:01,951 basehttp 55456 6190788608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:34:02,025 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:35:02,025 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:36:02,024 basehttp 55456 6190788608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:36:25,438 autoreload 55456 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:36:25,878 autoreload 56792 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 03:36:26,604 log 56792 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:26,604 basehttp 56792 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 03:36:26,615 log 56792 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:26,615 basehttp 56792 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:36:28,631 log 56792 6164410368 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 587, in get_context_data scheduled_cases = context['scheduled_cases'] ~~~~~~~^^^^^^^^^^^^^^^^^^^ KeyError: 'scheduled_cases' ERROR 2025-09-04 03:36:28,632 basehttp 56792 6164410368 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 86909 WARNING 2025-09-04 03:36:28,646 log 56792 6164410368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:28,646 basehttp 56792 6164410368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:36:46,908 autoreload 56792 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:36:47,270 autoreload 56958 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:36:47,939 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:36:47,953 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:36:47,953 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:36:48,026 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:37:33,978 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:37:33,994 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:37:33,995 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:37:34,053 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:37:40,820 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:37:40,837 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:37:40,837 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:37:40,908 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:38:37,780 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 28886 WARNING 2025-09-04 03:38:37,796 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:38:37,796 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:38:37,850 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 03:39:12,884 log 56958 6194475008 Internal Server Error: /en/operating-theatre/blocks/38/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'case_detail' not found. 'case_detail' is not a valid view function or pattern name. ERROR 2025-09-04 03:39:12,886 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 500 189943 WARNING 2025-09-04 03:39:12,899 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:39:12,899 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:39:56,748 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 31083 WARNING 2025-09-04 03:39:56,763 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:39:56,764 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:39:56,821 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:40:56,835 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 03:41:21,133 basehttp 56958 6194475008 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 31087 WARNING 2025-09-04 03:41:21,152 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:41:21,152 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:41:21,209 basehttp 56958 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 03:41:28,717 log 56958 6194475008 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 752, in get_queryset return SurgicalCase.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_note, updated_at ERROR 2025-09-04 03:41:28,719 basehttp 56958 6194475008 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 142750 WARNING 2025-09-04 03:41:28,737 log 56958 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:41:28,738 basehttp 56958 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:41:51,401 autoreload 56958 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:41:51,770 autoreload 59245 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:41:52,284 log 59245 6165770240 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 752, in get_queryset return SurgicalCase.objects.filter(or_block__tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1563, in build_filter self.check_related_objects(join_info.final_field, value, join_info.opts) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1372, in check_related_objects self.check_query_object_type(value, opts, field) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1349, in check_query_object_type raise ValueError( ValueError: Cannot query "King Faisal Specialist Hospital - Abha": Must be "ORBlock" instance. ERROR 2025-09-04 03:41:52,286 basehttp 59245 6165770240 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 140014 WARNING 2025-09-04 03:41:52,299 log 59245 6165770240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:41:52,299 basehttp 59245 6165770240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:42:40,689 autoreload 59245 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:42:41,061 autoreload 59644 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 03:43:11,157 autoreload 59644 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:43:11,504 autoreload 59880 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:43:12,056 log 59880 6127808512 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_notes.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'surgical_notes'. Did you mean: 'surgical_note'? ERROR 2025-09-04 03:43:12,059 basehttp 59880 6127808512 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86909 WARNING 2025-09-04 03:43:12,074 log 59880 6127808512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:43:12,074 basehttp 59880 6127808512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:43:34,537 autoreload 59880 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:43:34,850 autoreload 60046 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:43:35,160 log 60046 6159052800 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.notes.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'notes' ERROR 2025-09-04 03:43:35,161 basehttp 60046 6159052800 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86837 WARNING 2025-09-04 03:43:35,176 log 60046 6159052800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:43:35,177 basehttp 60046 6159052800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:44:48,753 autoreload 60046 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:44:49,112 autoreload 60592 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:44:49,642 log 60592 6194278400 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_note.all().order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:44:49,643 basehttp 60592 6194278400 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86869 WARNING 2025-09-04 03:44:49,658 log 60592 6194278400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:44:49,659 basehttp 60592 6194278400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:45:14,162 autoreload 60592 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:45:14,535 autoreload 60757 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:45:15,157 log 60757 6123122688 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_note.all.order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:45:15,158 basehttp 60757 6123122688 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86865 WARNING 2025-09-04 03:45:15,173 log 60757 6123122688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:45:15,173 basehttp 60757 6123122688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:45:16,297 log 60757 6123122688 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_note.all.order_by('-created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:45:16,297 basehttp 60757 6123122688 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86865 WARNING 2025-09-04 03:45:16,314 log 60757 6123122688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:45:16,314 basehttp 60757 6123122688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:45:49,982 autoreload 60757 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:45:50,335 autoreload 61068 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:45:50,707 log 61068 6204911616 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_case_notes.all() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'surgical_case_notes' ERROR 2025-09-04 03:45:50,710 basehttp 61068 6204911616 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86881 WARNING 2025-09-04 03:45:50,723 log 61068 6204911616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:45:50,723 basehttp 61068 6204911616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:46:40,324 autoreload 61068 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-09-04 03:46:40,653 autoreload 61459 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:46:43,357 log 61459 6200651776 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 759, in get_context_data context['surgical_notes'] = surgical_case.surgical_notes.all() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalNote' object has no attribute 'all' ERROR 2025-09-04 03:46:43,358 basehttp 61459 6200651776 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 86805 WARNING 2025-09-04 03:46:43,373 log 61459 6200651776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:46:43,373 basehttp 61459 6200651776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:46:52,348 autoreload 61459 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:46:52,680 autoreload 61552 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:46:53,922 log 61552 6205091840 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 762, in get_context_data context['equipment_usage'] = EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-09-04 03:46:53,924 basehttp 61552 6205091840 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 139960 WARNING 2025-09-04 03:46:53,944 log 61552 6205091840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:46:53,945 basehttp 61552 6205091840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:46:54,703 log 61552 6205091840 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 762, in get_context_data context['equipment_usage'] = EquipmentUsage.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, end_time, equipment_name, equipment_type, expiration_date, id, lot_number, manufacturer, model, notes, quantity_used, recorded_by, recorded_by_id, serial_number, start_time, sterilization_date, surgical_case, surgical_case_id, total_cost, unit_cost, unit_of_measure, updated_at, usage_id ERROR 2025-09-04 03:46:54,704 basehttp 61552 6205091840 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 139960 WARNING 2025-09-04 03:46:54,720 log 61552 6205091840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:46:54,720 basehttp 61552 6205091840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:48:47,606 autoreload 61552 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:48:47,949 autoreload 62412 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:48:48,863 log 62412 6163083264 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 768, in get_context_data if surgical_case.actual_start_time and surgical_case.actual_end_time: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'actual_start_time'. Did you mean: 'actual_start'? ERROR 2025-09-04 03:48:48,867 basehttp 62412 6163083264 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 87192 WARNING 2025-09-04 03:48:48,879 log 62412 6163083264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:48:48,879 basehttp 62412 6163083264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:48:49,796 log 62412 6163083264 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 768, in get_context_data if surgical_case.actual_start_time and surgical_case.actual_end_time: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'SurgicalCase' object has no attribute 'actual_start_time'. Did you mean: 'actual_start'? ERROR 2025-09-04 03:48:49,799 basehttp 62412 6163083264 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 87192 WARNING 2025-09-04 03:48:49,814 log 62412 6163083264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:48:49,814 basehttp 62412 6163083264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:49:19,199 autoreload 62412 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 03:49:19,563 autoreload 62649 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 03:49:20,314 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_start' not found. 'surgical_case_start' is not a valid view function or pattern name. ERROR 2025-09-04 03:49:20,316 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 178456 WARNING 2025-09-04 03:49:20,330 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:49:20,330 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:50:09,246 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_complete' not found. 'surgical_case_complete' is not a valid view function or pattern name. ERROR 2025-09-04 03:50:09,248 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 178744 WARNING 2025-09-04 03:50:09,260 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:50:09,260 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:50:26,440 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_cancel' not found. 'surgical_case_cancel' is not a valid view function or pattern name. ERROR 2025-09-04 03:50:26,441 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 178571 WARNING 2025-09-04 03:50:26,453 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:50:26,454 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 03:51:01,949 log 62649 6131920896 Internal Server Error: /en/operating-theatre/cases/36/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgical_case_export' not found. 'surgical_case_export' is not a valid view function or pattern name. ERROR 2025-09-04 03:51:01,950 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 500 179204 WARNING 2025-09-04 03:51:01,963 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:51:01,963 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:51:12,549 basehttp 62649 6131920896 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 200 31984 WARNING 2025-09-04 03:51:12,565 basehttp 62649 6148747264 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 03:51:12,569 log 62649 6131920896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 03:51:12,569 basehttp 62649 6131920896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 03:51:12,635 basehttp 62649 6131920896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:02:11,434 autoreload 94389 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 06:02:15,650 basehttp 94389 6131380224 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 200 31984 WARNING 2025-09-04 06:02:15,661 basehttp 94389 6131380224 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 06:02:15,749 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:02:16,046 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:02:16,046 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:03:15,748 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:03:50,313 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:03:50,313 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 06:03:56,011 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:03:56,011 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:03:58,012 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31116 WARNING 2025-09-04 06:03:58,032 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:03:58,033 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:03:58,088 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:04:58,099 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:05:12,835 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31116 WARNING 2025-09-04 06:05:12,845 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:05:12,845 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:05:12,914 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:05:28,540 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31117 WARNING 2025-09-04 06:05:28,556 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:05:28,557 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:05:28,615 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:05:59,789 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31116 WARNING 2025-09-04 06:05:59,801 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:05:59,801 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:05:59,866 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:06:49,969 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31117 WARNING 2025-09-04 06:06:49,980 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:06:49,980 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:06:50,035 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:07:00,302 basehttp 94389 6148206592 "GET /en/operating-theatre/cases/38/ HTTP/1.1" 200 31980 WARNING 2025-09-04 06:07:00,317 basehttp 94389 6131380224 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 06:07:00,320 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:07:00,320 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:07:00,358 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:07:02,817 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:07:02,817 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 06:07:02,829 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:07:02,829 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:07:50,408 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:08:51,407 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:09:52,418 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:10:52,427 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:11:40,698 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31295 WARNING 2025-09-04 06:11:40,715 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:11:40,715 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:11:40,781 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:12:12,081 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31259 WARNING 2025-09-04 06:12:12,095 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:12:12,096 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:12:12,153 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:13:12,158 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:13:58,142 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31728 WARNING 2025-09-04 06:13:58,155 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:13:58,155 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:13:58,211 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:14:56,142 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31721 WARNING 2025-09-04 06:14:56,156 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:14:56,156 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:14:56,212 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:15:36,344 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31217 WARNING 2025-09-04 06:15:36,356 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:15:36,356 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:15:36,411 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:15:55,198 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31212 WARNING 2025-09-04 06:15:55,210 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:15:55,210 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:15:55,265 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:16:55,280 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:17:55,294 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:18:16,018 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31139 WARNING 2025-09-04 06:18:16,032 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:18:16,032 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:18:16,105 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:19:16,422 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:20:17,445 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:21:18,437 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:22:19,438 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:23:07,606 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31642 WARNING 2025-09-04 06:23:07,620 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:23:07,620 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:23:07,718 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:23:34,104 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31652 WARNING 2025-09-04 06:23:34,116 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:23:34,116 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:23:34,218 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:24:34,226 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:24:51,222 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31712 WARNING 2025-09-04 06:24:51,236 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:24:51,236 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:24:51,289 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:29,216 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31727 WARNING 2025-09-04 06:25:29,228 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:29,228 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:29,279 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:40,018 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31725 WARNING 2025-09-04 06:25:40,029 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:40,029 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:40,083 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:49,752 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31728 WARNING 2025-09-04 06:25:49,761 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:49,761 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:49,813 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:25:59,783 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31728 WARNING 2025-09-04 06:25:59,795 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:25:59,795 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:25:59,867 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:27:00,435 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:27:41,456 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31724 WARNING 2025-09-04 06:27:41,465 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:27:41,466 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:27:41,532 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:28:42,437 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:29:43,445 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:30:43,512 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:31:06,809 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31729 WARNING 2025-09-04 06:31:06,820 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:31:06,820 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:31:06,888 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:31:15,099 basehttp 94389 6148206592 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31725 WARNING 2025-09-04 06:31:15,109 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:31:15,109 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:31:15,161 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:32:03,531 basehttp 94389 6131380224 "GET /en/operating-theatre/cases/38/ HTTP/1.1" 200 31980 WARNING 2025-09-04 06:32:03,543 basehttp 94389 6148206592 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 06:32:03,547 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:32:03,547 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:32:03,614 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:33:03,588 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:34:03,579 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:35:03,582 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:36:03,601 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:36:22,561 basehttp 94389 6131380224 "GET /en/operating-theatre/cases/38/ HTTP/1.1" 200 31980 WARNING 2025-09-04 06:36:22,570 basehttp 94389 6131380224 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 06:36:22,575 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:22,575 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:36:22,615 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:36:24,801 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 06:36:24,802 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:24,802 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 06:36:24,810 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:24,810 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:36:26,066 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 31895 WARNING 2025-09-04 06:36:26,081 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:36:26,081 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:36:26,143 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:37:26,150 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:38:26,149 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:39:26,155 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:39:39,859 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32557 WARNING 2025-09-04 06:39:39,873 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:39:39,874 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:39:39,932 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:40:19,727 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32572 WARNING 2025-09-04 06:40:19,742 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:40:19,742 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:40:19,806 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:40:59,533 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32582 WARNING 2025-09-04 06:40:59,548 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:40:59,548 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:40:59,621 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:41:30,951 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32546 WARNING 2025-09-04 06:41:30,969 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:41:30,969 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:41:31,041 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:42:31,032 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:42:32,228 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32769 WARNING 2025-09-04 06:42:32,242 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:42:32,242 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:42:32,301 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:43:22,252 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 33001 WARNING 2025-09-04 06:43:22,263 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:43:22,264 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:43:22,317 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:43:51,375 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32760 WARNING 2025-09-04 06:43:51,389 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:43:51,389 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:43:51,449 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:44:51,464 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:45:41,015 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32760 WARNING 2025-09-04 06:45:41,029 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:45:41,030 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:45:41,098 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:46:41,098 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:47:15,314 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32771 WARNING 2025-09-04 06:47:15,331 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:47:15,331 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:47:15,390 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:47:42,479 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32793 WARNING 2025-09-04 06:47:42,491 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:47:42,491 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:47:42,542 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:47:52,362 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32786 WARNING 2025-09-04 06:47:52,373 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:47:52,373 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:47:52,426 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:48:52,431 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:49:06,540 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32808 WARNING 2025-09-04 06:49:06,552 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:49:06,552 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:49:06,622 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:49:42,140 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32824 WARNING 2025-09-04 06:49:42,150 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:49:42,151 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:49:42,202 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:49:58,067 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32824 WARNING 2025-09-04 06:49:58,080 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:49:58,080 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:49:58,157 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:50:53,930 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32824 WARNING 2025-09-04 06:50:53,945 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:50:53,945 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:50:54,002 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:51:54,015 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:52:27,376 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32826 WARNING 2025-09-04 06:52:27,393 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:52:27,393 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:52:27,468 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:53:27,468 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:54:09,938 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32892 WARNING 2025-09-04 06:54:09,952 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:54:09,952 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:54:10,010 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:54:39,354 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32878 WARNING 2025-09-04 06:54:39,367 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:54:39,367 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:54:39,443 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:54:52,521 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32881 WARNING 2025-09-04 06:54:52,535 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:54:52,535 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:54:52,594 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:55:12,738 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32886 WARNING 2025-09-04 06:55:12,754 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:55:12,754 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:55:12,812 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:55:39,664 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32897 WARNING 2025-09-04 06:55:39,683 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:55:39,683 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:55:39,741 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:56:39,744 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:56:47,930 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32892 WARNING 2025-09-04 06:56:47,946 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:56:47,946 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:56:48,019 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:07,840 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/36/ HTTP/1.1" 200 32889 WARNING 2025-09-04 06:57:07,850 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:07,850 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:07,903 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:37,401 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 06:57:37,413 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:37,413 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:37,488 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:39,512 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 WARNING 2025-09-04 06:57:39,528 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:39,528 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:39,585 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:42,637 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date= HTTP/1.1" 200 138861 WARNING 2025-09-04 06:57:42,656 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:42,657 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:42,716 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:45,372 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date=2025-09-03 HTTP/1.1" 200 138881 WARNING 2025-09-04 06:57:45,391 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:45,391 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:45,453 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:46,118 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date= HTTP/1.1" 200 138861 WARNING 2025-09-04 06:57:46,139 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:46,139 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:46,193 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:48,815 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?date=2025-09-05 HTTP/1.1" 200 138881 WARNING 2025-09-04 06:57:48,836 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:48,836 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:48,895 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:57:58,778 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/?page=2&date=2025-09-05 HTTP/1.1" 200 95252 WARNING 2025-09-04 06:57:58,827 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:57:58,827 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:57:58,856 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:58:00,940 basehttp 94389 6131380224 "GET /en/operating-theatre/blocks/12/ HTTP/1.1" 200 32878 WARNING 2025-09-04 06:58:00,961 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 06:58:00,961 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 06:58:01,021 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 06:59:06,189 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:01:22,965 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:02:23,968 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:03:24,970 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:06:02,392 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:08:16,815 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:09:40,460 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:11:01,456 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:14:26,875 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:25:05,974 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:34:06,312 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:39:19,956 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:41:19,939 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:43:19,948 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:45:19,961 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:47:19,952 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:50:59,726 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:51:12,194 basehttp 94389 6131380224 "GET /en/operating-theatre/ HTTP/1.1" 200 49202 WARNING 2025-09-04 07:51:12,214 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:51:12,214 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:51:12,315 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:51:12,319 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:51:42,315 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:52:12,337 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:52:12,339 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:52:42,328 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:53:12,345 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:53:12,347 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:53:42,326 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:54:10,009 basehttp 94389 6148206592 "GET /en/operating-theatre/ HTTP/1.1" 200 49003 WARNING 2025-09-04 07:54:10,019 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:10,019 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:54:10,114 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:54:10,115 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:54:25,437 basehttp 94389 6131380224 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62154 WARNING 2025-09-04 07:54:25,453 log 94389 6131380224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:25,454 basehttp 94389 6131380224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:54:25,528 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:54:25,530 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-09-04 07:54:27,846 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:27,846 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 07:54:27,858 log 94389 6148206592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:54:27,858 basehttp 94389 6148206592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:54:40,107 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:55:10,109 basehttp 94389 6148206592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:55:10,112 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:55:40,112 basehttp 94389 6131380224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:56:10,112 basehttp 94389 6131380224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 07:56:10,115 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:56:40,126 basehttp 94389 6148206592 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 07:57:06,338 autoreload 94389 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 07:57:06,851 autoreload 33595 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 07:57:07,345 log 33595 6196916224 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'or_block' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:57:07,347 basehttp 33595 6196916224 "GET /en/operating-theatre/ HTTP/1.1" 500 143744 WARNING 2025-09-04 07:57:07,364 log 33595 6196916224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:57:07,364 basehttp 33595 6196916224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:58:03,112 autoreload 33595 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 07:58:03,492 autoreload 34009 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 07:58:04,185 log 34009 6171275264 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:58:04,187 basehttp 34009 6171275264 "GET /en/operating-theatre/ HTTP/1.1" 500 142949 WARNING 2025-09-04 07:58:04,199 log 34009 6171275264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:58:04,199 basehttp 34009 6171275264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 07:58:57,632 autoreload 34009 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 07:58:57,977 autoreload 34483 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 07:58:58,281 log 34483 6189674496 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query_utils.py", line 91, in resolve_expression clause, joins = query._add_q( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:58:58,283 basehttp 34483 6189674496 "GET /en/operating-theatre/ HTTP/1.1" 500 150279 WARNING 2025-09-04 07:58:58,298 log 34483 6189674496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:58:58,298 basehttp 34483 6189674496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 07:58:59,943 log 34483 6189674496 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query_utils.py", line 91, in resolve_expression clause, joins = query._add_q( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 07:58:59,944 basehttp 34483 6189674496 "GET /en/operating-theatre/ HTTP/1.1" 500 150279 WARNING 2025-09-04 07:58:59,957 log 34483 6189674496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 07:58:59,957 basehttp 34483 6189674496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:03:34,789 autoreload 34483 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:03:35,175 autoreload 36503 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:03:35,838 log 36503 6137884672 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'or_block' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:03:35,840 basehttp 36503 6137884672 "GET /en/operating-theatre/ HTTP/1.1" 500 143992 WARNING 2025-09-04 08:03:35,854 log 36503 6137884672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:03:35,854 basehttp 36503 6137884672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:03:43,726 autoreload 36503 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:03:44,071 autoreload 36596 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:03:44,817 log 36596 6127579136 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'surgical_cases' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2065, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:03:44,819 basehttp 36596 6127579136 "GET /en/operating-theatre/ HTTP/1.1" 500 170505 WARNING 2025-09-04 08:03:44,835 log 36596 6127579136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:03:44,835 basehttp 36596 6127579136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:04:13,300 autoreload 36596 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:04:13,636 autoreload 36836 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:04:13,959 log 36836 6166343680 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'surgical_cases' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2065, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:04:13,961 basehttp 36836 6166343680 "GET /en/operating-theatre/ HTTP/1.1" 500 170775 WARNING 2025-09-04 08:04:13,974 log 36836 6166343680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:04:13,974 basehttp 36836 6166343680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:04:15,190 log 36836 6166343680 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1923, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'surgical_cases' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 120, in get_context_data ).annotate( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1649, in annotate return self._annotate(args, kwargs, select=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1701, in _annotate clone.query.add_annotation( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1218, in add_annotation annotation = annotation.resolve_expression(self, allow_joins=True, reuse=None) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 176, in resolve_expression result = super().resolve_expression(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2065, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1927, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'surgical_cases' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-04 08:04:15,192 basehttp 36836 6166343680 "GET /en/operating-theatre/ HTTP/1.1" 500 170775 WARNING 2025-09-04 08:04:15,204 log 36836 6166343680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:04:15,205 basehttp 36836 6166343680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:14,507 autoreload 36836 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:06:14,845 autoreload 37704 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:06:17,286 basehttp 37704 6196293632 "GET /en/operating-theatre/ HTTP/1.1" 200 73125 WARNING 2025-09-04 08:06:17,306 log 37704 6196293632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:17,306 basehttp 37704 6196293632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:17,373 basehttp 37704 6196293632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:06:17,377 basehttp 37704 6213120000 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:06:33,087 basehttp 37704 6213120000 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 08:06:33,102 basehttp 37704 6196293632 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:06:33,107 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:33,107 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:33,159 basehttp 37704 6213120000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:06:37,581 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:37,581 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:06:37,595 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:06:37,595 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:06:47,377 basehttp 37704 6213120000 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:07:17,370 basehttp 37704 6213120000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:07:17,374 basehttp 37704 6196293632 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:07:47,373 basehttp 37704 6196293632 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:07:47,485 basehttp 37704 6196293632 "GET /en/operating-theatre/ HTTP/1.1" 200 73106 WARNING 2025-09-04 08:07:47,496 log 37704 6196293632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:07:47,496 basehttp 37704 6196293632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:07:47,558 basehttp 37704 6196293632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:07:47,567 basehttp 37704 6213120000 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 ERROR 2025-09-04 08:08:00,791 log 37704 6213120000 Internal Server Error: /en/operating-theatre/rooms/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 207, in get_context_data context['todays_cases'] = operating_room.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:08:00,793 basehttp 37704 6213120000 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 500 86937 WARNING 2025-09-04 08:08:00,807 log 37704 6213120000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:08:00,807 basehttp 37704 6213120000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:08:41,230 autoreload 37704 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:08:41,552 autoreload 38805 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:08:42,706 log 38805 6158233600 Internal Server Error: /en/operating-theatre/rooms/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 207, in get_context_data context['todays_cases'] = operating_room.or_blocks.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:08:42,709 basehttp 38805 6158233600 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 500 87118 WARNING 2025-09-04 08:08:42,723 log 38805 6158233600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:08:42,723 basehttp 38805 6158233600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:08:43,566 log 38805 6158233600 Internal Server Error: /en/operating-theatre/rooms/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 207, in get_context_data context['todays_cases'] = operating_room.or_blocks.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'RelatedManager' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:08:43,568 basehttp 38805 6158233600 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 500 87118 WARNING 2025-09-04 08:08:43,583 log 38805 6158233600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:08:43,583 basehttp 38805 6158233600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:09:35,682 autoreload 38805 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:09:36,002 autoreload 39202 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:10:08,520 autoreload 39202 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:10:08,845 autoreload 39437 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:10:09,855 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42721 WARNING 2025-09-04 08:10:09,875 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:10:09,875 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:10:09,948 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:11:09,967 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:12:09,959 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:13:10,006 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:14:09,969 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:14:26,461 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 40248 WARNING 2025-09-04 08:14:26,477 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:14:26,477 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:14:26,548 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:15:05,352 basehttp 39437 6194475008 "POST /en/operating-theatre/rooms/55/update-status/ HTTP/1.1" 302 0 INFO 2025-09-04 08:15:05,367 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 40248 INFO 2025-09-04 08:15:26,548 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:16:24,756 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 40490 WARNING 2025-09-04 08:16:24,769 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:16:24,769 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:16:24,819 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:17:24,833 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:18:24,826 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:19:24,833 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:19:51,030 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 41700 WARNING 2025-09-04 08:19:51,047 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:19:51,047 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:19:51,113 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:20:01,738 basehttp 39437 6194475008 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 49286 WARNING 2025-09-04 08:20:01,756 log 39437 6194475008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:20:01,756 basehttp 39437 6194475008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:20:01,813 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:21:01,829 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:22:01,827 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:23:01,827 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:24:01,843 basehttp 39437 6194475008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:24:51,885 autoreload 39437 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:24:52,248 autoreload 45949 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:25:01,902 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:26:01,851 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:27:01,857 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:27:33,642 basehttp 45949 6123352064 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 43298 WARNING 2025-09-04 08:27:33,657 log 45949 6123352064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:27:33,657 basehttp 45949 6123352064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:27:33,708 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:28:33,726 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:29:33,726 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:30:22,429 basehttp 45949 6123352064 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 33328 WARNING 2025-09-04 08:30:22,445 log 45949 6123352064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:30:22,445 basehttp 45949 6123352064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:30:22,486 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:31:22,500 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:32:22,492 basehttp 45949 6123352064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:32:32,780 autoreload 45949 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:32:33,156 autoreload 49377 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:33:08,644 autoreload 49377 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/forms.py changed, reloading. INFO 2025-09-04 08:33:08,990 autoreload 49618 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:33:09,669 basehttp 49618 6162067456 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 43307 WARNING 2025-09-04 08:33:09,686 log 49618 6162067456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:33:09,686 basehttp 49618 6162067456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:33:09,751 basehttp 49618 6162067456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:33:16,711 basehttp 49618 6162067456 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 43307 INFO 2025-09-04 08:33:16,724 basehttp 49618 13052751872 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 08:33:16,726 log 49618 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:33:16,727 basehttp 49618 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:33:16,734 basehttp 49618 13052751872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 08:33:16,734 basehttp 49618 6162067456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 08:33:16,735 basehttp 49618 13069578240 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 08:33:16,740 basehttp 49618 13103230976 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 08:33:16,741 basehttp 49618 13035925504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 08:33:16,742 basehttp 49618 13086404608 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 08:33:16,746 basehttp 49618 6162067456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 08:33:16,753 basehttp 49618 13052751872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 08:33:16,862 basehttp 49618 13052751872 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 08:33:16,924 basehttp 49618 13052751872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 08:33:16,925 basehttp 49618 13086404608 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 08:33:16,925 basehttp 49618 13035925504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 08:33:16,925 basehttp 49618 13103230976 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 08:33:16,926 basehttp 49618 6162067456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 08:33:16,930 basehttp 49618 13103230976 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 08:33:16,932 basehttp 49618 13052751872 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 08:33:16,932 basehttp 49618 13069578240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 08:33:16,932 basehttp 49618 13035925504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 08:33:16,933 basehttp 49618 13086404608 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 08:33:16,934 basehttp 49618 13052751872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 08:33:16,934 basehttp 49618 13035925504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 08:33:16,934 basehttp 49618 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 08:33:16,934 basehttp 49618 13086404608 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 08:33:16,935 basehttp 49618 13052751872 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 08:33:16,936 basehttp 49618 13052751872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 08:33:16,938 basehttp 49618 6162067456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 08:33:16,941 basehttp 49618 13052751872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 08:33:16,942 basehttp 49618 13103230976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:33:16,942 basehttp 49618 13035925504 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 08:33:16,943 basehttp 49618 13069578240 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 08:33:16,943 basehttp 49618 6162067456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 08:33:16,943 basehttp 49618 13086404608 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 08:33:16,943 basehttp 49618 13052751872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-04 08:33:17,082 log 49618 13052751872 Not Found: /favicon.ico WARNING 2025-09-04 08:33:17,082 basehttp 49618 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 08:34:16,945 basehttp 49618 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:35:16,949 basehttp 49618 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:35:32,489 autoreload 49618 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/forms.py changed, reloading. INFO 2025-09-04 08:35:32,872 autoreload 50722 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:36:16,987 basehttp 50722 6132969472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:36:26,999 autoreload 50722 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:36:27,361 autoreload 51132 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:36:45,238 autoreload 51132 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/forms.py changed, reloading. INFO 2025-09-04 08:36:45,560 autoreload 51293 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 08:36:46,826 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:36:46,826 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:36:46,849 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:36:46,850 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:36:48,491 basehttp 51293 12918534144 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 47164 WARNING 2025-09-04 08:36:48,509 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:36:48,509 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:36:48,596 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:37:18,356 basehttp 51293 12918534144 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42073 WARNING 2025-09-04 08:37:18,373 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:37:18,373 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:37:29,682 basehttp 51293 12918534144 "GET /en/operating-theatre/ HTTP/1.1" 200 73106 WARNING 2025-09-04 08:37:29,697 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:37:29,698 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:37:29,760 basehttp 51293 12918534144 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 08:37:33,224 basehttp 51293 12918534144 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 08:37:33,236 basehttp 51293 12935360512 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:37:33,240 log 51293 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:37:33,241 basehttp 51293 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:37:33,292 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:38:33,305 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:39:33,306 basehttp 51293 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:40:01,173 autoreload 51293 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:40:01,515 autoreload 52766 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 08:40:02,607 basehttp 52766 6139392000 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:40:02,609 log 52766 6122565632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:02,610 basehttp 52766 6122565632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:40:02,620 log 52766 6122565632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:02,620 basehttp 52766 6122565632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:40:04,118 basehttp 52766 6122565632 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 08:40:04,132 basehttp 52766 6122565632 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:40:04,136 log 52766 6139392000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:04,136 basehttp 52766 6139392000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:40:04,180 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:40:59,307 log 52766 6122565632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:59,308 basehttp 52766 6122565632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:40:59,308 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:40:59,315 log 52766 6139392000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:40:59,315 basehttp 52766 6139392000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:41:01,531 basehttp 52766 6139392000 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 73908 WARNING 2025-09-04 08:41:01,547 log 52766 6139392000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:41:01,547 basehttp 52766 6139392000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:41:01,608 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:42:01,612 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:43:01,637 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:44:01,632 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:45:01,634 basehttp 52766 6139392000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:46:00,431 autoreload 52766 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:46:00,899 autoreload 55378 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:46:01,677 basehttp 55378 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:47:01,666 basehttp 55378 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:47:12,586 autoreload 55378 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:47:12,936 autoreload 55921 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:47:36,824 autoreload 55921 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:47:37,130 autoreload 56099 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:48:03,188 autoreload 56099 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 08:48:03,516 autoreload 56343 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:48:26,523 autoreload 56343 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 08:48:26,840 autoreload 56506 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:48:50,023 log 56506 6203076608 Internal Server Error: /en/operating-theatre/cases/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_case' with arguments '(39,)' not found. 1 pattern(s) tried: ['en/operating\\-theatre/cases/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-04 08:48:50,025 basehttp 56506 6203076608 "GET /en/operating-theatre/cases/ HTTP/1.1" 500 260632 WARNING 2025-09-04 08:48:50,044 log 56506 6203076608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:48:50,044 basehttp 56506 6203076608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:22,079 autoreload 56506 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 08:49:22,411 autoreload 56904 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:49:24,346 basehttp 56904 6167031808 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 72955 WARNING 2025-09-04 08:49:24,362 log 56904 6167031808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:24,363 basehttp 56904 6167031808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:24,399 basehttp 56904 6167031808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:49:30,120 basehttp 56904 6167031808 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 72955 INFO 2025-09-04 08:49:30,140 basehttp 56904 6200684544 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 08:49:30,143 log 56904 6217510912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:30,143 basehttp 56904 6217510912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:30,148 basehttp 56904 6167031808 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 08:49:30,151 basehttp 56904 6251163648 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 08:49:30,152 basehttp 56904 6200684544 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 08:49:30,153 basehttp 56904 6183858176 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 08:49:30,153 basehttp 56904 6217510912 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 08:49:30,154 basehttp 56904 6234337280 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 08:49:30,161 basehttp 56904 6251163648 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 08:49:30,170 basehttp 56904 6167031808 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 08:49:30,395 basehttp 56904 6167031808 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 08:49:30,428 basehttp 56904 6183858176 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 08:49:30,428 basehttp 56904 6251163648 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 08:49:30,429 basehttp 56904 6217510912 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 08:49:30,429 basehttp 56904 6167031808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 08:49:30,430 basehttp 56904 6234337280 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 08:49:30,433 basehttp 56904 6200684544 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 08:49:30,434 basehttp 56904 6234337280 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 08:49:30,441 basehttp 56904 6167031808 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 08:49:30,442 basehttp 56904 6251163648 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 08:49:30,442 basehttp 56904 6167031808 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 08:49:30,444 basehttp 56904 6234337280 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 08:49:30,444 basehttp 56904 6217510912 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 08:49:30,445 basehttp 56904 6183858176 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 08:49:30,463 basehttp 56904 6167031808 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 08:49:30,463 basehttp 56904 6217510912 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 08:49:30,463 basehttp 56904 6251163648 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 08:49:30,464 basehttp 56904 6234337280 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 08:49:30,464 basehttp 56904 6183858176 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 08:49:30,466 basehttp 56904 6200684544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:49:30,468 basehttp 56904 6167031808 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 08:49:30,468 basehttp 56904 6217510912 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 08:49:30,468 basehttp 56904 6234337280 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 08:49:30,468 basehttp 56904 6251163648 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 08:49:30,468 basehttp 56904 6183858176 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-04 08:49:30,557 log 56904 6183858176 Not Found: /favicon.ico WARNING 2025-09-04 08:49:30,558 basehttp 56904 6183858176 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 08:49:40,367 basehttp 56904 6183858176 "GET /en/operating-theatre/cases/39/ HTTP/1.1" 200 32174 WARNING 2025-09-04 08:49:40,385 basehttp 56904 6251163648 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:49:40,391 log 56904 6183858176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:40,392 basehttp 56904 6183858176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:49:40,472 basehttp 56904 6183858176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:49:46,055 basehttp 56904 6183858176 "POST /en/operating-theatre/cases/39/start/ HTTP/1.1" 302 0 INFO 2025-09-04 08:49:46,073 basehttp 56904 6183858176 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 73251 WARNING 2025-09-04 08:49:56,649 log 56904 6183858176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:56,650 basehttp 56904 6183858176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:49:56,660 log 56904 6183858176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:49:56,661 basehttp 56904 6183858176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:50:30,455 basehttp 56904 6183858176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:51:29,469 autoreload 56904 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:51:29,829 autoreload 57866 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:51:30,184 basehttp 57866 6160936960 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 72857 WARNING 2025-09-04 08:51:30,197 log 57866 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:51:30,197 basehttp 57866 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:51:30,267 basehttp 57866 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:52:13,156 basehttp 57866 6160936960 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 62005 WARNING 2025-09-04 08:52:13,170 log 57866 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:13,170 basehttp 57866 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:52:13,247 basehttp 57866 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:52:24,172 basehttp 57866 6160936960 "GET /en/operating-theatre/cases/39/ HTTP/1.1" 200 32013 WARNING 2025-09-04 08:52:24,185 basehttp 57866 6160936960 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:52:24,188 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:24,188 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:52:24,240 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:52:59,714 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:59,714 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:52:59,725 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:52:59,725 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:53:13,233 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:13,237 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:36,315 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 62005 WARNING 2025-09-04 08:54:36,329 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:36,330 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:54:36,390 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:44,532 basehttp 57866 6177763328 "POST /en/operating-theatre/cases/39/complete/ HTTP/1.1" 302 0 INFO 2025-09-04 08:54:44,550 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60458 WARNING 2025-09-04 08:54:44,564 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:44,565 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:54:44,639 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:54:50,751 basehttp 57866 6177763328 "POST /en/operating-theatre/cases/35/start/ HTTP/1.1" 302 0 INFO 2025-09-04 08:54:50,772 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60468 WARNING 2025-09-04 08:54:50,787 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:50,787 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:54:50,841 basehttp 57866 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 08:54:56,146 log 57866 6177763328 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 201, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 31, in get_object queryset = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 858, in get_queryset return SurgicalCase.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: actual_end, actual_start, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, approach, assistant_surgeons, blood_products, case_id, case_number, case_type, circulating_nurse, circulating_nurse_id, clinical_notes, complications, created_at, created_by, created_by_id, diagnosis, diagnosis_codes, encounter, encounter_id, equipment_usage, estimated_blood_loss, estimated_duration, id, implants, or_block, or_block_id, patient, patient_id, patient_position, primary_procedure, primary_surgeon, primary_surgeon_id, procedure_codes, scheduled_start, scrub_nurse, scrub_nurse_id, secondary_procedures, special_equipment, status, surgical_notes, updated_at ERROR 2025-09-04 08:54:56,148 basehttp 57866 6177763328 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 147719 WARNING 2025-09-04 08:54:56,168 log 57866 6177763328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:54:56,169 basehttp 57866 6177763328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:55:37,665 autoreload 57866 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:55:38,146 autoreload 59735 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 08:55:39,610 log 59735 6198996992 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 36, in get_form form_class = self.get_form_class() ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py", line 864, in get_form_class class RestrictedSurgicalCaseForm(SurgicalCaseForm): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (notes) specified for SurgicalCase ERROR 2025-09-04 08:55:39,611 basehttp 59735 6198996992 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 109860 WARNING 2025-09-04 08:55:39,626 log 59735 6198996992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:55:39,626 basehttp 59735 6198996992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:56:16,933 autoreload 59735 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 08:56:17,310 autoreload 60043 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 08:56:19,142 basehttp 60043 6136967168 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 200 36121 INFO 2025-09-04 08:56:19,162 basehttp 60043 6136967168 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-04 08:56:19,162 basehttp 60043 6170619904 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-04 08:56:19,163 basehttp 60043 13035925504 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-04 08:56:19,165 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 08:56:19,165 basehttp 60043 13052751872 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-04 08:56:19,165 basehttp 60043 13069578240 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 WARNING 2025-09-04 08:56:19,166 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:56:19,166 basehttp 60043 6136967168 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-04 08:56:19,214 basehttp 60043 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:56:30,206 basehttp 60043 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:56:30,207 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:30,207 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:56:30,217 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:30,217 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:56:30,873 basehttp 60043 6153793536 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60074 WARNING 2025-09-04 08:56:30,885 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:30,885 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:56:31,791 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:31,791 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:56:32,606 log 60043 6153793536 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 320, in render match = condition.eval(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 886, in eval return self.value.resolve(context, ignore_failures=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py", line 270, in current_case return self.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:56:32,609 basehttp 60043 6153793536 "GET /en/operating-theatre/ HTTP/1.1" 500 259596 WARNING 2025-09-04 08:56:32,628 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:32,629 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-04 08:56:34,397 log 60043 6153793536 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 320, in render match = condition.eval(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 886, in eval return self.value.resolve(context, ignore_failures=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py", line 270, in current_case return self.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:56:34,399 basehttp 60043 6153793536 "GET /en/operating-theatre/ HTTP/1.1" 500 259733 WARNING 2025-09-04 08:56:34,415 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:56:34,415 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:26,333 basehttp 60043 6153793536 "GET /en/operating-theatre/blocks/12/ HTTP/1.1" 200 32878 WARNING 2025-09-04 08:57:26,351 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:26,351 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:27,292 basehttp 60043 6153793536 "GET /en/operating-theatre/blocks/12/ HTTP/1.1" 200 32878 WARNING 2025-09-04 08:57:27,309 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:27,309 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:27,374 basehttp 60043 6153793536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 08:57:32,744 basehttp 60043 6153793536 "GET /en/operating-theatre/cases/13/ HTTP/1.1" 200 31982 WARNING 2025-09-04 08:57:32,761 basehttp 60043 6136967168 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 08:57:32,766 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:32,766 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:32,839 basehttp 60043 6153793536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 08:57:36,943 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:36,943 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 08:57:36,955 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:36,955 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:37,590 basehttp 60043 6153793536 "GET /en/operating-theatre/blocks/?page=2&date=2025-09-05 HTTP/1.1" 200 95252 WARNING 2025-09-04 08:57:37,612 log 60043 6153793536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:37,612 basehttp 60043 6153793536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 08:57:44,203 basehttp 60043 6153793536 "GET /en/operating-theatre HTTP/1.1" 301 0 ERROR 2025-09-04 08:57:44,279 log 60043 13069578240 Internal Server Error: /en/operating-theatre/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 320, in render match = condition.eval(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 886, in eval return self.value.resolve(context, ignore_failures=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py", line 270, in current_case return self.surgical_cases.filter( ^^^^^^^^^^^^^^^^^^^ AttributeError: 'OperatingRoom' object has no attribute 'surgical_cases' ERROR 2025-09-04 08:57:44,281 basehttp 60043 13069578240 "GET /en/operating-theatre/ HTTP/1.1" 500 259596 WARNING 2025-09-04 08:57:44,301 log 60043 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 08:57:44,301 basehttp 60043 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:05,949 autoreload 60043 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/models.py changed, reloading. INFO 2025-09-04 09:09:06,379 autoreload 65725 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 09:09:08,546 basehttp 65725 6198669312 "GET /en/operating-theatre/ HTTP/1.1" 200 73189 WARNING 2025-09-04 09:09:08,567 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:08,567 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:08,647 basehttp 65725 6198669312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:09:08,649 basehttp 65725 6215495680 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:09:22,877 basehttp 65725 6215495680 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60074 WARNING 2025-09-04 09:09:22,892 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:22,892 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:22,950 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:09:25,731 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:25,731 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 09:09:25,742 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:25,761 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:30,687 basehttp 65725 6215495680 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60074 WARNING 2025-09-04 09:09:30,702 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:09:30,702 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:09:30,742 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:10:09,357 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:10:09,357 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:10:09,359 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:10:09,375 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:10:09,375 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:11:09,344 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:12:09,351 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:13:09,346 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:14:08,633 basehttp 65725 6215495680 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:14:09,359 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:14:30,654 basehttp 65725 6215495680 "GET /en/operating-theatre/ HTTP/1.1" 200 59296 WARNING 2025-09-04 09:14:30,667 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:14:30,667 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:14:30,721 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:14:30,739 basehttp 65725 6198669312 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:14:50,122 basehttp 65725 6198669312 "GET /en/operating-theatre/ HTTP/1.1" 200 59264 WARNING 2025-09-04 09:14:50,136 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:14:50,136 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:14:50,204 basehttp 65725 6215495680 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 09:14:50,208 basehttp 65725 6198669312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:15:15,654 basehttp 65725 6198669312 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32155 WARNING 2025-09-04 09:15:15,669 basehttp 65725 6198669312 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 WARNING 2025-09-04 09:15:15,673 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:15,673 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:15,725 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 09:15:19,772 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:19,772 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 09:15:19,790 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:19,790 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:30,725 basehttp 65725 6215495680 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62360 WARNING 2025-09-04 09:15:30,745 log 65725 6215495680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:30,745 basehttp 65725 6215495680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:30,820 basehttp 65725 6215495680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 09:15:30,823 basehttp 65725 6198669312 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 WARNING 2025-09-04 09:15:38,427 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:38,427 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 09:15:38,436 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:38,437 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:41,661 basehttp 65725 6198669312 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60043 WARNING 2025-09-04 09:15:41,683 log 65725 6198669312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 09:15:41,683 basehttp 65725 6198669312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 09:15:41,743 basehttp 65725 6198669312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:00:06,992 autoreload 70999 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:00:52,024 basehttp 70999 6136360960 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60043 WARNING 2025-09-04 11:00:52,068 log 70999 6136360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:00:52,068 basehttp 70999 6136360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:00:52,130 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:00:55,460 basehttp 70999 6136360960 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 200 36121 WARNING 2025-09-04 11:00:55,479 log 70999 6136360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:00:55,479 basehttp 70999 6136360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:00:55,564 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:01:55,574 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:02:55,578 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:03:55,581 basehttp 70999 6136360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 11:04:31,226 log 70999 6136360960 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_room_availability' not found. 'check_room_availability' is not a valid view function or pattern name. ERROR 2025-09-04 11:04:31,228 basehttp 70999 6136360960 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 175981 WARNING 2025-09-04 11:04:31,240 log 70999 6136360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:04:31,241 basehttp 70999 6136360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:07:57,026 autoreload 70999 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:07:57,417 autoreload 74422 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:08:39,777 autoreload 74422 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:08:40,124 autoreload 74807 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:09:03,945 autoreload 74807 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:09:04,239 autoreload 74972 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 11:10:05,545 autoreload 74972 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 11:10:05,837 autoreload 75438 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 11:10:09,218 log 75438 6159708160 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_room_availability' not found. 'check_room_availability' is not a valid view function or pattern name. ERROR 2025-09-04 11:10:09,221 basehttp 75438 6159708160 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 175981 WARNING 2025-09-04 11:10:09,236 log 75438 6159708160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:10:09,236 basehttp 75438 6159708160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:10:36,166 autoreload 75438 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/urls.py changed, reloading. INFO 2025-09-04 11:10:36,517 autoreload 75683 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 11:10:37,782 log 75683 6137622528 Internal Server Error: /en/operating-theatre/cases/35/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'room_schedule' not found. 'room_schedule' is not a valid view function or pattern name. ERROR 2025-09-04 11:10:37,784 basehttp 75683 6137622528 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 500 176775 WARNING 2025-09-04 11:10:37,801 log 75683 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:10:37,801 basehttp 75683 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:11:15,928 basehttp 75683 6137622528 "GET /en/operating-theatre/cases/35/update/ HTTP/1.1" 200 34126 WARNING 2025-09-04 11:11:15,942 log 75683 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 11:11:15,943 basehttp 75683 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 11:11:16,008 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:12:56,454 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:14:15,428 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 11:18:03,578 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:14:04,454 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:14:53,177 basehttp 75683 6137622528 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62360 INFO 2025-09-04 12:14:53,218 basehttp 75683 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:14:53,222 basehttp 75683 6154448896 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 12:14:57,859 basehttp 75683 6154448896 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42041 INFO 2025-09-04 12:14:57,895 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:04,359 basehttp 75683 6154448896 "GET /en/operating-theatre/rooms/55/update/ HTTP/1.1" 200 47164 INFO 2025-09-04 12:15:04,392 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:13,592 basehttp 75683 6154448896 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42041 INFO 2025-09-04 12:15:13,626 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:22,536 basehttp 75683 6154448896 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 100952 INFO 2025-09-04 12:15:22,552 basehttp 75683 6154448896 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 12:15:22,552 basehttp 75683 6137622528 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 12:15:22,553 basehttp 75683 13438578688 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 12:15:22,554 basehttp 75683 6171275264 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 12:15:22,554 basehttp 75683 13438578688 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 12:15:22,554 basehttp 75683 6154448896 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 12:15:22,590 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:29,660 basehttp 75683 6154448896 "GET /en/operating-theatre/notes/19/ HTTP/1.1" 200 31782 INFO 2025-09-04 12:15:29,696 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:49,214 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:15:53,143 basehttp 75683 6154448896 "GET /en/operating-theatre/notes/ HTTP/1.1" 200 100952 INFO 2025-09-04 12:15:53,177 basehttp 75683 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:16:22,326 basehttp 75683 6154448896 "GET /en/operating-theatre/cases/5/ HTTP/1.1" 200 32149 WARNING 2025-09-04 12:16:22,338 basehttp 75683 6154448896 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 12:16:22,363 basehttp 75683 6171275264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:16:29,503 basehttp 75683 6171275264 "GET /en/operating-theatre/cases/5/update/ HTTP/1.1" 200 42733 INFO 2025-09-04 12:16:29,536 basehttp 75683 6171275264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:16:49,227 basehttp 75683 6171275264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 12:17:15,525 log 75683 6171275264 Internal Server Error: /en/operating-theatre/blocks/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'check_availability' not found. 'check_availability' is not a valid view function or pattern name. ERROR 2025-09-04 12:17:15,527 basehttp 75683 6171275264 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 500 169656 INFO 2025-09-04 12:38:21,809 autoreload 82708 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 12:38:25,852 basehttp 82708 6194950144 "GET / HTTP/1.1" 302 0 INFO 2025-09-04 12:38:25,905 basehttp 82708 6211776512 "GET /en/ HTTP/1.1" 200 49904 INFO 2025-09-04 12:38:25,959 basehttp 82708 6211776512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:38:25,960 basehttp 82708 6245429248 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-04 12:38:25,961 basehttp 82708 6228602880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:38:25,963 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:38:55,938 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:39:25,978 basehttp 82708 6194950144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:39:25,978 basehttp 82708 6228602880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:39:25,980 basehttp 82708 6245429248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:39:55,944 basehttp 82708 6245429248 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:40:25,950 basehttp 82708 6245429248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:40:25,950 basehttp 82708 6228602880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:40:25,952 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:40:55,956 basehttp 82708 6194950144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 12:41:25,947 basehttp 82708 6194950144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 12:41:25,948 basehttp 82708 6245429248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 12:41:25,950 basehttp 82708 6228602880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:11:04,651 autoreload 88648 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 14:11:06,462 basehttp 88648 6191460352 "GET / HTTP/1.1" 302 0 INFO 2025-09-04 14:11:06,504 basehttp 88648 6208286720 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-04 14:11:06,512 basehttp 88648 6208286720 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-04 14:11:06,536 log 88648 6191460352 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 587, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-04 14:11:06,539 basehttp 88648 6191460352 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160320 INFO 2025-09-04 14:11:13,013 basehttp 88648 6191460352 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-04 14:11:13,047 basehttp 88648 6191460352 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-04 14:11:13,060 basehttp 88648 6191460352 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:11:13,068 basehttp 88648 6208286720 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-04 14:11:13,069 basehttp 88648 6225113088 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-04 14:11:13,069 basehttp 88648 6191460352 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-04 14:11:13,070 basehttp 88648 6191460352 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-04 14:11:13,070 basehttp 88648 6225113088 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-04 14:11:13,071 basehttp 88648 6208286720 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-04 14:11:13,071 basehttp 88648 6225113088 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-04 14:11:14,978 basehttp 88648 6225113088 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-04 14:11:15,012 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:11:15,017 basehttp 88648 6225113088 "GET /en/admin/ HTTP/1.1" 200 90344 INFO 2025-09-04 14:11:15,023 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:11:15,024 basehttp 88648 6225113088 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-04 14:11:15,024 basehttp 88648 6241939456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:11:15,027 basehttp 88648 6225113088 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-04 14:11:15,027 basehttp 88648 6241939456 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-04 14:11:15,027 basehttp 88648 6191460352 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-04 14:11:16,968 basehttp 88648 6191460352 "GET / HTTP/1.1" 302 0 INFO 2025-09-04 14:11:16,994 basehttp 88648 6241939456 "GET /en/ HTTP/1.1" 200 49904 INFO 2025-09-04 14:11:17,064 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:11:17,069 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:11:17,072 basehttp 88648 6191460352 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-04 14:11:17,073 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:11:22,445 basehttp 88648 6225113088 "GET /en/operating-theatre/ HTTP/1.1" 200 59264 INFO 2025-09-04 14:11:22,493 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:11:22,495 basehttp 88648 6191460352 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:11:43,300 basehttp 88648 6191460352 "GET /en/operating-theatre/rooms/55/ HTTP/1.1" 200 42041 INFO 2025-09-04 14:11:43,332 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 14:11:59,106 log 88648 6191460352 Not Found: /en/operating-theatre/cases/1/start/ WARNING 2025-09-04 14:11:59,106 basehttp 88648 6191460352 "POST /en/operating-theatre/cases/1/start/ HTTP/1.1" 404 39941 INFO 2025-09-04 14:12:03,895 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60043 INFO 2025-09-04 14:12:03,927 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:15,011 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:12:15,158 basehttp 88648 6191460352 "POST /en/operating-theatre/cases/34/start/ HTTP/1.1" 302 0 INFO 2025-09-04 14:12:15,170 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 60459 INFO 2025-09-04 14:12:15,200 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:25,594 basehttp 88648 6191460352 "POST /en/operating-theatre/cases/34/complete/ HTTP/1.1" 302 0 INFO 2025-09-04 14:12:25,614 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58512 INFO 2025-09-04 14:12:25,651 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:31,397 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/30/ HTTP/1.1" 200 32151 WARNING 2025-09-04 14:12:31,411 basehttp 88648 6191460352 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:12:31,429 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:39,863 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/30/update/ HTTP/1.1" 200 42734 INFO 2025-09-04 14:12:39,897 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:12:43,166 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58106 INFO 2025-09-04 14:12:43,199 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:15,029 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:13:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:15,031 basehttp 88648 6241939456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:13:31,443 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:37,681 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:41,646 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:43,461 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:13:43,461 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:43,464 basehttp 88648 6241939456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:13:46,594 basehttp 88648 6241939456 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:13:46,646 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:46,648 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:13:53,246 basehttp 88648 6208286720 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62361 INFO 2025-09-04 14:13:53,284 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:13:53,285 basehttp 88648 6241939456 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:14:10,892 basehttp 88648 6241939456 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 62361 INFO 2025-09-04 14:14:10,945 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:14:10,946 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:14:13,836 basehttp 88648 6208286720 "GET /en/operating-theatre/rooms/create/ HTTP/1.1" 200 46766 INFO 2025-09-04 14:14:13,866 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:14:15,002 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:14:40,942 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:15:04,140 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:06,609 basehttp 88648 6208286720 "GET /en/operating-theatre/blocks/ HTTP/1.1" 200 138849 INFO 2025-09-04 14:15:06,643 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:15,033 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:15,035 basehttp 88648 6241939456 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:15:15,037 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:15:18,478 basehttp 88648 6225113088 "GET /en/operating-theatre/blocks/38/ HTTP/1.1" 200 32859 INFO 2025-09-04 14:15:18,527 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:36,996 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/36/ HTTP/1.1" 200 31984 WARNING 2025-09-04 14:15:37,006 basehttp 88648 6225113088 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:15:37,033 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:15:57,592 basehttp 88648 6241939456 "GET /en/operating-theatre/equipment/ HTTP/1.1" 200 31695 INFO 2025-09-04 14:15:57,628 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:04,144 basehttp 88648 6241939456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:05,086 basehttp 88648 6241939456 "GET /en/operating-theatre/templates/ HTTP/1.1" 200 41476 WARNING 2025-09-04 14:16:05,100 basehttp 88648 6241939456 "GET /static/assets/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 404 2128 WARNING 2025-09-04 14:16:05,104 basehttp 88648 6191460352 "GET /static/assets/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2098 WARNING 2025-09-04 14:16:05,104 basehttp 88648 6208286720 "GET /static/assets/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 404 2161 WARNING 2025-09-04 14:16:05,109 basehttp 88648 6258765824 "GET /static/assets/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 404 2155 WARNING 2025-09-04 14:16:05,109 basehttp 88648 6225113088 "GET /static/assets/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 404 2122 WARNING 2025-09-04 14:16:05,109 basehttp 88648 6241939456 "GET /static/assets/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 404 2143 INFO 2025-09-04 14:16:05,132 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:15,013 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:16:47,510 basehttp 88648 6191460352 "GET /en/billing/bills/create/ HTTP/1.1" 200 109320 INFO 2025-09-04 14:16:47,556 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:16:51,098 basehttp 88648 6191460352 "GET /en/admin/ HTTP/1.1" 200 90344 INFO 2025-09-04 14:17:06,011 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:17:15,031 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:15,035 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:17:15,037 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:17:15,680 basehttp 88648 6225113088 "GET /en/appointments/create/ HTTP/1.1" 200 36516 INFO 2025-09-04 14:17:15,713 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:32,461 basehttp 88648 6225113088 "GET /en/admin/ HTTP/1.1" 200 90344 INFO 2025-09-04 14:17:35,630 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:17:35,631 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:36,009 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:17:37,343 basehttp 88648 6225113088 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:17:37,393 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:17:37,394 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:18:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:18:15,031 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:18:15,032 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:18:37,402 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 14:19:05,825 log 88648 6208286720 Not Found: /en/configuration WARNING 2025-09-04 14:19:05,825 basehttp 88648 6208286720 "GET /en/configuration HTTP/1.1" 404 29880 WARNING 2025-09-04 14:19:08,761 log 88648 6208286720 Not Found: /en/configurations WARNING 2025-09-04 14:19:08,761 basehttp 88648 6208286720 "GET /en/configurations HTTP/1.1" 404 29883 INFO 2025-09-04 14:19:15,002 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:19:34,538 basehttp 88648 6208286720 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-04 14:19:34,574 basehttp 88648 6191460352 "GET /en/hr/ HTTP/1.1" 200 42463 INFO 2025-09-04 14:19:34,615 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:19:38,106 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 14:19:52,933 log 88648 6191460352 Not Found: /en/communication WARNING 2025-09-04 14:19:52,934 basehttp 88648 6191460352 "GET /en/communication HTTP/1.1" 404 29880 INFO 2025-09-04 14:20:15,032 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:20:15,033 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:20:15,036 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:20:20,235 basehttp 88648 6208286720 "GET /en/communications/messages HTTP/1.1" 301 0 INFO 2025-09-04 14:20:20,251 basehttp 88648 6191460352 "GET /en/communications/messages/ HTTP/1.1" 200 29562 INFO 2025-09-04 14:20:20,284 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:20:26,659 log 88648 6191460352 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 61, in get_context_data 'recent_alerts': AlertInstance.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acknowledged_at, acknowledged_by, acknowledged_by_id, alert_id, alert_rule, alert_rule_id, context_data, description, escalated_at, escalation_level, expires_at, last_notification_at, notifications_sent, resolution_notes, resolved_at, resolved_by, resolved_by_id, severity, status, title, trigger_data, triggered_at ERROR 2025-09-04 14:20:26,661 basehttp 88648 6191460352 "GET /en/communications/ HTTP/1.1" 500 131927 ERROR 2025-09-04 14:20:34,442 log 88648 6191460352 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 76, in __init__ ).order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: alertrule, category, content_template, created_at, created_by, created_by_id, default_values, description, formatting_rules, is_active, is_system_template, last_used_at, name, requires_approval, subject_template, template_id, template_type, tenant, tenant_id, updated_at, usage_count, variables ERROR 2025-09-04 14:20:34,444 basehttp 88648 6191460352 "GET /en/communications/messages/create/ HTTP/1.1" 500 115242 INFO 2025-09-04 14:21:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:21:15,032 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:21:17,691 basehttp 88648 6191460352 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-09-04 14:21:17,738 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:21:17,784 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:21:17,788 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:21:17,794 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:21:17,795 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:21:47,772 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:21:47,773 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:21:49,353 basehttp 88648 6225113088 "GET /en/pharmacy/prescriptions/create/ HTTP/1.1" 200 71387 INFO 2025-09-04 14:21:49,387 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:21:57,722 basehttp 88648 6225113088 "GET /en/pharmacy/medications/create/ HTTP/1.1" 200 45999 INFO 2025-09-04 14:21:57,756 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:22:15,031 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:22:15,033 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:22:18,228 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:22:18,281 log 88648 6225113088 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:18,284 basehttp 88648 6225113088 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:22:18,291 log 88648 6191460352 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:18,292 basehttp 88648 6191460352 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:22:19,347 basehttp 88648 6191460352 "GET /en/pharmacy/inventory/create/ HTTP/1.1" 200 70718 INFO 2025-09-04 14:22:19,381 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:22:26,669 basehttp 88648 6191460352 "GET /en/pharmacy/drug-interactions/ HTTP/1.1" 200 46048 INFO 2025-09-04 14:22:26,700 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:22:31,612 basehttp 88648 6191460352 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-09-04 14:22:31,672 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:22:31,725 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:31,730 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:31,731 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:22:31,731 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:22:33,708 basehttp 88648 6225113088 "GET /en/pharmacy/ HTTP/1.1" 200 34315 INFO 2025-09-04 14:22:33,757 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:22:33,802 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:33,804 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:22:33,814 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:22:33,815 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:23:07,360 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:23:07,361 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:23:15,017 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:23:15,018 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:28:16,143 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:28:16,190 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:28:16,193 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:28:16,203 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:28:16,203 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:30:00,487 log 88648 6225113088 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:30:00,493 basehttp 88648 6225113088 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:30:06,463 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:30:06,466 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:30:06,467 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:30:30,450 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:30:30,483 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:30:30,484 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:30:31,462 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:30:31,463 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 ERROR 2025-09-04 14:31:24,812 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:31:24,813 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:31:28,796 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:31:53,806 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:31:53,835 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:31:53,836 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:31:55,814 log 88648 6191460352 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:31:55,816 basehttp 88648 6191460352 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:32:36,835 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:32:36,835 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:32:36,839 basehttp 88648 6241939456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-09-04 14:32:36,863 log 88648 6191460352 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:32:36,864 basehttp 88648 6191460352 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:41:43,788 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:41:43,819 log 88648 6208286720 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:41:43,820 basehttp 88648 6208286720 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:42:14,887 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:42:14,888 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:42:17,798 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:42:17,798 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:42:17,799 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:42:26,579 basehttp 88648 6225113088 "GET /en/pharmacy/inventory/ HTTP/1.1" 200 120332 INFO 2025-09-04 14:42:26,621 basehttp 88648 6225113088 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 14:42:26,651 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:43:17,783 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:43:26,664 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:44:17,804 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:44:17,805 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:44:17,806 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:44:26,666 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:45:17,803 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:45:17,803 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:45:17,804 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:45:26,671 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:46:15,273 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:46:15,321 log 88648 6191460352 Internal Server Error: /en/pharmacy/inventory-alerts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 737, in inventory_alerts low_stock = InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:46:15,326 log 88648 6208286720 Internal Server Error: /en/pharmacy/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/views.py", line 682, in pharmacy_stats 'low_stock_items': InventoryItem.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'current_stock' into field. Choices are: bin_location, created_at, created_by, created_by_id, dispense_records, expiration_date, id, inventory_id, last_counted, lot_number, medication, medication_id, purchase_order_number, quality_check_date, quality_checked, quality_notes, quantity_allocated, quantity_available, quantity_on_hand, received_date, reorder_point, reorder_quantity, status, storage_location, supplier, tenant, tenant_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 14:46:15,327 basehttp 88648 6191460352 "GET /en/pharmacy/inventory-alerts/ HTTP/1.1" 500 126819 ERROR 2025-09-04 14:46:15,328 basehttp 88648 6208286720 "GET /en/pharmacy/stats/ HTTP/1.1" 500 126636 INFO 2025-09-04 14:46:17,801 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:46:17,803 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:46:17,804 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:47:17,772 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:47:24,374 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:47:25,202 basehttp 88648 6208286720 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:47:25,242 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:47:25,243 basehttp 88648 6225113088 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:47:46,289 basehttp 88648 6191460352 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 14:47:46,336 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:47:46,339 basehttp 88648 6208286720 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 14:48:06,083 basehttp 88648 6208286720 "GET /en/operating-theatre/cases/6/ HTTP/1.1" 200 32168 WARNING 2025-09-04 14:48:06,095 basehttp 88648 6208286720 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:48:06,116 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:48:17,802 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:48:17,804 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:48:17,806 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:49:06,118 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:17,769 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:49:22,539 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/6/ HTTP/1.1" 200 32185 WARNING 2025-09-04 14:49:22,545 basehttp 88648 6225113088 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:49:22,571 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:50,349 basehttp 88648 6191460352 "GET /en/operating-theatre/cases/6/ HTTP/1.1" 200 32185 WARNING 2025-09-04 14:49:50,356 basehttp 88648 6191460352 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:49:50,382 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:52,507 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:49:54,304 basehttp 88648 6208286720 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 32011 WARNING 2025-09-04 14:49:54,311 basehttp 88648 6208286720 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:49:54,338 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:50:17,804 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:50:17,805 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:50:17,808 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:50:47,739 basehttp 88648 6225113088 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31982 WARNING 2025-09-04 14:50:47,748 basehttp 88648 6225113088 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 14:50:47,780 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:51:17,773 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:51:47,790 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 14:52:04,792 log 88648 6208286720 Internal Server Error: /en/operating-theatre/cases/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaultfilters.py", line 814, in timesince_filter return timesince(value) ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/timesince.py", line 62, in timesince d = datetime.datetime(d.year, d.month, d.day) ^^^^^^ AttributeError: 'int' object has no attribute 'year' ERROR 2025-09-04 14:52:04,795 basehttp 88648 6208286720 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 500 186348 INFO 2025-09-04 14:52:17,777 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:52:17,778 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:52:17,780 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:53:17,777 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:53:17,779 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:53:17,779 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:54:17,805 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:54:17,807 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:54:17,809 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:55:17,795 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:55:17,797 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:55:17,798 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:56:17,802 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:56:17,803 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:56:17,805 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:57:17,721 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:58:17,751 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:58:17,752 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:58:17,753 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 14:59:17,752 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 14:59:17,753 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 14:59:17,755 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:00:17,729 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:01:17,748 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:01:17,750 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:01:17,752 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:02:17,731 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:03:17,735 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:03:17,735 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:03:17,738 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:04:17,749 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:04:17,751 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:04:17,752 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:05:17,749 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:05:17,751 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:05:17,753 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:06:17,727 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:07:17,738 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:07:17,743 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:07:17,746 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:08:17,743 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:08:17,745 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:08:17,746 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:09:17,734 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:10:17,746 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:10:17,748 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:10:17,750 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:11:17,746 basehttp 88648 6191460352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:11:17,749 basehttp 88648 6208286720 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:11:17,750 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:12:17,720 basehttp 88648 6225113088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:13:17,715 basehttp 88648 6208286720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:13:17,716 basehttp 88648 6225113088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:13:17,718 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:14:17,685 basehttp 88648 6191460352 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:15:17,706 basehttp 88648 6225113088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:15:17,708 basehttp 88648 6191460352 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:15:17,709 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:16:17,687 basehttp 88648 6208286720 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:16:52,236 autoreload 88648 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py changed, reloading. INFO 2025-09-04 15:16:52,695 autoreload 11341 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:16:53,809 basehttp 11341 6199554048 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31973 WARNING 2025-09-04 15:16:53,817 basehttp 11341 6199554048 "GET /static/plugins/fullcalendar/dist/main.min.css HTTP/1.1" 404 2041 INFO 2025-09-04 15:16:53,842 basehttp 11341 6216380416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:17:17,698 basehttp 11341 6199554048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:17:17,701 basehttp 11341 6216380416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:17:17,703 basehttp 11341 6233206784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:17:42,702 autoreload 11752 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:17:53,885 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:18:17,691 basehttp 11752 6169456640 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:18:53,864 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:19:17,700 basehttp 11752 6169456640 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:19:17,701 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:19:17,705 basehttp 11752 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:19:29,727 basehttp 11752 13321187328 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31982 WARNING 2025-09-04 15:19:29,734 basehttp 11752 13321187328 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:19:29,756 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:19:50,325 basehttp 11752 13304360960 "GET /en/operating-theatre/cases/4/ HTTP/1.1" 200 31977 WARNING 2025-09-04 15:19:50,332 basehttp 11752 13304360960 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:19:50,357 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:20:02,551 basehttp 11752 6169456640 "GET /en/operating-theatre/cases/8/ HTTP/1.1" 200 32136 WARNING 2025-09-04 15:20:02,562 basehttp 11752 6169456640 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:20:02,585 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:20:17,712 basehttp 11752 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:20:17,713 basehttp 11752 6169456640 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:20:17,714 basehttp 11752 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:21:02,594 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:21:17,685 basehttp 11752 13304360960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:22:02,597 basehttp 11752 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:22:17,699 basehttp 11752 6169456640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:22:17,701 basehttp 11752 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:22:17,702 basehttp 11752 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:22:36,675 autoreload 11752 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:22:37,204 autoreload 13983 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:23:02,681 basehttp 13983 6163935232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:23:17,701 basehttp 13983 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:23:17,702 basehttp 13983 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:23:17,703 basehttp 13983 6163935232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:23:55,247 autoreload 13983 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:23:55,662 autoreload 14536 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:24:02,659 basehttp 14536 6197948416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:24:17,680 basehttp 14536 6197948416 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:24:40,459 autoreload 14536 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:24:40,868 autoreload 14953 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:25:02,678 basehttp 14953 6131642368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:25:17,703 basehttp 14953 6148468736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:25:17,704 basehttp 14953 6131642368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:25:17,707 basehttp 14953 6165295104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:25:28,825 autoreload 14953 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:25:29,303 autoreload 15268 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:26:02,666 basehttp 15268 6157578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:26:17,700 basehttp 15268 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:26:17,702 basehttp 15268 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:26:17,704 basehttp 15268 6157578240 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:26:25,647 autoreload 15268 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:26:26,146 autoreload 15752 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:27:02,692 basehttp 15752 6167982080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:27:17,680 basehttp 15752 6167982080 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:28:02,612 basehttp 15752 6167982080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:28:05,224 autoreload 15752 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:28:05,640 autoreload 16449 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:28:17,866 basehttp 16449 6155382784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:28:17,879 basehttp 16449 6189035520 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:28:17,879 basehttp 16449 6172209152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:29:02,593 basehttp 16449 6172209152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:29:17,647 basehttp 16449 6172209152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:30:02,605 basehttp 16449 6172209152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:30:04,377 autoreload 16449 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:30:04,678 autoreload 17295 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:31:44,097 autoreload 17295 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-04 15:31:44,394 autoreload 18067 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 15:31:47,707 basehttp 18067 6162444288 "GET /en/operating-theatre/cases/8/ HTTP/1.1" 200 32123 WARNING 2025-09-04 15:31:47,717 basehttp 18067 6162444288 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 15:31:47,777 basehttp 18067 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:32:05,690 basehttp 18067 13170143232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-04 15:32:11,683 basehttp 18067 13170143232 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 200 39351 INFO 2025-09-04 15:32:11,736 basehttp 18067 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:32:17,665 basehttp 18067 13170143232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-04 15:32:17,666 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:33:11,746 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:34:11,748 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:35:11,738 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:36:11,749 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:37:11,752 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:38:11,753 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:39:11,745 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:40:11,745 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:41:11,757 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:42:12,636 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:43:14,644 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:44:17,639 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:46:17,630 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:47:17,623 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:49:17,622 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:50:17,625 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:52:17,613 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:53:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:54:17,627 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:56:17,619 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:57:17,612 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 15:58:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:00:17,611 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:02:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:03:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:05:17,609 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:06:17,612 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:08:17,609 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:09:17,608 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:11:17,619 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:13:17,615 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:14:17,601 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:16:17,608 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:17:17,591 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:19:17,593 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:20:17,596 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:22:17,591 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:23:17,593 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:25:17,583 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:27:17,576 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:28:17,585 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:30:17,591 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:32:17,592 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:34:17,592 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:35:17,590 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:36:17,597 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:38:17,582 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:39:17,581 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:41:17,583 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:43:17,577 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:44:17,594 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:46:17,596 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:46:37,683 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/create/ HTTP/1.1" 200 39351 INFO 2025-09-04 16:46:37,746 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:47:37,751 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:48:12,057 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?page=2&date=2025-09-05 HTTP/1.1" 200 95252 INFO 2025-09-04 16:48:16,664 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?page=1&page=2&date=2025-09-05 HTTP/1.1" 200 95274 INFO 2025-09-04 16:48:16,695 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:49:16,707 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:50:07,857 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/9/ HTTP/1.1" 200 32871 INFO 2025-09-04 16:50:07,902 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:50:16,708 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:50:54,564 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?page=1&page=2&date=2025-09-05 HTTP/1.1" 200 95794 INFO 2025-09-04 16:50:54,600 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:51:54,604 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:52:26,227 basehttp 18067 6162444288 "GET /en/operating-theatre/blocks/?date=2025-09-06 HTTP/1.1" 200 139685 INFO 2025-09-04 16:52:26,255 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:53:26,258 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:54:26,273 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:55:26,271 basehttp 18067 6162444288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:55:43,340 autoreload 18067 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 16:55:43,787 autoreload 54865 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 16:56:26,319 basehttp 54865 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:57:26,278 basehttp 54865 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:58:26,273 basehttp 54865 6125367296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 16:59:14,095 autoreload 54865 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/operating_theatre/views.py changed, reloading. INFO 2025-09-04 16:59:14,416 autoreload 56410 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 16:59:26,646 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:00:28,596 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:02:17,573 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:03:17,576 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:05:17,574 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:06:17,594 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:07:17,679 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:09:17,574 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:10:17,573 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:11:17,574 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:13:17,573 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:14:17,669 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:15:17,687 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:17:17,671 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:19:17,669 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:21:17,670 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:22:17,669 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:24:17,674 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:26:17,672 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:27:17,667 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:28:17,667 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:29:17,650 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:31:17,656 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:33:17,653 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:34:17,641 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:36:17,643 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:37:17,637 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:39:17,639 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:40:17,641 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:41:17,644 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:43:17,651 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:44:17,647 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:45:17,712 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:46:17,709 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:48:17,710 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:49:17,723 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:51:17,709 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:52:17,708 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:54:17,704 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:55:17,711 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:57:17,727 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 17:58:17,724 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:00:17,680 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:01:17,680 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:02:17,683 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:03:17,684 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:04:17,685 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:05:17,683 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:06:17,689 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:07:17,683 basehttp 56410 6197800960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:08:02,794 autoreload 56410 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-09-04 18:08:03,046 autoreload 87361 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:08:32,803 autoreload 87361 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 18:08:32,982 autoreload 87615 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:10:44,414 autoreload 87615 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 18:10:44,677 autoreload 88550 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:11:17,908 autoreload 88550 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 18:11:18,219 autoreload 88876 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:11:47,269 autoreload 88876 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/admin.py changed, reloading. INFO 2025-09-04 18:11:47,598 autoreload 89078 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:11:47,881 autoreload 89086 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:12:00,284 autoreload 89258 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:12:04,217 basehttp 89258 6204665856 "GET /en/operating-theatre/blocks/?date=2025-09-06 HTTP/1.1" 200 139685 INFO 2025-09-04 18:12:04,289 basehttp 89258 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:12:07,141 basehttp 89258 6204665856 "GET /en/operating-theatre/blocks/?date=2025-09-05 HTTP/1.1" 200 139685 INFO 2025-09-04 18:12:15,385 basehttp 89258 6204665856 "GET /en/operating-theatre/ HTTP/1.1" 200 59253 INFO 2025-09-04 18:12:15,417 basehttp 89258 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:12:15,420 basehttp 89258 6221492224 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-04 18:12:29,117 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/1/ HTTP/1.1" 200 32125 WARNING 2025-09-04 18:12:29,131 basehttp 89258 6221492224 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 18:12:29,149 basehttp 89258 6204665856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:12:45,249 log 89258 6204665856 Not Found: /en/operating-theatre/cases/5/start/ WARNING 2025-09-04 18:12:45,249 basehttp 89258 6204665856 "POST /en/operating-theatre/cases/5/start/ HTTP/1.1" 404 39941 INFO 2025-09-04 18:12:49,984 basehttp 89258 6204665856 "GET /en/operating-theatre/cases/5/ HTTP/1.1" 200 32119 WARNING 2025-09-04 18:12:49,994 basehttp 89258 6204665856 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-04 18:12:50,020 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:12:52,716 log 89258 6221492224 Not Found: /en/operating-theatre/cases/5/start/ WARNING 2025-09-04 18:12:52,716 basehttp 89258 6221492224 "POST /en/operating-theatre/cases/5/start/ HTTP/1.1" 404 39941 WARNING 2025-09-04 18:12:56,342 basehttp 89258 6221492224 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-04 18:12:56,357 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:12:56,357 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:10,059 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:10,059 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:10,069 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:10,070 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:11,677 log 89258 6204665856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:11,677 basehttp 89258 6204665856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:11,679 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:13:11,691 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:11,691 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:13,759 basehttp 89258 6221492224 "GET /en/operating-theatre/blocks/33/ HTTP/1.1" 200 32856 WARNING 2025-09-04 18:13:13,776 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:13,776 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:13,873 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:13:16,394 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/37/ HTTP/1.1" 200 32117 WARNING 2025-09-04 18:13:16,409 basehttp 89258 6204665856 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-04 18:13:16,415 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:16,415 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:16,506 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:13:22,718 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:22,718 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:22,729 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:22,729 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:23,549 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:23,549 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:13:23,559 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:23,559 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:34,576 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58106 WARNING 2025-09-04 18:13:34,596 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:34,596 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:34,692 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:13:45,408 basehttp 89258 6221492224 "POST /en/operating-theatre/cases/30/start/ HTTP/1.1" 302 0 INFO 2025-09-04 18:13:45,428 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 58522 WARNING 2025-09-04 18:13:45,444 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:45,444 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:45,543 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:13:56,078 basehttp 89258 6221492224 "POST /en/operating-theatre/cases/30/complete/ HTTP/1.1" 302 0 INFO 2025-09-04 18:13:56,098 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 56574 WARNING 2025-09-04 18:13:56,114 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:13:56,114 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:13:56,207 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:14:05,141 basehttp 89258 6221492224 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 56168 WARNING 2025-09-04 18:14:05,155 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:05,156 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:05,885 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:05,885 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:06,518 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:06,518 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:06,527 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:06,527 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:14:11,680 basehttp 89258 6221492224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 18:14:31,693 log 89258 6221492224 Not Found: /en/blood_bank WARNING 2025-09-04 18:14:31,693 basehttp 89258 6221492224 "GET /en/blood_bank HTTP/1.1" 404 29871 WARNING 2025-09-04 18:14:31,711 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:31,711 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 18:14:35,622 log 89258 6221492224 Not Found: /en/blood-bank WARNING 2025-09-04 18:14:35,623 basehttp 89258 6221492224 "GET /en/blood-bank HTTP/1.1" 404 29871 WARNING 2025-09-04 18:14:35,644 log 89258 6221492224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:35,644 basehttp 89258 6221492224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:14:53,597 autoreload 89258 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/urls.py changed, reloading. INFO 2025-09-04 18:14:54,023 autoreload 90522 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:14:55,234 basehttp 90522 6124810240 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-04 18:14:55,287 basehttp 90522 6141636608 "GET /en/blood-bank/ HTTP/1.1" 200 28906 WARNING 2025-09-04 18:14:55,300 log 90522 6141636608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 18:14:55,300 basehttp 90522 6141636608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 18:14:55,405 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:15:55,672 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 18:16:25,112 log 90522 6141636608 Internal Server Error: /en/blood-bank/donors/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 140, in donor_create return render(request, 'blood_bank/donor_form.html', {'form': form, 'title': 'Add New Donor'}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: blood_bank/donor_form.html ERROR 2025-09-04 18:16:25,113 basehttp 90522 6141636608 "GET /en/blood-bank/donors/create/ HTTP/1.1" 500 95086 INFO 2025-09-04 18:16:55,663 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:17:55,671 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:18:55,684 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:19:55,674 basehttp 90522 6141636608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:20:40,072 autoreload 90522 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 18:20:40,444 autoreload 93059 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:20:44,002 basehttp 93059 6125350912 "GET /en/blood-bank/ HTTP/1.1" 200 28906 INFO 2025-09-04 18:20:44,061 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:21:44,671 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:22:45,671 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:23:46,671 basehttp 93059 6125350912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:31:01,971 autoreload 97867 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 18:31:07,103 basehttp 97867 6124793856 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 105023 INFO 2025-09-04 18:31:07,122 basehttp 97867 6192099328 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-04 18:31:07,122 basehttp 97867 6175272960 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-04 18:31:07,122 basehttp 97867 6124793856 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-04 18:31:07,123 basehttp 97867 6208925696 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-04 18:31:07,124 basehttp 97867 6124793856 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-04 18:31:07,125 basehttp 97867 6175272960 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-04 18:31:07,125 basehttp 97867 6192099328 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-04 18:31:07,129 basehttp 97867 6141620224 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:07,129 basehttp 97867 6175272960 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-04 18:31:07,131 basehttp 97867 6158446592 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-04 18:31:07,133 basehttp 97867 6208925696 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-04 18:31:07,136 basehttp 97867 6208925696 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-04 18:31:07,144 basehttp 97867 6208925696 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-04 18:31:07,144 basehttp 97867 6158446592 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-04 18:31:09,012 basehttp 97867 6158446592 "GET /en/admin/operating_theatre/surgicalnote/ HTTP/1.1" 200 105023 INFO 2025-09-04 18:31:09,025 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:11,845 basehttp 97867 6158446592 "GET /en/admin/blood_bank/adversereaction/ HTTP/1.1" 200 76655 INFO 2025-09-04 18:31:11,858 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:15,584 basehttp 97867 6158446592 "GET /en/admin/blood_bank/bloodcomponent/ HTTP/1.1" 200 74601 INFO 2025-09-04 18:31:15,597 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:18,496 basehttp 97867 6158446592 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 74475 INFO 2025-09-04 18:31:18,510 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:31:18,737 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:31:26,689 basehttp 97867 6158446592 "GET /en/admin/blood_bank/bloodtest/ HTTP/1.1" 200 77034 INFO 2025-09-04 18:31:26,706 basehttp 97867 6158446592 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-04 18:32:20,735 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:34:17,738 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:36:17,736 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:38:17,741 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:39:17,750 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:40:17,743 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:42:17,743 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:43:17,749 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:45:17,746 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:47:17,750 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:49:17,741 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:51:17,742 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:53:17,741 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:54:17,746 basehttp 97867 6158446592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:56:17,749 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:57:17,750 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 18:59:17,746 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:01:17,702 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:03:17,682 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:04:17,684 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:05:17,692 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:07:17,689 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:08:17,684 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:09:17,690 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:10:17,701 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:12:17,687 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:14:17,691 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:16:17,627 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:17:17,641 basehttp 97867 6124793856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:17:57,803 autoreload 97867 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-04 19:17:58,222 autoreload 18782 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:18:13,010 basehttp 18782 6199914496 "GET /en/blood-bank/ HTTP/1.1" 200 48551 INFO 2025-09-04 19:18:13,070 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:18:32,510 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 84640 INFO 2025-09-04 19:18:32,548 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:18:41,898 basehttp 18782 6199914496 "GET /en/blood-bank/units/45/ HTTP/1.1" 200 31883 INFO 2025-09-04 19:18:41,931 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:19:32,572 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:20:32,553 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:21:25,449 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 83317 INFO 2025-09-04 19:21:25,481 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:21:49,219 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 82378 INFO 2025-09-04 19:21:49,255 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:22:21,181 basehttp 18782 6199914496 "GET /en/blood-bank/units/ HTTP/1.1" 200 83318 INFO 2025-09-04 19:22:21,217 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:22:34,911 basehttp 18782 6199914496 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 31824 INFO 2025-09-04 19:22:34,943 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:09,177 basehttp 18782 6199914496 "GET /en/blood-bank/units/38/test/ HTTP/1.1" 200 38747 INFO 2025-09-04 19:23:09,208 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:31,424 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:47,720 basehttp 18782 6199914496 "GET /en/integration HTTP/1.1" 301 0 INFO 2025-09-04 19:23:47,738 basehttp 18782 6216740864 "GET /en/integration/ HTTP/1.1" 200 35372 INFO 2025-09-04 19:23:47,772 basehttp 18782 6216740864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:23:47,779 basehttp 18782 6233567232 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-04 19:23:47,789 log 18782 6199914496 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-04 19:23:47,791 basehttp 18782 6199914496 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119604 INFO 2025-09-04 19:23:53,508 basehttp 18782 6199914496 "GET /en/integration/systems/create/ HTTP/1.1" 200 45558 INFO 2025-09-04 19:23:53,541 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 19:24:25,092 log 18782 6199914496 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-04 19:24:25,093 basehttp 18782 6199914496 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119604 ERROR 2025-09-04 19:24:36,593 log 18782 6199914496 Internal Server Error: /en/integration/endpoints/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/integration_endpoint_form.html ERROR 2025-09-04 19:24:36,594 basehttp 18782 6199914496 "GET /en/integration/endpoints/create/ HTTP/1.1" 500 83628 INFO 2025-09-04 19:24:40,803 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:24:44,069 basehttp 18782 6199914496 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49215 INFO 2025-09-04 19:24:44,103 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:25:46,956 basehttp 18782 6199914496 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 29876 INFO 2025-09-04 19:25:46,988 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:25:52,377 basehttp 18782 6199914496 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49215 INFO 2025-09-04 19:25:52,409 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:25:56,487 basehttp 18782 6199914496 "GET /en/blood-bank/requests/create/ HTTP/1.1" 200 53506 INFO 2025-09-04 19:25:56,520 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:26:16,823 basehttp 18782 6199914496 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 28829 INFO 2025-09-04 19:26:16,857 basehttp 18782 6199914496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 19:26:25,074 log 18782 6199914496 Internal Server Error: /en/blood-bank/requests/38/issue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 384, in blood_issue_create form = BloodIssueForm(initial={ ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py", line 221, in __init__ self.fields['issued_to'].queryset = User.objects.filter(is_staff=True) ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 196, in __get__ raise AttributeError( AttributeError: Manager isn't available; 'auth.User' has been swapped for 'accounts.User' ERROR 2025-09-04 19:26:25,076 basehttp 18782 6199914496 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 500 86632 INFO 2025-09-04 19:26:51,088 autoreload 18782 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-04 19:26:51,498 autoreload 23202 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:26:54,093 basehttp 23202 6164492288 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 200 36707 INFO 2025-09-04 19:26:54,130 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:27:12,381 basehttp 23202 6164492288 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 28829 INFO 2025-09-04 19:27:12,415 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:27:26,318 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:27:27,200 basehttp 23202 6164492288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 ERROR 2025-09-04 19:27:29,089 log 23202 6164492288 Internal Server Error: /en/blood-bank/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 556, in inventory_overview return render(request, 'blood_bank/inventory/inventory_overview.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: blood_bank/inventory/inventory_overview.html ERROR 2025-09-04 19:27:29,090 basehttp 23202 6164492288 "GET /en/blood-bank/inventory/ HTTP/1.1" 500 105817 INFO 2025-09-04 19:28:04,734 autoreload 23202 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 19:28:05,237 autoreload 23753 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:28:06,128 basehttp 23753 6161575936 "GET /en/blood-bank/inventory/ HTTP/1.1" 200 27340 INFO 2025-09-04 19:28:06,171 basehttp 23753 6161575936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:29:06,167 basehttp 23753 6161575936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:29:45,424 basehttp 23753 6161575936 "GET /en/blood-bank/inventory/ HTTP/1.1" 200 28222 WARNING 2025-09-04 19:29:45,432 basehttp 23753 6161575936 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 INFO 2025-09-04 19:29:45,463 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:29:49,790 basehttp 23753 6178402304 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49215 INFO 2025-09-04 19:29:49,824 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:00,335 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:11,619 basehttp 23753 6178402304 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84131 INFO 2025-09-04 19:30:11,650 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:19,702 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/ HTTP/1.1" 200 29806 INFO 2025-09-04 19:30:19,733 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:34,373 basehttp 23753 6178402304 "GET /en/blood-bank/units/93/ HTTP/1.1" 200 31368 INFO 2025-09-04 19:30:34,405 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:41,692 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/eligibility/ HTTP/1.1" 200 29510 INFO 2025-09-04 19:30:41,724 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:30:59,101 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/update/ HTTP/1.1" 200 30109 INFO 2025-09-04 19:30:59,129 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:19,746 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:26,355 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/eligibility/ HTTP/1.1" 200 29510 INFO 2025-09-04 19:31:26,386 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:35,945 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/ HTTP/1.1" 200 29806 INFO 2025-09-04 19:31:35,977 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:45,499 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:49,340 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/eligibility/ HTTP/1.1" 200 29510 INFO 2025-09-04 19:31:49,372 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:31:55,484 basehttp 23753 6178402304 "GET /en/blood-bank/donors/50/ HTTP/1.1" 200 29806 INFO 2025-09-04 19:31:55,513 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:32:45,496 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:33:45,499 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:34:42,420 basehttp 23753 6178402304 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83270 INFO 2025-09-04 19:34:42,462 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:35:42,466 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:36:42,477 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:37:42,478 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:38:42,481 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:39:42,473 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:40:42,482 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:40:51,423 basehttp 23753 6178402304 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83896 INFO 2025-09-04 19:40:51,461 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:41:02,977 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83318 INFO 2025-09-04 19:41:03,016 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:41:35,526 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83157 INFO 2025-09-04 19:41:35,562 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:42:22,475 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83148 INFO 2025-09-04 19:42:22,510 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:42:23,616 basehttp 23753 6178402304 "GET /en/blood-bank/units/ HTTP/1.1" 200 83148 INFO 2025-09-04 19:42:23,651 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:43:23,666 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:44:23,657 basehttp 23753 6178402304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:45:20,124 autoreload 23753 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 19:45:20,647 autoreload 31399 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:45:23,703 basehttp 31399 6199586816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:46:23,678 basehttp 31399 6199586816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:47:12,102 autoreload 31399 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-04 19:47:12,537 autoreload 32245 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:47:35,493 autoreload 32245 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/urls.py changed, reloading. INFO 2025-09-04 19:47:35,808 autoreload 32428 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:47:37,262 basehttp 32428 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:47:55,897 basehttp 32428 6162673664 "GET /en/blood-bank/donors HTTP/1.1" 301 0 INFO 2025-09-04 19:47:55,919 basehttp 32428 6179500032 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84464 INFO 2025-09-04 19:47:55,946 basehttp 32428 6179500032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:48:03,195 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:03,196 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:26,995 basehttp 32428 6179500032 "GET /en/blood-bank/donors/34/ HTTP/1.1" 200 28363 WARNING 2025-09-04 19:48:27,015 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:27,015 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:27,107 basehttp 32428 6179500032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:48:29,332 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:29,333 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:48:29,342 log 32428 6179500032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:29,342 basehttp 32428 6179500032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:32,376 basehttp 32428 6179500032 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84464 INFO 2025-09-04 19:48:32,390 basehttp 32428 6196326400 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 19:48:32,392 basehttp 32428 6229979136 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 19:48:32,392 basehttp 32428 6246805504 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-04 19:48:32,394 log 32428 6213152768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:48:32,395 basehttp 32428 6213152768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:48:32,398 basehttp 32428 6179500032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 19:48:32,402 basehttp 32428 6162673664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 19:48:32,403 basehttp 32428 6246805504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 19:48:32,406 basehttp 32428 6213152768 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 19:48:32,407 basehttp 32428 6229979136 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 19:48:32,408 basehttp 32428 6213152768 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 19:48:32,409 basehttp 32428 6196326400 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 19:48:32,412 basehttp 32428 6213152768 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 19:48:32,414 basehttp 32428 6162673664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 19:48:32,416 basehttp 32428 6246805504 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 19:48:32,418 basehttp 32428 6229979136 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 19:48:32,419 basehttp 32428 6179500032 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 19:48:32,608 basehttp 32428 6179500032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 19:48:32,629 basehttp 32428 6229979136 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 19:48:32,629 basehttp 32428 6213152768 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 19:48:32,629 basehttp 32428 6179500032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 19:48:32,630 basehttp 32428 6162673664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 19:48:32,631 basehttp 32428 6246805504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 19:48:32,632 basehttp 32428 6196326400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 19:48:32,633 basehttp 32428 6162673664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 19:48:32,634 basehttp 32428 6246805504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 19:48:32,634 basehttp 32428 6196326400 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 19:48:32,635 basehttp 32428 6213152768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 19:48:32,635 basehttp 32428 6179500032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 19:48:32,637 basehttp 32428 6162673664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 19:48:32,637 basehttp 32428 6213152768 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 19:48:32,638 basehttp 32428 6179500032 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 19:48:32,639 basehttp 32428 6196326400 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 19:48:32,639 basehttp 32428 6246805504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 19:48:32,641 basehttp 32428 6213152768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 19:48:32,641 basehttp 32428 6229979136 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 19:48:32,642 basehttp 32428 6196326400 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 19:48:32,644 basehttp 32428 6246805504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 19:48:32,644 basehttp 32428 6162673664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 19:48:32,644 basehttp 32428 6179500032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 19:48:32,644 basehttp 32428 6213152768 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 19:48:32,649 basehttp 32428 6229979136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:48:32,733 log 32428 6229979136 Not Found: /favicon.ico WARNING 2025-09-04 19:48:32,733 basehttp 32428 6229979136 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 19:49:25,284 basehttp 32428 6229979136 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 WARNING 2025-09-04 19:49:25,299 log 32428 6229979136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:49:25,299 basehttp 32428 6229979136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:49:25,396 basehttp 32428 6229979136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:49:39,694 basehttp 32428 6229979136 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 WARNING 2025-09-04 19:49:39,708 log 32428 6229979136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:49:39,708 basehttp 32428 6229979136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:49:39,766 basehttp 32428 6229979136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:49:43,887 basehttp 32428 6229979136 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 INFO 2025-09-04 19:49:43,901 basehttp 32428 6179500032 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 19:49:43,901 basehttp 32428 6162673664 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 19:49:43,903 basehttp 32428 6196326400 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 19:49:43,908 basehttp 32428 6196326400 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 19:49:43,910 basehttp 32428 6229979136 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-04 19:49:43,912 log 32428 6246805504 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 19:49:43,913 basehttp 32428 6196326400 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-04 19:49:43,913 basehttp 32428 6246805504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:49:43,916 basehttp 32428 6246805504 - Broken pipe from ('127.0.0.1', 60925) INFO 2025-09-04 19:49:43,920 basehttp 32428 6196326400 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 19:49:43,921 basehttp 32428 6263631872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 19:49:43,924 basehttp 32428 6263631872 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 19:49:43,924 basehttp 32428 6196326400 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 19:49:43,926 basehttp 32428 6162673664 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 19:49:43,926 basehttp 32428 6196326400 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 19:49:43,931 basehttp 32428 6179500032 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 19:49:43,931 basehttp 32428 6213152768 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 19:49:43,931 basehttp 32428 6229979136 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 19:49:44,132 basehttp 32428 6229979136 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 19:49:44,156 basehttp 32428 6213152768 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 19:49:44,157 basehttp 32428 6229979136 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 19:49:44,157 basehttp 32428 6179500032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 19:49:44,159 basehttp 32428 6162673664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 19:49:44,159 basehttp 32428 6196326400 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 19:49:44,160 basehttp 32428 6263631872 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 19:49:44,161 basehttp 32428 6179500032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 19:49:44,162 basehttp 32428 6229979136 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 19:49:44,164 basehttp 32428 6162673664 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 19:49:44,165 basehttp 32428 6263631872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 19:49:44,165 basehttp 32428 6196326400 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 19:49:44,166 basehttp 32428 6213152768 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 19:49:44,168 basehttp 32428 6179500032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 19:49:44,169 basehttp 32428 6162673664 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 19:49:44,169 basehttp 32428 6229979136 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 19:49:44,169 basehttp 32428 6213152768 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 19:49:44,169 basehttp 32428 6263631872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 19:49:44,170 basehttp 32428 6196326400 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 19:49:44,172 basehttp 32428 6196326400 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 19:49:44,173 basehttp 32428 6162673664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 19:49:44,173 basehttp 32428 6263631872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 19:49:44,173 basehttp 32428 6229979136 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 19:49:44,174 basehttp 32428 6213152768 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 19:49:44,176 basehttp 32428 6179500032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:49:44,260 log 32428 6179500032 Not Found: /favicon.ico WARNING 2025-09-04 19:49:44,260 basehttp 32428 6179500032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 19:50:44,925 autoreload 33880 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 19:50:47,401 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 84449 WARNING 2025-09-04 19:50:47,419 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:50:47,419 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:50:47,509 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:51:47,522 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:52:13,587 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:52:13,600 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:52:13,601 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:52:13,646 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:52:14,649 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:52:14,660 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:52:14,660 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:52:14,711 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:52:41,711 basehttp 33880 6126891008 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:52:41,726 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:52:41,726 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:52:41,786 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:53:08,654 basehttp 33880 6126891008 "GET /en/blood-bank/ HTTP/1.1" 200 48551 WARNING 2025-09-04 19:53:08,671 log 33880 6126891008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:53:08,671 basehttp 33880 6126891008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:54:08,742 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:54:52,097 basehttp 33880 6126891008 "GET /en/blood-bank/donors HTTP/1.1" 301 0 INFO 2025-09-04 19:54:52,116 basehttp 33880 6143717376 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83923 WARNING 2025-09-04 19:54:52,132 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:52,132 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:54:52,197 basehttp 33880 6143717376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:54:55,355 basehttp 33880 6143717376 "GET /en/blood-bank/donors/34/update/ HTTP/1.1" 200 30114 WARNING 2025-09-04 19:54:55,374 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:55,374 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:54:55,419 basehttp 33880 6143717376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 19:54:57,427 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,427 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:54:57,436 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,436 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:54:57,917 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,918 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 19:54:57,929 log 33880 6143717376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 19:54:57,930 basehttp 33880 6143717376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 19:55:08,743 basehttp 33880 6143717376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:56:08,751 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:57:08,754 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:58:08,747 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 19:59:08,754 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 20:00:08,761 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 20:01:08,765 basehttp 33880 6126891008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:29:29,508 autoreload 46041 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:29:32,586 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:29:50,180 basehttp 46041 6201176064 "GET /en/blood-bank/ HTTP/1.1" 200 48551 INFO 2025-09-04 22:29:50,196 basehttp 46041 6251655168 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 22:29:50,203 log 46041 6201176064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:29:50,204 basehttp 46041 6201176064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:29:50,205 basehttp 46041 6218002432 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:29:50,206 basehttp 46041 6251655168 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:29:50,212 basehttp 46041 6285307904 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-04 22:29:50,213 basehttp 46041 6234828800 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:29:50,215 basehttp 46041 6268481536 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-04 22:29:50,216 basehttp 46041 6201176064 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:29:50,218 basehttp 46041 6251655168 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:29:50,226 basehttp 46041 6218002432 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:29:50,471 basehttp 46041 6218002432 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:29:50,508 basehttp 46041 6218002432 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:29:50,508 basehttp 46041 6268481536 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:29:50,509 basehttp 46041 6234828800 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:29:50,509 basehttp 46041 6251655168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:29:50,510 basehttp 46041 6201176064 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:29:50,511 basehttp 46041 6285307904 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:29:50,514 basehttp 46041 6201176064 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:29:50,514 basehttp 46041 6285307904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:29:50,515 basehttp 46041 6234828800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:29:50,518 basehttp 46041 6268481536 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:29:50,519 basehttp 46041 6285307904 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:29:50,520 basehttp 46041 6201176064 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:29:50,521 basehttp 46041 6234828800 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:29:50,521 basehttp 46041 6268481536 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:29:50,523 basehttp 46041 6218002432 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:29:50,525 basehttp 46041 6285307904 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:29:50,526 basehttp 46041 6201176064 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:29:50,526 basehttp 46041 6251655168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:29:50,526 basehttp 46041 6234828800 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:29:50,527 basehttp 46041 6268481536 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:29:50,528 basehttp 46041 6218002432 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:29:50,529 basehttp 46041 6201176064 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:29:50,529 basehttp 46041 6234828800 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:29:50,529 basehttp 46041 6285307904 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-04 22:29:50,658 log 46041 6234828800 Not Found: /favicon.ico WARNING 2025-09-04 22:29:50,659 basehttp 46041 6234828800 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:30:50,532 basehttp 46041 6234828800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:31:50,523 basehttp 46041 6234828800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:32:50,528 basehttp 46041 6234828800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:33:33,685 basehttp 46041 6234828800 "GET /en/blood-bank/ HTTP/1.1" 200 48165 INFO 2025-09-04 22:33:33,697 basehttp 46041 6201176064 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:33:33,697 basehttp 46041 6268481536 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:33:33,697 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:33:33,701 basehttp 46041 6201176064 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:33:33,702 basehttp 46041 6251655168 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:33:33,706 basehttp 46041 6218002432 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:33:33,708 basehttp 46041 6234828800 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:33:33,709 basehttp 46041 6251655168 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:33:33,714 basehttp 46041 6251655168 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:33:33,714 basehttp 46041 6201176064 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 22:33:33,716 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-04 22:33:33,719 log 46041 6234828800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:33:33,720 basehttp 46041 6234828800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:33:33,720 basehttp 46041 6285307904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:33:33,721 basehttp 46041 6268481536 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:33:33,847 basehttp 46041 6268481536 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:33:33,867 basehttp 46041 6268481536 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:33:33,869 basehttp 46041 6234828800 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:33:33,869 basehttp 46041 6201176064 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:33:33,871 basehttp 46041 6218002432 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:33:33,872 basehttp 46041 6285307904 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:33:33,873 basehttp 46041 6218002432 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:33:33,873 basehttp 46041 6234828800 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:33:33,874 basehttp 46041 6251655168 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:33:33,876 basehttp 46041 6285307904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:33:33,876 basehttp 46041 6218002432 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:33:33,878 basehttp 46041 6234828800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:33:33,878 basehttp 46041 6285307904 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:33:33,879 basehttp 46041 6201176064 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:33:33,879 basehttp 46041 6251655168 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:33:33,880 basehttp 46041 6268481536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:33:33,881 basehttp 46041 6285307904 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:33:33,881 basehttp 46041 6251655168 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:33:33,882 basehttp 46041 6201176064 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:33:33,883 basehttp 46041 6234828800 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:33:33,885 basehttp 46041 6268481536 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:33:33,886 basehttp 46041 6285307904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:33:33,887 basehttp 46041 6201176064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:33:33,887 basehttp 46041 6251655168 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:33:33,889 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:33:34,140 log 46041 6218002432 Not Found: /favicon.ico WARNING 2025-09-04 22:33:34,140 basehttp 46041 6218002432 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:33:42,132 basehttp 46041 6218002432 "GET /en/blood-bank/ HTTP/1.1" 200 48165 INFO 2025-09-04 22:33:42,143 basehttp 46041 6268481536 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:33:42,143 basehttp 46041 6285307904 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:33:42,144 basehttp 46041 6251655168 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:33:42,147 basehttp 46041 6234828800 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:33:42,151 basehttp 46041 6251655168 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:33:42,155 basehttp 46041 6218002432 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-04 22:33:42,157 log 46041 6268481536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:33:42,157 basehttp 46041 6268481536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:33:42,159 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:33:42,160 basehttp 46041 6234828800 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:33:42,161 basehttp 46041 6251655168 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 22:33:42,162 basehttp 46041 6218002432 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:33:42,163 basehttp 46041 6268481536 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 22:33:42,168 basehttp 46041 6201176064 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:33:42,169 basehttp 46041 6285307904 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:33:42,299 basehttp 46041 6285307904 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:33:42,302 basehttp 46041 6201176064 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:33:42,302 basehttp 46041 6218002432 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:33:42,303 basehttp 46041 6251655168 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:33:42,304 basehttp 46041 6268481536 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:33:42,305 basehttp 46041 6201176064 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:33:42,305 basehttp 46041 6234828800 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:33:42,306 basehttp 46041 6218002432 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:33:42,307 basehttp 46041 6251655168 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:33:42,308 basehttp 46041 6268481536 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:33:42,308 basehttp 46041 6201176064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:33:42,308 basehttp 46041 6234828800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:33:42,309 basehttp 46041 6218002432 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:33:42,310 basehttp 46041 6285307904 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:33:42,310 basehttp 46041 6251655168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:33:42,310 basehttp 46041 6201176064 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:33:42,311 basehttp 46041 6268481536 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:33:42,312 basehttp 46041 6234828800 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:33:42,312 basehttp 46041 6218002432 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:33:42,313 basehttp 46041 6285307904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:33:42,313 basehttp 46041 6201176064 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:33:42,314 basehttp 46041 6251655168 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:33:42,314 basehttp 46041 6268481536 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:33:42,317 basehttp 46041 6285307904 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:33:42,331 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:33:42,418 log 46041 6285307904 Not Found: /favicon.ico WARNING 2025-09-04 22:33:42,418 basehttp 46041 6285307904 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:34:42,334 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:34:48,954 basehttp 46041 6285307904 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 29437 WARNING 2025-09-04 22:34:48,969 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:34:48,969 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:34:49,031 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:34:58,469 basehttp 46041 6285307904 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83484 WARNING 2025-09-04 22:34:58,486 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:34:58,486 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:34:58,534 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:35:12,008 basehttp 46041 6285307904 "GET /en/blood-bank/ HTTP/1.1" 200 48165 WARNING 2025-09-04 22:35:12,026 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:12,026 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:12,075 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:35:26,223 basehttp 46041 6285307904 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 28390 WARNING 2025-09-04 22:35:26,244 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:26,244 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:26,285 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:35:29,381 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,381 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:35:29,391 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,392 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:35:29,856 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,856 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:35:29,866 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:29,866 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:46,328 basehttp 46041 6285307904 "GET /en/inventory/ HTTP/1.1" 200 49812 WARNING 2025-09-04 22:35:46,342 log 46041 6285307904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:35:46,343 basehttp 46041 6285307904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:35:46,366 basehttp 46041 6251655168 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:35:46,367 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:35:46,371 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:36:16,376 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:36:46,387 basehttp 46041 6268481536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:36:46,387 basehttp 46041 6285307904 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:37:16,383 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:37:46,388 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:37:46,392 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:38:16,383 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:38:46,375 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:38:46,377 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:39:16,388 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:39:46,395 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:39:46,396 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:17,259 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:47,330 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:48,242 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:52,614 basehttp 46041 6218002432 "GET /en/inventory/ HTTP/1.1" 200 49847 INFO 2025-09-04 22:40:52,623 basehttp 46041 6218002432 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 22:40:52,640 log 46041 6218002432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:40:52,640 basehttp 46041 6218002432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:40:52,647 basehttp 46041 6218002432 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:40:52,689 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:52,690 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:54,000 basehttp 46041 6201176064 "GET /en/inventory/ HTTP/1.1" 200 49847 WARNING 2025-09-04 22:40:54,022 log 46041 6201176064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:40:54,022 basehttp 46041 6201176064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:40:54,074 basehttp 46041 6201176064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:54,075 basehttp 46041 6218002432 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:40:54,854 basehttp 46041 6218002432 "GET /en/inventory/ HTTP/1.1" 200 49847 WARNING 2025-09-04 22:40:54,872 log 46041 6218002432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:40:54,872 basehttp 46041 6218002432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:40:54,915 basehttp 46041 6218002432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:40:54,918 basehttp 46041 6201176064 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:41:03,301 basehttp 46041 6201176064 "GET /en/inventory/ HTTP/1.1" 200 49847 INFO 2025-09-04 22:41:03,310 basehttp 46041 6234828800 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:41:03,312 basehttp 46041 6268481536 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:41:03,316 basehttp 46041 6251655168 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:41:03,320 basehttp 46041 6268481536 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:41:03,321 basehttp 46041 6201176064 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:41:03,324 basehttp 46041 6285307904 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 22:41:03,326 log 46041 6251655168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:41:03,327 basehttp 46041 6251655168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:41:03,331 basehttp 46041 6218002432 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:41:03,332 basehttp 46041 6234828800 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:41:03,547 basehttp 46041 6234828800 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:41:03,548 basehttp 46041 6268481536 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:41:03,549 basehttp 46041 6251655168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:41:03,549 basehttp 46041 6201176064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:41:03,550 basehttp 46041 6285307904 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:41:03,553 basehttp 46041 6218002432 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:41:03,554 basehttp 46041 6251655168 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:41:03,554 basehttp 46041 6285307904 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:41:03,555 basehttp 46041 6234828800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:41:03,556 basehttp 46041 6218002432 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:41:03,556 basehttp 46041 6201176064 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:41:03,559 basehttp 46041 6268481536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:41:03,559 basehttp 46041 6201176064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:41:03,560 basehttp 46041 6234828800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:41:03,560 basehttp 46041 6251655168 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:41:03,560 basehttp 46041 6218002432 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:41:03,561 basehttp 46041 6285307904 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:41:03,563 basehttp 46041 6251655168 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:41:03,563 basehttp 46041 6201176064 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:41:03,564 basehttp 46041 6218002432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:41:03,565 basehttp 46041 6268481536 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:41:03,566 basehttp 46041 6285307904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:41:03,567 basehttp 46041 6234828800 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:41:03,568 basehttp 46041 6218002432 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:41:03,568 basehttp 46041 6201176064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:41:03,570 basehttp 46041 6251655168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:41:03,579 basehttp 46041 6285307904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:41:03,579 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:41:03,894 log 46041 6268481536 Not Found: /favicon.ico WARNING 2025-09-04 22:41:03,897 basehttp 46041 6268481536 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:41:33,579 basehttp 46041 6268481536 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:42:03,582 basehttp 46041 6268481536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:42:03,584 basehttp 46041 6285307904 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:42:33,615 basehttp 46041 6285307904 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:42:33,683 autoreload 46041 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:42:34,076 autoreload 51925 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:42:36,221 log 51925 6138097664 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 92, in get_context_data context['recent_stock_movements'] = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 22:42:36,224 basehttp 51925 6138097664 "GET /en/inventory/ HTTP/1.1" 500 140149 WARNING 2025-09-04 22:42:36,248 log 51925 6138097664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:42:36,249 basehttp 51925 6138097664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:12,874 autoreload 51925 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:43:13,253 autoreload 52239 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:43:15,005 basehttp 52239 6168719360 "GET /en/inventory/ HTTP/1.1" 200 58768 WARNING 2025-09-04 22:43:15,023 log 52239 6168719360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:15,023 basehttp 52239 6168719360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:15,100 basehttp 52239 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:43:15,103 basehttp 52239 6325039104 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:43:34,952 basehttp 52239 6325039104 "GET /en/inventory/stock/ HTTP/1.1" 200 134026 INFO 2025-09-04 22:43:34,970 basehttp 52239 6358691840 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:43:34,971 basehttp 52239 6168719360 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:43:34,972 basehttp 52239 6325039104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:43:34,972 basehttp 52239 6392344576 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:43:34,973 basehttp 52239 6375518208 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 22:43:34,973 basehttp 52239 6341865472 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 22:43:34,973 basehttp 52239 6325039104 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 WARNING 2025-09-04 22:43:34,976 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:34,976 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:35,019 basehttp 52239 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:43:39,986 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:39,986 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:43:40,010 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:40,010 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:42,737 basehttp 52239 6358691840 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 134026 WARNING 2025-09-04 22:43:42,762 log 52239 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:42,762 basehttp 52239 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:43:42,780 basehttp 52239 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:43:45,382 log 52239 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 22:43:45,382 basehttp 52239 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:43:45,383 basehttp 52239 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:43:45,401 log 52239 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:43:45,401 basehttp 52239 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:44:13,978 basehttp 52239 6325039104 "GET /en/inventory/ HTTP/1.1" 200 58768 INFO 2025-09-04 22:44:13,990 basehttp 52239 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:44:13,990 basehttp 52239 6392344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:44:13,993 basehttp 52239 6375518208 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:44:13,996 basehttp 52239 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:44:14,002 basehttp 52239 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:44:14,003 basehttp 52239 6168719360 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 22:44:14,009 log 52239 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:44:14,010 basehttp 52239 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:44:14,011 basehttp 52239 6358691840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:44:14,011 basehttp 52239 6392344576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:44:14,118 basehttp 52239 6392344576 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:44:14,145 basehttp 52239 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:44:14,146 basehttp 52239 6358691840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:44:14,146 basehttp 52239 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:44:14,146 basehttp 52239 6375518208 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:44:14,152 basehttp 52239 6168719360 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:44:14,154 basehttp 52239 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:44:14,155 basehttp 52239 6358691840 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:44:14,159 basehttp 52239 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:44:14,159 basehttp 52239 6341865472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:44:14,159 basehttp 52239 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:44:14,160 basehttp 52239 6392344576 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:44:14,160 basehttp 52239 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:44:14,162 basehttp 52239 6168719360 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:44:14,164 basehttp 52239 6392344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:44:14,165 basehttp 52239 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:44:14,165 basehttp 52239 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:44:14,165 basehttp 52239 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:44:14,167 basehttp 52239 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:44:14,168 basehttp 52239 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:44:14,168 basehttp 52239 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:44:14,168 basehttp 52239 6168719360 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:44:14,169 basehttp 52239 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:44:14,171 basehttp 52239 6375518208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:44:14,171 basehttp 52239 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:44:14,173 basehttp 52239 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:44:14,182 basehttp 52239 6168719360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:44:14,183 basehttp 52239 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:44:14,289 log 52239 6341865472 Not Found: /favicon.ico WARNING 2025-09-04 22:44:14,289 basehttp 52239 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:44:44,191 basehttp 52239 6341865472 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:45:02,958 autoreload 52239 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:45:03,303 autoreload 53030 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:45:04,051 log 53030 6122336256 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 55, in get_context_data low_stock_items = InventoryStock.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1535, in build_filter value = self.resolve_lookup_value(value, can_reuse, allow_joins, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1300, in resolve_lookup_value value = value.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2049, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1900, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'min_stock_level' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 22:45:04,053 basehttp 53030 6122336256 "GET /en/inventory/ HTTP/1.1" 500 155860 WARNING 2025-09-04 22:45:04,075 log 53030 6122336256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:45:04,075 basehttp 53030 6122336256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:04,856 autoreload 53030 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:46:05,185 autoreload 53519 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:46:07,204 basehttp 53519 6167277568 "GET /en/inventory/ HTTP/1.1" 200 58772 WARNING 2025-09-04 22:46:07,229 log 53519 6167277568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:07,229 basehttp 53519 6167277568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:07,296 basehttp 53519 6167277568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:46:07,299 basehttp 53519 6325039104 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:46:25,737 basehttp 53519 6325039104 "GET /en/inventory/ HTTP/1.1" 200 58772 INFO 2025-09-04 22:46:25,752 basehttp 53519 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:46:25,752 basehttp 53519 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:46:25,755 basehttp 53519 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 22:46:25,760 basehttp 53519 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:46:25,764 basehttp 53519 6392344576 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-04 22:46:25,764 basehttp 53519 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-04 22:46:25,766 log 53519 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:25,767 basehttp 53519 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:25,770 basehttp 53519 6167277568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:46:25,770 basehttp 53519 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:46:25,896 basehttp 53519 6375518208 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:46:25,905 basehttp 53519 6375518208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:46:25,907 basehttp 53519 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:46:25,907 basehttp 53519 6167277568 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:46:25,909 basehttp 53519 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:46:25,909 basehttp 53519 6358691840 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:46:25,909 basehttp 53519 6341865472 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:46:25,911 basehttp 53519 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:46:25,912 basehttp 53519 6167277568 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:46:25,913 basehttp 53519 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:46:25,913 basehttp 53519 6358691840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:46:25,913 basehttp 53519 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:46:25,915 basehttp 53519 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:46:25,915 basehttp 53519 6167277568 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:46:25,917 basehttp 53519 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:46:25,918 basehttp 53519 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:46:25,925 basehttp 53519 6392344576 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:46:25,930 basehttp 53519 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:46:25,931 basehttp 53519 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:46:25,931 basehttp 53519 6167277568 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:46:25,933 basehttp 53519 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:46:25,934 basehttp 53519 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:46:25,935 basehttp 53519 6167277568 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:46:25,936 basehttp 53519 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:46:25,937 basehttp 53519 6358691840 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:46:25,939 basehttp 53519 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:46:25,944 basehttp 53519 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:46:25,945 basehttp 53519 6325039104 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 WARNING 2025-09-04 22:46:26,051 log 53519 6325039104 Not Found: /favicon.ico WARNING 2025-09-04 22:46:26,051 basehttp 53519 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:46:34,812 basehttp 53519 6325039104 "GET /en/inventory/stock/?stock_status=low HTTP/1.1" 200 134026 INFO 2025-09-04 22:46:34,829 basehttp 53519 6341865472 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 22:46:34,829 basehttp 53519 6392344576 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 22:46:34,829 basehttp 53519 6375518208 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 22:46:34,830 basehttp 53519 6358691840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-04 22:46:34,834 log 53519 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 22:46:34,835 basehttp 53519 6392344576 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-04 22:46:34,835 basehttp 53519 6358691840 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 22:46:34,835 basehttp 53519 6375518208 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 WARNING 2025-09-04 22:46:34,835 basehttp 53519 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:34,910 basehttp 53519 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:46:36,694 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:36,695 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:46:36,713 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:36,714 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:41,432 basehttp 53519 6375518208 "GET /en/inventory/stock/ HTTP/1.1" 200 134026 WARNING 2025-09-04 22:46:41,450 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:41,450 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:41,487 basehttp 53519 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 WARNING 2025-09-04 22:46:44,223 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:44,223 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 22:46:44,240 log 53519 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:46:44,241 basehttp 53519 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:46:55,952 basehttp 53519 6375518208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:47:25,955 basehttp 53519 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:47:25,959 basehttp 53519 6358691840 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:47:45,275 autoreload 53519 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:47:45,601 autoreload 54327 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:47:47,470 log 54327 6130348032 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py", line 90, in get_context_data ).select_related('item', 'location').order_by('quantity')[:10] ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'quantity' into field. Choices are: created_at, expiration_date, id, inventory_item, inventory_item_id, location, location_id, lot_number, notes, purchase_order, purchase_order_id, quality_status, quantity_available, quantity_on_hand, quantity_reserved, received_date, serial_number, stock_id, supplier, supplier_id, total_cost, unit_cost, updated_at ERROR 2025-09-04 22:47:47,473 basehttp 54327 6130348032 "GET /en/inventory/ HTTP/1.1" 500 104421 WARNING 2025-09-04 22:47:47,489 log 54327 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:47:47,489 basehttp 54327 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:05,503 autoreload 54327 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:48:05,878 autoreload 54483 8466948288 Watching for file changes with StatReloader ERROR 2025-09-04 22:48:06,435 log 54483 6135377920 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'item'. Choices are: inventory_item, location, supplier, purchase_order ERROR 2025-09-04 22:48:06,437 basehttp 54483 6135377920 "GET /en/inventory/ HTTP/1.1" 500 223527 WARNING 2025-09-04 22:48:06,452 log 54483 6135377920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:48:06,452 basehttp 54483 6135377920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:48,549 autoreload 54483 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:48:48,919 autoreload 54804 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:48:49,479 basehttp 54804 6196768768 "GET /en/inventory/ HTTP/1.1" 200 58772 WARNING 2025-09-04 22:48:49,496 log 54804 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:48:49,496 basehttp 54804 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:49,550 basehttp 54804 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:48:49,552 basehttp 54804 6213595136 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:48:56,277 basehttp 54804 6213595136 "GET /en/inventory/ HTTP/1.1" 200 58772 INFO 2025-09-04 22:48:56,294 basehttp 54804 6280900608 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:48:56,295 basehttp 54804 6247247872 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-04 22:48:56,298 log 54804 6213595136 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 22:48:56,299 basehttp 54804 6264074240 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-04 22:48:56,299 basehttp 54804 6213595136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:48:56,303 basehttp 54804 6196768768 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:48:56,304 basehttp 54804 6264074240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:48:56,305 basehttp 54804 6280900608 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-04 22:48:56,308 basehttp 54804 6230421504 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:48:56,309 basehttp 54804 6247247872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:48:56,431 basehttp 54804 6247247872 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:48:56,452 basehttp 54804 6247247872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:48:56,455 basehttp 54804 6230421504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:48:56,455 basehttp 54804 6280900608 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:48:56,455 basehttp 54804 6196768768 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:48:56,456 basehttp 54804 6264074240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:48:56,459 basehttp 54804 6230421504 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:48:56,459 basehttp 54804 6280900608 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:48:56,460 basehttp 54804 6264074240 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:48:56,460 basehttp 54804 6213595136 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:48:56,462 basehttp 54804 6280900608 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:48:56,462 basehttp 54804 6230421504 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:48:56,463 basehttp 54804 6264074240 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:48:56,464 basehttp 54804 6264074240 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:48:56,464 basehttp 54804 6247247872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:48:56,465 basehttp 54804 6230421504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:48:56,466 basehttp 54804 6247247872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:48:56,466 basehttp 54804 6264074240 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:48:56,467 basehttp 54804 6230421504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:48:56,469 basehttp 54804 6247247872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:48:56,470 basehttp 54804 6264074240 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:48:56,473 basehttp 54804 6247247872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:48:56,473 basehttp 54804 6230421504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:48:56,474 basehttp 54804 6264074240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:48:56,476 basehttp 54804 6247247872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:48:56,478 basehttp 54804 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:48:56,480 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:48:56,482 basehttp 54804 6196768768 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-04 22:48:56,596 log 54804 6196768768 Not Found: /favicon.ico WARNING 2025-09-04 22:48:56,597 basehttp 54804 6196768768 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:49:26,480 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:49:56,480 basehttp 54804 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:49:56,483 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:50:26,488 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:50:56,479 basehttp 54804 6280900608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:50:56,484 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:51:26,485 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:51:56,499 basehttp 54804 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3836 INFO 2025-09-04 22:51:56,501 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:52:26,497 basehttp 54804 6280900608 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:52:56,482 basehttp 54804 6280900608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:52:56,491 basehttp 54804 6196768768 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:53:20,533 autoreload 54804 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 22:53:20,891 autoreload 56811 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 22:53:26,502 basehttp 56811 6129758208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:53:41,912 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58772 INFO 2025-09-04 22:53:41,932 basehttp 56811 6163410944 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 22:53:41,934 basehttp 56811 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 22:53:41,937 basehttp 56811 13035925504 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-04 22:53:41,939 log 56811 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:53:41,940 basehttp 56811 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:53:41,942 basehttp 56811 13035925504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 22:53:41,943 basehttp 56811 6163410944 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-04 22:53:41,943 basehttp 56811 6129758208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-04 22:53:41,946 basehttp 56811 6146584576 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 22:53:41,947 basehttp 56811 13052751872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 22:53:42,158 basehttp 56811 13052751872 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 22:53:42,169 basehttp 56811 13052751872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 22:53:42,170 basehttp 56811 6163410944 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 22:53:42,171 basehttp 56811 13035925504 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 22:53:42,172 basehttp 56811 6146584576 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 22:53:42,172 basehttp 56811 6129758208 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 22:53:42,172 basehttp 56811 6163410944 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 22:53:42,174 basehttp 56811 13069578240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 22:53:42,175 basehttp 56811 6146584576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 22:53:42,176 basehttp 56811 13035925504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 22:53:42,176 basehttp 56811 6163410944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 22:53:42,177 basehttp 56811 6129758208 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 22:53:42,177 basehttp 56811 13069578240 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 22:53:42,178 basehttp 56811 6146584576 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 22:53:42,179 basehttp 56811 13035925504 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 22:53:42,179 basehttp 56811 13052751872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 22:53:42,180 basehttp 56811 6163410944 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 22:53:42,180 basehttp 56811 6129758208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 22:53:42,182 basehttp 56811 6146584576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 22:53:42,183 basehttp 56811 13069578240 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 22:53:42,184 basehttp 56811 13035925504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 22:53:42,185 basehttp 56811 6163410944 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 22:53:42,190 basehttp 56811 6146584576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 22:53:42,195 basehttp 56811 13052751872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 22:53:42,198 basehttp 56811 6129758208 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 22:53:42,200 basehttp 56811 13035925504 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-04 22:53:42,211 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:53:42,211 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 22:53:42,290 log 56811 6163410944 Not Found: /favicon.ico WARNING 2025-09-04 22:53:42,291 basehttp 56811 6163410944 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 22:53:44,529 basehttp 56811 6163410944 "GET /en/inventory/ HTTP/1.1" 200 58772 WARNING 2025-09-04 22:53:44,546 log 56811 6163410944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 22:53:44,546 basehttp 56811 6163410944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 22:53:44,630 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:53:44,631 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:54:14,632 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:54:44,625 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:54:44,629 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:55:14,644 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:55:44,654 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:55:44,655 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:56:14,648 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:56:44,634 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:56:44,638 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:57:14,650 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:57:44,662 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:57:44,662 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:58:14,655 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:58:44,637 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:58:44,647 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:59:14,658 basehttp 56811 13069578240 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 22:59:44,645 basehttp 56811 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 22:59:44,654 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:00:14,662 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:00:44,639 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:00:44,658 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:01:14,671 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:01:44,651 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:01:44,665 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:02:14,674 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:02:44,645 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:02:44,666 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:03:14,680 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:03:44,655 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:03:44,673 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:04:14,682 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:04:44,596 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:04:44,617 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:05:14,619 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:05:44,600 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:05:44,620 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:06:14,630 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:06:44,598 basehttp 56811 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:06:44,625 basehttp 56811 6163410944 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:07:14,636 basehttp 56811 6129758208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:07:44,600 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:07:44,626 basehttp 56811 6129758208 "GET /en/inventory/htmx/stats/ HTTP/1.1" 200 6394 INFO 2025-09-04 23:08:12,234 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58741 WARNING 2025-09-04 23:08:12,247 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:08:12,247 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:08:12,295 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:08:40,121 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58741 WARNING 2025-09-04 23:08:40,133 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:08:40,134 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:08:40,184 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:09:40,187 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:10:11,822 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58779 WARNING 2025-09-04 23:10:11,836 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:10:11,836 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:10:11,890 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:10:43,219 basehttp 56811 6129758208 "GET /en/inventory/ HTTP/1.1" 200 58781 WARNING 2025-09-04 23:10:43,235 log 56811 6129758208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:10:43,235 basehttp 56811 6129758208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:10:43,281 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:11:43,281 basehttp 56811 6129758208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:12:10,646 autoreload 56811 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 23:12:11,119 autoreload 65616 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 23:12:12,100 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:12,100 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:12:12,113 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:12,113 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:13,309 basehttp 65616 6122287104 "GET /en/inventory/ HTTP/1.1" 200 58781 WARNING 2025-09-04 23:12:13,325 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:13,325 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:13,371 basehttp 65616 6122287104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:12:18,325 basehttp 65616 6122287104 "GET /en/inventory/ HTTP/1.1" 200 58781 WARNING 2025-09-04 23:12:18,339 log 65616 6122287104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:18,340 basehttp 65616 6122287104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:18,385 basehttp 65616 6122287104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:12:37,380 autoreload 65616 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 23:12:37,722 autoreload 65777 8466948288 Watching for file changes with StatReloader INFO 2025-09-04 23:12:38,885 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 58740 WARNING 2025-09-04 23:12:38,905 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:12:38,905 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:12:38,954 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:13:02,350 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 58718 WARNING 2025-09-04 23:13:02,365 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:02,365 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:02,423 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 23:13:33,685 log 65777 6205075456 Not Found: /en/blood_bank/ WARNING 2025-09-04 23:13:33,685 basehttp 65777 6205075456 "GET /en/blood_bank/ HTTP/1.1" 404 30121 WARNING 2025-09-04 23:13:33,708 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:33,708 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:49,602 basehttp 65777 6205075456 "GET /en/blood-bank/donors HTTP/1.1" 301 0 INFO 2025-09-04 23:13:49,624 basehttp 65777 6221901824 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83484 INFO 2025-09-04 23:13:49,669 basehttp 65777 6205075456 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-04 23:13:49,671 basehttp 65777 6272380928 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-04 23:13:49,671 basehttp 65777 6289207296 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-04 23:13:49,671 basehttp 65777 6238728192 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-04 23:13:49,672 basehttp 65777 6205075456 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-04 23:13:49,673 log 65777 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:49,673 basehttp 65777 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:49,674 basehttp 65777 6255554560 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-04 23:13:49,708 basehttp 65777 6255554560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:13:57,071 basehttp 65777 6255554560 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-04 23:13:57,087 basehttp 65777 6221901824 "GET /en/blood-bank/ HTTP/1.1" 200 48165 WARNING 2025-09-04 23:13:57,104 log 65777 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:13:57,104 basehttp 65777 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:13:57,127 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:14:57,128 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:15:57,140 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:16:57,131 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:17:51,799 basehttp 65777 6221901824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 23:17:51,801 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:51,801 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:17:51,811 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:51,811 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:17:52,581 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:52,581 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:17:53,434 log 65777 6221901824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:53,434 basehttp 65777 6221901824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:17:53,436 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-04 23:17:53,452 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:53,452 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:17:54,778 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 58468 WARNING 2025-09-04 23:17:54,791 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:17:54,791 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:17:54,840 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:18:54,844 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:19:54,810 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:20:09,411 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 59003 WARNING 2025-09-04 23:20:09,425 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:20:09,425 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:20:09,475 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:21:09,466 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:22:09,478 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:22:51,708 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 54197 WARNING 2025-09-04 23:22:51,724 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:22:51,724 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:22:51,777 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:23:25,058 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 54118 WARNING 2025-09-04 23:23:25,071 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:23:25,072 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:23:25,119 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:24:02,755 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 54140 WARNING 2025-09-04 23:24:02,769 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:24:02,769 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:24:02,817 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:25:03,114 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:26:53,253 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:27:58,095 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:29:57,356 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:30:58,348 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:31:59,350 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:33:38,705 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:40:12,279 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:42:12,281 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:43:12,286 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-04 23:43:36,527 log 65777 6205075456 Internal Server Error: /en/inventory/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'purchase_order_detail' with arguments '(UUID('a2d7f72a-e7f3-47a1-b2ed-54fcd91dbca9'),)' not found. 1 pattern(s) tried: ['en/inventory/orders/(?P[0-9]+)/\\Z'] ERROR 2025-09-04 23:43:36,529 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 500 234201 WARNING 2025-09-04 23:43:36,548 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:43:36,548 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:45:17,348 basehttp 65777 6205075456 "GET /en/inventory/ HTTP/1.1" 200 52990 WARNING 2025-09-04 23:45:17,362 log 65777 6205075456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:45:17,362 basehttp 65777 6205075456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:45:17,421 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:46:17,425 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:17,414 basehttp 65777 6205075456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:35,677 autoreload 65777 8466948288 /Users/marwanalwali/manus_project/hospital_management_system_v4/inventory/views.py changed, reloading. INFO 2025-09-04 23:47:36,132 autoreload 77728 8466948288 Watching for file changes with StatReloader WARNING 2025-09-04 23:47:37,115 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:37,115 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-04 23:47:37,138 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:37,138 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:38,692 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52609 WARNING 2025-09-04 23:47:38,710 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:38,710 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:38,754 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:39,543 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52609 WARNING 2025-09-04 23:47:39,560 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:39,561 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:39,607 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:47:40,566 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52609 WARNING 2025-09-04 23:47:40,581 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:47:40,581 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:47:40,630 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:48:19,156 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52790 WARNING 2025-09-04 23:48:19,169 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:48:19,169 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:48:19,226 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:49:19,231 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:49:30,048 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52818 WARNING 2025-09-04 23:49:30,061 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:49:30,061 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:49:30,118 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:50:13,845 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 52988 WARNING 2025-09-04 23:50:13,859 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:50:13,860 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:50:13,915 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:50:28,809 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53115 WARNING 2025-09-04 23:50:28,824 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:50:28,824 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:50:28,867 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:50:52,324 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53124 WARNING 2025-09-04 23:50:52,336 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:50:52,336 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:50:52,379 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:51:26,585 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53284 WARNING 2025-09-04 23:51:26,599 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:51:26,599 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:51:26,641 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:52:06,800 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53764 WARNING 2025-09-04 23:52:06,819 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:52:06,819 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:52:06,863 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:52:38,441 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53744 WARNING 2025-09-04 23:52:38,456 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:52:38,457 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:52:38,507 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:53:38,521 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:54:11,720 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53772 WARNING 2025-09-04 23:54:11,734 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:54:11,734 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:54:11,782 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:55:11,876 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:56:11,868 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:56:22,175 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 53780 WARNING 2025-09-04 23:56:22,188 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:56:22,188 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:56:22,240 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:56:55,248 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 54404 WARNING 2025-09-04 23:56:55,264 log 77728 6165622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-04 23:56:55,265 basehttp 77728 6165622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:56:55,313 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:57:55,324 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:58:49,839 basehttp 77728 6165622784 "GET /en/inventory/ HTTP/1.1" 200 54417 INFO 2025-09-04 23:58:49,851 basehttp 77728 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-04 23:58:49,854 basehttp 77728 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-04 23:58:49,856 basehttp 77728 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-04 23:58:49,861 basehttp 77728 6165622784 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-04 23:58:49,863 log 77728 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-04 23:58:49,864 basehttp 77728 6392344576 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-04 23:58:49,864 basehttp 77728 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-04 23:58:49,868 basehttp 77728 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-04 23:58:49,871 basehttp 77728 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-04 23:58:49,873 basehttp 77728 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-04 23:58:50,122 basehttp 77728 6375518208 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-04 23:58:50,130 basehttp 77728 6375518208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-04 23:58:50,132 basehttp 77728 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-04 23:58:50,133 basehttp 77728 6358691840 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-04 23:58:50,134 basehttp 77728 6341865472 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-04 23:58:50,134 basehttp 77728 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-04 23:58:50,134 basehttp 77728 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-04 23:58:50,136 basehttp 77728 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-04 23:58:50,137 basehttp 77728 6165622784 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-04 23:58:50,138 basehttp 77728 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-04 23:58:50,139 basehttp 77728 6325039104 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-04 23:58:50,139 basehttp 77728 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-04 23:58:50,140 basehttp 77728 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-04 23:58:50,140 basehttp 77728 6165622784 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-04 23:58:50,140 basehttp 77728 6392344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-04 23:58:50,143 basehttp 77728 6358691840 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-04 23:58:50,144 basehttp 77728 6165622784 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-04 23:58:50,144 basehttp 77728 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-04 23:58:50,145 basehttp 77728 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-04 23:58:50,146 basehttp 77728 6375518208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-04 23:58:50,146 basehttp 77728 6165622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-04 23:58:50,146 basehttp 77728 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-04 23:58:50,147 basehttp 77728 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-04 23:58:50,147 basehttp 77728 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-04 23:58:50,147 basehttp 77728 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-04 23:58:50,157 basehttp 77728 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-04 23:58:50,162 basehttp 77728 6358691840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-04 23:58:50,405 log 77728 6358691840 Not Found: /favicon.ico WARNING 2025-09-04 23:58:50,405 basehttp 77728 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-04 23:59:50,363 basehttp 77728 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:00:51,362 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:01:52,368 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:02:53,362 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:03:54,365 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:04:55,375 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:05:57,359 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:07:12,361 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:09:12,356 basehttp 77728 6165622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:24:46,165 autoreload 8123 8747049152 Watching for file changes with StatReloader INFO 2025-09-05 00:24:49,227 basehttp 8123 6134722560 "GET /en/inventory/ HTTP/1.1" 200 53300 INFO 2025-09-05 00:24:49,240 basehttp 8123 6134722560 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 INFO 2025-09-05 00:24:49,277 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:24:49,294 log 8123 6134722560 Not Found: /favicon.ico WARNING 2025-09-05 00:24:49,294 basehttp 8123 6134722560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:25:49,293 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:27:11,960 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:28:12,954 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:29:13,954 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:33:54,404 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:34:54,525 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:35:30,802 basehttp 8123 6134722560 "GET /en/inventory/ HTTP/1.1" 200 52552 INFO 2025-09-05 00:35:30,863 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:36:21,838 basehttp 8123 6134722560 "GET /en/inventory/ HTTP/1.1" 200 52583 INFO 2025-09-05 00:36:21,884 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:36:31,271 basehttp 8123 6134722560 "GET / HTTP/1.1" 302 0 INFO 2025-09-05 00:36:31,302 basehttp 8123 6151548928 "GET /en/ HTTP/1.1" 200 49367 INFO 2025-09-05 00:36:31,351 basehttp 8123 6151548928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:36:31,354 basehttp 8123 6168375296 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:36:31,354 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:37:00,273 basehttp 8123 6134722560 "GET /en/ HTTP/1.1" 200 49367 INFO 2025-09-05 00:37:00,328 basehttp 8123 6151548928 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:37:00,330 basehttp 8123 6134722560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:37:00,330 basehttp 8123 6168375296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:37:11,561 log 8123 6168375296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:37:11,561 basehttp 8123 6168375296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:38:00,340 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:38:00,340 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:39:00,334 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:39:00,334 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:40:00,346 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:40:00,346 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:00,337 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:41:00,338 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:44,641 basehttp 8123 6168375296 "GET /en/ HTTP/1.1" 200 49490 WARNING 2025-09-05 00:41:44,655 basehttp 8123 6134722560 "GET /static/js/toastr.min.js HTTP/1.1" 404 1975 INFO 2025-09-05 00:41:44,656 basehttp 8123 6168375296 "GET /static/plugins/jquery/dist/jquery.min.js HTTP/1.1" 200 87533 WARNING 2025-09-05 00:41:44,661 log 8123 6151548928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:41:44,661 basehttp 8123 6151548928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:41:44,742 basehttp 8123 6151548928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:41:44,746 basehttp 8123 6168375296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:44,747 basehttp 8123 6134722560 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:41:48,685 basehttp 8123 6134722560 "GET /en/ HTTP/1.1" 200 49490 INFO 2025-09-05 00:41:48,692 basehttp 8123 6151548928 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-05 00:41:48,695 basehttp 8123 13186969600 "GET /static/js/toastr.min.js HTTP/1.1" 404 1975 INFO 2025-09-05 00:41:48,696 basehttp 8123 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:41:48,696 basehttp 8123 13170143232 "GET /static/plugins/jquery/dist/jquery.min.js HTTP/1.1" 200 87533 WARNING 2025-09-05 00:41:48,700 log 8123 6151548928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:41:48,700 basehttp 8123 6151548928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:41:48,701 basehttp 8123 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:41:48,702 basehttp 8123 6134722560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:41:48,706 basehttp 8123 6168375296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:41:48,707 basehttp 8123 13170143232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-05 00:41:48,710 basehttp 8123 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:41:48,838 basehttp 8123 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:41:48,853 basehttp 8123 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:41:48,854 basehttp 8123 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:41:48,854 basehttp 8123 6168375296 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:41:48,854 basehttp 8123 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:41:48,856 basehttp 8123 6134722560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:41:48,858 basehttp 8123 13203795968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:41:48,858 basehttp 8123 6151548928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:41:48,860 basehttp 8123 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:41:48,860 basehttp 8123 6134722560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:41:48,861 basehttp 8123 6168375296 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:41:48,862 basehttp 8123 6151548928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:41:48,863 basehttp 8123 13203795968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:41:48,863 basehttp 8123 6151548928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:41:48,864 basehttp 8123 13203795968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:41:48,865 basehttp 8123 6151548928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:41:48,869 basehttp 8123 13203795968 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:41:48,870 basehttp 8123 13170143232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:41:48,872 basehttp 8123 6151548928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:41:48,876 basehttp 8123 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:41:48,877 basehttp 8123 6151548928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:41:48,878 basehttp 8123 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:41:48,879 basehttp 8123 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:41:48,879 basehttp 8123 6151548928 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:41:48,887 basehttp 8123 6168375296 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:41:48,888 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:41:48,889 basehttp 8123 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:41:49,188 log 8123 13186969600 Not Found: /favicon.ico WARNING 2025-09-05 00:41:49,188 basehttp 8123 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:42:19,749 basehttp 8123 13186969600 "GET /en/ HTTP/1.1" 200 49434 INFO 2025-09-05 00:42:19,757 basehttp 8123 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:42:19,761 basehttp 8123 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:42:19,763 basehttp 8123 6168375296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:42:19,772 basehttp 8123 6168375296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:42:19,776 log 8123 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-05 00:42:19,777 basehttp 8123 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-05 00:42:19,777 basehttp 8123 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:42:19,780 basehttp 8123 6134722560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:42:19,781 basehttp 8123 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:42:19,783 basehttp 8123 6151548928 "GET /static/plugins/jquery/dist/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-05 00:42:19,922 basehttp 8123 6151548928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:42:19,941 basehttp 8123 6151548928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:42:19,944 basehttp 8123 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:42:19,944 basehttp 8123 13203795968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:42:19,945 basehttp 8123 6168375296 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:42:19,946 basehttp 8123 13170143232 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:42:19,947 basehttp 8123 6134722560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:42:19,949 basehttp 8123 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:42:19,950 basehttp 8123 6168375296 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:42:19,950 basehttp 8123 13203795968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:42:19,952 basehttp 8123 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:42:19,952 basehttp 8123 6151548928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:42:19,952 basehttp 8123 6168375296 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:42:19,953 basehttp 8123 13203795968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:42:19,954 basehttp 8123 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:42:19,955 basehttp 8123 6168375296 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:42:19,955 basehttp 8123 6151548928 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:42:19,956 basehttp 8123 6151548928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:42:19,956 basehttp 8123 6168375296 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:42:19,956 basehttp 8123 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:42:19,958 basehttp 8123 6168375296 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:42:19,958 basehttp 8123 6151548928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:42:19,958 basehttp 8123 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:42:19,959 basehttp 8123 6168375296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:42:19,966 basehttp 8123 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:42:19,970 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:42:19,971 basehttp 8123 13186969600 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 WARNING 2025-09-05 00:42:20,083 log 8123 13186969600 Not Found: /favicon.ico WARNING 2025-09-05 00:42:20,083 basehttp 8123 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:42:34,691 basehttp 8123 13186969600 "GET /en/ HTTP/1.1" 200 49434 WARNING 2025-09-05 00:42:34,707 log 8123 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:42:34,707 basehttp 8123 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:42:34,809 basehttp 8123 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:42:34,809 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:42:34,809 basehttp 8123 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:13,497 basehttp 8123 13186969600 "GET /en/ HTTP/1.1" 200 49421 INFO 2025-09-05 00:43:13,508 basehttp 8123 13186969600 "GET /static/js/jquery.min.js HTTP/1.1" 200 87532 WARNING 2025-09-05 00:43:13,514 log 8123 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:13,514 basehttp 8123 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:13,576 basehttp 8123 6134722560 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:13,577 basehttp 8123 13186969600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:43:13,578 basehttp 8123 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:16,901 basehttp 8123 13170143232 "GET /en/ HTTP/1.1" 200 49421 INFO 2025-09-05 00:43:16,910 basehttp 8123 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:43:16,914 basehttp 8123 6168375296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:43:16,915 basehttp 8123 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:43:16,915 basehttp 8123 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:43:16,917 basehttp 8123 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-05 00:43:16,917 basehttp 8123 6151548928 "GET /static/js/jquery.min.js HTTP/1.1" 200 87532 WARNING 2025-09-05 00:43:16,926 log 8123 6134722560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:16,927 basehttp 8123 6134722560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:16,928 basehttp 8123 13186969600 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:43:16,929 basehttp 8123 6168375296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:43:17,071 basehttp 8123 6168375296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:43:17,089 basehttp 8123 6134722560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:43:17,090 basehttp 8123 6168375296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:43:17,091 basehttp 8123 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:43:17,092 basehttp 8123 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:43:17,092 basehttp 8123 6151548928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:43:17,093 basehttp 8123 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:43:17,094 basehttp 8123 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:43:17,096 basehttp 8123 6134722560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:43:17,097 basehttp 8123 6151548928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:43:17,097 basehttp 8123 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:43:17,098 basehttp 8123 6151548928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:43:17,099 basehttp 8123 6168375296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:43:17,100 basehttp 8123 13186969600 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:43:17,100 basehttp 8123 6151548928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:43:17,101 basehttp 8123 6168375296 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:43:17,101 basehttp 8123 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:43:17,102 basehttp 8123 6168375296 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:43:17,102 basehttp 8123 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:43:17,102 basehttp 8123 6151548928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:43:17,104 basehttp 8123 6168375296 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:43:17,104 basehttp 8123 6151548928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:43:17,105 basehttp 8123 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:43:17,106 basehttp 8123 6168375296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:43:17,117 basehttp 8123 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:17,119 basehttp 8123 6134722560 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:17,120 basehttp 8123 13203795968 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:43:17,217 log 8123 13203795968 Not Found: /favicon.ico WARNING 2025-09-05 00:43:17,217 basehttp 8123 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:43:25,997 basehttp 8123 13203795968 "GET /en/ HTTP/1.1" 200 49461 WARNING 2025-09-05 00:43:26,017 log 8123 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:26,017 basehttp 8123 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:26,418 basehttp 8123 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:26,419 basehttp 8123 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:26,420 basehttp 8123 6134722560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:43:29,812 basehttp 8123 6134722560 "GET /en/ HTTP/1.1" 200 49461 INFO 2025-09-05 00:43:29,818 basehttp 8123 6134722560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:43:29,822 basehttp 8123 6168375296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:43:29,824 basehttp 8123 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:43:29,825 basehttp 8123 6151548928 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:43:29,829 basehttp 8123 6168375296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:43:29,831 log 8123 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:29,831 basehttp 8123 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:29,836 basehttp 8123 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:43:29,836 basehttp 8123 6134722560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:43:29,977 basehttp 8123 13203795968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:43:29,977 basehttp 8123 6168375296 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:43:29,978 basehttp 8123 6151548928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:43:29,978 basehttp 8123 6134722560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:43:29,978 basehttp 8123 13186969600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:43:29,980 basehttp 8123 13170143232 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:43:29,985 basehttp 8123 6134722560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:43:29,987 basehttp 8123 6134722560 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:43:29,987 basehttp 8123 13186969600 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:43:29,988 basehttp 8123 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:43:29,988 basehttp 8123 13203795968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:43:29,988 basehttp 8123 6151548928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:43:29,993 basehttp 8123 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:43:29,995 basehttp 8123 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:43:29,996 basehttp 8123 6134722560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:43:29,997 basehttp 8123 6168375296 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:43:30,001 basehttp 8123 6134722560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:43:30,002 basehttp 8123 6151548928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:43:30,003 basehttp 8123 6134722560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:43:30,005 basehttp 8123 6151548928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:43:30,006 basehttp 8123 6134722560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:43:30,006 basehttp 8123 6151548928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:43:30,007 basehttp 8123 6134722560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:43:30,009 basehttp 8123 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:43:30,016 basehttp 8123 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:43:30,018 basehttp 8123 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:43:30,018 basehttp 8123 6168375296 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:43:30,111 log 8123 6168375296 Not Found: /favicon.ico WARNING 2025-09-05 00:43:30,112 basehttp 8123 6168375296 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:43:36,497 basehttp 8123 6168375296 "GET /en/inventory/ HTTP/1.1" 200 52677 INFO 2025-09-05 00:43:36,515 basehttp 8123 13170143232 "GET /static/plugins/apexcharts/dist/apexcharts.min.js HTTP/1.1" 200 574941 WARNING 2025-09-05 00:43:36,521 log 8123 6168375296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:36,521 basehttp 8123 6168375296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:36,543 basehttp 8123 6168375296 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-05 00:43:37,981 basehttp 8123 6168375296 "GET /en/inventory/ HTTP/1.1" 200 52677 WARNING 2025-09-05 00:43:37,997 log 8123 6168375296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:43:37,998 basehttp 8123 6168375296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:43:38,062 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:44:38,449 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:45:38,452 basehttp 8123 6168375296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:45:57,692 autoreload 15682 8747049152 Watching for file changes with StatReloader INFO 2025-09-05 00:46:00,085 basehttp 15682 6133919744 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83869 INFO 2025-09-05 00:46:00,100 basehttp 15682 6167572480 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-05 00:46:00,104 basehttp 15682 6150746112 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-05 00:46:00,104 basehttp 15682 6201225216 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-05 00:46:00,104 basehttp 15682 6167572480 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-05 00:46:00,105 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-05 00:46:00,105 basehttp 15682 6218051584 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-05 00:46:00,105 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:46:00,106 basehttp 15682 6184398848 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-05 00:46:03,760 basehttp 15682 6133919744 "GET / HTTP/1.1" 302 0 INFO 2025-09-05 00:46:03,776 basehttp 15682 6150746112 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:46:03,789 log 15682 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:46:03,789 basehttp 15682 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:46:03,849 basehttp 15682 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:46:03,851 basehttp 15682 6167572480 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:46:03,852 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:46:53,804 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:46:53,828 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:46:53,828 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:46:53,882 basehttp 15682 6150746112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:46:53,882 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:46:53,882 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:47:23,659 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:47:23,676 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:47:23,676 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:47:23,724 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:47:23,737 basehttp 15682 6150746112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:47:23,738 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:47:27,082 basehttp 15682 6167572480 "GET /en/ HTTP/1.1" 200 49752 INFO 2025-09-05 00:47:27,091 basehttp 15682 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:47:27,093 basehttp 15682 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:47:27,095 basehttp 15682 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:47:27,096 basehttp 15682 6167572480 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:47:27,099 basehttp 15682 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:47:27,101 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:47:27,102 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:47:27,104 basehttp 15682 6150746112 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:47:27,104 basehttp 15682 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:47:27,339 basehttp 15682 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:47:27,388 basehttp 15682 6150746112 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:47:27,388 basehttp 15682 13472231424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:47:27,388 basehttp 15682 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:47:27,388 basehttp 15682 6133919744 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:47:27,390 basehttp 15682 6167572480 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:47:27,390 basehttp 15682 13455405056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:47:27,391 basehttp 15682 6167572480 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:47:27,392 basehttp 15682 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:47:27,392 basehttp 15682 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:47:27,393 basehttp 15682 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:47:27,393 basehttp 15682 6167572480 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:47:27,393 basehttp 15682 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:47:27,395 basehttp 15682 6167572480 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:47:27,395 basehttp 15682 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:47:27,395 basehttp 15682 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:47:27,397 basehttp 15682 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:47:27,397 basehttp 15682 6167572480 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:47:27,397 basehttp 15682 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:47:27,398 basehttp 15682 6167572480 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:47:27,399 basehttp 15682 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:47:27,399 basehttp 15682 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:47:27,400 basehttp 15682 6167572480 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:47:27,401 basehttp 15682 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:47:27,444 basehttp 15682 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:47:27,447 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:47:27,454 basehttp 15682 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 WARNING 2025-09-05 00:47:27,505 log 15682 13438578688 Not Found: /favicon.ico WARNING 2025-09-05 00:47:27,505 basehttp 15682 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:48:16,456 basehttp 15682 13438578688 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:48:16,474 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:48:16,475 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:48:16,563 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:48:16,565 basehttp 15682 6150746112 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:48:16,565 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:48:36,875 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49752 WARNING 2025-09-05 00:48:36,892 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:48:36,892 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:48:36,954 basehttp 15682 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:48:36,956 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:48:36,959 basehttp 15682 6150746112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:48:39,675 basehttp 15682 6150746112 "GET /en/ HTTP/1.1" 200 49752 INFO 2025-09-05 00:48:39,687 basehttp 15682 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-05 00:48:39,688 basehttp 15682 6167572480 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-05 00:48:39,689 basehttp 15682 13472231424 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-05 00:48:39,693 basehttp 15682 6150746112 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-05 00:48:39,695 basehttp 15682 6133919744 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-05 00:48:39,695 basehttp 15682 6167572480 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-05 00:48:39,700 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:48:39,700 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:48:39,702 basehttp 15682 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-05 00:48:39,826 basehttp 15682 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-05 00:48:39,843 basehttp 15682 6167572480 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-05 00:48:39,844 basehttp 15682 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-05 00:48:39,844 basehttp 15682 6150746112 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-05 00:48:39,844 basehttp 15682 6133919744 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-05 00:48:39,844 basehttp 15682 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-05 00:48:39,845 basehttp 15682 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-05 00:48:39,850 basehttp 15682 6133919744 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-05 00:48:39,850 basehttp 15682 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-05 00:48:39,852 basehttp 15682 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-05 00:48:39,854 basehttp 15682 6150746112 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-05 00:48:39,855 basehttp 15682 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-05 00:48:39,855 basehttp 15682 6167572480 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-05 00:48:39,856 basehttp 15682 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-05 00:48:39,856 basehttp 15682 6150746112 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-05 00:48:39,857 basehttp 15682 6167572480 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-05 00:48:39,857 basehttp 15682 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-05 00:48:39,858 basehttp 15682 6150746112 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-05 00:48:39,858 basehttp 15682 6167572480 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-05 00:48:39,859 basehttp 15682 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-05 00:48:39,860 basehttp 15682 6150746112 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-05 00:48:39,860 basehttp 15682 6167572480 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-05 00:48:39,860 basehttp 15682 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-05 00:48:39,861 basehttp 15682 6167572480 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-05 00:48:39,870 basehttp 15682 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:48:39,872 basehttp 15682 6133919744 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:48:39,873 basehttp 15682 13455405056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-05 00:48:39,974 log 15682 13455405056 Not Found: /favicon.ico WARNING 2025-09-05 00:48:39,974 basehttp 15682 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-05 00:49:17,198 basehttp 15682 13455405056 "GET /en/inventory/ HTTP/1.1" 200 54797 INFO 2025-09-05 00:49:17,214 basehttp 15682 6133919744 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-05 00:49:17,216 log 15682 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:17,216 basehttp 15682 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:17,256 basehttp 15682 13455405056 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-05 00:49:17,260 basehttp 15682 13455405056 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-05 00:49:17,289 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:49:49,137 basehttp 15682 13455405056 "GET /en/inventory/ HTTP/1.1" 200 54797 WARNING 2025-09-05 00:49:49,151 log 15682 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:49,151 basehttp 15682 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:49,205 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:49:50,637 log 15682 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:50,639 basehttp 15682 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:50,639 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:49:50,639 basehttp 15682 6133919744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:49:50,642 basehttp 15682 13472231424 - Broken pipe from ('127.0.0.1', 53046) WARNING 2025-09-05 00:49:50,647 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:50,647 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:51,265 basehttp 15682 6133919744 "GET /en/ HTTP/1.1" 200 49790 WARNING 2025-09-05 00:49:51,283 log 15682 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:49:51,284 basehttp 15682 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:49:51,362 basehttp 15682 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:49:51,362 basehttp 15682 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-05 00:49:51,363 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:49:51,365 basehttp 15682 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-05 00:50:21,357 basehttp 15682 13455405056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-05 00:50:51,378 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:50:51,382 basehttp 15682 6167572480 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-05 00:50:51,384 basehttp 15682 13438578688 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-05 00:51:19,337 basehttp 15682 13438578688 "GET /en/appointments/create/ HTTP/1.1" 200 36462 WARNING 2025-09-05 00:51:19,354 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:19,354 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:51:19,400 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:51:20,742 basehttp 15682 13438578688 "GET /en/appointments/ HTTP/1.1" 200 45477 WARNING 2025-09-05 00:51:20,756 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:20,756 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:51:20,797 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:51:20,813 basehttp 15682 6167572480 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:51:33,036 basehttp 15682 6167572480 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 WARNING 2025-09-05 00:51:33,056 log 15682 6167572480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:33,056 basehttp 15682 6167572480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:51:33,114 basehttp 15682 6167572480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:51:33,114 basehttp 15682 13455405056 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-05 00:51:33,147 basehttp 15682 13438578688 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 48483 WARNING 2025-09-05 00:51:39,273 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:39,273 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:51:39,289 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:51:39,289 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:51:41,095 log 15682 13438578688 Forbidden (CSRF token missing.): /en/appointments/check-in/1532/ WARNING 2025-09-05 00:51:41,096 basehttp 15682 13438578688 "POST /en/appointments/check-in/1532/ HTTP/1.1" 403 2491 INFO 2025-09-05 00:51:50,826 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:52:20,821 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:52:20,841 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:52:50,832 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:53:20,823 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:53:20,844 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:53:50,838 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:54:20,825 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:54:20,844 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:54:50,843 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:55:20,824 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:55:20,846 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:55:29,891 basehttp 15682 13438578688 "GET /en/appointments/detail/1547/ HTTP/1.1" 200 22826 WARNING 2025-09-05 00:55:29,914 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:55:29,914 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:55:29,958 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-05 00:55:34,834 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:55:34,834 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:55:34,852 log 15682 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:55:34,853 basehttp 15682 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-05 00:55:38,305 log 15682 13438578688 Forbidden (CSRF token missing.): /en/appointments/check-in/1538/ WARNING 2025-09-05 00:55:38,305 basehttp 15682 13438578688 "POST /en/appointments/check-in/1538/ HTTP/1.1" 403 2491 INFO 2025-09-05 00:55:50,838 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:56:20,826 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:56:20,848 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:56:50,846 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:57:08,314 basehttp 15682 13455405056 "GET /en/appointments/ HTTP/1.1" 200 45477 WARNING 2025-09-05 00:57:08,335 log 15682 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-05 00:57:08,335 basehttp 15682 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-05 00:57:08,394 basehttp 15682 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:57:08,408 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-05 00:57:10,272 log 15682 13438578688 Forbidden (CSRF token missing.): /en/appointments/check-in/1538/ WARNING 2025-09-05 00:57:10,273 basehttp 15682 13438578688 "POST /en/appointments/check-in/1538/ HTTP/1.1" 403 2491 INFO 2025-09-05 00:57:38,422 basehttp 15682 13438578688 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-05 00:58:08,410 basehttp 15682 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-05 00:58:08,430 basehttp 15682 13455405056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-06 00:15:57,362 autoreload 33886 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 00:16:00,175 basehttp 33886 6203437056 "GET /en/appointments/ HTTP/1.1" 200 45606 INFO 2025-09-06 00:16:00,406 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:16:00,423 basehttp 33886 6220263424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-06 00:16:11,995 basehttp 33886 6220263424 "GET /en/appointments/detail/1583/ HTTP/1.1" 200 22825 INFO 2025-09-06 00:16:12,077 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:17:12,100 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:17:14,924 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:17:14,947 basehttp 33886 6220263424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-06 00:17:18,067 log 33886 6220263424 Forbidden (CSRF token missing.): /en/appointments/check-in/1606/ WARNING 2025-09-06 00:17:18,067 basehttp 33886 6220263424 "POST /en/appointments/check-in/1606/ HTTP/1.1" 403 2491 INFO 2025-09-06 00:18:01,941 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:18:31,961 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:18:31,963 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:18:31,966 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:19:01,947 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:19:40,432 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:19:40,437 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:19:40,438 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:20:11,416 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:21:24,090 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:21:24,090 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:21:25,077 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:22:03,096 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:22:25,106 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:22:25,107 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:23:03,095 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:23:26,103 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:23:26,105 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:24:03,097 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:28:37,258 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:28:37,262 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:29:13,245 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:30:13,266 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:30:13,271 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:30:13,272 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:31:13,255 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:31:13,256 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:31:13,258 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:36:37,610 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:36:37,611 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:36:37,611 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:39:06,917 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:43:03,482 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:43:03,482 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:43:03,483 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:51:20,883 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:51:20,885 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:51:20,885 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:52:20,861 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:52:20,864 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:53:20,851 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:53:20,853 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:54:20,875 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:54:20,875 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:54:20,876 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:55:20,864 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:55:20,864 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:55:20,866 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:56:20,832 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:57:20,866 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:57:20,869 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:57:20,871 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:58:20,876 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 00:58:20,877 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 00:58:20,879 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 00:59:20,851 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:00:20,867 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:00:20,868 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:00:20,869 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:01:20,877 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:01:20,881 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:01:20,882 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:02:20,868 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:02:20,869 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:02:20,869 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:03:20,854 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:04:20,874 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:04:20,876 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:04:20,879 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:05:20,875 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:05:20,877 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:05:20,880 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:06:20,853 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:07:20,679 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:07:20,679 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:07:20,681 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:08:20,664 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:08:20,667 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:08:20,668 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:09:20,683 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:09:20,684 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:09:20,687 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:10:20,651 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:11:20,677 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:11:20,677 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:11:20,679 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:12:20,667 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:12:20,669 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:13:20,670 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:13:20,671 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:13:20,674 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:14:20,648 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:15:20,648 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:15:20,652 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:15:20,654 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:16:20,668 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:16:20,668 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:16:20,671 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:17:20,633 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:18:20,656 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:18:20,657 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:18:20,660 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:19:20,662 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:19:20,665 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:19:20,666 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:20:20,641 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:21:20,653 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:21:20,653 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:21:20,656 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:22:20,646 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:22:20,649 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:22:20,650 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:23:20,589 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:23:20,594 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:24:20,593 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:24:20,595 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:25:20,606 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:25:20,607 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:25:20,608 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:26:20,589 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:26:20,591 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:27:20,586 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:27:20,589 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:28:20,599 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:28:20,600 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:28:20,602 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:29:20,565 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:29:20,565 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:30:20,571 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:30:20,575 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:31:20,584 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:31:20,588 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:31:20,590 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:32:20,611 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:32:20,612 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:32:20,614 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:33:20,566 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:34:20,597 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:34:20,597 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:34:20,598 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:35:20,562 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:36:20,562 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:36:20,562 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:36:20,565 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:37:20,574 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:37:20,576 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:37:20,578 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:38:20,532 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:39:20,568 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:39:20,568 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:39:20,571 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:40:20,541 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:40:20,543 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:41:20,542 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:41:20,546 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:42:20,555 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:42:20,556 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:42:20,559 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:43:20,505 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:44:20,546 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:44:20,546 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:44:20,548 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:45:20,541 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:45:20,542 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:45:20,544 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:46:20,517 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:47:20,542 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:47:20,542 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:47:20,545 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:48:20,540 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:48:20,542 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:48:20,545 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:49:20,503 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:50:20,536 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:50:20,538 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:50:20,540 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:51:20,534 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:51:20,534 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:51:20,536 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:52:20,508 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:54:06,987 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:54:06,988 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:54:06,988 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 01:59:15,778 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 01:59:15,779 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 01:59:15,781 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:00:43,279 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:00:43,281 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:00:43,281 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:08:05,910 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:09:21,762 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:09:21,763 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:09:21,766 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:17:02,864 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:17:02,867 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:20:51,787 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:20:51,788 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:23:26,125 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:23:26,125 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:23:26,128 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:25:29,508 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:35:33,631 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:35:33,632 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:35:33,635 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:36:33,633 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:36:33,633 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:36:33,635 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:37:33,605 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:38:33,628 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:38:33,629 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:38:33,632 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:39:33,609 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:39:33,613 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:40:33,615 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:40:33,618 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:41:33,616 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:41:33,617 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:42:33,632 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:42:33,632 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:42:33,634 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:43:33,633 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:43:33,633 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:43:33,634 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:44:33,606 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:45:33,634 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:45:33,635 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:45:33,638 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:46:33,615 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:46:33,616 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:47:33,618 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:47:33,620 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:48:33,610 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:48:33,614 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:49:33,604 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:49:33,608 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:49:33,608 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:50:33,614 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:50:33,617 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:51:33,714 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:51:33,719 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:52:33,704 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:52:33,704 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:52:33,706 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:53:33,719 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:53:33,721 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:54:33,710 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:54:33,712 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:55:33,737 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:55:33,739 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:55:33,741 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:56:33,733 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:56:33,734 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:56:33,737 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:57:33,692 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:58:33,734 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:58:33,736 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:58:33,738 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 02:59:33,736 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 02:59:33,736 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 02:59:33,739 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:00:33,736 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:00:33,736 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:00:33,740 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:01:33,716 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:02:33,714 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:02:33,715 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:02:33,717 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:03:33,740 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:03:33,740 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:03:33,741 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:04:33,738 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:04:33,738 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:04:33,740 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:05:33,710 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:06:33,820 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:06:33,820 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:06:33,823 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:07:33,804 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:07:33,805 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:08:33,808 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:08:33,809 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:09:33,822 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:09:33,823 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:09:33,826 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:10:33,812 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:10:33,812 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:11:33,811 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:11:33,814 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:12:33,826 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:12:33,829 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:12:33,832 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:13:33,813 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:13:33,816 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:14:33,813 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:14:33,817 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:15:33,838 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:15:33,839 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:15:33,843 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:16:33,819 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:16:33,820 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:17:33,832 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:17:33,834 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:17:33,836 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:18:33,834 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:18:33,835 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:18:33,837 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:19:33,812 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:20:33,834 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:20:33,836 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:20:33,838 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:21:33,839 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:21:33,841 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:21:33,842 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:22:33,693 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:23:33,720 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:23:33,720 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:23:33,723 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:24:33,677 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:25:33,719 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:25:33,720 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:25:33,723 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:26:33,722 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:26:33,723 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:26:33,726 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:27:33,707 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:27:33,709 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:28:33,690 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:28:33,693 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:29:33,719 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:29:33,721 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:29:33,723 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:30:33,705 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:30:33,707 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:31:33,707 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:31:33,708 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:31:33,710 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:32:33,710 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:32:33,712 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:33:33,708 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:33:33,712 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:34:33,719 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:34:33,720 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:34:33,723 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:35:33,706 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:35:33,709 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:36:33,720 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:36:33,723 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:36:33,725 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:47:29,884 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 03:47:29,888 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 03:52:53,085 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 03:52:53,087 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:02:48,659 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:02:48,661 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:02:48,663 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:03:48,687 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:03:48,688 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:03:48,688 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:04:48,633 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:05:48,653 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:05:48,656 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:05:48,659 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:06:48,630 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:06:48,635 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:07:48,636 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:07:48,640 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:08:48,630 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:08:48,634 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:09:48,654 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:09:48,656 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:09:48,657 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:10:48,628 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:10:48,628 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:11:48,658 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:11:48,659 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:11:48,661 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:12:48,646 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:12:48,648 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:13:48,661 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:13:48,663 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:13:48,665 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:14:48,632 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:15:48,654 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:15:48,655 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:15:48,658 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:16:48,646 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:16:48,647 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:16:48,649 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:17:48,538 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:18:48,557 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:18:48,558 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:18:48,561 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:19:48,516 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:20:48,552 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:20:48,554 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:20:48,556 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:21:48,545 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:21:48,546 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:21:48,548 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:22:48,521 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:22:48,522 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:23:48,539 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:23:48,542 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:24:48,551 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:24:48,552 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:24:48,554 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:25:48,523 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:26:48,524 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:26:48,524 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:26:48,526 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:27:48,537 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:27:48,538 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:27:48,538 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:28:48,563 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:28:48,563 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:28:48,567 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:29:48,511 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:30:48,523 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:30:48,523 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:30:48,524 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:31:48,531 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:31:48,533 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:32:48,457 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:32:48,462 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:33:48,483 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:33:48,484 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:33:48,487 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:34:48,469 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:34:48,471 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:35:48,459 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:35:48,461 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:36:48,448 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:36:48,454 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:36:48,466 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:37:48,466 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:37:48,468 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:38:48,450 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:38:48,456 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:39:48,471 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:39:48,476 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:39:48,476 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:40:48,450 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:40:48,453 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:41:48,450 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:41:48,456 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:42:48,834 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:42:48,854 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:43:48,455 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:43:48,458 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:44:48,463 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:44:48,467 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:44:48,468 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:45:48,458 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:45:48,459 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:46:48,450 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:46:48,453 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:47:48,466 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:47:48,466 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:47:48,467 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:48:48,446 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:48:48,448 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:49:48,437 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:49:48,443 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:50:48,447 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:50:48,453 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:50:48,455 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:51:48,443 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:51:48,445 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:52:48,436 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:52:48,437 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:53:48,430 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:53:48,431 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:53:48,433 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:54:48,430 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:54:48,433 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:55:48,440 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:55:48,443 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:55:48,444 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:56:48,440 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:56:48,442 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:57:48,428 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:57:48,430 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:58:48,447 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:58:48,447 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 04:58:48,449 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 04:59:48,431 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 04:59:48,434 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:00:48,427 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:00:48,427 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:00:48,428 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:01:48,430 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:01:48,432 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:03:27,502 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:03:27,505 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:07:50,490 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:07:50,493 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:07:50,494 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:10:42,129 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:10:42,130 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:10:42,131 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:11:42,101 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:12:42,125 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:12:42,126 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:12:42,127 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:13:42,125 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:13:42,125 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:13:42,126 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:14:42,098 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:15:42,123 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:15:42,124 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:15:42,125 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:16:42,107 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:16:42,109 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:17:42,106 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:17:42,108 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:18:42,112 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:18:42,116 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:18:42,117 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:19:42,092 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:19:42,093 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:20:42,092 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:20:42,095 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:21:42,101 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:21:42,103 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:21:42,105 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:22:42,086 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:22:42,088 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:23:42,101 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:23:42,101 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:23:42,103 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:24:42,084 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:24:42,086 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:25:42,058 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:25:42,059 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:26:42,070 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:26:42,084 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:26:42,085 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:27:42,079 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:27:42,080 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:28:42,066 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:28:42,068 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:29:42,121 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:29:42,121 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:29:42,123 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:30:42,073 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:30:42,075 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:31:42,072 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:31:42,074 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:32:42,081 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:32:42,083 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:32:42,085 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:33:42,180 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:33:42,181 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:34:42,211 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:34:42,211 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:34:42,212 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:35:42,192 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:35:42,194 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:36:42,191 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:36:42,195 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:37:42,210 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:37:42,210 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:37:42,212 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:38:42,193 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:38:42,197 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:39:42,198 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:39:42,201 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:40:42,208 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:40:42,210 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:40:42,212 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:41:42,204 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:41:42,206 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:41:42,207 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:42:42,178 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:43:42,200 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:43:42,201 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:43:42,204 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:44:42,190 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:44:42,191 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:45:42,191 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:45:42,193 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:46:42,203 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:46:42,204 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:46:42,207 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:47:42,186 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:47:42,189 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:48:42,176 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:48:42,180 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:49:42,210 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:49:42,212 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:49:42,214 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:50:42,193 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:50:42,196 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:51:42,205 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:51:42,207 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:51:42,208 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:52:42,202 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:52:42,205 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:52:42,206 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:53:42,179 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:54:42,201 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:54:42,204 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:54:42,206 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:55:42,188 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:55:42,192 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:56:42,190 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:56:42,192 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:57:42,202 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:57:42,202 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:57:42,205 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:58:42,185 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 05:58:42,188 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 05:59:42,187 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 05:59:42,189 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:00:42,204 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:00:42,204 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:00:42,207 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:01:42,186 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:01:42,189 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:02:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:02:42,202 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:02:42,204 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:03:42,186 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:03:42,187 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:04:42,199 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:04:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:04:42,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:05:42,201 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:05:42,204 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:06:42,204 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:06:42,206 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:07:42,202 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:07:42,205 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:07:42,206 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:08:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:08:42,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:09:42,202 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:09:42,203 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:10:42,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:10:42,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:11:42,211 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:11:42,213 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:11:42,215 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:13:44,095 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:13:44,098 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:18:25,581 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:18:25,584 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:18:25,586 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:20:50,524 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:20:50,528 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:23:26,561 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:23:26,562 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:27:02,651 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:27:02,652 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:27:02,655 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:28:02,625 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:29:02,650 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:29:02,653 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:29:02,654 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:30:02,633 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:30:02,635 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:30:02,637 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:31:02,641 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:31:02,644 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:32:02,635 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:32:02,637 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:33:02,635 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:33:02,637 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:34:02,649 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:34:02,651 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:35:02,629 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:35:02,631 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:36:02,645 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:36:02,650 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:36:02,651 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:37:02,629 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:37:02,633 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:38:02,632 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:38:02,636 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:39:02,643 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:39:02,643 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:39:02,646 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:40:02,643 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:40:02,644 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:40:02,647 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:41:02,622 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:42:02,647 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:42:02,648 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:42:02,651 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:43:02,641 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:43:02,643 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:43:02,644 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:44:02,604 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:45:02,617 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:45:02,619 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:45:02,620 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:46:02,640 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:46:02,640 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:46:02,642 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:47:02,602 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:48:02,629 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:48:02,630 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:48:02,632 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:49:02,614 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:49:02,617 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:49:02,619 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:50:02,602 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:51:02,627 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:51:02,628 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:51:02,630 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:52:02,622 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:52:02,623 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:52:02,623 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:53:02,638 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:53:02,640 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:53:02,642 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:54:02,613 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:55:02,631 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:55:02,632 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:55:02,635 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:56:02,610 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:56:02,611 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:56:02,613 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:57:02,607 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:57:02,608 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:58:02,608 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:58:02,613 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 06:59:02,892 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 06:59:02,897 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 06:59:02,898 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:00:02,878 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:00:02,882 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:01:02,900 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:01:02,901 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:01:02,903 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:02:02,891 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:02:02,894 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:03:02,895 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:03:02,899 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:04:02,908 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:04:02,909 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:04:02,911 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:05:02,896 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:05:02,900 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:06:02,900 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:06:02,903 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:06:02,904 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:07:02,883 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:07:02,884 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:08:02,902 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:08:02,903 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:08:02,907 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:09:02,888 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:09:02,892 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:10:02,902 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:10:02,905 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:11:02,888 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:11:02,915 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:11:02,917 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:12:02,893 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:12:02,897 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:13:02,914 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:13:02,915 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:14:02,980 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:14:02,984 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:15:02,994 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:15:02,997 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:15:02,998 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:16:02,986 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:16:02,988 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:17:02,974 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:17:02,979 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:18:02,959 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:18:02,982 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:18:02,983 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:19:02,986 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:19:02,989 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:20:02,981 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:20:02,985 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:21:03,003 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:21:03,007 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:21:03,007 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:22:02,985 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:22:02,988 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:23:03,012 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:23:03,015 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:23:03,017 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:24:03,020 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:24:03,022 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:24:03,024 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:25:02,984 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:26:03,003 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:26:03,005 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:26:03,007 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:27:03,005 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:27:03,010 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:27:03,011 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:28:02,994 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:31:05,750 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:31:05,751 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:31:05,754 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:32:05,749 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:32:05,751 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:32:05,752 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:33:05,711 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:34:05,754 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:34:05,755 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:34:05,758 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:35:05,757 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:35:05,757 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:35:05,759 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:36:05,717 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:37:05,760 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:37:05,760 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:37:05,761 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:38:05,748 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:38:05,748 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:38:05,749 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:39:05,748 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:39:05,751 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:40:05,751 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:40:05,753 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:41:05,724 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:41:05,727 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:42:05,769 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:42:05,770 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:42:05,772 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:43:05,763 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:43:05,765 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:44:05,772 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:44:05,773 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:44:05,774 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:45:05,758 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:45:05,761 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:46:05,698 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:46:05,699 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:47:05,740 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:47:05,740 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:47:05,743 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:48:05,728 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:48:05,731 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:49:05,732 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:49:05,733 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:50:05,743 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:50:05,745 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:50:05,747 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:51:05,744 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:51:05,745 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:51:05,747 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:52:05,724 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:53:05,747 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:53:05,749 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:53:05,750 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:54:05,721 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:54:05,724 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:55:05,735 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:55:05,738 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:56:05,752 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:56:05,752 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:56:05,754 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:57:05,729 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:57:05,732 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:58:05,754 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 07:58:05,754 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 07:58:05,757 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 07:59:05,731 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:00:05,752 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:00:05,756 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:00:05,758 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:01:05,733 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:01:05,735 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:01:05,736 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:02:05,729 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:02:05,731 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:02:05,732 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:03:05,703 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:04:05,729 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:04:05,729 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:04:05,732 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:05:05,735 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:05:05,735 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:05:05,739 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:06:05,709 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:07:05,732 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:07:05,733 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:07:05,734 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:08:05,692 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:08:05,694 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:09:05,716 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:09:05,719 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:10:05,734 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:10:05,735 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:10:05,736 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:11:05,719 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:11:05,721 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:12:05,721 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:12:05,723 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:13:05,735 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:13:05,737 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:13:05,738 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:14:05,737 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:14:05,737 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:14:05,740 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:15:05,724 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:15:05,726 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:16:05,540 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:16:05,544 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:17:05,549 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:17:05,551 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:17:05,552 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:18:05,540 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:18:05,542 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:18:05,544 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:19:05,518 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:20:05,543 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:20:05,543 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:20:05,544 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:21:05,526 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:21:05,528 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:22:05,539 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:22:05,539 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:22:05,541 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:23:05,500 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:23:05,502 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:24:05,530 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:24:05,530 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:24:05,534 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:25:05,514 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:25:05,517 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:26:05,519 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:26:05,521 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:27:05,527 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:27:05,527 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:27:05,529 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:28:05,509 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:28:05,511 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:29:05,522 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:29:05,523 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:29:05,525 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:30:05,504 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:30:05,508 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:34:14,652 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:34:14,654 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:35:37,696 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:35:37,699 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:35:37,700 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:39:59,768 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:39:59,770 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:39:59,771 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:47:11,056 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:48:11,047 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:48:11,048 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:48:11,049 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:49:11,083 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:49:11,084 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:49:11,086 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:50:11,222 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:50:11,223 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:50:11,225 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:51:11,184 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:52:11,213 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:52:11,215 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:52:11,216 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:53:11,205 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:53:11,209 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:54:11,215 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:54:11,217 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:55:11,223 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:55:11,228 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:55:11,229 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:56:11,214 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:56:11,218 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:57:11,218 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:57:11,220 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:58:11,220 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:58:11,221 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:58:11,225 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 08:59:11,236 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 08:59:11,236 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 08:59:11,239 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:00:11,231 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:00:11,232 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:00:11,235 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:01:11,204 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:02:11,217 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:02:11,218 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:02:11,220 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:03:11,242 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:03:11,244 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:03:11,246 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:04:11,220 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:05:11,198 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:05:11,198 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:05:11,200 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:06:11,204 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:06:11,204 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:06:11,206 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:07:11,191 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:07:11,194 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:08:11,183 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:08:11,186 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:09:11,199 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:09:11,199 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:09:11,203 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:10:11,201 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:10:11,202 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:10:11,203 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:11:11,190 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:12:11,193 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:12:11,197 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:12:11,200 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:13:11,209 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:13:11,211 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:13:11,212 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:14:11,197 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:14:11,200 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:15:11,175 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:15:11,178 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:16:11,212 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:16:11,212 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:16:11,215 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:17:11,197 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:17:11,200 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:17:11,202 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:18:11,175 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:19:11,214 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:19:11,215 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:19:11,218 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:20:11,140 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:20:11,143 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:21:11,140 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:21:11,142 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:22:11,130 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:22:11,133 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:23:11,158 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:23:11,158 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:23:11,159 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:24:11,147 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:24:11,148 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:24:11,148 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:25:11,118 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:26:11,156 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:26:11,157 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:26:11,159 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:27:11,140 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:27:11,141 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:27:11,144 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:28:11,153 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:28:11,154 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:28:11,156 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:29:11,118 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:30:11,153 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:30:11,153 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:30:11,156 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:31:11,141 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:31:11,144 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:31:11,145 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:32:11,143 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:32:11,145 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:33:11,180 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:33:11,182 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:33:11,183 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:34:11,129 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:35:11,128 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:35:11,128 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:35:11,129 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:36:11,127 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:36:11,128 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:36:11,129 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:37:11,116 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:37:11,117 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:37:11,120 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:38:11,103 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:39:11,124 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:39:11,126 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:39:11,127 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:40:11,115 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:40:11,118 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:40:11,120 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:41:11,110 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:41:11,114 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:41:11,116 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:42:11,103 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:43:11,112 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:43:11,116 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:43:11,119 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:44:11,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:44:11,118 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:44:11,120 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:45:11,114 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:45:11,115 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:45:11,115 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:46:11,087 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:47:11,113 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:47:11,114 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:47:11,116 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:48:11,120 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:48:11,123 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:48:11,124 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:49:11,121 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:49:11,121 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:49:11,124 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:51:22,155 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:52:22,171 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:52:22,175 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:52:22,178 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:53:22,177 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:53:22,178 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:53:22,180 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:54:22,150 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:55:22,152 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:55:22,153 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:55:22,156 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:56:22,143 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:57:22,165 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:57:22,167 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:57:22,169 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:58:22,160 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 09:58:22,163 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 09:58:22,165 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 09:59:22,138 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:00:22,159 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:00:22,160 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:00:22,163 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:01:22,134 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:02:22,157 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:02:22,158 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:02:22,160 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:03:22,139 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:03:22,142 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:04:22,146 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:04:22,148 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:05:22,151 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:05:22,152 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:05:22,154 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:06:22,135 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:06:22,139 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:07:22,151 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:07:22,151 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:07:22,153 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:08:22,102 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:09:22,150 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:09:22,150 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:09:22,151 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:10:22,132 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:10:22,134 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:11:22,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:11:22,121 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:12:22,142 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:12:22,143 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:12:22,145 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:13:22,128 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:13:22,131 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:14:22,133 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:14:22,136 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:14:22,137 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:15:22,122 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:15:22,126 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:16:22,118 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:16:22,119 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:17:22,130 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:17:22,132 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:17:22,134 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:18:22,130 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:18:22,132 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:18:22,133 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:19:22,120 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:19:22,123 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:19:22,125 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:20:22,101 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:21:22,125 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:21:22,127 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:21:22,129 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:22:22,096 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:23:22,122 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:23:22,124 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:23:22,126 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:24:22,090 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:24:22,091 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:25:22,090 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:25:22,094 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:26:22,123 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:26:22,123 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:26:22,127 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:27:22,104 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:27:22,106 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:28:22,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:28:22,118 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:28:22,120 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:29:22,116 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:29:22,116 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:29:22,118 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:30:22,110 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:30:22,111 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:30:22,112 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:31:22,085 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:32:22,110 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:32:22,111 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:32:22,113 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:33:22,105 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:33:22,106 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:33:22,109 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:34:22,076 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:35:22,105 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:35:22,105 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:35:22,107 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:36:22,100 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:36:22,102 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:36:22,104 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:37:22,083 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:38:22,093 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:38:22,096 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:38:22,097 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:39:22,079 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:39:22,079 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:39:22,082 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:40:22,081 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:40:22,083 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:41:22,076 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:41:22,080 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:42:22,093 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:42:22,094 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:42:22,096 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:43:22,089 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:43:22,089 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:43:22,091 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:44:22,072 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:44:22,072 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:45:22,073 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:45:22,074 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:46:22,081 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:46:22,082 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:46:22,085 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:47:22,058 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:47:22,062 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:48:22,065 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:48:22,069 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:49:22,076 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:49:22,077 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:49:22,078 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:50:22,059 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:50:22,061 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:51:22,072 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:51:22,074 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 10:51:22,076 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 10:58:38,289 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 10:58:38,292 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:02:14,039 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:02:14,040 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:05:29,152 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:05:29,157 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:05:29,159 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:10:12,811 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:10:12,814 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:11:16,139 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:11:16,142 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:12:16,142 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:12:16,146 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:12:16,147 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:13:16,142 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:13:16,144 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:14:16,124 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:14:16,128 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:15:16,138 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:15:16,138 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:15:16,139 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:16:16,120 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:16:16,124 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:16:16,134 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:17:16,148 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:17:16,149 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:17:16,150 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:18:16,109 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:19:16,136 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:19:16,140 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:19:16,141 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:20:16,148 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:20:16,148 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:20:16,153 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:21:16,108 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:22:16,142 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:22:16,143 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:22:16,146 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:23:16,129 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:23:16,131 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:24:16,117 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:24:16,120 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:25:16,135 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:25:16,137 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:25:16,139 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:26:16,117 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:26:16,122 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:27:16,110 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:27:16,111 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:27:16,112 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:28:16,132 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:28:16,136 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:28:16,136 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:29:16,120 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:30:15,966 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:30:15,968 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:30:15,970 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:31:15,967 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:31:15,968 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:31:15,970 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:32:15,936 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:33:15,947 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:33:15,951 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:33:15,953 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:34:15,962 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:34:15,962 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:34:15,964 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:35:15,934 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:36:15,947 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:36:15,950 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:36:15,951 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:37:15,962 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:37:15,963 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:37:15,965 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:38:15,916 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:39:15,965 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:39:15,967 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:39:15,969 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:40:15,931 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:41:15,939 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:41:15,941 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:41:15,943 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:42:15,940 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:42:15,940 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:42:15,942 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:43:15,936 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:43:15,936 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:43:15,939 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:44:15,909 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:45:15,881 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:45:15,883 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:45:15,884 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:46:15,879 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:46:15,879 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:46:15,883 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:47:15,866 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:47:15,867 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:47:15,868 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:48:15,839 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:49:15,865 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:49:15,866 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:49:15,868 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:50:15,866 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:50:15,866 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:50:15,868 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:51:15,861 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:51:15,861 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:51:15,862 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:52:15,831 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:53:15,859 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:53:15,863 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:53:15,864 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:54:15,842 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:54:15,843 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:54:15,845 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:55:15,838 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:56:15,860 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:56:15,863 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:56:15,865 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:57:15,864 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:57:15,865 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:57:15,867 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:58:15,835 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 11:59:15,845 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 11:59:15,846 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 11:59:15,848 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:00:15,847 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:00:15,847 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:00:15,848 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:01:15,971 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:02:16,003 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:02:16,004 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:02:16,006 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:03:16,009 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:03:16,011 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:03:16,014 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:04:15,987 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:05:16,014 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:05:16,014 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:05:16,018 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:06:15,999 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:07:16,010 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:07:16,011 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:07:16,013 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:08:15,989 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:08:15,993 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:09:15,984 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:09:15,989 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:10:16,007 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:10:16,008 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:10:16,011 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:11:15,970 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:11:15,972 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:12:15,992 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:12:15,996 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:13:16,007 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:13:16,009 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:13:16,011 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:14:15,988 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:14:15,989 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:15:16,004 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:15:16,006 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:15:16,007 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:16:16,017 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:16:16,019 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:16:16,020 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:17:15,986 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:18:16,012 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:18:16,012 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:18:16,015 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:19:16,007 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:19:16,010 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:19:16,012 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:20:15,984 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:21:16,010 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:21:16,011 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:21:16,013 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:22:16,005 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:22:16,008 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:22:16,010 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:23:15,993 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:23:15,997 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:24:15,997 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:24:16,001 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:25:16,008 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:25:16,009 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:25:16,010 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:26:15,989 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:26:15,990 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:26:15,993 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:27:15,983 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:28:16,008 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:28:16,010 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:28:16,011 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:29:15,976 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:29:15,977 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:30:15,992 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:30:15,994 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:31:16,008 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:31:16,009 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:31:16,010 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:32:16,086 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:32:16,087 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:33:16,085 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:33:16,086 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:34:16,107 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:34:16,107 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:34:16,109 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:35:16,076 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:36:16,100 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:36:16,100 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:36:16,103 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:37:16,084 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:37:16,087 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:38:16,085 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:38:16,089 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:39:16,101 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:39:16,101 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:39:16,102 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:40:16,088 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:40:16,091 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:41:16,091 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:41:16,093 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:42:16,103 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:42:16,104 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:42:16,105 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:43:16,086 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:43:16,089 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:44:16,082 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:44:16,084 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:45:16,100 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:45:16,101 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:45:16,103 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:46:16,090 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:46:16,092 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:47:16,187 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:47:16,188 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:47:16,189 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:48:16,172 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:48:16,174 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:49:16,153 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:49:16,156 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:50:16,189 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:50:16,190 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:50:16,192 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:51:16,188 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:51:16,191 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:51:16,192 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:52:16,146 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:53:16,195 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:53:16,196 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:53:16,197 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:54:16,189 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:54:16,192 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:54:16,194 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:55:16,172 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:56:16,194 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:56:16,195 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:56:16,198 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:57:16,188 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:57:16,188 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:57:16,189 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:58:16,174 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 12:59:16,197 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 12:59:16,200 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 12:59:16,201 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:00:16,185 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:00:16,185 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:00:16,187 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:01:16,176 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:02:16,167 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:02:16,167 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:02:16,169 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:03:16,187 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:03:16,189 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:04:16,211 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:04:16,212 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:04:16,215 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:05:16,194 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:05:16,196 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:06:16,205 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:06:16,208 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:06:16,210 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:07:16,177 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:07:16,180 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:08:16,195 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:08:16,198 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:09:16,210 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:09:16,211 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:09:16,213 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:10:16,187 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:10:16,189 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:11:16,200 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:11:16,203 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:12:16,216 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:12:16,216 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:12:16,219 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:13:16,202 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:13:16,204 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:14:16,207 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:14:16,209 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:15:16,205 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:15:16,208 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:16:16,217 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:16:16,218 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:16:16,221 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:17:16,204 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:17:16,208 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:18:16,246 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:18:16,249 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:18:16,250 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:19:16,255 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:19:16,256 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:20:16,269 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:20:16,269 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:20:16,272 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:21:16,256 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:21:16,260 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:22:16,260 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:22:16,262 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:23:16,273 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:23:16,276 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:23:16,278 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:24:16,268 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:24:16,270 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:25:16,263 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:25:16,266 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:26:16,281 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:26:16,282 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:26:16,283 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:27:16,281 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:27:16,282 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:27:16,284 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:29:19,117 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:29:19,118 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:36:25,506 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:36:25,507 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:37:25,512 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:37:25,517 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:37:25,518 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:40:45,081 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:40:45,083 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:45:58,640 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:45:58,643 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:49:03,733 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:49:03,735 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:49:03,737 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:50:03,678 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:50:03,680 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:51:03,690 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:51:03,692 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:51:03,693 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:52:03,675 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:52:03,676 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:53:03,670 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:53:03,672 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:54:03,690 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:54:03,691 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:54:03,694 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:55:03,678 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:55:03,681 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:56:03,670 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:56:03,674 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:57:03,693 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 13:57:03,695 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:57:03,696 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 13:58:03,679 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 13:58:03,680 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:02:12,670 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:02:12,672 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:04:07,768 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:04:07,768 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:04:07,769 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:05:07,758 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:05:07,763 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:06:07,777 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:06:07,779 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:06:07,782 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:07:07,772 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:07:07,774 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:07:07,776 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:08:07,744 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:09:07,782 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:09:07,782 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:09:07,784 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:10:07,778 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:10:07,778 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:10:07,782 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:11:07,765 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:11:07,767 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:12:07,762 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:12:07,764 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:13:07,769 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:13:07,773 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:13:07,775 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:14:07,779 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:14:07,781 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:14:07,783 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:15:07,745 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:16:07,771 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:16:07,772 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:16:07,774 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:17:07,846 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:17:07,851 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:17:07,852 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:18:07,816 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:19:07,818 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:19:07,822 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:19:07,823 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:20:07,838 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:20:07,840 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:20:07,842 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:21:07,830 basehttp 33886 6220263424 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:21:07,831 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:21:07,832 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:22:07,808 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:23:07,836 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:23:07,836 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:23:07,837 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:24:07,847 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:24:07,849 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:24:07,850 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:25:07,817 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:26:07,833 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:26:07,834 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:26:07,835 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:27:07,832 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:27:07,833 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:27:07,836 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:28:07,843 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:28:07,844 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:28:07,847 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:29:07,831 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:29:07,832 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:29:07,835 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:30:07,821 basehttp 33886 6203437056 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:31:07,834 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:31:07,836 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:31:07,838 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:32:07,837 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:32:07,844 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:32:07,845 basehttp 33886 6237089792 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:33:07,852 basehttp 33886 6237089792 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:33:58,752 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:33:58,753 basehttp 33886 6203437056 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 14:33:58,755 basehttp 33886 6220263424 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 14:34:15,139 basehttp 33886 6220263424 "GET /en/inventory/ HTTP/1.1" 200 54797 INFO 2025-09-06 14:34:15,152 basehttp 33886 6220263424 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-06 14:34:15,203 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:34:38,000 basehttp 33886 6220263424 "GET /en/inventory/items/ HTTP/1.1" 200 73396 INFO 2025-09-06 14:34:38,009 basehttp 33886 6203437056 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-06 14:34:38,009 basehttp 33886 6220263424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 14:34:38,010 basehttp 33886 6253916160 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-06 14:34:38,010 basehttp 33886 6237089792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 14:34:38,046 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:34:58,986 basehttp 33886 6237089792 "GET /en/inventory/stock/?item=2 HTTP/1.1" 200 134411 INFO 2025-09-06 14:34:59,001 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 14:34:59,004 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 14:34:59,005 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 14:34:59,005 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 14:34:59,006 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 14:34:59,006 basehttp 33886 6237089792 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 INFO 2025-09-06 14:34:59,006 basehttp 33886 6220263424 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 14:34:59,041 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:35:14,797 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:35:14,842 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:36:19,758 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:36:20,757 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:36:20,854 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:38:00,554 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:38:00,564 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:38:00,774 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:46:25,170 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:46:25,184 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:46:25,323 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:47:26,166 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:47:26,178 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:47:26,252 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:48:27,151 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:48:27,161 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:48:27,268 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:49:56,856 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 14:49:56,868 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 14:49:56,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:00:49,031 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:00:49,045 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:00:49,143 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:05:53,451 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:05:53,463 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:05:53,552 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:12:27,937 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:12:27,952 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:12:28,016 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:13:28,948 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:13:28,960 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:13:29,067 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:14:29,957 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:14:29,970 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:14:30,075 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:15:30,930 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:15:30,940 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:15:31,070 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:16:31,940 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:16:31,953 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:16:32,018 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:17:32,941 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:17:32,952 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:17:33,015 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:18:33,943 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:18:33,955 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:18:34,019 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:19:34,947 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:19:34,960 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:19:35,051 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:20:35,963 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:20:35,978 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:20:36,083 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:21:36,962 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:21:36,975 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:21:37,040 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:22:37,969 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:22:37,981 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:22:38,046 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:23:38,972 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:23:38,984 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:23:39,064 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:24:39,965 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:24:39,978 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:24:40,046 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:25:40,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:25:40,982 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:25:41,092 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:26:41,972 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:26:41,985 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:26:42,067 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:27:42,970 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:27:42,983 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:27:43,077 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:28:43,984 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:28:43,995 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:28:44,096 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:29:44,978 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:29:44,989 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:29:45,092 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:30:46,014 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:30:46,026 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:30:46,090 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:31:46,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:31:46,982 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:31:47,048 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:32:47,982 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:32:47,989 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:32:48,144 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:33:48,983 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:33:48,993 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:33:49,101 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:34:49,981 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:34:49,995 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:34:50,102 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:35:50,974 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:35:50,988 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:35:51,048 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:36:51,965 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:36:51,975 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:36:52,007 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:37:52,975 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:37:52,988 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:37:53,088 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:38:53,979 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:38:53,992 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:38:54,055 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:39:54,979 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:39:54,990 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:39:55,057 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:40:55,989 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:40:56,000 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:40:56,106 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:41:56,991 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:41:57,003 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:41:57,121 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:42:58,005 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:42:58,013 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:42:58,137 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:43:59,000 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:43:59,009 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:43:59,077 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:44:59,984 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:44:59,994 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:45:00,090 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:46:01,003 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:46:01,013 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:46:01,163 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:47:01,995 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:47:02,005 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:47:02,106 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:48:02,985 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:48:02,998 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:48:03,062 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:49:03,999 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:49:04,010 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:49:04,073 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:50:04,986 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:50:05,001 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:50:05,068 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:51:05,860 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:51:05,874 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:51:05,951 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:52:06,873 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:52:06,885 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:52:07,004 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:53:07,885 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:53:07,893 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:53:08,003 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:54:08,855 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:54:08,867 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:54:08,959 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:55:09,870 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:55:09,882 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:55:09,993 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:56:10,869 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:56:10,879 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:56:10,977 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:57:11,870 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:57:11,882 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:57:11,986 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:58:12,860 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:58:12,874 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:58:12,939 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:59:13,869 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 15:59:13,879 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 15:59:13,940 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:00:14,868 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:00:14,879 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:00:14,983 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:01:15,869 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:01:15,880 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:01:15,982 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:02:16,863 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:02:16,875 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:02:16,996 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:03:17,881 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:03:17,890 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:03:17,985 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:04:18,864 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:04:18,875 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:04:18,947 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:05:19,850 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:05:19,862 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:05:19,969 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:06:20,865 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:06:20,878 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:06:21,012 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:07:21,713 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:07:21,727 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:07:21,821 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:08:22,706 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:08:22,720 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:08:22,858 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:09:23,713 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:09:23,725 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:09:23,825 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:10:24,704 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:10:24,715 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:10:24,817 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:11:25,705 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:11:25,718 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:11:25,788 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:12:26,704 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:12:26,715 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:12:26,834 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:13:27,717 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:13:27,727 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:13:27,851 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:14:28,749 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:14:28,759 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:14:28,856 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:15:29,736 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:15:29,753 basehttp 33886 6203437056 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:15:29,856 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:16:30,741 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:16:30,752 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:16:30,851 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:16:47,075 basehttp 33886 6220263424 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-06 16:16:47,119 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 48550 INFO 2025-09-06 16:16:47,146 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:17:47,167 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:18:13,285 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:18:13,299 basehttp 33886 6220263424 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 16:18:13,342 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:18:19,604 basehttp 33886 6220263424 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 29822 INFO 2025-09-06 16:18:19,643 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:19:19,661 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:20:13,056 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:20:13,056 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:20:19,672 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:21:03,834 basehttp 33886 6220263424 "GET /en/blood-bank/donors/ HTTP/1.1" 200 83869 WARNING 2025-09-06 16:21:03,852 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:21:03,853 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:21:03,940 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:21:20,680 basehttp 33886 6220263424 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 29485 WARNING 2025-09-06 16:21:20,702 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:21:20,702 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:21:20,776 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:22:20,777 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:23:20,798 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:24:20,794 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:25:20,789 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:26:00,682 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:00,684 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:00,685 basehttp 33886 6220263424 - Broken pipe from ('127.0.0.1', 50101) INFO 2025-09-06 16:26:00,686 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:26:00,695 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:00,695 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 16:26:03,258 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,260 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:03,261 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 16:26:03,272 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,273 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 16:26:03,964 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,964 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:03,965 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:26:03,975 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48550 WARNING 2025-09-06 16:26:03,985 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,985 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 16:26:03,990 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:03,990 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:04,060 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:26:05,149 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48550 WARNING 2025-09-06 16:26:05,171 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:05,171 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:05,259 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:26:53,284 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48574 WARNING 2025-09-06 16:26:53,303 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:26:53,303 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:26:53,400 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:27:14,968 basehttp 33886 6220263424 "GET /en/blood-bank/ HTTP/1.1" 200 48550 WARNING 2025-09-06 16:27:14,987 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:27:14,987 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:27:15,075 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:27:24,207 basehttp 33886 6220263424 "GET /en/admin/blood_bank/bloodtest/ HTTP/1.1" 200 143771 INFO 2025-09-06 16:27:24,215 basehttp 33886 6203437056 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-06 16:27:24,215 basehttp 33886 6253916160 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-06 16:27:24,215 basehttp 33886 6237089792 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-06 16:27:24,216 basehttp 33886 6220263424 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-06 16:27:24,217 basehttp 33886 6270742528 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-06 16:27:24,219 basehttp 33886 6203437056 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-06 16:27:24,219 basehttp 33886 6237089792 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-06 16:27:24,221 basehttp 33886 6270742528 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-06 16:27:24,221 basehttp 33886 6220263424 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-06 16:27:24,222 basehttp 33886 6270742528 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-06 16:27:24,222 basehttp 33886 6237089792 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-06 16:27:24,222 basehttp 33886 6203437056 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-06 16:27:24,226 basehttp 33886 6253916160 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-06 16:27:24,228 basehttp 33886 6270742528 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-06 16:27:24,232 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:24,234 basehttp 33886 6287568896 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-06 16:27:24,234 basehttp 33886 6220263424 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-06 16:27:24,236 basehttp 33886 6287568896 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-06 16:27:24,246 basehttp 33886 6220263424 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-06 16:27:24,247 basehttp 33886 6220263424 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-06 16:27:24,247 basehttp 33886 6287568896 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-06 16:27:24,248 basehttp 33886 6287568896 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-06 16:27:32,066 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:27:32,080 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:40,647 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:27:40,657 basehttp 33886 6287568896 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-06 16:27:40,660 basehttp 33886 6220263424 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-06 16:27:40,660 basehttp 33886 6253916160 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-06 16:27:40,662 basehttp 33886 6253916160 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-06 16:27:40,665 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:46,369 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75449 INFO 2025-09-06 16:27:46,386 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:27:49,365 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 73923 INFO 2025-09-06 16:27:49,376 basehttp 33886 6287568896 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-06 16:28:00,570 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75449 INFO 2025-09-06 16:28:00,584 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:02,232 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:03,592 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:28:04,303 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:28:04,317 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:15,719 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:28:17,426 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:17,442 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:19,832 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 73923 INFO 2025-09-06 16:28:22,865 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:31,932 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75449 INFO 2025-09-06 16:28:31,951 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:28:37,921 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:28:38,611 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:28:48,337 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113409 INFO 2025-09-06 16:28:48,353 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:12,716 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodcomponent/ HTTP/1.1" 200 79764 INFO 2025-09-06 16:29:12,725 basehttp 33886 6253916160 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-06 16:29:12,731 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:16,840 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:29:27,756 basehttp 33886 6287568896 "GET /en/admin/blood_bank/adversereaction/ HTTP/1.1" 200 76655 INFO 2025-09-06 16:29:27,774 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:32,755 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:29:32,771 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:29:46,169 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 75384 INFO 2025-09-06 16:29:57,017 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:30:00,741 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160500 INFO 2025-09-06 16:30:00,756 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:13,630 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/48/change/ HTTP/1.1" 200 172720 INFO 2025-09-06 16:30:13,648 basehttp 33886 6270742528 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-06 16:30:13,648 basehttp 33886 6253916160 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-06 16:30:13,649 basehttp 33886 6220263424 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-06 16:30:13,651 basehttp 33886 6220263424 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-06 16:30:13,651 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:13,652 basehttp 33886 6220263424 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-06 16:30:13,675 basehttp 33886 6220263424 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-06 16:30:13,676 basehttp 33886 6287568896 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-06 16:30:17,851 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:30:29,736 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/48/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:30:29,790 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160737 INFO 2025-09-06 16:30:29,800 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:33,124 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/33/change/ HTTP/1.1" 200 172757 INFO 2025-09-06 16:30:33,142 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:41,227 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/33/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:30:41,282 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160745 INFO 2025-09-06 16:30:41,293 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:43,975 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/15/change/ HTTP/1.1" 200 172750 INFO 2025-09-06 16:30:43,996 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:48,836 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/15/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:30:48,890 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160740 INFO 2025-09-06 16:30:48,902 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:54,097 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/74/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:30:54,120 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:30:59,993 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/74/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:00,049 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160733 INFO 2025-09-06 16:31:00,060 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:04,622 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/67/change/ HTTP/1.1" 200 172752 INFO 2025-09-06 16:31:04,640 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:08,958 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/67/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:09,039 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160732 INFO 2025-09-06 16:31:09,049 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:11,801 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/62/change/ HTTP/1.1" 200 172757 INFO 2025-09-06 16:31:11,821 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:15,814 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/62/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:15,870 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160728 INFO 2025-09-06 16:31:15,881 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:18,524 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/45/change/ HTTP/1.1" 200 172722 INFO 2025-09-06 16:31:18,544 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:18,829 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:31:24,017 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/45/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:24,074 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160714 INFO 2025-09-06 16:31:24,086 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:26,276 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/21/change/ HTTP/1.1" 200 172725 INFO 2025-09-06 16:31:26,298 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:31,397 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/21/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:31,454 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160713 INFO 2025-09-06 16:31:31,465 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:36,400 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/39/change/ HTTP/1.1" 200 172740 INFO 2025-09-06 16:31:36,420 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:41,267 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/39/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:41,323 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160713 INFO 2025-09-06 16:31:41,334 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:48,413 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/54/change/ HTTP/1.1" 200 172717 INFO 2025-09-06 16:31:48,433 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:52,377 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/54/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:31:52,434 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160701 INFO 2025-09-06 16:31:52,446 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:31:58,783 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/91/change/ HTTP/1.1" 200 172754 INFO 2025-09-06 16:31:58,799 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:04,728 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/91/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:04,784 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160709 INFO 2025-09-06 16:32:04,796 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:08,181 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/23/change/ HTTP/1.1" 200 172711 INFO 2025-09-06 16:32:08,202 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:12,024 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/23/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:12,085 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160693 INFO 2025-09-06 16:32:12,097 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:15,530 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/58/change/ HTTP/1.1" 200 172718 INFO 2025-09-06 16:32:15,552 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:15,855 basehttp 33886 6287568896 "GET /en/blood-bank/ HTTP/1.1" 200 47814 WARNING 2025-09-06 16:32:15,874 log 33886 6287568896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:32:15,875 basehttp 33886 6287568896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:32:15,960 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:32:19,648 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/58/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:19,705 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160690 INFO 2025-09-06 16:32:19,717 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:22,494 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/96/change/ HTTP/1.1" 200 172723 INFO 2025-09-06 16:32:22,512 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:26,546 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/96/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:26,600 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160686 INFO 2025-09-06 16:32:26,611 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:29,973 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/86/change/ HTTP/1.1" 200 172710 INFO 2025-09-06 16:32:29,997 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:33,900 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/86/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:33,982 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160679 INFO 2025-09-06 16:32:33,993 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:36,180 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/87/change/ HTTP/1.1" 200 172713 INFO 2025-09-06 16:32:36,197 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:39,882 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/87/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:39,941 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160676 INFO 2025-09-06 16:32:39,954 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:43,168 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/26/change/ HTTP/1.1" 200 172722 INFO 2025-09-06 16:32:43,189 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:46,552 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/26/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:46,608 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160674 INFO 2025-09-06 16:32:46,621 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:49,140 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/98/change/ HTTP/1.1" 200 172710 INFO 2025-09-06 16:32:49,163 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:53,149 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/98/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:32:53,199 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160667 INFO 2025-09-06 16:32:53,211 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:32:56,137 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/25/change/ HTTP/1.1" 200 172720 INFO 2025-09-06 16:32:56,157 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:01,230 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/25/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:01,287 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160666 INFO 2025-09-06 16:33:01,299 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:03,942 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/57/change/ HTTP/1.1" 200 172713 INFO 2025-09-06 16:33:03,963 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:08,275 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/57/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:08,331 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160659 INFO 2025-09-06 16:33:08,344 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:11,163 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/22/change/ HTTP/1.1" 200 172713 INFO 2025-09-06 16:33:11,180 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:14,830 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/22/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:14,887 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160657 INFO 2025-09-06 16:33:14,900 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:16,845 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:33:17,685 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/30/change/ HTTP/1.1" 200 172721 INFO 2025-09-06 16:33:17,707 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:21,550 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/30/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:21,610 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160654 INFO 2025-09-06 16:33:21,623 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:24,599 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/80/change/ HTTP/1.1" 200 172726 INFO 2025-09-06 16:33:24,620 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:28,034 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/80/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:28,090 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160651 INFO 2025-09-06 16:33:28,103 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:30,824 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/4/change/ HTTP/1.1" 200 172708 INFO 2025-09-06 16:33:30,845 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:33,801 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/4/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:33,856 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160644 INFO 2025-09-06 16:33:33,870 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:36,498 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/42/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:33:36,519 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:39,880 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/42/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:39,935 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160649 INFO 2025-09-06 16:33:39,947 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:44,513 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/56/change/ HTTP/1.1" 200 172723 INFO 2025-09-06 16:33:44,533 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:47,955 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/56/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:48,010 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160638 INFO 2025-09-06 16:33:48,024 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:50,984 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/97/change/ HTTP/1.1" 200 172734 INFO 2025-09-06 16:33:51,004 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:54,278 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/97/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:33:54,358 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160638 INFO 2025-09-06 16:33:54,371 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:33:57,585 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/60/change/ HTTP/1.1" 200 172749 INFO 2025-09-06 16:33:57,610 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:01,681 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/60/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:01,736 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160640 INFO 2025-09-06 16:34:01,749 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:06,763 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/69/change/ HTTP/1.1" 200 172736 INFO 2025-09-06 16:34:06,784 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:10,784 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/69/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:10,841 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160630 INFO 2025-09-06 16:34:10,853 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:14,826 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/29/change/ HTTP/1.1" 200 172711 INFO 2025-09-06 16:34:14,850 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:17,834 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:34:18,201 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/29/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:18,250 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160619 INFO 2025-09-06 16:34:18,262 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:22,214 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/92/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:34:22,236 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:26,719 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/92/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:26,774 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160625 INFO 2025-09-06 16:34:26,786 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:29,600 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/17/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:34:29,622 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:33,395 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/17/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:33,450 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160622 INFO 2025-09-06 16:34:33,461 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:38,655 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/24/change/ HTTP/1.1" 200 172739 INFO 2025-09-06 16:34:38,675 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:43,330 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/24/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:43,388 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160618 INFO 2025-09-06 16:34:43,399 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:47,699 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/76/change/ HTTP/1.1" 200 172745 INFO 2025-09-06 16:34:47,719 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:52,499 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/76/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:34:52,555 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160614 INFO 2025-09-06 16:34:52,567 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:34:58,709 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/40/change/ HTTP/1.1" 200 172724 INFO 2025-09-06 16:34:58,729 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:02,311 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/40/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:02,367 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160602 INFO 2025-09-06 16:35:02,379 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:05,611 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/32/change/ HTTP/1.1" 200 172723 INFO 2025-09-06 16:35:05,630 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:09,164 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/32/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:09,219 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160598 INFO 2025-09-06 16:35:09,231 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:14,493 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/65/change/ HTTP/1.1" 200 172704 INFO 2025-09-06 16:35:14,515 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:17,710 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/65/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:17,765 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160591 INFO 2025-09-06 16:35:17,777 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:18,844 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:35:21,803 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/50/change/ HTTP/1.1" 200 172720 INFO 2025-09-06 16:35:21,826 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:25,588 basehttp 33886 6287568896 "POST /en/admin/blood_bank/bloodunit/50/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:35:25,646 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160590 INFO 2025-09-06 16:35:25,659 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:27,046 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/?o=4.-5 HTTP/1.1" 200 164191 INFO 2025-09-06 16:35:27,070 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:28,691 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/?o=-4.-5 HTTP/1.1" 200 164348 INFO 2025-09-06 16:35:28,707 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:35,793 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodtest/ HTTP/1.1" 200 143659 INFO 2025-09-06 16:35:35,810 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:45,432 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/ HTTP/1.1" 200 160348 INFO 2025-09-06 16:35:45,446 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:50,869 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:35:50,885 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:54,925 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:35:54,939 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:35:57,220 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 74374 INFO 2025-09-06 16:36:02,219 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodunit/67/change/ HTTP/1.1" 200 172746 INFO 2025-09-06 16:36:02,235 basehttp 33886 6287568896 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:36:11,840 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/?_to_field=id&_popup=1 HTTP/1.1" 200 4618 INFO 2025-09-06 16:36:16,940 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/delete/ HTTP/1.1" 200 74374 INFO 2025-09-06 16:36:18,464 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:36:19,845 basehttp 33886 6287568896 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:36:19,851 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:36:39,295 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:36:39,315 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:36:41,159 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/delete/ HTTP/1.1" 200 74311 INFO 2025-09-06 16:36:45,733 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:36:48,582 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:36:49,762 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:36:49,786 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:36:51,392 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73784 INFO 2025-09-06 16:36:58,458 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/34/change/ HTTP/1.1" 200 128202 INFO 2025-09-06 16:36:58,479 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:08,588 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/34/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:08,633 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113681 INFO 2025-09-06 16:37:08,650 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:13,898 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/39/change/ HTTP/1.1" 200 128216 INFO 2025-09-06 16:37:13,919 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:16,829 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 16:37:16,846 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:37:16,846 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:37:17,020 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:37:18,814 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/39/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:18,859 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113683 INFO 2025-09-06 16:37:18,874 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:21,250 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/38/change/ HTTP/1.1" 200 128188 INFO 2025-09-06 16:37:21,272 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:25,406 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/38/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:25,452 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113682 INFO 2025-09-06 16:37:25,469 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:27,438 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/37/change/ HTTP/1.1" 200 128225 INFO 2025-09-06 16:37:27,457 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:31,018 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/37/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:31,061 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113686 INFO 2025-09-06 16:37:31,075 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:32,801 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/36/change/ HTTP/1.1" 200 128191 INFO 2025-09-06 16:37:32,818 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:36,388 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/36/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:36,433 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113685 INFO 2025-09-06 16:37:36,448 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:38,132 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/36/change/ HTTP/1.1" 200 128191 INFO 2025-09-06 16:37:39,284 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113409 INFO 2025-09-06 16:37:42,467 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81874 INFO 2025-09-06 16:37:42,483 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:46,876 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:37:46,892 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:48,568 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73352 INFO 2025-09-06 16:37:51,575 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/25/change/ HTTP/1.1" 200 128211 INFO 2025-09-06 16:37:51,593 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:55,384 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/25/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:37:55,428 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113692 INFO 2025-09-06 16:37:55,449 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:37:57,884 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/25/change/ HTTP/1.1" 200 128211 INFO 2025-09-06 16:37:57,962 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73199 INFO 2025-09-06 16:37:59,685 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/35/change/ HTTP/1.1" 200 128217 INFO 2025-09-06 16:37:59,703 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:03,377 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/35/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:03,421 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113686 INFO 2025-09-06 16:38:03,440 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:04,599 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/35/change/ HTTP/1.1" 200 128217 INFO 2025-09-06 16:38:04,662 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73052 INFO 2025-09-06 16:38:06,508 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/12/change/ HTTP/1.1" 200 95357 INFO 2025-09-06 16:38:06,524 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:11,584 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/12/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:11,616 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113275 INFO 2025-09-06 16:38:11,636 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:12,800 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/12/change/ HTTP/1.1" 200 95357 INFO 2025-09-06 16:38:12,930 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 72955 INFO 2025-09-06 16:38:16,127 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/21/change/ HTTP/1.1" 200 128196 INFO 2025-09-06 16:38:16,144 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:17,834 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:38:20,499 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/21/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:20,528 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113683 INFO 2025-09-06 16:38:20,542 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:22,046 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/21/change/ HTTP/1.1" 200 128196 INFO 2025-09-06 16:38:22,313 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:38:25,658 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/10/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:25,688 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81685 INFO 2025-09-06 16:38:25,704 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:29,087 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/change/ HTTP/1.1" 200 75260 INFO 2025-09-06 16:38:29,101 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:30,960 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 73146 INFO 2025-09-06 16:38:32,560 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 200 128172 INFO 2025-09-06 16:38:32,582 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:36,591 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:36,639 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113684 INFO 2025-09-06 16:38:36,653 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:38,021 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 200 128172 INFO 2025-09-06 16:38:38,098 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 73001 INFO 2025-09-06 16:38:39,212 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/22/change/ HTTP/1.1" 200 95322 INFO 2025-09-06 16:38:39,236 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:44,845 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/22/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:44,883 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113205 INFO 2025-09-06 16:38:44,895 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:46,244 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/22/change/ HTTP/1.1" 200 95322 INFO 2025-09-06 16:38:46,465 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 72904 INFO 2025-09-06 16:38:47,472 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/39/change/ HTTP/1.1" 200 95272 INFO 2025-09-06 16:38:47,493 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:51,003 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/39/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:51,044 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113200 INFO 2025-09-06 16:38:51,063 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:52,596 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/39/change/ HTTP/1.1" 200 95272 INFO 2025-09-06 16:38:52,865 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 200 73316 INFO 2025-09-06 16:38:53,879 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/9/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:38:53,911 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81339 INFO 2025-09-06 16:38:53,938 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:57,966 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/change/ HTTP/1.1" 200 75265 INFO 2025-09-06 16:38:57,984 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:38:59,672 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 73099 INFO 2025-09-06 16:39:01,162 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/11/change/ HTTP/1.1" 200 95295 INFO 2025-09-06 16:39:01,178 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:05,194 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/11/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:05,237 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113135 INFO 2025-09-06 16:39:05,260 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:06,505 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/11/change/ HTTP/1.1" 200 95295 INFO 2025-09-06 16:39:06,626 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 73001 INFO 2025-09-06 16:39:07,995 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/36/change/ HTTP/1.1" 200 95269 INFO 2025-09-06 16:39:08,013 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:11,503 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/36/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:11,545 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113129 INFO 2025-09-06 16:39:11,566 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:12,572 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/36/change/ HTTP/1.1" 200 95269 INFO 2025-09-06 16:39:12,706 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 72907 INFO 2025-09-06 16:39:13,900 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/5/change/ HTTP/1.1" 200 95238 INFO 2025-09-06 16:39:13,914 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:17,190 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/5/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:17,233 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113127 INFO 2025-09-06 16:39:17,252 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:18,715 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/5/change/ HTTP/1.1" 200 95238 INFO 2025-09-06 16:39:18,823 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:39:18,926 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 200 73321 INFO 2025-09-06 16:39:19,830 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/14/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:19,844 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80989 INFO 2025-09-06 16:39:19,862 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:35,326 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:39:35,344 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:42,460 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/1/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:42,491 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81053 INFO 2025-09-06 16:39:42,508 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:49,474 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:39:49,488 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:52,129 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/2/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:39:52,160 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81062 INFO 2025-09-06 16:39:52,179 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:54,744 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:39:54,765 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:39:58,822 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80847 INFO 2025-09-06 16:40:08,690 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:08,706 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:11,256 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:40:11,291 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 81072 INFO 2025-09-06 16:40:11,314 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:12,684 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:12,702 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:15,075 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75452 INFO 2025-09-06 16:40:15,096 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:18,628 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:19,505 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:19,838 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:40:22,742 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:22,760 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:24,811 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/delete/ HTTP/1.1" 200 75949 INFO 2025-09-06 16:40:32,924 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:34,150 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:37,483 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:37,501 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:40,096 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/delete/ HTTP/1.1" 200 75949 INFO 2025-09-06 16:40:41,557 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/5/change/ HTTP/1.1" 200 75263 INFO 2025-09-06 16:40:41,981 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:43,493 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:43,511 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:45,298 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/delete/ HTTP/1.1" 200 75621 INFO 2025-09-06 16:40:46,803 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:40:47,191 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80856 INFO 2025-09-06 16:40:49,506 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/13/change/ HTTP/1.1" 200 75265 INFO 2025-09-06 16:40:49,526 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:40:50,978 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/13/delete/ HTTP/1.1" 200 72910 INFO 2025-09-06 16:40:52,357 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/29/change/ HTTP/1.1" 200 95255 INFO 2025-09-06 16:40:52,373 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:09,330 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/29/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:09,373 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113095 INFO 2025-09-06 16:41:09,392 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:10,744 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/29/change/ HTTP/1.1" 200 95255 INFO 2025-09-06 16:41:10,980 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/13/delete/ HTTP/1.1" 200 73321 INFO 2025-09-06 16:41:12,175 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/13/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:12,194 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80665 INFO 2025-09-06 16:41:12,207 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:14,926 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 200 75248 INFO 2025-09-06 16:41:14,952 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:17,136 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/6/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:17,172 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80730 INFO 2025-09-06 16:41:17,188 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:20,836 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:41:25,084 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:41:25,101 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:26,933 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 200 73051 INFO 2025-09-06 16:41:28,289 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/4/change/ HTTP/1.1" 200 95215 INFO 2025-09-06 16:41:28,310 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:34,180 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/4/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:34,223 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 113041 INFO 2025-09-06 16:41:34,237 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:35,467 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/4/change/ HTTP/1.1" 200 95215 INFO 2025-09-06 16:41:35,598 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 200 72955 INFO 2025-09-06 16:41:36,602 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/31/change/ HTTP/1.1" 200 128153 INFO 2025-09-06 16:41:36,618 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:40,536 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/31/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:40,606 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113683 INFO 2025-09-06 16:41:40,624 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:42,004 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/31/change/ HTTP/1.1" 200 128153 INFO 2025-09-06 16:41:42,113 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:41:43,174 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/12/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:43,203 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 80325 INFO 2025-09-06 16:41:43,222 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:45,944 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:41:45,963 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:47,294 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73634 INFO 2025-09-06 16:41:48,697 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/3/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:41:48,713 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:52,888 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/3/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:52,933 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112970 INFO 2025-09-06 16:41:52,951 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:54,217 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/3/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:41:54,332 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73539 INFO 2025-09-06 16:41:55,954 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/16/change/ HTTP/1.1" 200 95172 INFO 2025-09-06 16:41:55,967 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:41:59,277 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/16/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:41:59,300 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112968 INFO 2025-09-06 16:41:59,315 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:00,427 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/16/change/ HTTP/1.1" 200 95172 INFO 2025-09-06 16:42:00,584 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73444 INFO 2025-09-06 16:42:01,677 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/49/change/ HTTP/1.1" 200 95174 INFO 2025-09-06 16:42:01,690 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:04,897 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/49/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:04,938 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112967 INFO 2025-09-06 16:42:04,960 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:05,999 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/49/change/ HTTP/1.1" 200 95174 INFO 2025-09-06 16:42:06,120 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73348 INFO 2025-09-06 16:42:07,133 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/20/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:42:07,152 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:10,752 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/20/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:10,798 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112964 INFO 2025-09-06 16:42:10,814 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:11,899 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/20/change/ HTTP/1.1" 200 95137 INFO 2025-09-06 16:42:12,018 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73253 INFO 2025-09-06 16:42:13,244 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/26/change/ HTTP/1.1" 200 128151 INFO 2025-09-06 16:42:13,261 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:17,060 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/26/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:17,104 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113693 INFO 2025-09-06 16:42:17,120 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:17,847 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 16:42:17,866 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:42:17,866 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:42:17,929 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:42:18,274 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/26/change/ HTTP/1.1" 200 128151 INFO 2025-09-06 16:42:18,917 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73099 INFO 2025-09-06 16:42:20,025 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/43/change/ HTTP/1.1" 200 95141 INFO 2025-09-06 16:42:20,038 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:23,668 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/43/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:23,711 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112963 INFO 2025-09-06 16:42:23,730 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:24,714 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/43/change/ HTTP/1.1" 200 95141 INFO 2025-09-06 16:42:24,847 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73003 INFO 2025-09-06 16:42:26,065 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/6/change/ HTTP/1.1" 200 95187 INFO 2025-09-06 16:42:26,082 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:30,145 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/6/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:30,188 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112962 INFO 2025-09-06 16:42:30,206 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:31,138 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/6/change/ HTTP/1.1" 200 95187 INFO 2025-09-06 16:42:31,275 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 72906 INFO 2025-09-06 16:42:32,267 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/7/change/ HTTP/1.1" 200 95175 INFO 2025-09-06 16:42:32,285 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:35,388 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/7/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:35,417 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112958 INFO 2025-09-06 16:42:35,432 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:36,733 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/7/change/ HTTP/1.1" 200 95175 INFO 2025-09-06 16:42:36,907 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:42:37,723 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/11/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:37,753 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79977 INFO 2025-09-06 16:42:37,771 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:44,710 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:42:44,724 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:46,123 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 73155 INFO 2025-09-06 16:42:47,110 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/24/change/ HTTP/1.1" 200 95133 INFO 2025-09-06 16:42:47,129 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:50,185 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/24/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:50,215 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112888 INFO 2025-09-06 16:42:50,226 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:51,339 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/24/change/ HTTP/1.1" 200 95133 INFO 2025-09-06 16:42:51,483 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 73060 INFO 2025-09-06 16:42:52,767 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/26/change/ HTTP/1.1" 200 95103 INFO 2025-09-06 16:42:52,786 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:56,632 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/26/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:42:56,673 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112887 INFO 2025-09-06 16:42:56,692 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:42:57,664 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/26/change/ HTTP/1.1" 200 95103 INFO 2025-09-06 16:42:57,830 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 72964 INFO 2025-09-06 16:42:58,785 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/22/change/ HTTP/1.1" 200 128095 INFO 2025-09-06 16:42:58,809 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:02,486 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/22/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:02,531 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113692 INFO 2025-09-06 16:43:02,546 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:03,515 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/22/change/ HTTP/1.1" 200 128095 INFO 2025-09-06 16:43:03,634 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:43:04,614 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/16/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:04,647 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79626 INFO 2025-09-06 16:43:04,672 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:06,359 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/change/ HTTP/1.1" 200 75262 INFO 2025-09-06 16:43:06,377 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:08,057 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73244 INFO 2025-09-06 16:43:09,362 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/8/change/ HTTP/1.1" 200 95095 INFO 2025-09-06 16:43:09,379 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:14,075 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/8/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:14,111 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112815 INFO 2025-09-06 16:43:14,128 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:15,186 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/8/change/ HTTP/1.1" 200 95095 INFO 2025-09-06 16:43:15,358 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73150 INFO 2025-09-06 16:43:16,398 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/18/change/ HTTP/1.1" 200 95082 INFO 2025-09-06 16:43:16,413 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:18,837 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:43:20,023 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/18/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:20,066 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112818 INFO 2025-09-06 16:43:20,087 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:21,182 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/18/change/ HTTP/1.1" 200 95082 INFO 2025-09-06 16:43:21,311 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73051 INFO 2025-09-06 16:43:22,366 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/28/change/ HTTP/1.1" 200 128051 INFO 2025-09-06 16:43:22,383 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:26,280 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodrequest/28/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:26,323 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113684 INFO 2025-09-06 16:43:26,336 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:27,557 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodrequest/28/change/ HTTP/1.1" 200 128051 INFO 2025-09-06 16:43:27,612 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 72906 INFO 2025-09-06 16:43:28,398 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/15/change/ HTTP/1.1" 200 95099 INFO 2025-09-06 16:43:28,412 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:31,813 basehttp 33886 6203437056 "POST /en/admin/blood_bank/donor/15/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:31,852 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/ HTTP/1.1" 200 112812 INFO 2025-09-06 16:43:31,865 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:32,914 basehttp 33886 6203437056 "GET /en/admin/blood_bank/donor/15/change/ HTTP/1.1" 200 95099 INFO 2025-09-06 16:43:33,042 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 200 73318 INFO 2025-09-06 16:43:34,345 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/15/delete/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:34,374 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79278 INFO 2025-09-06 16:43:34,389 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:40,906 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/3/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:40,931 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:44,613 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/3/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:44,632 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79343 INFO 2025-09-06 16:43:44,645 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:47,365 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/4/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:47,385 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:50,613 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/4/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:50,644 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79352 INFO 2025-09-06 16:43:50,659 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:52,251 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/7/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:52,274 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:54,967 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/7/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:54,998 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79361 INFO 2025-09-06 16:43:55,016 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:56,521 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/8/change/ HTTP/1.1" 200 75245 INFO 2025-09-06 16:43:56,541 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:43:59,884 basehttp 33886 6203437056 "POST /en/admin/blood_bank/bloodgroup/8/change/ HTTP/1.1" 302 0 INFO 2025-09-06 16:43:59,906 basehttp 33886 6203437056 "GET /en/admin/blood_bank/bloodgroup/ HTTP/1.1" 200 79370 INFO 2025-09-06 16:43:59,920 basehttp 33886 6203437056 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 16:44:07,396 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 16:44:07,416 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:44:07,416 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:44:07,475 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:07,466 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:24,310 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45923 WARNING 2025-09-06 16:45:24,322 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:24,322 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:24,384 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:42,857 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45891 WARNING 2025-09-06 16:45:42,870 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:42,871 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:42,921 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:44,062 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45891 WARNING 2025-09-06 16:45:44,076 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:44,076 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:44,123 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:45:44,976 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45891 WARNING 2025-09-06 16:45:44,994 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:45:44,995 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:45:45,038 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:46:40,235 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45011 WARNING 2025-09-06 16:46:40,256 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:46:40,256 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:46:40,311 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:47:34,405 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45667 WARNING 2025-09-06 16:47:34,423 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:47:34,423 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:47:34,476 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:47:49,677 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 16:47:49,689 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:47:49,689 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:47:49,737 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:49:31,647 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:50:32,632 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:51:33,629 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:52:34,620 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:55:39,741 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 16:55:39,756 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 16:55:39,756 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 16:55:39,948 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:56:40,729 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:57:41,730 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 16:59:04,052 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:00:05,049 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:01:02,060 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 17:01:02,074 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:01:02,074 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:01:02,162 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:02:08,038 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:03:09,034 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:04:10,026 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:06:29,514 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:07:31,174 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45731 WARNING 2025-09-06 17:07:31,189 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:07:31,189 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:07:31,246 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:09:35,069 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:09:44,102 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 17:09:44,114 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:09:44,114 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:09:44,156 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:10:44,159 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:11:43,536 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45931 WARNING 2025-09-06 17:11:43,547 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:11:43,547 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:11:43,594 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:12:01,743 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45659 WARNING 2025-09-06 17:12:01,765 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:01,769 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:01,808 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:12:17,925 basehttp 33886 6203437056 "GET /en/blood-bank/requests/create/ HTTP/1.1" 200 53452 WARNING 2025-09-06 17:12:17,941 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:17,941 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:17,990 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:12:33,571 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:33,571 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:12:33,593 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:33,593 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:34,955 basehttp 33886 6203437056 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 49161 WARNING 2025-09-06 17:12:34,981 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:34,981 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:12:35,016 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:12:52,387 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:52,387 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:12:52,402 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:12:52,402 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:13:01,829 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:14:01,832 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:15:01,836 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:15:32,397 basehttp 33886 6203437056 "GET /en/blood-bank/units/ HTTP/1.1" 200 82703 WARNING 2025-09-06 17:15:32,416 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:15:32,417 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:15:32,439 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:15:49,807 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:15:49,807 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:15:49,826 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:15:49,826 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:16:01,821 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:16:05,664 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45699 WARNING 2025-09-06 17:16:05,675 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:16:05,676 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:16:05,752 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:16:21,038 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 17:16:21,049 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:16:21,049 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:16:21,096 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:17:21,125 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:18:21,122 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:19:21,126 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:20:21,128 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:21:21,142 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:21:21,145 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 17:21:21,158 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:21:21,158 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:21:21,203 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:22:21,297 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:23:21,301 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:24:21,303 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:25:21,312 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:26:21,324 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:26:21,326 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 17:26:21,340 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:26:21,340 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:26:21,396 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:27:21,417 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:28:21,417 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:29:21,422 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:30:21,427 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:30:32,990 basehttp 33886 6203437056 "GET /en/blood-bank/units/15/ HTTP/1.1" 200 31786 WARNING 2025-09-06 17:30:33,006 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:30:33,006 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:30:33,049 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:30:55,500 basehttp 33886 6203437056 "GET /en/blood-bank/donors/8/ HTTP/1.1" 200 28325 WARNING 2025-09-06 17:30:55,518 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:30:55,518 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:30:55,559 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:31:55,584 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:32:55,585 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:33:55,592 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:34:55,600 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:35:55,602 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:36:55,617 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:38:20,873 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:39:22,855 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:46:10,574 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:46:14,984 basehttp 33886 6203437056 "GET /en/blood-bank/donors/8/update/ HTTP/1.1" 200 29774 WARNING 2025-09-06 17:46:15,010 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:46:15,010 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:46:15,078 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 17:46:21,911 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:46:21,911 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 17:46:21,929 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 17:46:21,929 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 17:47:10,572 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:48:10,582 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:49:10,580 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:50:10,588 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:51:10,590 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:52:10,597 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:53:10,610 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:54:10,603 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:55:10,622 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:56:10,628 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:57:11,067 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:58:13,073 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 17:59:37,067 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:01:37,084 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:01:44,660 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:01:44,660 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:02:44,747 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:03:44,753 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:04:41,871 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:04:41,873 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:04:51,361 basehttp 33886 6203437056 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82660 WARNING 2025-09-06 18:04:51,379 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:04:51,379 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:04:51,402 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:05:51,421 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:06:51,418 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:07:51,431 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:08:51,444 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:09:51,444 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:10:51,451 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:11:51,456 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:12:51,462 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:13:51,459 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:14:51,470 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:15:51,478 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:16:51,483 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:17:51,480 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:18:51,496 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:19:51,495 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:20:13,850 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 29485 WARNING 2025-09-06 18:20:13,872 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:13,872 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:20:13,925 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:20:17,623 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:17,623 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 18:20:17,642 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:17,642 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 18:20:50,304 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:20:50,304 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:21:03,132 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 29366 WARNING 2025-09-06 18:21:03,151 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:21:03,152 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:21:03,195 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:21:34,142 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 36651 WARNING 2025-09-06 18:21:34,163 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:21:34,163 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:21:34,204 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:22:34,229 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:22:34,585 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:22:34,587 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:22:34,587 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:22:34,598 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:22:34,598 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:23:34,570 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:23:45,326 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32597 WARNING 2025-09-06 18:23:45,339 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:23:45,340 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:23:45,383 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:23:58,049 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32583 WARNING 2025-09-06 18:23:58,063 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:23:58,063 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:23:58,110 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:24:32,718 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32571 WARNING 2025-09-06 18:24:32,736 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:24:32,736 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:24:32,784 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:25:12,191 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 36651 WARNING 2025-09-06 18:25:12,205 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:25:12,205 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:25:12,252 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:26:12,269 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:26:13,297 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 44567 WARNING 2025-09-06 18:26:13,316 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:26:13,316 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:26:13,362 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:27:13,375 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:28:13,384 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:29:13,381 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:30:13,393 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:31:13,396 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:32:13,393 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:33:13,405 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:34:13,409 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:35:13,416 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:36:13,407 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:37:13,423 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:38:13,452 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:39:13,425 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:13,434 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:35,928 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/issue/ HTTP/1.1" 200 44567 WARNING 2025-09-06 18:40:35,945 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:35,945 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:35,999 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:40:36,923 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:36,924 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:37,707 basehttp 33886 6203437056 "GET /en/blood-bank/requests/4/ HTTP/1.1" 200 32571 WARNING 2025-09-06 18:40:37,725 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:37,725 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:37,775 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:40:45,386 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:45,387 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:47,093 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 18:40:47,105 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:47,105 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:47,153 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:49,977 basehttp 33886 6203437056 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 WARNING 2025-09-06 18:40:49,995 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:49,996 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:50,043 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:40:53,542 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36343 WARNING 2025-09-06 18:40:53,567 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:40:53,567 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:40:53,611 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:41:02,950 basehttp 33886 6203437056 "GET /en/blood-bank/donors/26/ HTTP/1.1" 200 28497 WARNING 2025-09-06 18:41:02,971 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:41:02,971 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:41:03,017 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:41:11,766 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:41:11,766 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 18:41:11,779 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:41:11,779 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:41:53,630 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:42:54,113 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:43:40,438 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36417 INFO 2025-09-06 18:43:40,447 basehttp 33886 6203437056 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-06 18:43:40,452 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:43:40,452 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:43:40,516 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:43:51,870 basehttp 33886 6220263424 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36417 INFO 2025-09-06 18:43:51,881 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 18:43:51,883 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 18:43:51,884 basehttp 33886 6253916160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 18:43:51,886 basehttp 33886 6203437056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-06 18:43:51,889 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:43:51,890 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:43:51,890 basehttp 33886 6287568896 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 18:43:51,891 basehttp 33886 6270742528 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 18:43:51,894 basehttp 33886 6270742528 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-06 18:43:51,894 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 18:43:51,896 basehttp 33886 6203437056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 18:43:51,898 basehttp 33886 6237089792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 18:43:51,901 basehttp 33886 6220263424 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 18:43:51,903 basehttp 33886 6253916160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 18:43:52,757 basehttp 33886 6253916160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 18:43:52,776 basehttp 33886 6270742528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 18:43:52,777 basehttp 33886 6253916160 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 18:43:52,780 basehttp 33886 6237089792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 18:43:52,782 basehttp 33886 6253916160 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 18:43:52,782 basehttp 33886 6287568896 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 18:43:52,784 basehttp 33886 6220263424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 18:43:52,786 basehttp 33886 6203437056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 18:43:52,788 basehttp 33886 6253916160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 18:43:52,790 basehttp 33886 6203437056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 18:43:52,790 basehttp 33886 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 18:43:52,790 basehttp 33886 6287568896 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 18:43:52,793 basehttp 33886 6253916160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 18:43:52,794 basehttp 33886 6287568896 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 18:43:52,795 basehttp 33886 6237089792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 18:43:52,795 basehttp 33886 6203437056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 18:43:52,795 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:43:52,797 basehttp 33886 6270742528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 18:43:52,798 basehttp 33886 6287568896 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 18:43:52,799 basehttp 33886 6253916160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 18:43:52,800 basehttp 33886 6237089792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 18:43:52,800 basehttp 33886 6203437056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 18:43:52,801 basehttp 33886 6270742528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 18:43:52,801 basehttp 33886 6220263424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 18:43:52,801 basehttp 33886 6287568896 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-06 18:43:53,044 log 33886 6287568896 Not Found: /favicon.ico WARNING 2025-09-06 18:43:53,044 basehttp 33886 6287568896 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 18:44:53,123 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:45:08,305 basehttp 33886 6287568896 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36453 WARNING 2025-09-06 18:45:08,324 log 33886 6287568896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:45:08,324 basehttp 33886 6287568896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:45:08,412 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:45:38,746 basehttp 33886 6287568896 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36448 INFO 2025-09-06 18:45:38,754 basehttp 33886 6270742528 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 18:45:38,755 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 18:45:38,755 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 18:45:38,757 basehttp 33886 6270742528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 18:45:38,758 basehttp 33886 6253916160 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 18:45:38,760 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 18:45:38,762 basehttp 33886 6287568896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 18:45:38,764 basehttp 33886 6203437056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 18:45:38,766 basehttp 33886 6270742528 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 18:45:38,766 basehttp 33886 6287568896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-06 18:45:38,768 basehttp 33886 6220263424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-06 18:45:38,770 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:45:38,770 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:45:38,771 basehttp 33886 6237089792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 18:45:38,900 basehttp 33886 6253916160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 18:45:38,901 basehttp 33886 6237089792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 18:45:38,901 basehttp 33886 6270742528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 18:45:38,903 basehttp 33886 6237089792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 18:45:38,903 basehttp 33886 6220263424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 18:45:38,904 basehttp 33886 6287568896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 18:45:38,906 basehttp 33886 6203437056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 18:45:38,907 basehttp 33886 6270742528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 18:45:38,908 basehttp 33886 6220263424 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 18:45:38,908 basehttp 33886 6237089792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 18:45:38,909 basehttp 33886 6287568896 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 18:45:38,910 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 18:45:38,911 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 18:45:38,912 basehttp 33886 6203437056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 18:45:38,912 basehttp 33886 6220263424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 18:45:38,913 basehttp 33886 6237089792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 18:45:38,913 basehttp 33886 6287568896 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 18:45:38,914 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 18:45:38,915 basehttp 33886 6253916160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 18:45:38,915 basehttp 33886 6203437056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 18:45:38,916 basehttp 33886 6220263424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 18:45:38,916 basehttp 33886 6237089792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 18:45:38,917 basehttp 33886 6270742528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 18:45:38,921 basehttp 33886 6287568896 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 18:45:38,928 basehttp 33886 6287568896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:45:39,008 log 33886 6287568896 Not Found: /favicon.ico WARNING 2025-09-06 18:45:39,009 basehttp 33886 6287568896 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 18:46:37,808 basehttp 33886 6287568896 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36418 INFO 2025-09-06 18:46:37,819 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 18:46:37,819 basehttp 33886 6237089792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 18:46:37,821 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 18:46:37,823 basehttp 33886 6203437056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 18:46:37,824 basehttp 33886 6253916160 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 18:46:37,829 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 18:46:37,829 basehttp 33886 6287568896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 18:46:37,834 basehttp 33886 6220263424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 18:46:37,834 basehttp 33886 6203437056 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 18:46:37,836 basehttp 33886 6287568896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-06 18:46:37,841 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:46:37,841 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:46:37,843 basehttp 33886 6237089792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 18:46:37,843 basehttp 33886 6270742528 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 18:46:37,992 basehttp 33886 6270742528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 18:46:37,993 basehttp 33886 6237089792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 18:46:37,995 basehttp 33886 6203437056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 18:46:37,996 basehttp 33886 6287568896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 18:46:37,996 basehttp 33886 6237089792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 18:46:37,996 basehttp 33886 6220263424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 18:46:37,997 basehttp 33886 6253916160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 18:46:37,999 basehttp 33886 6220263424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 18:46:37,999 basehttp 33886 6270742528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 18:46:37,999 basehttp 33886 6237089792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 18:46:38,000 basehttp 33886 6287568896 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 18:46:38,000 basehttp 33886 6203437056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 18:46:38,001 basehttp 33886 6253916160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 18:46:38,002 basehttp 33886 6237089792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 18:46:38,002 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 18:46:38,002 basehttp 33886 6220263424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 18:46:38,002 basehttp 33886 6203437056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 18:46:38,004 basehttp 33886 6287568896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 18:46:38,005 basehttp 33886 6253916160 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 18:46:38,005 basehttp 33886 6203437056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 18:46:38,005 basehttp 33886 6237089792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 18:46:38,005 basehttp 33886 6270742528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 18:46:38,005 basehttp 33886 6220263424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 18:46:38,010 basehttp 33886 6220263424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 18:46:38,030 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 18:46:38,117 log 33886 6220263424 Not Found: /favicon.ico WARNING 2025-09-06 18:46:38,117 basehttp 33886 6220263424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 18:47:35,790 basehttp 33886 6220263424 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36432 WARNING 2025-09-06 18:47:35,810 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:47:35,811 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:47:35,898 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:48:35,892 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:49:35,904 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:50:35,912 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:50:46,488 basehttp 33886 6220263424 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36446 WARNING 2025-09-06 18:50:46,510 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:50:46,510 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:50:46,550 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:51:47,122 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:52:48,122 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:53:49,124 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:54:50,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:55:51,114 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:56:52,118 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:57:53,650 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:57:55,158 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36414 WARNING 2025-09-06 18:57:55,182 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 18:57:55,182 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 18:57:55,248 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:58:55,260 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 18:59:55,276 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:00:55,264 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:01:37,885 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36242 WARNING 2025-09-06 19:01:37,903 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:01:37,903 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:01:37,979 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:02:08,731 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36487 WARNING 2025-09-06 19:02:08,747 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:02:08,747 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:02:08,796 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:03:08,816 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:03:42,869 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 WARNING 2025-09-06 19:03:42,884 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:03:42,884 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:03:42,937 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:04:14,376 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 WARNING 2025-09-06 19:04:14,394 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:14,394 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:14,445 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:04:41,180 basehttp 33886 6203437056 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 INFO 2025-09-06 19:04:41,196 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:04:41,196 basehttp 33886 6203437056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:04:41,196 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-06 19:04:41,201 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:41,201 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:41,202 basehttp 33886 6237089792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 19:04:43,387 basehttp 33886 6237089792 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 WARNING 2025-09-06 19:04:43,401 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:43,401 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:43,458 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:04:45,714 basehttp 33886 6237089792 "GET /en/blood-bank/units/ HTTP/1.1" 200 86822 INFO 2025-09-06 19:04:45,727 basehttp 33886 6203437056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:04:45,728 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:04:45,728 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:04:45,730 basehttp 33886 6203437056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-06 19:04:45,734 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 19:04:45,734 basehttp 33886 6270742528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:04:45,738 basehttp 33886 6237089792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:04:45,736 basehttp 33886 6287568896 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-06 19:04:45,736 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:45,745 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:04:45,747 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:04:45,748 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:04:45,751 basehttp 33886 6253916160 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:04:45,752 basehttp 33886 6270742528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:04:45,753 basehttp 33886 6287568896 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 19:04:45,754 basehttp 33886 6203437056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:04:45,754 basehttp 33886 6220263424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:04:46,721 basehttp 33886 6220263424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:04:46,749 basehttp 33886 6253916160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:04:46,751 basehttp 33886 6220263424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:04:46,752 basehttp 33886 6203437056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:04:46,753 basehttp 33886 6270742528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:04:46,753 basehttp 33886 6287568896 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:04:46,754 basehttp 33886 6237089792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:04:46,754 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:04:46,757 basehttp 33886 6270742528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:04:46,757 basehttp 33886 6253916160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:04:46,757 basehttp 33886 6287568896 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:04:46,758 basehttp 33886 6237089792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:04:46,759 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:04:46,759 basehttp 33886 6287568896 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:04:46,760 basehttp 33886 6253916160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:04:46,760 basehttp 33886 6220263424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:04:46,760 basehttp 33886 6237089792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:04:46,760 basehttp 33886 6203437056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:04:46,762 basehttp 33886 6220263424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:04:46,763 basehttp 33886 6253916160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:04:46,763 basehttp 33886 6287568896 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:04:46,765 basehttp 33886 6237089792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:04:46,765 basehttp 33886 6203437056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:04:46,765 basehttp 33886 6270742528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:04:46,818 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:04:47,686 log 33886 6220263424 Not Found: /favicon.ico WARNING 2025-09-06 19:04:47,686 basehttp 33886 6220263424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:04:51,497 basehttp 33886 6220263424 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 56247 INFO 2025-09-06 19:04:51,511 basehttp 33886 6220263424 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-06 19:04:51,512 basehttp 33886 6270742528 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-06 19:04:51,517 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:04:51,517 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:04:51,595 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:05:06,365 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:06,365 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:05:06,377 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:06,377 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:09,663 basehttp 33886 6203437056 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 INFO 2025-09-06 19:05:09,680 basehttp 33886 6270742528 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-06 19:05:09,683 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:09,684 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:09,736 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:05:11,921 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:11,921 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:05:11,936 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:11,936 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:34,903 basehttp 33886 6203437056 "GET /en/blood-bank/ HTTP/1.1" 200 45763 WARNING 2025-09-06 19:05:34,921 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:34,922 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:43,662 basehttp 33886 6203437056 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 WARNING 2025-09-06 19:05:43,682 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:43,683 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:43,740 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:05:45,629 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/ HTTP/1.1" 200 28492 WARNING 2025-09-06 19:05:45,650 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:45,650 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:45,695 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:05:48,749 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 WARNING 2025-09-06 19:05:48,765 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:05:48,765 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:05:48,806 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:06:21,697 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:21,698 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:21,708 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:21,708 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:25,152 basehttp 33886 6203437056 "GET /en/blood-bank/units/9/ HTTP/1.1" 200 35971 WARNING 2025-09-06 19:06:25,179 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:25,180 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:25,227 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:06:30,369 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:30,369 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:30,375 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:30,375 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:31,180 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:31,180 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:06:31,193 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:31,193 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:33,154 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/update/ HTTP/1.1" 200 34162 WARNING 2025-09-06 19:06:33,179 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:06:33,181 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:06:33,226 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:07:33,242 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:08:33,254 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:09:33,261 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:09:59,880 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 19:09:59,887 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:09:59,888 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:09:59,899 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:09:59,899 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:01,883 basehttp 33886 6203437056 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 WARNING 2025-09-06 19:10:01,906 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:01,907 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:01,947 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:10:12,338 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:12,338 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:10:12,351 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:12,353 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:18,495 basehttp 33886 6203437056 "GET /en/blood-bank/donors/create/ HTTP/1.1" 200 33924 WARNING 2025-09-06 19:10:18,514 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:10:18,514 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:10:18,564 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:18,590 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:31,467 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:11:31,480 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:31,480 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:11:31,503 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:31,503 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:11:41,047 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:41,048 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:45,501 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:11:45,523 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:45,523 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:45,576 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:56,062 basehttp 33886 6203437056 "GET /en/blood-bank/requests/21/ HTTP/1.1" 200 32303 WARNING 2025-09-06 19:11:56,083 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:56,083 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:56,125 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:11:59,419 basehttp 33886 6203437056 "GET /en/blood-bank/requests/21/issue/ HTTP/1.1" 200 44297 WARNING 2025-09-06 19:11:59,445 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:11:59,446 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:11:59,488 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:12:59,502 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:13:11,618 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 19:13:11,618 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:13:11,619 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:13:11,629 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:11,629 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:13:26,553 basehttp 33886 6220263424 "GET /blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 302 0 INFO 2025-09-06 19:13:26,565 basehttp 33886 6203437056 "GET /en/blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 200 22 INFO 2025-09-06 19:13:36,486 basehttp 33886 6203437056 "GET /en/blood-bank/requests/21/issue/ HTTP/1.1" 200 44297 WARNING 2025-09-06 19:13:36,502 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:36,502 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:13:36,548 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:13:38,899 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:38,899 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:13:38,909 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:13:38,909 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:14:11,624 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:15:11,630 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:15:38,062 basehttp 33886 6203437056 "GET /blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 302 0 INFO 2025-09-06 19:15:38,074 basehttp 33886 6203437056 "GET /en/blood-bank/api/blood-availability/?blood_group=2&component=1 HTTP/1.1" 200 22 INFO 2025-09-06 19:15:41,784 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:15:41,786 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:15:41,786 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:15:41,807 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:15:41,820 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:15:41,820 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:15:41,825 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:15:41,825 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:15:41,853 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:16:41,864 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:16:41,956 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:16:41,971 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:16:41,971 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:16:42,040 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:16:57,789 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 INFO 2025-09-06 19:16:57,799 basehttp 33886 6203437056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:16:57,801 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:16:57,801 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-06 19:16:57,807 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:16:57,807 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:16:57,809 basehttp 33886 6220263424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:16:57,810 basehttp 33886 6270742528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:16:57,810 basehttp 33886 6203437056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:16:57,813 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:16:57,815 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:16:57,815 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:16:57,818 basehttp 33886 6237089792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:16:57,818 basehttp 33886 6270742528 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:16:57,820 basehttp 33886 6287568896 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:16:57,820 basehttp 33886 6253916160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:16:58,663 basehttp 33886 6287568896 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:16:58,772 basehttp 33886 6287568896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:16:58,772 basehttp 33886 6270742528 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:16:58,773 basehttp 33886 6253916160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:16:58,773 basehttp 33886 6203437056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:16:58,773 basehttp 33886 6237089792 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:16:58,774 basehttp 33886 6220263424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:16:58,779 basehttp 33886 6237089792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:16:58,780 basehttp 33886 6270742528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:16:58,781 basehttp 33886 6287568896 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:16:58,781 basehttp 33886 6220263424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:16:58,781 basehttp 33886 6203437056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:16:58,783 basehttp 33886 6203437056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:16:58,784 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:16:58,784 basehttp 33886 6220263424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:16:58,785 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:16:58,785 basehttp 33886 6287568896 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:16:58,786 basehttp 33886 6237089792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:16:58,788 basehttp 33886 6237089792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:16:58,789 basehttp 33886 6270742528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:16:58,789 basehttp 33886 6220263424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:16:58,789 basehttp 33886 6253916160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:16:58,790 basehttp 33886 6287568896 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:16:58,791 basehttp 33886 6237089792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:16:58,793 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:16:59,723 log 33886 6203437056 Not Found: /favicon.ico WARNING 2025-09-06 19:16:59,724 basehttp 33886 6203437056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:17:37,138 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95494 WARNING 2025-09-06 19:17:37,154 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:17:37,154 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:17:37,243 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:18:37,263 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:18:37,321 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:18:37,335 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:18:37,335 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:18:37,388 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:19:37,405 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:19:37,469 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:19:37,484 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:19:37,484 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:19:37,539 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:20:33,296 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:20:33,311 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:20:33,311 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:20:33,370 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:21:33,375 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:21:33,443 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:21:33,455 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:21:33,455 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:21:33,507 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:21:39,147 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:21:39,161 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:21:39,162 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:21:39,213 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:22:39,221 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:22:39,288 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:22:39,308 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:22:39,308 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:22:39,362 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:23:39,371 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:23:39,446 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:23:39,464 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:23:39,464 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:23:39,517 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:24:39,535 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:24:39,590 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:24:39,608 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:24:39,608 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:24:39,669 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:25:16,406 basehttp 33886 6203437056 "GET /en/blood-bank/requests/31/issue/ HTTP/1.1" 200 44569 INFO 2025-09-06 19:25:16,420 basehttp 33886 6220263424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:25:16,422 basehttp 33886 6220263424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-06 19:25:16,424 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:16,424 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:25:16,476 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:25:29,649 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:29,650 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:25:29,676 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:29,676 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:25:39,675 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:25:39,747 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:25:39,767 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:25:39,767 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:25:39,816 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:26:39,831 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:26:39,887 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:26:39,901 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:26:39,901 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:26:39,973 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:04,018 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:27:04,039 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:04,039 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:04,088 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:20,045 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:27:20,067 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:20,067 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:20,120 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:45,754 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:27:45,772 log 33886 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:45,772 basehttp 33886 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:45,827 basehttp 33886 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:27:53,028 basehttp 33886 6203437056 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 INFO 2025-09-06 19:27:53,037 basehttp 33886 6203437056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:27:53,042 basehttp 33886 6237089792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:27:53,043 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:27:53,044 basehttp 33886 6287568896 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:27:53,044 basehttp 33886 6203437056 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:27:53,045 basehttp 33886 6237089792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:27:53,047 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-06 19:27:53,052 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:27:53,053 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:27:53,054 basehttp 33886 6203437056 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:27:53,055 basehttp 33886 6237089792 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:27:53,056 basehttp 33886 6287568896 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:27:53,057 basehttp 33886 6253916160 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:27:53,059 basehttp 33886 6220263424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:27:53,059 basehttp 33886 6270742528 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:27:53,900 basehttp 33886 6270742528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:27:53,925 basehttp 33886 6253916160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:27:53,926 basehttp 33886 6220263424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:27:53,926 basehttp 33886 6237089792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:27:53,927 basehttp 33886 6270742528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:27:53,928 basehttp 33886 6287568896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:27:53,929 basehttp 33886 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:27:53,930 basehttp 33886 6203437056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:27:53,930 basehttp 33886 6220263424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:27:53,932 basehttp 33886 6237089792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:27:53,932 basehttp 33886 6287568896 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:27:53,932 basehttp 33886 6203437056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:27:53,933 basehttp 33886 6270742528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:27:53,934 basehttp 33886 6220263424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:27:53,936 basehttp 33886 6203437056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:27:53,936 basehttp 33886 6287568896 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:27:53,937 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:27:53,937 basehttp 33886 6253916160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:27:53,938 basehttp 33886 6237089792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:27:53,938 basehttp 33886 6220263424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:27:53,945 basehttp 33886 6270742528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:27:53,956 basehttp 33886 6287568896 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:27:53,956 basehttp 33886 6203437056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:27:53,957 basehttp 33886 6253916160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:27:53,962 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:27:54,851 log 33886 6220263424 Not Found: /favicon.ico WARNING 2025-09-06 19:27:54,851 basehttp 33886 6220263424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:28:36,420 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 WARNING 2025-09-06 19:28:36,438 log 33886 6220263424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:36,438 basehttp 33886 6220263424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:36,519 basehttp 33886 6220263424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:28:41,333 basehttp 33886 6220263424 "GET /en/blood-bank/requests/ HTTP/1.1" 200 95604 INFO 2025-09-06 19:28:41,340 basehttp 33886 6220263424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:28:41,346 basehttp 33886 6270742528 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:28:41,347 basehttp 33886 6203437056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:28:41,347 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:28:41,350 basehttp 33886 6237089792 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:28:41,350 basehttp 33886 6203437056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:28:41,355 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:28:41,357 basehttp 33886 6220263424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:28:41,358 basehttp 33886 6203437056 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 WARNING 2025-09-06 19:28:41,359 log 33886 6287568896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:41,359 basehttp 33886 6287568896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:41,360 basehttp 33886 6220263424 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:28:41,360 basehttp 33886 6237089792 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:28:41,363 basehttp 33886 6253916160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:28:41,363 basehttp 33886 6270742528 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:28:41,553 basehttp 33886 6270742528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:28:41,578 basehttp 33886 6253916160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:28:41,579 basehttp 33886 6237089792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:28:41,579 basehttp 33886 6270742528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:28:41,579 basehttp 33886 6220263424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:28:41,579 basehttp 33886 6287568896 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:28:41,580 basehttp 33886 6203437056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:28:41,583 basehttp 33886 6220263424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:28:41,584 basehttp 33886 6270742528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:28:41,584 basehttp 33886 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:28:41,585 basehttp 33886 6253916160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:28:41,586 basehttp 33886 6203437056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:28:41,588 basehttp 33886 6270742528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:28:41,597 basehttp 33886 6270742528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:28:41,598 basehttp 33886 6237089792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:28:41,592 basehttp 33886 6253916160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:28:41,595 basehttp 33886 6220263424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:28:41,604 basehttp 33886 6287568896 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:28:41,596 basehttp 33886 6203437056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:28:41,608 basehttp 33886 6287568896 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:28:41,608 basehttp 33886 6220263424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:28:41,608 basehttp 33886 6270742528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:28:41,609 basehttp 33886 6237089792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:28:41,609 basehttp 33886 6203437056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:28:41,612 basehttp 33886 6253916160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:41,707 log 33886 6253916160 Not Found: /favicon.ico WARNING 2025-09-06 19:28:41,707 basehttp 33886 6253916160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:28:43,985 basehttp 33886 6253916160 "GET /en/blood-bank/requests/39/ HTTP/1.1" 200 32942 WARNING 2025-09-06 19:28:44,003 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:44,004 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:44,073 basehttp 33886 6253916160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:46,841 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:46,842 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:28:46,858 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:46,859 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:48,647 basehttp 33886 6253916160 "GET /en/blood-bank/requests/39/ HTTP/1.1" 200 32942 WARNING 2025-09-06 19:28:48,669 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:48,669 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:48,709 basehttp 33886 6253916160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:50,535 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:50,535 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:28:50,547 log 33886 6253916160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:50,547 basehttp 33886 6253916160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:52,138 basehttp 33886 6253916160 "GET /en/blood-bank/requests/38/issue/ HTTP/1.1" 200 44569 INFO 2025-09-06 19:28:52,150 basehttp 33886 6253916160 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:28:52,150 basehttp 33886 6203437056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-06 19:28:52,155 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:52,155 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:52,206 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:28:54,000 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:54,000 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:28:54,010 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:54,010 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:56,856 basehttp 33886 6237089792 "GET /en/blood-bank/requests/37/issue/ HTTP/1.1" 200 44297 WARNING 2025-09-06 19:28:56,876 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:28:56,877 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:28:56,923 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:29:04,827 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:04,828 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 19:29:04,841 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:04,841 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:29:09,836 basehttp 33886 6237089792 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 70207 WARNING 2025-09-06 19:29:09,853 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:09,853 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:29:09,881 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:29:12,237 basehttp 33886 6237089792 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:29:12,259 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:29:12,259 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:29:12,305 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:30:12,315 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:30:12,389 basehttp 33886 6237089792 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:30:12,402 log 33886 6237089792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:30:12,402 basehttp 33886 6237089792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:30:12,449 basehttp 33886 6237089792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:31:05,224 autoreload 33886 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:31:05,721 autoreload 58836 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:31:12,538 basehttp 58836 6157119488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:31:12,555 basehttp 58836 6173945856 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:31:12,568 log 58836 6173945856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:31:12,568 basehttp 58836 6173945856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:31:12,623 basehttp 58836 6173945856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:32:12,642 basehttp 58836 6173945856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:32:12,696 basehttp 58836 6173945856 "GET /en/blood-bank/requests/?page=1 HTTP/1.1" 200 95604 WARNING 2025-09-06 19:32:12,710 log 58836 6173945856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:32:12,710 basehttp 58836 6173945856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:32:12,762 basehttp 58836 6173945856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:32:49,006 autoreload 58836 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:32:49,342 autoreload 59644 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:33:26,538 autoreload 59644 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:33:26,855 autoreload 59959 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:34:36,707 autoreload 59959 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:34:37,017 autoreload 60430 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:37:51,202 autoreload 60430 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py changed, reloading. INFO 2025-09-06 19:37:51,504 autoreload 61907 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 19:40:12,981 autoreload 61907 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/urls.py changed, reloading. INFO 2025-09-06 19:40:13,258 autoreload 62923 8747049152 Watching for file changes with StatReloader WARNING 2025-09-06 19:40:24,226 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:40:24,226 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:40:24,350 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:40:25,120 basehttp 62923 6159593472 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:40:25,140 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:40:25,140 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:40:25,221 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:41:10,879 basehttp 62923 6159593472 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:41:10,895 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:41:10,895 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:41:10,947 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:41:41,734 basehttp 62923 6159593472 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 INFO 2025-09-06 19:41:41,749 basehttp 62923 6226898944 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:41:41,750 basehttp 62923 6193246208 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:41:41,752 basehttp 62923 6210072576 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:41:41,753 basehttp 62923 6193246208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:41:41,756 basehttp 62923 6243725312 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:41:41,758 basehttp 62923 6159593472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-06 19:41:41,760 log 62923 6226898944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:41:41,761 basehttp 62923 6226898944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:41:41,761 basehttp 62923 6159593472 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:41:41,765 basehttp 62923 6159593472 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:41:41,766 basehttp 62923 6226898944 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:41:41,775 basehttp 62923 6193246208 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-06 19:41:41,786 basehttp 62923 6243725312 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-06 19:41:41,787 basehttp 62923 6176419840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:41:41,788 basehttp 62923 6210072576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:41:42,607 basehttp 62923 6210072576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:41:42,627 basehttp 62923 6210072576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:41:42,629 basehttp 62923 6193246208 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:41:42,629 basehttp 62923 6176419840 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:41:42,629 basehttp 62923 6243725312 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:41:42,629 basehttp 62923 6226898944 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:41:42,637 basehttp 62923 6193246208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:41:42,653 basehttp 62923 6226898944 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:41:42,654 basehttp 62923 6243725312 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:41:42,654 basehttp 62923 6159593472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:41:42,655 basehttp 62923 6193246208 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:41:42,655 basehttp 62923 6176419840 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:41:42,656 basehttp 62923 6159593472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:41:42,658 basehttp 62923 6226898944 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:41:42,658 basehttp 62923 6176419840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:41:42,658 basehttp 62923 6243725312 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:41:42,658 basehttp 62923 6193246208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:41:42,660 basehttp 62923 6159593472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:41:42,660 basehttp 62923 6210072576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:41:42,662 basehttp 62923 6226898944 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:41:42,663 basehttp 62923 6176419840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:41:42,664 basehttp 62923 6243725312 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:41:42,665 basehttp 62923 6193246208 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:41:42,665 basehttp 62923 6159593472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:41:42,684 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:41:43,610 log 62923 6159593472 Not Found: /favicon.ico WARNING 2025-09-06 19:41:43,610 basehttp 62923 6159593472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:42:07,122 basehttp 62923 6159593472 "GET /en/blood-bank/requests/15/issue/ HTTP/1.1" 200 44297 INFO 2025-09-06 19:42:07,134 basehttp 62923 6159593472 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:42:07,134 basehttp 62923 6193246208 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-06 19:42:07,138 log 62923 6243725312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:42:07,138 basehttp 62923 6243725312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:42:07,204 basehttp 62923 6243725312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:43:02,125 basehttp 62923 6243725312 "GET /en/blood-bank/requests/15/issue/ HTTP/1.1" 200 44298 WARNING 2025-09-06 19:43:02,152 log 62923 6243725312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:43:02,152 basehttp 62923 6243725312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:43:02,191 basehttp 62923 6243725312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:43:14,691 basehttp 62923 6243725312 "GET /en/blood-bank/requests/15/issue/ HTTP/1.1" 200 44298 INFO 2025-09-06 19:43:14,701 basehttp 62923 6159593472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-06 19:43:14,702 basehttp 62923 6210072576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-06 19:43:14,703 basehttp 62923 6176419840 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-06 19:43:14,708 basehttp 62923 6226898944 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-06 19:43:14,710 basehttp 62923 6243725312 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-06 19:43:14,711 basehttp 62923 6176419840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-06 19:43:14,715 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:43:14,715 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:43:14,715 basehttp 62923 6226898944 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-06 19:43:14,718 basehttp 62923 6193246208 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-06 19:43:14,719 basehttp 62923 6210072576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-06 19:43:14,856 basehttp 62923 6210072576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-06 19:43:14,878 basehttp 62923 6210072576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-06 19:43:14,879 basehttp 62923 6176419840 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-06 19:43:14,879 basehttp 62923 6193246208 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-06 19:43:14,880 basehttp 62923 6159593472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-06 19:43:14,880 basehttp 62923 6226898944 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-06 19:43:14,882 basehttp 62923 6226898944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-06 19:43:14,882 basehttp 62923 6243725312 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-06 19:43:14,882 basehttp 62923 6176419840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-06 19:43:14,883 basehttp 62923 6159593472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-06 19:43:14,883 basehttp 62923 6193246208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-06 19:43:14,886 basehttp 62923 6243725312 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-06 19:43:14,886 basehttp 62923 6176419840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-06 19:43:14,886 basehttp 62923 6193246208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-06 19:43:14,887 basehttp 62923 6226898944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-06 19:43:14,887 basehttp 62923 6210072576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-06 19:43:14,887 basehttp 62923 6159593472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-06 19:43:14,888 basehttp 62923 6226898944 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-06 19:43:14,889 basehttp 62923 6159593472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-06 19:43:14,889 basehttp 62923 6210072576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-06 19:43:14,890 basehttp 62923 6226898944 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-06 19:43:14,891 basehttp 62923 6176419840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-06 19:43:14,891 basehttp 62923 6210072576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-06 19:43:14,892 basehttp 62923 6193246208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-06 19:43:14,894 basehttp 62923 6243725312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 19:43:14,998 log 62923 6243725312 Not Found: /favicon.ico WARNING 2025-09-06 19:43:14,998 basehttp 62923 6243725312 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-06 19:43:26,976 basehttp 62923 6243725312 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 INFO 2025-09-06 19:43:26,992 basehttp 62923 6193246208 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-06 19:43:26,992 basehttp 62923 6226898944 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-06 19:43:26,993 basehttp 62923 6243725312 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-06 19:43:26,993 basehttp 62923 6176419840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-06 19:43:26,998 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:43:26,998 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:43:26,998 basehttp 62923 6176419840 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-06 19:43:26,998 basehttp 62923 6243725312 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-06 19:44:27,096 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:44:27,147 basehttp 62923 6176419840 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:44:27,161 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:44:27,162 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:44:27,214 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:45:27,226 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:45:27,281 basehttp 62923 6176419840 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69125 WARNING 2025-09-06 19:45:27,296 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:45:27,296 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:45:27,348 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:46:13,992 basehttp 62923 6176419840 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69127 WARNING 2025-09-06 19:46:14,008 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:46:14,008 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:46:14,061 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:47:04,387 basehttp 62923 6176419840 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113405 INFO 2025-09-06 19:47:04,399 basehttp 62923 6226898944 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-06 19:47:04,399 basehttp 62923 6243725312 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-06 19:47:04,399 basehttp 62923 6193246208 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-06 19:47:04,399 basehttp 62923 6176419840 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-06 19:47:04,399 basehttp 62923 6210072576 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-06 19:47:04,401 basehttp 62923 6243725312 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-06 19:47:04,402 basehttp 62923 6210072576 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-06 19:47:04,402 basehttp 62923 6193246208 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-06 19:47:04,403 basehttp 62923 6176419840 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-06 19:47:04,405 basehttp 62923 6243725312 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-06 19:47:04,405 basehttp 62923 6193246208 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-06 19:47:04,406 basehttp 62923 6210072576 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-06 19:47:04,407 basehttp 62923 6159593472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 19:47:04,407 basehttp 62923 6193246208 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-06 19:47:04,408 basehttp 62923 6226898944 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-06 19:47:04,409 basehttp 62923 6176419840 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-06 19:47:04,412 basehttp 62923 6226898944 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-06 19:47:04,414 basehttp 62923 6176419840 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-06 19:47:04,422 basehttp 62923 6176419840 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-06 19:47:04,422 basehttp 62923 6176419840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-06 19:47:04,422 basehttp 62923 6226898944 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-06 19:47:04,423 basehttp 62923 6193246208 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-06 19:47:06,558 basehttp 62923 6193246208 "GET /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 200 128128 INFO 2025-09-06 19:47:06,577 basehttp 62923 6193246208 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-06 19:47:06,577 basehttp 62923 6243725312 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-06 19:47:06,578 basehttp 62923 6176419840 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-06 19:47:06,578 basehttp 62923 6210072576 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-06 19:47:06,578 basehttp 62923 6159593472 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-06 19:47:06,578 basehttp 62923 6210072576 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-06 19:47:06,580 basehttp 62923 6210072576 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-06 19:47:06,581 basehttp 62923 6210072576 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-06 19:47:06,582 basehttp 62923 6226898944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 19:47:06,583 basehttp 62923 6210072576 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-06 19:47:06,609 basehttp 62923 6226898944 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-06 19:47:06,609 basehttp 62923 6210072576 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-06 19:47:11,976 basehttp 62923 6210072576 "POST /en/admin/blood_bank/bloodrequest/40/change/ HTTP/1.1" 302 0 INFO 2025-09-06 19:47:12,013 basehttp 62923 6210072576 "GET /en/admin/blood_bank/bloodrequest/ HTTP/1.1" 200 113680 INFO 2025-09-06 19:47:12,028 basehttp 62923 6210072576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-06 19:47:12,036 basehttp 62923 6210072576 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-06 19:47:14,103 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:47:14,114 basehttp 62923 6226898944 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69127 WARNING 2025-09-06 19:47:14,125 log 62923 6226898944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:47:14,125 basehttp 62923 6226898944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:47:14,175 basehttp 62923 6226898944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:48:15,133 basehttp 62923 6226898944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:48:15,144 basehttp 62923 6210072576 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69127 WARNING 2025-09-06 19:48:15,156 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:48:15,157 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:48:15,218 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:48:37,932 basehttp 62923 6210072576 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69123 WARNING 2025-09-06 19:48:37,948 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:48:37,948 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:48:38,001 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:49:23,812 basehttp 62923 6210072576 "GET /en/blood-bank/requests/?page=2 HTTP/1.1" 200 69119 WARNING 2025-09-06 19:49:23,831 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:23,831 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:23,874 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:49:37,620 basehttp 62923 6210072576 "GET /en/blood-bank/requests/ HTTP/1.1" 200 94515 WARNING 2025-09-06 19:49:37,637 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:37,637 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:38,885 basehttp 62923 6210072576 "GET /en/blood-bank/ HTTP/1.1" 200 121063 WARNING 2025-09-06 19:49:38,905 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:38,905 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:45,653 basehttp 62923 6210072576 "GET /en/blood-bank/units/ HTTP/1.1" 200 88820 WARNING 2025-09-06 19:49:45,673 log 62923 6210072576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 19:49:45,673 basehttp 62923 6210072576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 19:49:45,735 basehttp 62923 6210072576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:50:53,650 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:51:54,644 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:52:55,646 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:54:25,871 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:57:18,309 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 19:58:19,303 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:32:39,307 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:02,490 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 20:43:02,491 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:02,492 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:02,506 basehttp 62923 6176419840 "GET /en/blood-bank/ HTTP/1.1" 200 121063 WARNING 2025-09-06 20:43:02,517 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:02,518 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:43:02,524 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:02,524 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:02,594 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:43:03,304 basehttp 62923 6176419840 "GET /en/inventory/stock/ HTTP/1.1" 200 134411 INFO 2025-09-06 20:43:03,318 basehttp 62923 6176419840 "GET /static/plugins/dropzone/src/options.js HTTP/1.1" 200 23721 WARNING 2025-09-06 20:43:03,321 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:03,321 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:04,834 basehttp 62923 6159593472 "GET / HTTP/1.1" 302 0 INFO 2025-09-06 20:43:04,854 basehttp 62923 6176419840 "GET /en/ HTTP/1.1" 200 49790 WARNING 2025-09-06 20:43:04,870 log 62923 6176419840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:04,871 basehttp 62923 6176419840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:04,922 basehttp 62923 6176419840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:43:04,932 basehttp 62923 6210072576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-06 20:43:04,935 basehttp 62923 6193246208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 20:43:04,948 basehttp 62923 6159593472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 20:43:20,053 basehttp 62923 6159593472 "GET /en/patients/register/ HTTP/1.1" 200 27711 WARNING 2025-09-06 20:43:20,075 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:20,075 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:20,113 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:35,146 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-06 20:43:35,146 basehttp 62923 6159593472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-06 20:43:35,146 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:43:35,177 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:35,182 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:36,812 basehttp 62923 6159593472 "GET /en/appointments/create/ HTTP/1.1" 200 36462 WARNING 2025-09-06 20:43:36,833 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:36,833 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:36,869 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:43:44,391 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:44,391 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:43:44,403 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:44,404 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:45,956 basehttp 62923 6159593472 "GET /en/ HTTP/1.1" 200 49790 WARNING 2025-09-06 20:43:45,970 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:45,970 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:46,043 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:43:46,047 basehttp 62923 6210072576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-06 20:43:46,047 basehttp 62923 6176419840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-06 20:43:46,049 basehttp 62923 6193246208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-06 20:43:51,723 basehttp 62923 6193246208 "GET /en/billing/bills/create/ HTTP/1.1" 200 109266 WARNING 2025-09-06 20:43:51,746 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:43:51,746 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:43:51,798 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:44:51,815 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:45:51,819 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:46:51,820 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:47:51,813 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:48:12,511 basehttp 62923 6193246208 "GET /en/billing/bills/create/ HTTP/1.1" 200 110464 WARNING 2025-09-06 20:48:12,528 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:48:12,529 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:48:12,588 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:48:33,842 basehttp 62923 6193246208 "GET /en/billing/bills/create/ HTTP/1.1" 200 110432 WARNING 2025-09-06 20:48:33,859 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:48:33,859 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:48:33,912 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:49:22,973 basehttp 62923 6193246208 "GET /en/billing/bills/ HTTP/1.1" 200 135104 WARNING 2025-09-06 20:49:22,996 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:49:22,996 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:49:23,028 basehttp 62923 6193246208 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-06 20:49:23,071 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:49:23,076 basehttp 62923 6159593472 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:50:23,072 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:50:23,075 basehttp 62923 6193246208 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:51:23,085 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:51:23,088 basehttp 62923 6159593472 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:51:33,802 basehttp 62923 6159593472 "GET /en/billing/bills/ HTTP/1.1" 200 101540 WARNING 2025-09-06 20:51:33,820 log 62923 6159593472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:51:33,820 basehttp 62923 6159593472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:51:33,880 basehttp 62923 6159593472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:51:33,884 basehttp 62923 6193246208 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 ERROR 2025-09-06 20:51:54,500 log 62923 6193246208 Internal Server Error: /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('23e89bd9-30d2-4da2-accd-8579ce105ca3'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-06 20:51:54,501 basehttp 62923 6193246208 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 500 201537 WARNING 2025-09-06 20:51:54,519 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:51:54,519 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:52:38,832 basehttp 62923 6193246208 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40744 WARNING 2025-09-06 20:52:38,849 log 62923 6193246208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:52:38,849 basehttp 62923 6193246208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:52:38,891 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:38,899 basehttp 62923 6193246208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:44,589 autoreload 62923 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-06 20:53:45,035 autoreload 75155 8747049152 Watching for file changes with StatReloader INFO 2025-09-06 20:53:45,500 basehttp 75155 6163345408 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40777 WARNING 2025-09-06 20:53:45,518 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:45,519 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:45,565 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:53:48,154 log 75155 6196998144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:48,155 basehttp 75155 6196998144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:48,160 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:48,164 basehttp 75155 6180171776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 WARNING 2025-09-06 20:53:48,190 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:48,190 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:48,846 basehttp 75155 6180171776 "GET /en/billing/bills/ HTTP/1.1" 200 101540 WARNING 2025-09-06 20:53:48,861 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:48,861 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:48,924 basehttp 75155 6180171776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:48,927 basehttp 75155 6163345408 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:53:50,969 basehttp 75155 6163345408 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/ HTTP/1.1" 200 40777 WARNING 2025-09-06 20:53:50,995 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:50,995 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:51,034 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:53:55,492 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:55,493 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:53:55,504 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:55,504 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:59,272 basehttp 75155 6163345408 "GET /en/billing/bills/ HTTP/1.1" 200 101540 WARNING 2025-09-06 20:53:59,288 log 75155 6163345408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:53:59,288 basehttp 75155 6163345408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:53:59,349 basehttp 75155 6163345408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 20:53:59,351 basehttp 75155 6180171776 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 20:54:03,209 basehttp 75155 6180171776 "GET /en/billing/bills/a668a9c6-ab05-40eb-96f3-5c56e1efc6d9/edit/ HTTP/1.1" 200 110457 WARNING 2025-09-06 20:54:03,231 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:03,231 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:54:03,275 basehttp 75155 6180171776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 20:54:08,801 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:08,801 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 20:54:08,833 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:08,833 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:54:14,430 log 75155 6180171776 Internal Server Error: /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 20:54:14,431 basehttp 75155 6180171776 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 500 194361 WARNING 2025-09-06 20:54:14,448 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:54:14,448 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:55:26,412 basehttp 75155 6180171776 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 200 38565 WARNING 2025-09-06 20:55:26,428 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:55:26,428 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:55:26,471 basehttp 75155 6180171776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-06 20:55:32,484 log 75155 6180171776 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 396, in get_context_data context['status_updates'] = claim.claimstatusupdate_set.all().order_by('-update_date') ^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'InsuranceClaim' object has no attribute 'claimstatusupdate_set' ERROR 2025-09-06 20:55:32,488 basehttp 75155 6180171776 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 87057 WARNING 2025-09-06 20:55:32,505 log 75155 6180171776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:55:32,505 basehttp 75155 6180171776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 20:58:35,611 autoreload 75155 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-06 20:58:36,030 autoreload 77344 8747049152 Watching for file changes with StatReloader ERROR 2025-09-06 20:58:37,142 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 20:58:37,144 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176843 WARNING 2025-09-06 20:58:37,155 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:58:37,155 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:58:38,805 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 20:58:38,806 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176843 WARNING 2025-09-06 20:58:38,822 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:58:38,822 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:59:09,893 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_download' not found. 'claim_download' is not a valid view function or pattern name. ERROR 2025-09-06 20:59:09,894 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176762 WARNING 2025-09-06 20:59:09,908 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:59:09,908 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:59:38,455 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_download' not found. 'claim_download' is not a valid view function or pattern name. ERROR 2025-09-06 20:59:38,456 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176671 WARNING 2025-09-06 20:59:38,469 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:59:38,469 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 20:59:50,130 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_status_check' not found. 'claim_status_check' is not a valid view function or pattern name. ERROR 2025-09-06 20:59:50,131 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 190725 WARNING 2025-09-06 20:59:50,143 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 20:59:50,143 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:01,988 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_status_check' not found. 'claim_status_check' is not a valid view function or pattern name. ERROR 2025-09-06 21:00:01,989 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 191087 WARNING 2025-09-06 21:00:02,004 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:02,004 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:16,339 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-06 21:00:16,340 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176728 WARNING 2025-09-06 21:00:16,353 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:16,353 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:27,731 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_download' not found. 'claim_download' is not a valid view function or pattern name. ERROR 2025-09-06 21:00:27,732 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 176265 WARNING 2025-09-06 21:00:27,745 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:27,745 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-06 21:00:39,384 log 77344 6157611008 Internal Server Error: /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaultfilters.py", line 784, in date return formats.date_format(value, arg) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/formats.py", line 155, in date_format return dateformat.format( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 325, in format return df.format(format_string) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 45, in format raise TypeError( TypeError: The format for date objects may not contain time-related format specifiers (found 'g'). ERROR 2025-09-06 21:00:39,385 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 500 198633 WARNING 2025-09-06 21:00:39,399 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:00:39,399 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:06,361 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37484 WARNING 2025-09-06 21:01:06,378 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:06,378 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:06,451 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:01:27,610 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:01:27,612 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:27,612 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:01:27,627 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:27,627 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:31,347 basehttp 77344 6174437376 "GET /en/billing/payments/create/?bill=49ecf1c4-8024-4107-ad14-0d46cf66fe79 HTTP/1.1" 200 42101 WARNING 2025-09-06 21:01:31,368 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:01:31,368 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:01:31,438 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:02:31,455 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:03:31,438 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:04:31,453 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:05:20,613 basehttp 77344 6174437376 "GET /en/billing/payments/create/?bill=49ecf1c4-8024-4107-ad14-0d46cf66fe79 HTTP/1.1" 200 42101 WARNING 2025-09-06 21:05:20,633 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:20,633 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:05:20,698 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:05:22,185 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:05:22,187 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:22,187 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:05:22,200 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:22,200 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:05:22,728 basehttp 77344 6157611008 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 200 38565 WARNING 2025-09-06 21:05:22,744 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:05:22,744 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:05:22,787 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:06:22,791 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:07:22,802 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:07:53,414 basehttp 77344 6157611008 "GET /en/billing/payments/create/?bill=49ecf1c4-8024-4107-ad14-0d46cf66fe79 HTTP/1.1" 200 42101 WARNING 2025-09-06 21:07:53,429 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:07:53,430 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:07:53,475 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:07:59,928 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:07:59,928 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:07:59,941 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:07:59,941 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:08:22,808 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:08:23,620 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37650 WARNING 2025-09-06 21:08:23,640 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:23,640 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:08:23,683 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:08:27,797 basehttp 77344 6157611008 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37650 WARNING 2025-09-06 21:08:27,815 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:27,816 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:08:27,853 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-06 21:08:35,506 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:35,506 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:08:35,518 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:35,518 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-06 21:08:35,894 log 77344 6157611008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-06 21:08:35,894 basehttp 77344 6157611008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-06 21:09:35,940 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:09:35,945 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:10:35,950 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:10:35,952 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:11:35,955 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:11:35,958 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:12:35,949 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:12:35,952 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:13:35,952 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:13:35,955 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:14:35,958 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:14:35,961 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:15:35,955 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:15:35,958 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:16:35,958 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:16:35,961 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:17:35,967 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:17:35,970 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:18:35,945 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:18:35,948 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:19:36,239 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:19:36,243 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:20:38,239 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:20:38,242 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:23:50,004 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:23:50,007 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:25:50,011 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:25:50,015 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:28:17,699 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:28:17,702 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:30:17,696 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:30:17,699 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:32:41,898 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:32:41,901 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:39:08,829 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:39:08,832 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:41:08,820 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:41:08,823 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:43:08,820 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:43:08,823 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:45:08,818 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:45:08,821 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:47:08,816 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:47:08,818 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:49:08,818 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:49:08,821 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:51:08,825 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:51:08,826 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:53:08,800 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:53:08,803 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:55:08,848 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:55:08,851 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:57:08,855 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:57:08,858 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 21:59:08,851 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 21:59:08,854 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:01:08,861 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:01:08,863 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:03:08,853 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:03:08,856 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:05:08,854 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:05:08,858 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:07:08,851 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:07:08,854 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:09:08,854 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:09:08,856 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:11:08,846 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:11:08,849 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:13:08,851 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:13:08,853 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:15:08,843 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:15:08,846 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:17:08,843 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:17:08,846 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:19:08,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:19:08,844 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:21:08,834 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:21:08,837 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:23:08,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:23:08,841 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:25:08,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:25:08,844 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:27:08,813 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:27:08,815 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:29:08,814 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:29:08,817 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:31:08,811 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:31:08,814 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:33:08,813 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:33:08,815 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:35:08,814 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:35:08,816 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:37:08,809 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:37:08,813 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:39:08,809 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:39:08,812 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:42:34,941 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:42:34,943 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:49:25,788 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:49:25,791 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:51:25,783 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:51:25,786 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:53:25,764 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:53:25,765 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:55:25,774 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:55:25,777 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:57:25,908 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:57:25,911 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 22:58:25,919 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 22:58:25,923 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:00:25,913 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:00:25,915 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:01:25,923 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:01:25,927 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:03:25,907 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:03:25,910 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:05:25,897 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:05:25,899 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:07:25,909 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:07:25,913 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:09:25,909 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:09:25,912 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:11:25,910 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:11:25,914 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:13:25,903 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:13:25,907 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:15:25,904 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:15:25,907 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:17:25,926 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:17:25,929 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:19:25,904 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:19:25,908 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:21:25,922 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:21:25,925 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:23:25,908 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:23:25,911 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:25:25,916 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:25:25,919 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:27:25,908 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:27:25,913 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:29:25,892 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:29:25,895 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:31:25,898 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:31:25,901 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:33:25,895 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:33:25,898 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:35:25,875 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:35:25,878 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:37:25,891 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:37:25,895 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:39:25,895 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:39:25,898 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:41:25,896 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:41:25,899 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:43:25,900 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:43:25,903 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:45:25,898 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:45:25,901 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:47:25,900 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:47:25,903 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:49:25,909 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:49:25,912 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-06 23:54:06,595 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-06 23:54:06,598 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:05:11,486 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:05:11,489 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:07:31,248 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:07:31,251 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:18:38,689 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:18:38,693 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:23:25,721 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:23:25,724 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:35:15,078 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:35:15,082 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:37:15,065 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:37:15,068 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:39:15,064 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:39:15,067 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:41:15,061 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:41:15,064 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:43:15,064 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:43:15,066 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:45:15,057 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:45:15,060 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:47:15,054 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:47:15,057 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:49:15,100 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:49:15,103 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:51:15,085 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:51:15,087 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:53:15,096 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:53:15,098 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:55:15,098 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:55:15,102 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:57:15,098 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:57:15,100 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 00:59:15,096 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 00:59:15,099 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:01:15,094 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:01:15,098 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:03:15,116 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:03:15,120 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:05:15,126 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:05:15,129 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:07:15,124 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:07:15,127 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:09:15,127 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:09:15,129 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:11:15,110 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:11:15,112 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:13:15,117 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:13:15,119 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:15:15,120 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:15:15,122 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:17:15,119 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:17:15,121 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:19:15,107 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:19:15,110 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:21:15,118 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:21:15,121 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:23:15,117 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:23:15,120 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:25:15,125 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:25:15,128 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:27:15,113 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:27:15,116 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:29:15,122 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:29:15,124 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:31:15,115 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:31:15,118 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:33:15,196 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:33:15,199 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:35:15,204 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:35:15,207 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:47:32,334 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:47:32,337 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 01:57:14,127 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 01:57:14,130 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:04:09,538 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:04:09,542 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:06:09,532 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:06:09,535 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:08:09,538 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:08:09,540 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:10:09,524 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:10:09,526 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:12:09,536 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:12:09,539 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:14:09,539 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:14:09,543 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:16:09,546 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:16:09,549 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:18:09,560 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:18:09,563 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:20:09,576 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:20:09,578 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:22:09,565 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:22:09,568 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:23:09,591 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:23:09,594 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:25:09,570 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:25:09,572 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:27:09,581 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:27:09,585 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:29:09,599 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:29:09,602 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:31:09,604 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:31:09,607 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:33:09,580 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:33:09,583 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:35:09,577 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:35:09,580 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:37:09,572 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:37:09,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:39:09,562 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:39:09,564 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:41:09,587 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:41:09,590 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:43:09,585 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:43:09,589 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:45:09,593 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:45:09,596 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:47:09,580 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:47:09,583 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:49:09,582 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:49:09,590 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:51:09,589 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:51:09,592 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:53:09,587 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:53:09,590 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:55:09,578 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:55:09,581 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:57:09,596 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:57:09,600 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 02:59:09,587 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 02:59:09,590 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4938 INFO 2025-09-07 03:01:09,592 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:01:09,596 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:03:09,609 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:03:09,612 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:18:53,235 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:18:53,238 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:20:53,003 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:20:53,007 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:22:52,994 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:22:52,997 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:24:52,996 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:24:52,999 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:26:52,998 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:26:53,001 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:28:52,999 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:28:53,002 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:30:53,015 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:30:53,018 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:32:53,011 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:32:53,015 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:34:52,851 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:34:52,854 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:36:52,849 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:36:52,852 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:38:52,848 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:38:52,851 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:40:52,845 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:40:52,848 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:42:52,858 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:42:52,861 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:44:52,844 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:44:52,847 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:46:52,845 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:46:52,847 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:48:52,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:48:52,844 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:50:52,847 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:50:52,850 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:52:52,839 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:52:52,845 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:54:52,845 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:54:52,848 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:56:52,852 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:56:52,855 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 03:58:52,844 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 03:58:52,847 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:00:52,843 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:00:52,845 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:02:52,842 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:02:52,845 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:04:52,855 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:04:52,858 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:06:52,858 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:06:52,861 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:08:52,847 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:08:52,850 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:10:52,846 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:10:52,849 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:12:52,845 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:12:52,849 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:14:52,844 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:14:52,847 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:16:52,851 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:16:52,854 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:18:52,841 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:18:52,843 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:27:01,087 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:27:01,090 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:30:06,007 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:30:06,010 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:45:08,671 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:45:08,674 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:46:08,658 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:47:08,668 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:48:08,647 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:49:08,665 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:50:08,655 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:51:08,672 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:52:08,658 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:53:08,660 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:54:08,641 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:55:08,659 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:56:08,659 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:57:08,646 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 04:58:08,641 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 04:59:08,640 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:00:08,644 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:01:08,639 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:02:08,674 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:03:08,634 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:04:08,637 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:05:08,632 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:06:08,645 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:07:08,641 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:08:08,627 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:09:08,643 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:10:08,646 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:11:08,624 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:12:08,627 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:13:08,645 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:14:08,627 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:15:08,630 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:16:08,632 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:17:08,663 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:18:08,638 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:19:08,628 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:20:08,638 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:21:08,649 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:22:08,631 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:23:08,635 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:24:08,637 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:25:08,624 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:26:08,621 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:27:08,627 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:28:08,661 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:28:08,664 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:30:08,620 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:30:08,622 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:31:08,737 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:32:08,740 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:33:08,735 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:34:08,753 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:35:08,751 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:36:08,739 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:37:08,741 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:38:08,756 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:39:08,748 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:40:08,756 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:41:08,739 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:42:08,746 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:43:08,753 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:44:08,741 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:45:08,754 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:48:49,254 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:51:47,792 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:56:57,168 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:57:57,160 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 05:58:57,173 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 05:59:57,161 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:00:57,166 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:01:57,162 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:02:57,164 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:03:57,148 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:04:57,152 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:05:57,149 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:06:57,148 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:07:57,147 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:08:57,151 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:09:57,151 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:10:57,151 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:11:57,147 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:12:57,150 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:13:57,149 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:14:57,149 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:15:57,139 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:16:57,153 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:17:57,147 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:18:57,160 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:19:57,165 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:20:57,163 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:21:57,158 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:22:57,161 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:23:57,160 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:24:57,170 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:25:57,158 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:26:57,162 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:27:57,160 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:28:57,152 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:29:57,168 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:30:57,148 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:31:57,158 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:32:57,162 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:33:57,170 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:34:57,172 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:35:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:36:57,172 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:37:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:38:57,171 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:39:57,179 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:40:57,175 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:41:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:42:57,175 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:43:57,163 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:44:57,171 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:45:57,172 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:46:57,177 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:47:57,174 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:48:57,302 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:49:57,308 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:50:57,305 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:51:57,303 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:52:57,307 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:53:57,308 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 06:54:57,308 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 06:55:57,308 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:00:31,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:04:05,986 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:07:02,629 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:10:49,009 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:11:48,997 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:12:49,000 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:13:49,030 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:13:49,030 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:15:48,889 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:15:48,893 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:17:48,887 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:17:48,889 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:19:48,882 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:19:48,884 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:20:48,897 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:20:48,900 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:22:48,882 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:22:48,884 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:24:48,877 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:24:48,879 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:26:48,890 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:26:48,893 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:28:48,885 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:28:48,889 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:30:48,884 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:30:48,888 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:32:48,916 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:32:48,918 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:34:48,892 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:34:48,894 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:36:48,888 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:36:48,891 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:38:48,891 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:38:48,895 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:40:48,889 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:40:48,892 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:42:48,882 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:42:48,885 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:44:48,900 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:44:48,903 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:46:48,771 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:46:48,774 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:48:48,772 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:48:48,773 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:50:48,784 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:50:48,785 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:52:48,777 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:52:48,780 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:53:48,801 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:53:48,803 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:55:48,784 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:55:48,787 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:57:48,761 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:57:48,764 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 07:59:48,762 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 07:59:48,765 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:01:48,761 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:01:48,764 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:03:48,754 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:03:48,756 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:05:48,760 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:05:48,763 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:07:48,749 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:07:48,751 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:08:48,741 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:08:48,743 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:10:48,745 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:10:48,747 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:14:35,707 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:14:35,710 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:22:57,062 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:22:57,065 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:24:57,051 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:24:57,055 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:26:57,052 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:26:57,055 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:28:57,050 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:28:57,053 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:30:57,047 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:30:57,050 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:36:20,741 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:36:20,744 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:38:20,730 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:38:20,733 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:40:20,727 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:40:20,730 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:42:20,735 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:42:20,738 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:44:20,723 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:44:20,726 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:46:20,729 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:46:20,733 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:48:20,725 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:48:20,729 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:50:20,833 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:50:20,836 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:52:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:52:20,839 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:54:20,821 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:54:20,823 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:56:20,846 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:56:20,848 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 08:58:20,838 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 08:58:20,843 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:00:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:00:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:02:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:02:20,839 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:04:20,836 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:04:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:06:20,831 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:06:20,834 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:08:20,841 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:08:20,845 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:10:20,835 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:10:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:12:20,835 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:12:20,838 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:14:20,871 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:14:20,873 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:16:20,815 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:16:20,817 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:18:20,843 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:18:20,846 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:20:20,933 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:20:20,935 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:22:20,970 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:22:20,972 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:24:20,938 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:24:20,941 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:26:20,941 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:26:20,944 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:28:20,955 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:28:20,959 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:30:20,943 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:30:20,945 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:32:20,947 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:32:20,950 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:34:20,950 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:34:20,952 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:43:12,980 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:43:12,985 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:44:12,941 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:44:12,943 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:45:12,948 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:45:12,951 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:46:12,953 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:46:12,956 basehttp 77344 6174437376 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:47:13,815 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:47:13,817 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:52:52,859 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:52:52,861 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:57:54,394 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:57:54,397 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 09:59:54,393 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 09:59:54,396 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:08:09,558 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:08:09,561 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:10:09,559 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:10:09,562 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:12:09,559 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:12:09,562 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:14:09,566 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:14:09,569 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:16:09,571 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:16:09,573 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:18:09,578 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:18:09,582 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:20:09,568 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:20:09,570 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:22:09,571 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:22:09,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:24:09,572 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:24:09,574 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:26:09,567 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:26:09,569 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:28:09,574 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:28:09,577 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:30:09,584 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:30:09,587 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:32:09,578 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:32:09,581 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:34:09,563 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:34:09,574 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:36:09,576 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:36:09,580 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:38:09,576 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:38:09,579 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:40:09,628 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:40:09,631 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:42:09,622 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:42:09,624 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:44:09,630 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:44:09,633 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:46:09,633 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:46:09,636 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:48:09,629 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:48:09,632 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:50:09,638 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:50:09,640 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:52:09,641 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:52:09,644 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:54:09,638 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:54:09,640 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:56:09,641 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:56:09,643 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 10:58:09,649 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 10:58:09,652 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:00:09,659 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:00:09,662 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:02:09,646 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:02:09,650 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:04:09,654 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:04:09,657 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:06:09,661 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:06:09,664 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:08:09,654 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:08:09,657 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:18:47,301 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:18:47,303 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:26:17,718 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:26:17,721 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:33:46,852 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:33:46,854 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:46:00,804 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:46:00,806 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:48:00,816 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:48:00,818 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:50:00,816 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:50:00,818 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:52:00,817 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:52:00,819 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:54:00,814 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:54:00,817 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:56:00,825 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:56:00,827 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 11:58:00,832 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 11:58:00,835 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:00:00,834 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:00:00,837 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:02:00,850 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:02:00,853 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:04:00,853 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:04:00,856 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:06:00,860 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:06:00,863 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:08:00,856 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:08:00,859 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:10:00,855 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:10:00,858 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:29:03,105 basehttp 77344 6157611008 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 INFO 2025-09-07 12:29:03,107 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 12:29:05,278 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:05,278 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:29:06,347 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:06,347 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:29:07,590 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:07,591 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:29:07,602 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:29:07,602 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:30:05,385 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:31:05,382 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:32:05,383 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:33:05,384 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:34:05,402 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:34:22,538 basehttp 77344 6174437376 "GET /en/billing/bills/create/ HTTP/1.1" 200 126347 WARNING 2025-09-07 12:34:22,558 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:34:22,558 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:34:22,607 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:35:22,623 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 12:35:40,628 log 77344 6208090112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:40,629 basehttp 77344 6208090112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:35:40,632 basehttp 77344 6157611008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:35:40,635 basehttp 77344 6191263744 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 12:35:40,638 basehttp 77344 6174437376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-07 12:35:40,641 log 77344 6208090112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:40,641 basehttp 77344 6208090112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:35:46,410 basehttp 77344 6208090112 "GET /en/billing HTTP/1.1" 301 0 INFO 2025-09-07 12:35:46,434 basehttp 77344 6174437376 "GET /en/billing/ HTTP/1.1" 200 47086 WARNING 2025-09-07 12:35:46,448 log 77344 6174437376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:46,449 basehttp 77344 6174437376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:35:46,477 basehttp 77344 6174437376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:35:46,480 basehttp 77344 6191263744 "GET /en/billing/htmx/stats/ HTTP/1.1" 200 4943 ERROR 2025-09-07 12:35:53,457 log 77344 6191263744 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:35:53,458 basehttp 77344 6191263744 "GET /en/billing/claims/ HTTP/1.1" 500 207751 WARNING 2025-09-07 12:35:53,477 log 77344 6191263744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:35:53,477 basehttp 77344 6191263744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:39:36,305 autoreload 77344 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:39:36,788 autoreload 97928 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 12:40:53,033 autoreload 97928 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:40:53,426 autoreload 98481 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 12:40:54,795 log 98481 6134345728 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_claims' not found. 'export_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:40:54,797 basehttp 98481 6134345728 "GET /en/billing/claims/ HTTP/1.1" 500 207888 WARNING 2025-09-07 12:40:54,809 log 98481 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:40:54,809 basehttp 98481 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:44:58,267 autoreload 98481 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:44:58,602 autoreload 826 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 12:45:22,581 autoreload 826 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 12:45:22,898 autoreload 1126 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 12:45:24,934 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'batch_submit_claims' not found. 'batch_submit_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:45:24,936 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 207934 WARNING 2025-09-07 12:45:24,952 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:45:24,952 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 12:45:46,751 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_stats' not found. 'claim_stats' is not a valid view function or pattern name. ERROR 2025-09-07 12:45:46,753 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 207076 WARNING 2025-09-07 12:45:46,769 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:45:46,770 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 12:46:13,557 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_print' not found. 'claim_print' is not a valid view function or pattern name. ERROR 2025-09-07 12:46:13,558 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 236107 WARNING 2025-09-07 12:46:13,574 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:46:13,574 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 12:46:55,322 log 1126 6129577984 Internal Server Error: /en/billing/claims/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bulk_submit_claims' not found. 'bulk_submit_claims' is not a valid view function or pattern name. ERROR 2025-09-07 12:46:55,324 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 500 211156 WARNING 2025-09-07 12:46:55,339 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:46:55,339 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:47:18,798 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 200 144975 WARNING 2025-09-07 12:47:18,815 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:47:18,815 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:47:18,892 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:48:05,593 basehttp 1126 6129577984 "GET /en/billing/claims/ HTTP/1.1" 200 145155 WARNING 2025-09-07 12:48:05,607 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:05,608 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:48:05,660 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:48:17,864 basehttp 1126 6129577984 "GET /en/billing/claims/172084ad-de1a-44f4-b67d-f89f27dca7dc/ HTTP/1.1" 200 37650 WARNING 2025-09-07 12:48:17,881 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:17,882 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:48:17,924 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 12:48:28,251 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:28,251 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:48:28,285 log 1126 6129577984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:48:28,286 basehttp 1126 6129577984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:49:05,672 basehttp 1126 6129577984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 12:49:20,467 autoreload 1126 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 12:49:20,872 autoreload 2864 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 12:49:21,914 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:21,914 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 12:49:21,927 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:21,927 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:49:22,778 basehttp 2864 6203011072 "GET /en/billing/claims/ HTTP/1.1" 200 145155 WARNING 2025-09-07 12:49:22,799 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:22,799 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 12:49:22,857 basehttp 2864 6203011072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 12:49:24,049 log 2864 6203011072 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' not found. 'bill_details_api' is not a valid view function or pattern name. ERROR 2025-09-07 12:49:24,051 basehttp 2864 6203011072 "GET /en/billing/claims/create/ HTTP/1.1" 500 194122 WARNING 2025-09-07 12:49:24,068 log 2864 6203011072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 12:49:24,068 basehttp 2864 6203011072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:02:57,501 autoreload 2864 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:02:58,023 autoreload 5063 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:07:44,147 autoreload 5063 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:07:44,460 autoreload 7139 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:07:46,904 log 7139 6202322944 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with no arguments not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:07:46,906 basehttp 7139 6202322944 "GET /en/billing/claims/create/ HTTP/1.1" 500 196668 WARNING 2025-09-07 14:07:46,924 log 7139 6202322944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:07:46,924 basehttp 7139 6202322944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:09:34,737 log 7139 6202322944 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '('',)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:09:34,739 basehttp 7139 6202322944 "GET /en/billing/claims/create/ HTTP/1.1" 500 198113 WARNING 2025-09-07 14:09:34,753 log 7139 6202322944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:09:34,753 basehttp 7139 6202322944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:10:56,880 log 7139 6202322944 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:10:56,881 basehttp 7139 6202322944 "GET /en/billing/claims/create/ HTTP/1.1" 500 198003 WARNING 2025-09-07 14:10:56,895 log 7139 6202322944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:10:56,895 basehttp 7139 6202322944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:11:45,306 autoreload 7139 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:11:45,662 autoreload 8942 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:11:47,998 log 8942 6157873152 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:11:48,000 basehttp 8942 6157873152 "GET /en/billing/claims/create/ HTTP/1.1" 500 198003 WARNING 2025-09-07 14:11:48,016 log 8942 6157873152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:11:48,016 basehttp 8942 6157873152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:13:51,092 log 8942 6157873152 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_details_api' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-07 14:13:51,093 basehttp 8942 6157873152 "GET /en/billing/claims/create/ HTTP/1.1" 500 198021 WARNING 2025-09-07 14:13:51,107 log 8942 6157873152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:13:51,107 basehttp 8942 6157873152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:17:09,213 autoreload 8942 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:17:09,525 autoreload 11319 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:17:35,604 autoreload 11319 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:17:35,925 autoreload 11481 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:18:02,757 log 11481 6171029504 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_details_api' not found. 'insurance_details_api' is not a valid view function or pattern name. ERROR 2025-09-07 14:18:02,758 basehttp 11481 6171029504 "GET /en/billing/claims/create/ HTTP/1.1" 500 194751 WARNING 2025-09-07 14:18:02,776 log 11481 6171029504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:18:02,776 basehttp 11481 6171029504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:21:36,134 autoreload 11481 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:21:36,450 autoreload 13311 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:30:21,471 autoreload 13311 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-07 14:30:21,814 autoreload 17159 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:30:22,942 log 17159 6201470976 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_line_items_api' not found. 'bill_line_items_api' is not a valid view function or pattern name. ERROR 2025-09-07 14:30:22,944 basehttp 17159 6201470976 "GET /en/billing/claims/create/ HTTP/1.1" 500 194905 WARNING 2025-09-07 14:30:22,954 log 17159 6201470976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:30:22,954 basehttp 17159 6201470976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:32:17,361 autoreload 17159 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-07 14:32:17,711 autoreload 18042 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:33:39,885 autoreload 18042 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-07 14:33:40,189 autoreload 18669 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 14:33:48,303 log 18669 6198521856 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'bill_line_items_api' with no arguments not found. 1 pattern(s) tried: ['en/billing/bills/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/line\\-items\\Z'] ERROR 2025-09-07 14:33:48,304 basehttp 18669 6198521856 "GET /en/billing/claims/create/ HTTP/1.1" 500 197447 WARNING 2025-09-07 14:33:48,321 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:33:48,321 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 14:35:02,948 log 18669 6198521856 Internal Server Error: /en/billing/claims/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_preview' not found. 'claim_preview' is not a valid view function or pattern name. ERROR 2025-09-07 14:35:02,949 basehttp 18669 6198521856 "GET /en/billing/claims/create/ HTTP/1.1" 500 194951 WARNING 2025-09-07 14:35:02,965 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:35:02,965 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:35:25,061 basehttp 18669 6198521856 "GET /en/billing/claims/create/ HTTP/1.1" 200 66340 WARNING 2025-09-07 14:35:25,077 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:35:25,077 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:35:25,140 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:36:20,079 basehttp 18669 6198521856 "GET /en/billing/bills/49ecf1c4-8024-4107-ad14-0d46cf66fe79/ HTTP/1.1" 200 38565 INFO 2025-09-07 14:36:25,152 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:37:08,113 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:08,113 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:37:30,410 basehttp 18669 6198521856 "GET /en/billing/claims/ HTTP/1.1" 200 147205 WARNING 2025-09-07 14:37:30,426 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:30,426 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:37:30,474 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:37:39,286 basehttp 18669 6198521856 "GET /en/billing/claims/ HTTP/1.1" 200 147205 WARNING 2025-09-07 14:37:39,304 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:39,305 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:37:39,357 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 14:37:40,782 log 18669 6198521856 Internal Server Error: /en/billing/claims/5237a09c-9179-4f06-a247-65ce91213492/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_appeal' not found. 'claim_appeal' is not a valid view function or pattern name. ERROR 2025-09-07 14:37:40,784 basehttp 18669 6198521856 "GET /en/billing/claims/5237a09c-9179-4f06-a247-65ce91213492/ HTTP/1.1" 500 191204 WARNING 2025-09-07 14:37:40,802 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:37:40,802 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:41:07,375 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:41:07,377 log 18669 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:07,377 basehttp 18669 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:41:07,390 log 18669 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:07,391 basehttp 18669 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:41:11,966 basehttp 18669 6215348224 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-07 14:41:12,005 basehttp 18669 6198521856 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 14:41:12,022 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:12,022 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:41:12,038 basehttp 18669 6198521856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 14:41:32,945 log 18669 6198521856 Internal Server Error: /en/hr/departments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: hr/department_list.html, hr/department_list.html ERROR 2025-09-07 14:41:32,946 basehttp 18669 6198521856 "GET /en/hr/departments/ HTTP/1.1" 500 86314 WARNING 2025-09-07 14:41:32,965 log 18669 6198521856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:41:32,966 basehttp 18669 6198521856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:44:30,725 autoreload 18669 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 14:44:31,100 autoreload 23535 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 14:48:28,470 basehttp 23535 6201683968 "GET /en/hr/departments/ HTTP/1.1" 200 125426 INFO 2025-09-07 14:48:28,486 basehttp 23535 6218510336 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-09-07 14:48:28,488 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:48:28,488 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:48:28,490 basehttp 23535 6218510336 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-07 14:48:28,492 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-07 14:48:28,492 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-07 14:48:28,492 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-07 14:48:28,498 basehttp 23535 6268989440 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-07 14:48:28,504 basehttp 23535 6218510336 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-07 14:48:28,505 basehttp 23535 6285815808 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-07 14:48:28,604 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:48:28,606 basehttp 23535 6285815808 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-09-07 14:48:47,353 basehttp 23535 6285815808 "GET /en/hr/departments/create/ HTTP/1.1" 200 41288 WARNING 2025-09-07 14:48:47,364 basehttp 23535 6285815808 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 14:48:47,373 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:48:47,373 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:48:47,444 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:49:02,684 basehttp 23535 6218510336 "GET /en/hr/departments/ HTTP/1.1" 200 125426 WARNING 2025-09-07 14:49:02,703 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:49:02,703 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:49:02,798 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:49:04,753 basehttp 23535 6218510336 "GET /en/hr/departments/12/ HTTP/1.1" 200 35129 WARNING 2025-09-07 14:49:04,775 basehttp 23535 6218510336 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 14:49:04,775 basehttp 23535 6268989440 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:49:04,775 basehttp 23535 6235336704 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 14:49:04,781 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:49:04,781 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:49:04,825 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:49:56,931 basehttp 23535 6252163072 "GET /en/hr/departments/12/update/ HTTP/1.1" 200 41458 WARNING 2025-09-07 14:49:56,950 basehttp 23535 6201683968 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 14:49:56,954 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:49:56,954 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:49:57,005 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:03,717 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 14:50:03,721 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:03,721 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:03,732 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:03,732 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:04,847 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:10,725 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 14:50:10,725 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:10,725 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:10,741 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:10,741 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:13,335 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:13,338 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:13,340 basehttp 23535 6252163072 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 14:50:13,340 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:13,352 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:13,352 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:14,669 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:14,669 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:14,671 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:14,684 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:14,684 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:17,041 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:17,042 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:17,044 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:17,051 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:17,051 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:17,057 basehttp 23535 6218510336 "GET /en/hr/htmx/stats/ HTTP/1.1" 200 4459 INFO 2025-09-07 14:50:18,074 basehttp 23535 6218510336 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 14:50:18,091 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:18,091 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:18,143 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:50:19,416 basehttp 23535 6218510336 "GET /en/hr/employees/ HTTP/1.1" 200 130495 WARNING 2025-09-07 14:50:19,439 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:19,439 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:19,483 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:50:32,151 basehttp 23535 6218510336 "GET /en/hr/employees/56/ HTTP/1.1" 200 34482 WARNING 2025-09-07 14:50:32,175 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:32,175 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:32,215 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:50:39,307 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:39,307 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:39,323 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:39,323 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:40,377 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:40,377 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:40,389 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:40,389 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:41,063 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:41,063 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:41,949 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:41,949 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 14:50:42,797 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:42,797 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:55,783 basehttp 23535 6218510336 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 14:50:55,805 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:55,805 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:55,822 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:50:59,805 basehttp 23535 6218510336 "GET /en/hr/schedules/ HTTP/1.1" 200 121762 WARNING 2025-09-07 14:50:59,829 basehttp 23535 6201683968 "GET /static/plugins/fullcalendar/main.min.css HTTP/1.1" 404 2026 WARNING 2025-09-07 14:50:59,831 basehttp 23535 6252163072 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:50:59,831 basehttp 23535 6235336704 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:50:59,840 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:50:59,840 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:50:59,883 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:51:59,904 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:52:59,891 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:53:19,615 basehttp 23535 6218510336 "GET /en/hr/schedules/ HTTP/1.1" 200 121575 WARNING 2025-09-07 14:53:19,625 basehttp 23535 6218510336 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:53:19,625 basehttp 23535 6201683968 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:53:19,631 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:53:19,631 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:53:19,688 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:53:21,928 basehttp 23535 6201683968 "GET /en/hr/schedules/ HTTP/1.1" 200 121575 WARNING 2025-09-07 14:53:21,939 basehttp 23535 6201683968 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:53:21,939 basehttp 23535 6218510336 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:53:21,945 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:53:21,945 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:53:21,997 basehttp 23535 6235336704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:53:31,828 basehttp 23535 6235336704 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 122790 WARNING 2025-09-07 14:53:31,847 basehttp 23535 6235336704 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 14:53:31,848 basehttp 23535 6201683968 "GET /static/plugins/fullcalendar/main.min.js HTTP/1.1" 404 2023 WARNING 2025-09-07 14:53:31,854 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:53:31,854 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:53:31,896 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:54:32,350 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:55:33,351 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:56:34,352 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:57:35,360 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:58:07,336 basehttp 23535 6218510336 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 123284 INFO 2025-09-07 14:58:07,344 basehttp 23535 6218510336 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 14:58:07,356 basehttp 23535 6285815808 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-07 14:58:07,356 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-07 14:58:07,357 basehttp 23535 6268989440 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-07 14:58:07,357 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-07 14:58:07,358 basehttp 23535 6252163072 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-07 14:58:07,362 basehttp 23535 6218510336 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 WARNING 2025-09-07 14:58:07,366 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 14:58:07,366 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:58:07,428 basehttp 23535 6252163072 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 14:58:07,467 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 14:58:10,732 basehttp 23535 6252163072 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 123284 INFO 2025-09-07 14:58:10,740 basehttp 23535 6201683968 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 14:58:10,742 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 14:58:10,743 basehttp 23535 6268989440 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-07 14:58:10,748 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 14:58:10,748 basehttp 23535 6285815808 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-07 14:58:10,749 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 14:58:10,749 basehttp 23535 6235336704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 14:58:10,753 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 14:58:10,755 basehttp 23535 6252163072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 14:58:10,756 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 14:58:10,759 basehttp 23535 6285815808 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 14:58:10,760 basehttp 23535 6235336704 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 14:58:10,760 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 14:58:10,762 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 14:58:10,765 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-07 14:58:10,766 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-07 14:58:10,768 basehttp 23535 6252163072 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-07 14:58:10,769 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-07 14:58:10,769 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-07 14:58:10,770 basehttp 23535 6218510336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-07 14:58:10,770 basehttp 23535 6285815808 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-07 14:58:10,770 basehttp 23535 6268989440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 14:58:11,753 basehttp 23535 6285815808 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 14:58:11,774 basehttp 23535 6268989440 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 14:58:11,774 basehttp 23535 6285815808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 14:58:11,774 basehttp 23535 6252163072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 14:58:11,775 basehttp 23535 6218510336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 14:58:11,776 basehttp 23535 6201683968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 14:58:11,779 basehttp 23535 6285815808 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 14:58:11,779 basehttp 23535 6235336704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 14:58:11,780 basehttp 23535 6218510336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 14:58:11,780 basehttp 23535 6252163072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 14:58:11,780 basehttp 23535 6201683968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 14:58:11,782 basehttp 23535 6235336704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 14:58:11,782 basehttp 23535 6285815808 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 14:58:11,782 basehttp 23535 6252163072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 14:58:11,783 basehttp 23535 6201683968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 14:58:11,783 basehttp 23535 6218510336 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 14:58:11,785 basehttp 23535 6235336704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 14:58:11,785 basehttp 23535 6268989440 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 14:58:11,786 basehttp 23535 6252163072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 14:58:11,787 basehttp 23535 6235336704 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 14:58:11,787 basehttp 23535 6201683968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 14:58:11,787 basehttp 23535 6218510336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 14:58:11,788 basehttp 23535 6268989440 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 14:58:11,788 basehttp 23535 6285815808 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 14:58:11,790 basehttp 23535 6285815808 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 14:58:11,812 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 14:58:11,937 log 23535 6285815808 Not Found: /favicon.ico WARNING 2025-09-07 14:58:11,943 basehttp 23535 6285815808 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 14:59:11,824 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:00:12,344 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:01:02,531 log 23535 6285815808 Internal Server Error: /en/hr/schedules/21/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'schedule_assignment_delete' not found. 'schedule_assignment_delete' is not a valid view function or pattern name. ERROR 2025-09-07 15:01:02,532 basehttp 23535 6285815808 "GET /en/hr/schedules/21/ HTTP/1.1" 500 224610 WARNING 2025-09-07 15:01:02,554 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:01:02,554 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 15:02:26,622 log 23535 6285815808 Internal Server Error: /en/hr/schedules/21/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_schedule' not found. 'export_schedule' is not a valid view function or pattern name. ERROR 2025-09-07 15:02:26,623 basehttp 23535 6285815808 "GET /en/hr/schedules/21/ HTTP/1.1" 500 204110 WARNING 2025-09-07 15:02:26,639 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:02:26,640 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:03:24,515 basehttp 23535 6285815808 "GET /en/hr/schedules/21/ HTTP/1.1" 200 173472 WARNING 2025-09-07 15:03:24,526 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:24,527 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-07 15:03:24,532 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:03:24,532 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:03:24,566 basehttp 23535 6218510336 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:24,638 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:03:24,643 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-07 15:03:24,656 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:49,585 basehttp 23535 6201683968 "GET /en/hr/schedules/21/ HTTP/1.1" 200 173472 INFO 2025-09-07 15:03:49,597 basehttp 23535 6252163072 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 15:03:49,598 basehttp 23535 6285815808 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-07 15:03:49,599 basehttp 23535 6268989440 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 15:03:49,601 basehttp 23535 6252163072 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-07 15:03:49,602 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:03:49,602 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:03:49,603 basehttp 23535 6218510336 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 15:03:49,604 basehttp 23535 6235336704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-07 15:03:49,685 basehttp 23535 6218510336 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:49,685 basehttp 23535 6235336704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 15:03:49,687 basehttp 23535 6201683968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 15:03:49,689 basehttp 23535 6201683968 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 15:03:49,690 basehttp 23535 6235336704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 15:03:49,690 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 15:03:49,691 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 15:03:49,692 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 15:03:49,693 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-07 15:03:49,694 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-07 15:03:49,695 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-07 15:03:49,695 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-07 15:03:49,696 basehttp 23535 6235336704 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-07 15:03:49,696 basehttp 23535 6201683968 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-07 15:03:49,697 basehttp 23535 6235336704 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-07 15:03:50,486 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:03:50,487 basehttp 23535 6235336704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 15:03:50,509 basehttp 23535 6252163072 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 15:03:50,510 basehttp 23535 6235336704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 15:03:50,511 basehttp 23535 6201683968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 15:03:50,512 basehttp 23535 6268989440 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 15:03:50,512 basehttp 23535 6285815808 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 15:03:50,514 basehttp 23535 6201683968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 15:03:50,514 basehttp 23535 6218510336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 15:03:50,515 basehttp 23535 6268989440 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 15:03:50,515 basehttp 23535 6285815808 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 15:03:50,517 basehttp 23535 6268989440 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 15:03:50,518 basehttp 23535 6218510336 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 15:03:50,518 basehttp 23535 6285815808 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 15:03:50,518 basehttp 23535 6252163072 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 15:03:50,518 basehttp 23535 6201683968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 15:03:50,520 basehttp 23535 6285815808 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 15:03:50,521 basehttp 23535 6252163072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 15:03:50,522 basehttp 23535 6201683968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 15:03:50,523 basehttp 23535 6235336704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 15:03:50,523 basehttp 23535 6268989440 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 15:03:50,523 basehttp 23535 6218510336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 15:03:50,523 basehttp 23535 6285815808 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 15:03:50,524 basehttp 23535 6252163072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 15:03:50,524 basehttp 23535 6201683968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 15:03:50,538 basehttp 23535 6201683968 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-07 15:03:50,548 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:03:50,569 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:03:50,625 log 23535 6285815808 Not Found: /favicon.ico WARNING 2025-09-07 15:03:50,625 basehttp 23535 6285815808 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-07 15:03:59,502 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:04:07,948 basehttp 23535 6252163072 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:04:15,855 basehttp 23535 6268989440 "GET /en/hr/employees/27/ HTTP/1.1" 200 34730 WARNING 2025-09-07 15:04:15,880 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:04:15,880 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:04:15,943 basehttp 23535 6268989440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:04:22,166 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:04:22,166 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:04:22,204 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:04:22,204 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:04:50,563 basehttp 23535 6268989440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:05:15,546 basehttp 23535 6268989440 "GET /en/hr/schedules/21/ HTTP/1.1" 200 173472 WARNING 2025-09-07 15:05:15,555 basehttp 23535 6268989440 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:05:15,567 basehttp 23535 6218510336 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:05:15,571 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:05:15,571 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:05:15,643 basehttp 23535 6235336704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:05:15,665 basehttp 23535 6235336704 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:05:44,464 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:06:02,782 basehttp 23535 6201683968 "GET /en/hr/schedules/?page=2 HTTP/1.1" 200 123257 INFO 2025-09-07 15:06:02,791 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 WARNING 2025-09-07 15:06:02,812 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:02,812 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:02,819 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 15:06:18,524 basehttp 23535 6201683968 "GET /en/hr/schedules/ HTTP/1.1" 200 122042 WARNING 2025-09-07 15:06:18,548 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:18,548 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:18,986 basehttp 23535 6201683968 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 15:06:19,008 log 23535 6201683968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:19,008 basehttp 23535 6201683968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:21,734 basehttp 23535 6201683968 "GET /en/hr/departments/ HTTP/1.1" 200 125426 INFO 2025-09-07 15:06:21,750 basehttp 23535 6201683968 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-07 15:06:21,750 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-07 15:06:21,751 basehttp 23535 6218510336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-07 15:06:21,751 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 WARNING 2025-09-07 15:06:21,755 log 23535 6268989440 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:21,756 basehttp 23535 6268989440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:06:21,758 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-07 15:06:21,758 basehttp 23535 6218510336 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-07 15:06:21,760 basehttp 23535 6201683968 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-07 15:06:21,763 basehttp 23535 6268989440 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 15:06:21,768 basehttp 23535 6285815808 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-07 15:06:21,769 basehttp 23535 6252163072 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-07 15:06:21,851 basehttp 23535 6252163072 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-09-07 15:06:21,853 basehttp 23535 6285815808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:06:24,044 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:24,044 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:06:24,058 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:24,058 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 15:06:25,465 log 23535 6285815808 Internal Server Error: /en/hr/time-entries/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_time_entries' not found. 'export_time_entries' is not a valid view function or pattern name. ERROR 2025-09-07 15:06:25,466 basehttp 23535 6285815808 "GET /en/hr/time-entries/ HTTP/1.1" 500 202728 WARNING 2025-09-07 15:06:25,492 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:06:25,492 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:07:32,068 basehttp 23535 6285815808 "GET /en/hr/time-entries/ HTTP/1.1" 200 143885 WARNING 2025-09-07 15:07:32,077 basehttp 23535 6268989440 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:32,078 basehttp 23535 6252163072 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-07 15:07:32,079 basehttp 23535 6201683968 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 WARNING 2025-09-07 15:07:32,081 log 23535 6285815808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:07:32,081 basehttp 23535 6285815808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:07:32,106 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:32,138 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:07:32,182 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:50,766 basehttp 23535 6252163072 "GET /en/hr/time-entries/ HTTP/1.1" 200 143725 WARNING 2025-09-07 15:07:50,774 basehttp 23535 6252163072 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:50,775 basehttp 23535 6218510336 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 WARNING 2025-09-07 15:07:50,780 log 23535 6235336704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:07:50,780 basehttp 23535 6235336704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:07:50,837 basehttp 23535 6235336704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:07:50,870 basehttp 23535 6235336704 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:52,889 basehttp 23535 6218510336 "GET /en/hr/time-entries/ HTTP/1.1" 200 143725 INFO 2025-09-07 15:07:52,899 basehttp 23535 6235336704 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 15:07:52,899 basehttp 23535 6252163072 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 15:07:52,900 basehttp 23535 6268989440 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-07 15:07:52,902 basehttp 23535 6285815808 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-07 15:07:52,904 basehttp 23535 6268989440 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-07 15:07:52,906 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:52,908 basehttp 23535 6218510336 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 15:07:52,909 basehttp 23535 6235336704 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-07 15:07:52,911 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-07 15:07:52,913 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:07:52,913 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:07:52,915 basehttp 23535 6235336704 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 15:07:52,916 basehttp 23535 6285815808 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 15:07:52,917 basehttp 23535 6252163072 - Broken pipe from ('127.0.0.1', 58254) INFO 2025-09-07 15:07:52,918 basehttp 23535 6218510336 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 15:07:52,919 basehttp 23535 6302642176 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 15:07:52,922 basehttp 23535 6302642176 "GET /static/img/user/user-1.jpg HTTP/1.1" 200 3528 INFO 2025-09-07 15:07:52,922 basehttp 23535 6235336704 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 15:07:52,922 basehttp 23535 6285815808 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-07 15:07:52,923 basehttp 23535 6218510336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 15:07:52,928 basehttp 23535 6201683968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-07 15:07:52,929 basehttp 23535 6268989440 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 WARNING 2025-09-07 15:07:53,743 basehttp 23535 6268989440 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:07:53,773 basehttp 23535 6285815808 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 15:07:53,773 basehttp 23535 6201683968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 15:07:53,773 basehttp 23535 6302642176 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 15:07:53,774 basehttp 23535 6235336704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 15:07:53,774 basehttp 23535 6218510336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 15:07:53,777 basehttp 23535 6235336704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 15:07:53,778 basehttp 23535 6252163072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 15:07:53,778 basehttp 23535 6218510336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 15:07:53,778 basehttp 23535 6302642176 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 15:07:53,779 basehttp 23535 6201683968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 15:07:53,781 basehttp 23535 6235336704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 15:07:53,781 basehttp 23535 6252163072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 15:07:53,782 basehttp 23535 6302642176 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 15:07:53,782 basehttp 23535 6218510336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 15:07:53,782 basehttp 23535 6201683968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 15:07:53,782 basehttp 23535 6285815808 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 15:07:53,785 basehttp 23535 6201683968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 15:07:53,785 basehttp 23535 6235336704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 15:07:53,785 basehttp 23535 6218510336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 15:07:53,785 basehttp 23535 6302642176 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 15:07:53,785 basehttp 23535 6252163072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 15:07:53,786 basehttp 23535 6285815808 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 15:07:53,786 basehttp 23535 6201683968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 15:07:53,796 basehttp 23535 6201683968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 15:07:53,806 basehttp 23535 6201683968 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 15:07:53,819 basehttp 23535 6201683968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:07:53,855 basehttp 23535 6201683968 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:07:54,101 log 23535 6302642176 Not Found: /favicon.ico WARNING 2025-09-07 15:07:54,101 basehttp 23535 6302642176 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 15:08:41,055 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 138936 WARNING 2025-09-07 15:08:41,068 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:08:41,068 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:08:41,164 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:08:54,359 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 138956 INFO 2025-09-07 15:08:54,366 basehttp 23535 6302642176 "GET /static/img/user/user-10.jpg HTTP/1.1" 200 6490 WARNING 2025-09-07 15:08:54,374 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:08:54,374 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:08:54,431 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:09:16,424 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 137743 WARNING 2025-09-07 15:09:16,439 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:09:16,439 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:09:16,498 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:09:31,143 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 137863 WARNING 2025-09-07 15:09:31,156 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:09:31,156 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:09:31,207 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:10:03,173 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 138243 WARNING 2025-09-07 15:10:03,188 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:10:03,188 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:10:03,237 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:10:43,104 basehttp 23535 6302642176 "GET /en/hr/time-entries/ HTTP/1.1" 200 137710 WARNING 2025-09-07 15:10:43,121 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:10:43,121 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:10:43,175 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:10:47,796 basehttp 23535 6302642176 "GET /en/hr/time-entries/45/ HTTP/1.1" 200 32196 WARNING 2025-09-07 15:10:47,807 basehttp 23535 6285815808 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:10:47,812 log 23535 6302642176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:10:47,812 basehttp 23535 6302642176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:10:47,857 basehttp 23535 6302642176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:11:17,487 basehttp 23535 6302642176 "GET /en/hr/time-entries/45/ HTTP/1.1" 200 32165 WARNING 2025-09-07 15:11:17,500 basehttp 23535 6302642176 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:11:17,508 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:17,508 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:11:17,554 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:11:37,340 basehttp 23535 6252163072 "GET /en/hr/time-entries/45/ HTTP/1.1" 200 32158 WARNING 2025-09-07 15:11:37,359 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:37,359 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:11:37,404 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:11:41,289 basehttp 23535 6252163072 "GET /en/hr/employees/2/ HTTP/1.1" 200 34735 WARNING 2025-09-07 15:11:41,309 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:41,309 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:11:41,351 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:11:43,657 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:43,657 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:11:43,668 log 23535 6252163072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:11:43,668 basehttp 23535 6252163072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:25,801 basehttp 23535 6252163072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:12:25,802 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:25,802 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:12:25,816 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:25,817 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:27,914 basehttp 23535 6218510336 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 15:12:27,929 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:27,929 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:30,289 basehttp 23535 6218510336 "GET /en/hr/employees/ HTTP/1.1" 200 130495 WARNING 2025-09-07 15:12:30,308 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:30,308 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:12:30,330 basehttp 23535 6218510336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:12:32,887 log 23535 6218510336 Internal Server Error: /en/hr/employees/56/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_deactivate' not found. 'employee_deactivate' is not a valid view function or pattern name. ERROR 2025-09-07 15:12:32,888 basehttp 23535 6218510336 "GET /en/hr/employees/56/delete/ HTTP/1.1" 500 174783 WARNING 2025-09-07 15:12:32,907 log 23535 6218510336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:12:32,907 basehttp 23535 6218510336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:14:32,943 autoreload 23535 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:14:33,479 autoreload 36795 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:14:34,155 basehttp 36795 6341865472 "GET /en/hr/employees/56/delete/ HTTP/1.1" 200 34468 WARNING 2025-09-07 15:14:34,174 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:14:34,174 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:14:34,222 basehttp 36795 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:15:01,587 basehttp 36795 6341865472 "GET /en/hr/employees/56/ HTTP/1.1" 200 34482 WARNING 2025-09-07 15:15:01,601 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:01,601 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:01,638 basehttp 36795 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:15:43,738 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:43,739 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:43,741 basehttp 36795 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:15:43,746 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:43,746 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:50,386 basehttp 36795 6358691840 "GET /en/hr/employees/ HTTP/1.1" 200 130495 WARNING 2025-09-07 15:15:50,398 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:15:50,398 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:15:50,444 basehttp 36795 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:16:18,096 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:18,097 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:16:18,109 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:18,109 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:20,480 basehttp 36795 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:16:20,481 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:20,481 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:16:20,490 log 36795 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:20,490 basehttp 36795 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:22,038 basehttp 36795 6341865472 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 15:16:22,063 basehttp 36795 6358691840 "GET /en/ HTTP/1.1" 200 49810 WARNING 2025-09-07 15:16:22,083 log 36795 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:22,083 basehttp 36795 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:22,161 basehttp 36795 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:16:22,164 basehttp 36795 6392344576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 15:16:22,165 basehttp 36795 6375518208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 15:16:22,168 basehttp 36795 6341865472 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-07 15:16:30,883 basehttp 36795 6341865472 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-07 15:16:30,921 basehttp 36795 6375518208 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 15:16:30,938 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:30,938 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:16:30,956 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:16:39,629 log 36795 6375518208 Internal Server Error: /en/hr/reviews/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'export_performance_reviews' not found. 'export_performance_reviews' is not a valid view function or pattern name. ERROR 2025-09-07 15:16:39,630 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 500 213690 WARNING 2025-09-07 15:16:39,650 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:16:39,650 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:17:34,224 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37449 WARNING 2025-09-07 15:17:34,238 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:17:34,239 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:17:34,285 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:18:34,298 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:19:34,301 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:19:34,844 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37356 WARNING 2025-09-07 15:19:34,863 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:19:34,863 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:19:34,913 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:20:00,885 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37346 WARNING 2025-09-07 15:20:00,902 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:20:00,902 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:20:00,951 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:20:15,335 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37343 WARNING 2025-09-07 15:20:15,355 log 36795 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:20:15,355 basehttp 36795 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:20:15,406 basehttp 36795 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:20:18,213 basehttp 36795 6375518208 "GET /en/hr/reviews/ HTTP/1.1" 200 37343 INFO 2025-09-07 15:20:18,226 basehttp 36795 6425997312 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-07 15:20:18,227 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-07 15:20:18,227 basehttp 36795 6358691840 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 15:20:18,228 basehttp 36795 6341865472 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 15:20:18,230 basehttp 36795 6425997312 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-07 15:20:18,232 basehttp 36795 6375518208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-07 15:20:18,234 log 36795 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 15:20:18,235 basehttp 36795 6392344576 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-07 15:20:18,237 basehttp 36795 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:20:18,419 basehttp 36795 6392344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 15:20:18,422 basehttp 36795 6392344576 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 15:20:18,425 basehttp 36795 6409170944 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 15:20:18,427 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 15:20:18,429 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 15:20:18,430 basehttp 36795 6392344576 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 15:20:18,430 basehttp 36795 6409170944 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 15:20:18,432 basehttp 36795 6392344576 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 15:20:18,432 basehttp 36795 6409170944 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-07 15:20:18,435 basehttp 36795 6392344576 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 15:20:19,239 basehttp 36795 6409170944 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 15:20:19,239 basehttp 36795 6341865472 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 15:20:19,239 basehttp 36795 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 15:20:19,239 basehttp 36795 6375518208 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 15:20:19,239 basehttp 36795 6425997312 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 15:20:19,243 basehttp 36795 6358691840 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 15:20:19,243 basehttp 36795 6409170944 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 15:20:19,244 basehttp 36795 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 15:20:19,245 basehttp 36795 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 15:20:19,245 basehttp 36795 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 15:20:19,245 basehttp 36795 6375518208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 15:20:19,246 basehttp 36795 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 15:20:19,246 basehttp 36795 6425997312 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 15:20:19,247 basehttp 36795 6409170944 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 15:20:19,248 basehttp 36795 6392344576 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 15:20:19,249 basehttp 36795 6358691840 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 15:20:19,249 basehttp 36795 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 15:20:19,250 basehttp 36795 6341865472 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 15:20:19,250 basehttp 36795 6409170944 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 15:20:19,250 basehttp 36795 6425997312 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 15:20:19,252 basehttp 36795 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 15:20:19,252 basehttp 36795 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 15:20:19,254 basehttp 36795 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 15:20:19,261 basehttp 36795 6409170944 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 15:20:19,295 basehttp 36795 6409170944 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 15:20:19,307 basehttp 36795 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:20:19,537 log 36795 6409170944 Not Found: /favicon.ico WARNING 2025-09-07 15:20:19,537 basehttp 36795 6409170944 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 15:20:32,844 basehttp 36795 6409170944 "GET /en/admin/hr/performancereview/ HTTP/1.1" 200 139984 INFO 2025-09-07 15:20:32,855 basehttp 36795 6392344576 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-07 15:20:32,856 basehttp 36795 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-07 15:20:32,856 basehttp 36795 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-07 15:20:32,856 basehttp 36795 6409170944 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-07 15:20:32,857 basehttp 36795 6425997312 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-07 15:20:32,859 basehttp 36795 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-07 15:20:32,860 basehttp 36795 6392344576 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-07 15:20:32,860 basehttp 36795 6409170944 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-07 15:20:32,860 basehttp 36795 6425997312 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-07 15:20:32,863 basehttp 36795 6375518208 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-07 15:20:32,863 basehttp 36795 6409170944 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-07 15:20:32,863 basehttp 36795 6392344576 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-07 15:20:32,866 basehttp 36795 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-07 15:20:32,867 basehttp 36795 6392344576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-07 15:20:32,867 basehttp 36795 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 15:20:32,868 basehttp 36795 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-07 15:20:32,869 basehttp 36795 6425997312 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-07 15:20:32,872 basehttp 36795 6425997312 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-07 15:20:32,881 basehttp 36795 6425997312 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-07 15:20:32,881 basehttp 36795 6358691840 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-07 15:20:32,881 basehttp 36795 6392344576 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-07 15:20:32,882 basehttp 36795 6392344576 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-07 15:21:19,323 basehttp 36795 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:21:56,623 autoreload 36795 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:21:57,093 autoreload 40099 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:21:57,588 basehttp 40099 6170996736 "GET /en/hr/reviews/ HTTP/1.1" 200 87097 WARNING 2025-09-07 15:21:57,604 log 40099 6170996736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:21:57,604 basehttp 40099 6170996736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:21:57,691 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:22:22,149 basehttp 40099 6170996736 "GET /en/hr/reviews/ HTTP/1.1" 200 149783 WARNING 2025-09-07 15:22:22,164 log 40099 6170996736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:22,164 basehttp 40099 6170996736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:22:22,221 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:22:39,257 basehttp 40099 6170996736 "GET /en/hr/reviews/create/ HTTP/1.1" 200 51757 INFO 2025-09-07 15:22:39,273 basehttp 40099 6187823104 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-07 15:22:39,275 log 40099 6170996736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:39,276 basehttp 40099 6170996736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:22:39,276 basehttp 40099 6204649472 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-07 15:22:39,277 basehttp 40099 6221475840 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-07 15:22:39,321 basehttp 40099 6221475840 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-07 15:22:39,329 basehttp 40099 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:22:39,331 basehttp 40099 6221475840 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 WARNING 2025-09-07 15:22:57,227 log 40099 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:57,227 basehttp 40099 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:22:57,261 log 40099 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:22:57,261 basehttp 40099 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:23:03,538 basehttp 40099 6221475840 "GET /en/hr/reviews/8/ HTTP/1.1" 200 35190 WARNING 2025-09-07 15:23:03,557 basehttp 40099 6204649472 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 15:23:03,558 basehttp 40099 6170996736 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-07 15:23:03,559 basehttp 40099 6187823104 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 15:23:03,561 log 40099 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:23:03,561 basehttp 40099 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 15:23:03,585 basehttp 40099 6221475840 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-07 15:23:03,604 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:24:03,619 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:25:03,623 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:26:03,615 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:27:03,639 basehttp 40099 6170996736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:27:19,943 autoreload 40099 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 15:27:20,378 autoreload 42495 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:28:03,695 basehttp 42495 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:29:03,630 basehttp 42495 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:29:15,762 autoreload 42495 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 15:29:16,265 autoreload 43350 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:30:03,693 basehttp 43350 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:31:03,637 basehttp 43350 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:31:56,553 autoreload 43350 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:31:56,912 autoreload 44551 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:32:03,696 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:33:03,629 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:34:03,634 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:35:03,646 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:36:03,647 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:37:03,650 basehttp 44551 6164459520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 15:37:37,753 log 44551 6164459520 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1265, in get_related_selections next_klass_infos = self.get_related_selections( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'manager'. Choices are: tenant, user, department, supervisor, created_by ERROR 2025-09-07 15:37:37,756 basehttp 44551 6164459520 "GET /en/hr/reviews/8/ HTTP/1.1" 500 173140 WARNING 2025-09-07 15:37:37,772 log 44551 6164459520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:37:37,772 basehttp 44551 6164459520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:38:15,889 autoreload 44551 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:38:16,260 autoreload 47337 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:38:16,841 log 47337 6194507776 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'created_by'. Choices are: employee, reviewer ERROR 2025-09-07 15:38:16,843 basehttp 47337 6194507776 "GET /en/hr/reviews/8/ HTTP/1.1" 500 161070 WARNING 2025-09-07 15:38:16,859 log 47337 6194507776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:38:16,859 basehttp 47337 6194507776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:38:38,194 autoreload 47337 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:38:38,527 autoreload 47502 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:38:38,784 log 47502 6138064896 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'categories' on PerformanceReview object, 'categories' is an invalid parameter to prefetch_related() ERROR 2025-09-07 15:38:38,785 basehttp 47502 6138064896 "GET /en/hr/reviews/8/ HTTP/1.1" 500 113875 WARNING 2025-09-07 15:38:38,798 log 47502 6138064896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:38:38,798 basehttp 47502 6138064896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:38:51,266 autoreload 47502 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:38:51,619 autoreload 47588 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:39:40,551 autoreload 47588 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:39:40,898 autoreload 47977 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:39:41,445 log 47977 6199848960 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2386, in prefetch_related_objects raise ValueError( ValueError: 'review_type' does not resolve to an item that supports prefetching - this is an invalid parameter to prefetch_related(). ERROR 2025-09-07 15:39:41,447 basehttp 47977 6199848960 "GET /en/hr/reviews/8/ HTTP/1.1" 500 113884 WARNING 2025-09-07 15:39:41,458 log 47977 6199848960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:39:41,458 basehttp 47977 6199848960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:40:35,131 autoreload 47977 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:40:35,503 autoreload 48369 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:40:36,071 log 48369 6163918848 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 712, in get_object return get_object_or_404(queryset, pk=self.kwargs.get(self.pk_url_kwarg, self.kwargs.get('pk'))) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1951, in _fetch_all self._prefetch_related_objects() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1328, in _prefetch_related_objects prefetch_related_objects(self._result_cache, *self._prefetch_related_lookups) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 2372, in prefetch_related_objects raise AttributeError( AttributeError: Cannot find 'goals' on PerformanceReview object, 'goals' is an invalid parameter to prefetch_related() ERROR 2025-09-07 15:40:36,072 basehttp 48369 6163918848 "GET /en/hr/reviews/8/ HTTP/1.1" 500 113687 WARNING 2025-09-07 15:40:36,088 log 48369 6163918848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:40:36,088 basehttp 48369 6163918848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:40:44,031 autoreload 48369 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:40:44,357 autoreload 48481 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 15:40:44,695 log 48481 6130069504 Internal Server Error: /en/hr/reviews/8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 780, in get_context_data .order_by('-period_end')[:5] ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2291, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1805, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'period_end' into field. Choices are: areas_for_improvement, competency_ratings, created_at, development_plan, employee, employee_comments, employee_id, employee_signature_date, future_goals, goals_achieved, goals_not_achieved, id, notes, overall_rating, review_date, review_id, review_period_end, review_period_start, review_type, reviewer, reviewer_id, status, strengths, training_recommendations, updated_at ERROR 2025-09-07 15:40:44,696 basehttp 48481 6130069504 "GET /en/hr/reviews/8/ HTTP/1.1" 500 104264 WARNING 2025-09-07 15:40:44,707 log 48481 6130069504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:40:44,707 basehttp 48481 6130069504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:41:18,911 autoreload 48481 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:41:19,236 autoreload 48721 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:41:20,478 basehttp 48721 6122270720 "GET /en/hr/reviews/8/ HTTP/1.1" 200 35458 WARNING 2025-09-07 15:41:20,492 log 48721 6122270720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:41:20,492 basehttp 48721 6122270720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:41:20,493 basehttp 48721 6139097088 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-07 15:41:20,573 basehttp 48721 6122270720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:41:20,574 basehttp 48721 6139097088 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-07 15:42:20,568 basehttp 48721 6139097088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:43:20,570 basehttp 48721 6139097088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:44:03,623 autoreload 48721 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 15:44:03,983 autoreload 49957 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 15:44:20,650 basehttp 49957 6130266112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:44:49,174 basehttp 49957 6130266112 "GET /en/hr/reviews/8/ HTTP/1.1" 200 47214 WARNING 2025-09-07 15:44:49,195 log 49957 6130266112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:44:49,195 basehttp 49957 6130266112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 15:44:49,262 basehttp 49957 6130266112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 15:45:49,267 basehttp 49957 6130266112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 15:46:24,712 log 49957 6130266112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:46:24,712 basehttp 49957 6130266112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 15:46:29,157 log 49957 6130266112 Internal Server Error: /en/hr/reviews/55/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_performance_review' not found. 'complete_performance_review' is not a valid view function or pattern name. ERROR 2025-09-07 15:46:29,159 basehttp 49957 6130266112 "GET /en/hr/reviews/55/ HTTP/1.1" 500 212138 WARNING 2025-09-07 15:46:29,174 log 49957 6130266112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 15:46:29,174 basehttp 49957 6130266112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:03:50,066 autoreload 49957 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:03:50,557 autoreload 58605 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 16:05:14,742 autoreload 58605 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/urls.py changed, reloading. INFO 2025-09-07 16:05:15,058 autoreload 59264 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 16:05:15,422 basehttp 59264 6191017984 "GET /en/hr/reviews/55/ HTTP/1.1" 200 47768 WARNING 2025-09-07 16:05:15,435 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:05:15,435 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:05:15,496 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:06:15,511 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:07:15,498 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:07:47,624 basehttp 59264 6191017984 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48316 WARNING 2025-09-07 16:07:47,639 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:07:47,639 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:07:47,693 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:08:32,659 basehttp 59264 6191017984 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48847 WARNING 2025-09-07 16:08:32,673 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:08:32,674 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:08:32,728 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:08:58,962 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:08:58,962 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:09:31,141 basehttp 59264 6191017984 "GET /en/hr/reviews/ HTTP/1.1" 200 149783 INFO 2025-09-07 16:09:31,156 basehttp 59264 6258323456 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-07 16:09:31,157 basehttp 59264 6224670720 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-07 16:09:31,157 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-07 16:09:31,161 log 59264 6241497088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 16:09:31,161 basehttp 59264 6258323456 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 WARNING 2025-09-07 16:09:31,161 basehttp 59264 6241497088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:09:31,163 basehttp 59264 6191017984 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-07 16:09:31,164 basehttp 59264 6275149824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-07 16:09:31,166 basehttp 59264 6224670720 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-07 16:09:31,168 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-07 16:09:31,170 basehttp 59264 6207844352 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-07 16:09:31,171 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-07 16:09:31,172 basehttp 59264 6258323456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-07 16:09:31,173 basehttp 59264 6191017984 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-07 16:09:31,175 basehttp 59264 6224670720 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-07 16:09:31,181 basehttp 59264 6241497088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-07 16:09:31,184 basehttp 59264 6275149824 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-07 16:09:31,186 basehttp 59264 6258323456 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-07 16:09:31,188 basehttp 59264 6207844352 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-07 16:09:32,003 basehttp 59264 6207844352 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-07 16:09:32,003 basehttp 59264 6241497088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-07 16:09:32,003 basehttp 59264 6224670720 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-07 16:09:32,003 basehttp 59264 6258323456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-07 16:09:32,004 basehttp 59264 6275149824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-07 16:09:32,006 basehttp 59264 6191017984 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-07 16:09:32,008 basehttp 59264 6241497088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-07 16:09:32,008 basehttp 59264 6258323456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-07 16:09:32,010 basehttp 59264 6191017984 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-07 16:09:32,010 basehttp 59264 6224670720 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-07 16:09:32,010 basehttp 59264 6275149824 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-07 16:09:32,011 basehttp 59264 6241497088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-07 16:09:32,013 basehttp 59264 6191017984 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-07 16:09:32,013 basehttp 59264 6258323456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-07 16:09:32,013 basehttp 59264 6224670720 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-07 16:09:32,013 basehttp 59264 6275149824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-07 16:09:32,015 basehttp 59264 6207844352 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-07 16:09:32,016 basehttp 59264 6275149824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-07 16:09:32,016 basehttp 59264 6241497088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-07 16:09:32,017 basehttp 59264 6224670720 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-07 16:09:32,017 basehttp 59264 6191017984 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-07 16:09:32,017 basehttp 59264 6207844352 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-07 16:09:32,017 basehttp 59264 6258323456 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-07 16:09:32,030 basehttp 59264 6191017984 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-07 16:09:32,034 basehttp 59264 6207844352 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-07 16:09:32,046 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:09:32,133 log 59264 6207844352 Not Found: /favicon.ico WARNING 2025-09-07 16:09:32,133 basehttp 59264 6207844352 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-07 16:09:44,724 basehttp 59264 6207844352 "GET /en/hr/reviews/29/ HTTP/1.1" 200 54428 INFO 2025-09-07 16:09:44,741 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-07 16:09:44,745 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:09:44,745 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:09:44,805 basehttp 59264 6207844352 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-07 16:09:44,820 basehttp 59264 6207844352 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-07 16:09:44,827 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:10:14,116 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:14,116 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:10:14,126 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:14,126 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:17,915 basehttp 59264 6207844352 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48847 WARNING 2025-09-07 16:10:17,932 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:17,932 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:18,030 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:10:22,113 basehttp 59264 6207844352 "GET /en/hr/reviews/55/complete/ HTTP/1.1" 302 0 INFO 2025-09-07 16:10:22,127 basehttp 59264 6207844352 "GET /en/hr/reviews/55/ HTTP/1.1" 200 48707 WARNING 2025-09-07 16:10:22,143 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:22,144 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:22,191 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:10:39,472 basehttp 59264 6207844352 "GET /en/hr/reviews/ HTTP/1.1" 200 148767 WARNING 2025-09-07 16:10:39,493 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:39,493 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:39,562 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:10:45,577 basehttp 59264 6207844352 "GET /en/hr/reviews/86/ HTTP/1.1" 200 54386 WARNING 2025-09-07 16:10:45,601 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:10:45,601 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:10:45,648 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:06,099 basehttp 59264 6207844352 "GET /en/hr/reviews/87/ HTTP/1.1" 200 46425 WARNING 2025-09-07 16:11:06,121 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:06,121 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:06,171 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:12,234 basehttp 59264 6207844352 "GET /en/hr/reviews/86/ HTTP/1.1" 200 54386 WARNING 2025-09-07 16:11:12,258 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:12,258 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:12,312 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:11:20,964 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:20,964 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:11:20,977 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:20,977 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:22,229 basehttp 59264 6207844352 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 16:11:22,252 basehttp 59264 6191017984 "GET /en/ HTTP/1.1" 200 49810 WARNING 2025-09-07 16:11:22,273 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:22,273 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:22,342 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:22,346 basehttp 59264 6224670720 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 16:11:22,348 basehttp 59264 6275149824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 16:11:22,350 basehttp 59264 6258323456 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-07 16:11:25,239 basehttp 59264 6258323456 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-07 16:11:25,273 basehttp 59264 6275149824 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:11:25,294 log 59264 6275149824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:25,294 basehttp 59264 6275149824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:25,309 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:33,103 basehttp 59264 6275149824 "GET /en/hr/departments/ HTTP/1.1" 200 125426 INFO 2025-09-07 16:11:33,121 basehttp 59264 6275149824 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-07 16:11:33,121 basehttp 59264 6241497088 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-07 16:11:33,121 basehttp 59264 6224670720 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-07 16:11:33,122 basehttp 59264 6191017984 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 WARNING 2025-09-07 16:11:33,126 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:11:33,127 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:11:33,128 basehttp 59264 6224670720 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-07 16:11:33,131 basehttp 59264 6241497088 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-07 16:11:33,131 basehttp 59264 6191017984 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-07 16:11:33,138 basehttp 59264 6258323456 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-07 16:11:33,144 basehttp 59264 6275149824 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-07 16:11:33,217 basehttp 59264 6258323456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:11:33,228 basehttp 59264 6275149824 "GET /static/plugins/pdfmake/build/pdfmake.min.js.map HTTP/1.1" 200 4214503 INFO 2025-09-07 16:12:34,200 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:12,441 basehttp 59264 6275149824 "GET /en/hr/departments/12/delete/ HTTP/1.1" 200 30311 WARNING 2025-09-07 16:13:12,464 log 59264 6275149824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:12,464 basehttp 59264 6275149824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:12,504 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:21,744 basehttp 59264 6275149824 "GET /en/hr/departments/12/ HTTP/1.1" 200 35129 WARNING 2025-09-07 16:13:21,762 basehttp 59264 6258323456 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 16:13:21,765 basehttp 59264 6241497088 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 16:13:21,767 basehttp 59264 6191017984 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 16:13:21,769 log 59264 6275149824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:21,769 basehttp 59264 6275149824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:21,800 basehttp 59264 6275149824 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-07 16:13:21,812 basehttp 59264 6275149824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:36,120 basehttp 59264 6275149824 "GET /en/hr/departments/12/update/ HTTP/1.1" 200 41458 WARNING 2025-09-07 16:13:36,137 basehttp 59264 6275149824 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 16:13:36,143 log 59264 6224670720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:36,143 basehttp 59264 6224670720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:36,192 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:13:51,429 basehttp 59264 6224670720 "GET /en/hr/departments/ HTTP/1.1" 200 125426 WARNING 2025-09-07 16:13:51,446 log 59264 6224670720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:13:51,446 basehttp 59264 6224670720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:13:51,546 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:14:15,846 basehttp 59264 6224670720 "GET /en/hr/departments/10/ HTTP/1.1" 200 52158 WARNING 2025-09-07 16:14:15,863 basehttp 59264 6224670720 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 16:14:15,867 basehttp 59264 6207844352 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 16:14:15,867 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-07 16:14:15,870 log 59264 6241497088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:14:15,870 basehttp 59264 6241497088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:14:15,914 basehttp 59264 6241497088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:14:51,664 basehttp 59264 6241497088 "GET /en/hr/employees/52/ HTTP/1.1" 200 34483 WARNING 2025-09-07 16:14:51,686 log 59264 6241497088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:14:51,687 basehttp 59264 6241497088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:14:51,729 basehttp 59264 6241497088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:15:51,745 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:16:51,736 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:17:51,739 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:18:25,132 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 36484 WARNING 2025-09-07 16:18:25,143 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:18:25,143 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:18:25,186 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:18:48,463 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 36493 WARNING 2025-09-07 16:18:48,479 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:18:48,479 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:18:48,517 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:19:48,522 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:20:48,535 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:21:16,667 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 35212 WARNING 2025-09-07 16:21:16,680 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:21:16,681 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:21:16,729 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:22:16,739 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:22:49,183 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 35242 WARNING 2025-09-07 16:22:49,197 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:22:49,197 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:22:49,222 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:23:01,175 basehttp 59264 6191017984 "GET /en/hr/employees/52/ HTTP/1.1" 200 35248 WARNING 2025-09-07 16:23:01,190 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:23:01,191 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:23:01,252 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:23:57,143 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:23:57,146 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:23:57,146 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:23:57,149 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/Chart.min.css HTTP/1.1" 404 2032 WARNING 2025-09-07 16:23:57,164 log 59264 6207844352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:23:57,164 basehttp 59264 6207844352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:24:57,138 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:25:57,152 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:26:44,382 basehttp 59264 6207844352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:26:44,387 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:44,387 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:26:44,400 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:44,400 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:26:45,380 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:45,380 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:26:45,391 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:45,392 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:26:46,047 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 52071 INFO 2025-09-07 16:26:46,058 basehttp 59264 6191017984 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 WARNING 2025-09-07 16:26:46,066 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:26:46,066 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:26:46,117 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:27:46,133 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:28:15,821 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 53084 WARNING 2025-09-07 16:28:15,836 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:28:15,836 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:28:15,892 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:28:27,430 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 53084 WARNING 2025-09-07 16:28:27,449 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:28:27,449 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:28:27,510 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:28:37,552 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 53084 WARNING 2025-09-07 16:28:37,569 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:28:37,569 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:28:37,614 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:29:20,934 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 52404 WARNING 2025-09-07 16:29:20,949 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:29:20,950 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:29:21,002 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:29:28,213 basehttp 59264 6191017984 "GET /en/hr/departments/10/ HTTP/1.1" 200 52071 WARNING 2025-09-07 16:29:28,231 log 59264 6191017984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:29:28,231 basehttp 59264 6191017984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:29:28,283 basehttp 59264 6191017984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:29:48,811 basehttp 59264 6191017984 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:29:48,826 basehttp 59264 6224670720 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-07 16:29:48,826 basehttp 59264 6207844352 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-07 16:29:48,827 basehttp 59264 6191017984 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-07 16:29:48,827 basehttp 59264 6241497088 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-07 16:29:48,827 basehttp 59264 6258323456 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-07 16:29:48,828 basehttp 59264 6207844352 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-07 16:29:48,828 basehttp 59264 6241497088 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-07 16:29:48,828 basehttp 59264 6191017984 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-07 16:29:48,830 basehttp 59264 6258323456 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-07 16:29:48,830 basehttp 59264 6241497088 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-07 16:29:48,831 basehttp 59264 6207844352 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-07 16:29:48,832 basehttp 59264 6191017984 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-07 16:29:48,833 basehttp 59264 6241497088 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-07 16:29:48,835 basehttp 59264 6275149824 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:29:48,835 basehttp 59264 6224670720 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-07 16:29:48,839 basehttp 59264 6224670720 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-07 16:29:48,839 basehttp 59264 6258323456 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-07 16:29:48,840 basehttp 59264 6258323456 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-07 16:29:48,848 basehttp 59264 6258323456 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-07 16:29:48,848 basehttp 59264 6224670720 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-07 16:29:48,849 basehttp 59264 6224670720 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-07 16:29:56,778 basehttp 59264 6224670720 "GET /en/admin/hr/employee/56/change/ HTTP/1.1" 200 156606 INFO 2025-09-07 16:29:56,788 basehttp 59264 6224670720 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-07 16:29:56,790 basehttp 59264 6191017984 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-07 16:29:56,791 basehttp 59264 6207844352 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-07 16:29:56,791 basehttp 59264 6241497088 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-07 16:29:56,791 basehttp 59264 6258323456 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-07 16:29:56,791 basehttp 59264 6275149824 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-07 16:29:56,793 basehttp 59264 6275149824 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-07 16:29:56,794 basehttp 59264 6224670720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:29:56,794 basehttp 59264 6275149824 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-07 16:29:56,795 basehttp 59264 6275149824 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-07 16:29:56,795 basehttp 59264 6224670720 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-07 16:29:56,826 basehttp 59264 6224670720 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-07 16:29:57,267 basehttp 59264 6224670720 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:29:58,269 basehttp 59264 6224670720 "GET /en/admin/hr/employee/56/change/ HTTP/1.1" 200 156606 INFO 2025-09-07 16:29:58,284 basehttp 59264 6224670720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:30:29,184 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:31:06,779 basehttp 59264 6224670720 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:31:08,868 basehttp 59264 6224670720 "GET /en/admin/hr/employee/25/change/ HTTP/1.1" 200 288687 INFO 2025-09-07 16:31:08,887 basehttp 59264 6224670720 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-07 16:31:08,932 basehttp 59264 6224670720 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-07 16:31:30,175 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:31:32,318 basehttp 59264 6224670720 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158543 INFO 2025-09-07 16:32:31,121 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:33:32,123 basehttp 59264 6224670720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:34:08,088 autoreload 59264 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:34:08,524 autoreload 71999 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 16:34:10,955 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:10,955 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:11,988 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:11,989 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:12,973 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:12,973 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:13,585 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:13,585 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:14,036 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:14,036 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:34:14,547 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:14,547 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:34:40,331 basehttp 71999 6157496320 "GET /en/hr/training/ HTTP/1.1" 200 117094 WARNING 2025-09-07 16:34:40,352 basehttp 71999 6174322688 "GET /static/plugins/datatables.net/js/jquery.dataTables.min.js HTTP/1.1" 404 2077 WARNING 2025-09-07 16:34:40,354 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:34:40,354 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:34:40,424 basehttp 71999 6157496320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:35:24,917 basehttp 71999 6157496320 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 16:35:24,942 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:35:24,942 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:35:24,993 basehttp 71999 6157496320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 16:35:36,374 log 71999 6157496320 Internal Server Error: /en/hr/training/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 16:35:36,376 basehttp 71999 6157496320 "GET /en/hr/training/142/ HTTP/1.1" 500 375709 WARNING 2025-09-07 16:35:36,395 log 71999 6157496320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:35:36,395 basehttp 71999 6157496320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:36:29,062 autoreload 71999 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:36:29,463 autoreload 73004 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 16:36:29,881 log 73004 6191345664 Internal Server Error: /en/hr/training/142/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 16:36:29,883 basehttp 73004 6191345664 "GET /en/hr/training/142/ HTTP/1.1" 500 375846 WARNING 2025-09-07 16:36:29,900 log 73004 6191345664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:36:29,900 basehttp 73004 6191345664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:36:35,163 basehttp 73004 6191345664 "GET /en/hr/training HTTP/1.1" 301 0 ERROR 2025-09-07 16:36:35,261 log 73004 6208172032 Internal Server Error: /en/hr/training/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_program_details' not found. 'get_program_details' is not a valid view function or pattern name. ERROR 2025-09-07 16:36:35,262 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 500 215315 WARNING 2025-09-07 16:36:35,282 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:36:35,282 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 16:40:38,449 log 73004 6208172032 Internal Server Error: /en/hr/training/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'update_program' not found. 'update_program' is not a valid view function or pattern name. ERROR 2025-09-07 16:40:38,450 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 500 217002 WARNING 2025-09-07 16:40:38,462 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:40:38,462 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 16:41:03,400 log 73004 6208172032 Internal Server Error: /en/hr/training/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'program_detail' not found. 'program_detail' is not a valid view function or pattern name. ERROR 2025-09-07 16:41:03,401 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 500 217084 WARNING 2025-09-07 16:41:03,420 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:41:03,420 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:43:49,987 basehttp 73004 6208172032 "GET /en/hr/training/ HTTP/1.1" 200 51267 WARNING 2025-09-07 16:43:50,002 log 73004 6208172032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:43:50,003 basehttp 73004 6208172032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:43:50,050 basehttp 73004 6208172032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:44:50,053 basehttp 73004 6208172032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:45:14,901 autoreload 73004 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:45:15,356 autoreload 76878 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 16:45:16,032 basehttp 76878 6132101120 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 16:45:16,050 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:16,050 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:16,113 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:45:35,524 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:35,524 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:45:40,288 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:40,289 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:43,734 basehttp 76878 6132101120 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:45:43,749 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:43,750 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:43,797 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:45:54,662 basehttp 76878 6132101120 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 16:45:54,680 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:54,680 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:45:54,737 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:45:56,841 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:56,842 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:45:56,881 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:45:56,881 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:46:43,810 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:47:43,813 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:47:44,830 basehttp 76878 6132101120 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:47:44,846 log 76878 6132101120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:47:44,846 basehttp 76878 6132101120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:47:44,893 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:48:44,905 basehttp 76878 6132101120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:49:35,670 autoreload 76878 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 16:49:35,990 autoreload 78804 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 16:49:37,066 log 78804 6140686336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:37,066 basehttp 78804 6140686336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:37,106 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:49:37,137 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:37,137 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:49:38,055 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:38,055 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:49:38,064 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:38,064 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:38,551 basehttp 78804 6123859968 "GET /en/hr/ HTTP/1.1" 200 42394 WARNING 2025-09-07 16:49:38,562 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:38,563 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:38,611 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 16:49:40,061 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:40,061 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 16:49:40,074 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:40,075 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:40,983 basehttp 78804 6123859968 "GET /en/hr/training/ HTTP/1.1" 200 51267 WARNING 2025-09-07 16:49:41,003 log 78804 6123859968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 16:49:41,003 basehttp 78804 6123859968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 16:49:41,049 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:50:41,063 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:51:41,068 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:52:41,094 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:53:42,091 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:54:43,092 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:55:44,095 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:56:46,088 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 16:58:09,082 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:00:09,077 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:02:09,203 basehttp 78804 6123859968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:02:22,937 autoreload 78804 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 17:02:23,361 autoreload 84426 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 17:02:36,218 basehttp 84426 6157742080 "GET /en/hr/training/ HTTP/1.1" 200 94607 WARNING 2025-09-07 17:02:36,238 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:02:36,238 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:02:36,328 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:02:59,699 log 84426 6157742080 Internal Server Error: /en/hr/training/642/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:02:59,703 basehttp 84426 6157742080 "GET /en/hr/training/642/ HTTP/1.1" 500 375709 WARNING 2025-09-07 17:02:59,716 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:02:59,716 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:03:56,329 log 84426 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:03:56,330 basehttp 84426 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:03:56,331 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 17:03:56,341 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:03:56,341 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:03:57,012 basehttp 84426 6157742080 "GET /en/hr/training/ HTTP/1.1" 200 94613 WARNING 2025-09-07 17:03:57,026 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:03:57,026 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:03:57,107 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:04:41,775 log 84426 6157742080 Internal Server Error: /en/hr/training/313/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: "set_badge='success'" During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 48: 'set_badge='success'', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-07 17:04:41,778 basehttp 84426 6157742080 "GET /en/hr/training/313/ HTTP/1.1" 500 314845 WARNING 2025-09-07 17:04:41,793 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:04:41,793 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:04:47,934 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:04:47,934 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:04:47,946 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:04:47,946 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:04:57,134 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:05:08,240 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:05:08,242 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 375659 WARNING 2025-09-07 17:05:08,256 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:05:08,256 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 17:05:28,071 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:05:28,073 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 320532 WARNING 2025-09-07 17:05:28,089 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:05:28,089 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 17:05:40,036 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-07 17:05:40,038 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 179703 WARNING 2025-09-07 17:05:40,051 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:05:40,051 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-07 17:06:30,036 log 84426 6157742080 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-07 17:06:30,037 basehttp 84426 6157742080 "GET /en/hr/training/9/ HTTP/1.1" 500 179703 WARNING 2025-09-07 17:06:30,049 log 84426 6157742080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:06:30,049 basehttp 84426 6157742080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 17:13:58,575 log 84426 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:13:58,575 basehttp 84426 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:13:58,579 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 17:13:58,583 log 84426 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 17:13:58,583 basehttp 84426 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 17:14:58,570 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:00,153 basehttp 84426 6325039104 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 17:15:00,213 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:07,473 basehttp 84426 6325039104 "GET /en/blood-bank/units/38/ HTTP/1.1" 200 35788 INFO 2025-09-07 17:15:07,484 basehttp 84426 6325039104 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-07 17:15:07,520 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:14,164 basehttp 84426 6325039104 "GET /en/blood-bank/units/38/test/ HTTP/1.1" 200 45659 INFO 2025-09-07 17:15:14,194 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:21,406 basehttp 84426 6325039104 "GET /en/blood-bank/donors/46/ HTTP/1.1" 200 29824 INFO 2025-09-07 17:15:21,443 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:15:26,546 basehttp 84426 6325039104 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 17:15:26,582 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:06,428 basehttp 84426 6157742080 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 17:16:06,466 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:27,765 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:30,194 basehttp 84426 6157742080 "GET /en/blood-bank/units/13/ HTTP/1.1" 200 36506 INFO 2025-09-07 17:16:30,234 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:47,814 basehttp 84426 6157742080 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 17:16:47,852 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:16:55,138 basehttp 84426 6157742080 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-07 17:16:55,182 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:08,876 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:24,261 basehttp 84426 6157742080 "GET /en/blood-bank/inventory/ HTTP/1.1" 200 34369 INFO 2025-09-07 17:17:24,299 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:43,987 basehttp 84426 6157742080 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-07 17:17:44,028 basehttp 84426 6157742080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:17:49,526 basehttp 84426 6157742080 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 56247 INFO 2025-09-07 17:17:49,534 basehttp 84426 6157742080 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-07 17:17:49,534 basehttp 84426 6325039104 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-07 17:17:49,565 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:18:49,580 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:19:49,585 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:20:49,583 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:21:17,193 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:21:17,777 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:21:23,031 basehttp 84426 6325039104 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 17:21:23,076 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:21:24,288 log 84426 6325039104 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-07 17:21:24,291 basehttp 84426 6325039104 "GET /en/hr/training/9/ HTTP/1.1" 500 179587 INFO 2025-09-07 17:22:23,081 basehttp 84426 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:22:49,206 autoreload 84426 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 17:22:49,647 autoreload 93365 8747049152 Watching for file changes with StatReloader ERROR 2025-09-07 17:22:52,504 log 93365 6132805632 Internal Server Error: /en/hr/training/9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'training_record_print' not found. 'training_record_print' is not a valid view function or pattern name. ERROR 2025-09-07 17:22:52,506 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 500 177519 INFO 2025-09-07 17:23:43,843 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28657 INFO 2025-09-07 17:23:43,879 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:24:43,895 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:24:50,025 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28729 INFO 2025-09-07 17:24:50,064 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:25:18,410 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28765 INFO 2025-09-07 17:25:18,451 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:26:03,810 basehttp 93365 6132805632 "GET /en/hr/training/9/ HTTP/1.1" 200 28800 INFO 2025-09-07 17:26:03,849 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:27:03,861 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:28:03,865 basehttp 93365 6132805632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:29:21,091 autoreload 96269 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 17:29:32,040 basehttp 96269 6134935552 "GET /en/hr/training/9/ HTTP/1.1" 200 28800 INFO 2025-09-07 17:29:32,081 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:30:12,259 basehttp 96269 6134935552 "GET /en/hr/employees/1/ HTTP/1.1" 200 35234 INFO 2025-09-07 17:30:12,298 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:30:32,087 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:31:32,094 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:32:16,229 basehttp 96269 6134935552 "GET /en/hr/training/9/ HTTP/1.1" 200 28824 INFO 2025-09-07 17:32:16,268 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:32:52,240 basehttp 96269 6134935552 "GET /en/hr/training/9/ HTTP/1.1" 200 28891 INFO 2025-09-07 17:32:52,278 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:33:52,295 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:34:52,286 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:35:52,294 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:36:52,299 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:37:52,303 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:38:52,305 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:39:52,308 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:40:52,301 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:41:52,313 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:42:52,305 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:43:52,316 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:44:52,319 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:45:52,325 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:46:52,323 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:47:52,321 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:48:52,322 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:49:52,323 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:50:52,323 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:51:52,326 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:52:52,317 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:53:52,329 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:54:52,330 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:55:52,336 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:56:52,333 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:57:52,325 basehttp 96269 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:58:30,257 autoreload 96269 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 17:58:30,606 autoreload 9737 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 17:58:31,247 basehttp 9737 6197653504 "GET /en/hr/training/9/ HTTP/1.1" 200 28891 INFO 2025-09-07 17:58:31,281 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 17:58:34,709 basehttp 9737 6197653504 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 17:58:35,629 basehttp 9737 6197653504 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 17:58:35,671 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 17:58:40,144 log 9737 6197653504 Internal Server Error: /en/hr/training/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 705, in __init__ filter_func = parser.find_filter(filter_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 615, in find_filter raise TemplateSyntaxError("Invalid filter: '%s'" % filter_name) django.template.exceptions.TemplateSyntaxError: Invalid filter: 'split' ERROR 2025-09-07 17:58:40,147 basehttp 9737 6197653504 "GET /en/hr/training/create/ HTTP/1.1" 500 351884 INFO 2025-09-07 18:00:40,415 basehttp 9737 6197653504 "GET /en/hr/training/create/ HTTP/1.1" 200 50385 INFO 2025-09-07 18:00:40,425 basehttp 9737 6197653504 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-07 18:00:40,429 basehttp 9737 6197653504 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-07 18:00:40,458 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:00:55,121 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:01:55,122 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:02:55,113 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:03:55,114 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:04:55,114 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:05:55,118 basehttp 9737 6197653504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:06:47,949 autoreload 9737 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:06:48,365 autoreload 13342 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:49:22,974 autoreload 31933 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:49:25,303 basehttp 31933 6191558656 "GET /en/hr/training/ HTTP/1.1" 200 94613 INFO 2025-09-07 18:49:25,355 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:49:28,905 basehttp 31933 6191558656 "GET /en/hr/training/9/ HTTP/1.1" 200 28891 INFO 2025-09-07 18:49:28,934 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 18:49:33,840 log 31933 6191558656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 18:49:33,840 basehttp 31933 6191558656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 18:49:42,876 basehttp 31933 6191558656 "GET /en/hr/training/9/update/ HTTP/1.1" 200 50484 WARNING 2025-09-07 18:49:42,892 log 31933 6191558656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 18:49:42,892 basehttp 31933 6191558656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 18:49:42,964 basehttp 31933 6191558656 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-07 18:49:42,973 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:50:42,989 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:51:42,981 basehttp 31933 6191558656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:52:35,424 autoreload 31933 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:52:35,775 autoreload 33342 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:52:43,036 basehttp 33342 6171783168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:53:32,887 autoreload 33342 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:53:33,210 autoreload 33823 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 18:53:43,035 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:54:42,988 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:55:42,996 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:56:42,995 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:57:43,002 basehttp 33823 6158364672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 18:58:14,610 autoreload 33823 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-07 18:58:14,946 autoreload 35826 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 19:01:36,616 autoreload 37400 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 19:01:39,903 log 37400 6165229568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:01:39,903 basehttp 37400 6165229568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:01:40,024 basehttp 37400 6165229568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:01:49,447 basehttp 37400 6165229568 "GET /en/hr/training-management HTTP/1.1" 200 54669 WARNING 2025-09-07 19:01:49,464 log 37400 6165229568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:01:49,465 basehttp 37400 6165229568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:01:49,534 basehttp 37400 6165229568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:02:05,029 autoreload 37400 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 19:02:05,363 autoreload 37565 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 19:02:05,952 basehttp 37565 6196097024 "GET /en/hr/training-management HTTP/1.1" 200 94613 WARNING 2025-09-07 19:02:05,971 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:05,971 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:02:06,058 basehttp 37565 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:02:31,038 basehttp 37565 6196097024 "GET /en/hr/training/create/ HTTP/1.1" 200 50385 WARNING 2025-09-07 19:02:31,056 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:31,056 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:02:31,137 basehttp 37565 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:02:35,803 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:35,803 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:02:35,812 log 37565 6196097024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:02:35,813 basehttp 37565 6196097024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:03:06,065 basehttp 37565 6196097024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:03:56,545 autoreload 37565 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 19:03:56,902 autoreload 38419 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 19:03:57,860 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:03:57,861 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:03:57,872 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:03:57,872 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:03:59,887 basehttp 38419 6159265792 "GET /en/hr/training-management HTTP/1.1" 200 97400 WARNING 2025-09-07 19:03:59,901 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:03:59,901 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:03:59,985 basehttp 38419 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:04:02,939 basehttp 38419 6159265792 "GET /en/hr/training-management?page=2 HTTP/1.1" 200 97758 WARNING 2025-09-07 19:04:02,962 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:02,962 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:03,046 basehttp 38419 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:04:22,791 basehttp 38419 6159265792 "GET /en/hr/training/ HTTP/1.1" 200 36297 WARNING 2025-09-07 19:04:22,810 log 38419 6159265792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:22,810 basehttp 38419 6159265792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:22,892 basehttp 38419 6159265792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:04:40,791 autoreload 38419 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py changed, reloading. INFO 2025-09-07 19:04:41,117 autoreload 38736 8747049152 Watching for file changes with StatReloader WARNING 2025-09-07 19:04:42,402 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:42,403 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:04:42,413 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:42,414 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:43,092 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117087 WARNING 2025-09-07 19:04:43,108 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:04:43,109 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:04:43,204 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:05:43,209 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:05:59,216 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117148 WARNING 2025-09-07 19:05:59,233 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:05:59,233 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:05:59,324 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:06:31,125 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117168 WARNING 2025-09-07 19:06:31,138 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:06:31,138 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:06:31,232 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:07:05,391 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117193 WARNING 2025-09-07 19:07:05,407 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:07:05,407 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:07:05,502 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:07:23,355 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117188 WARNING 2025-09-07 19:07:23,372 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:07:23,372 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:07:23,466 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:07:59,729 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117193 WARNING 2025-09-07 19:07:59,746 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:07:59,746 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:07:59,839 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:08:14,555 basehttp 38736 6197555200 "GET /en/hr/training/ HTTP/1.1" 200 117173 WARNING 2025-09-07 19:08:14,570 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:14,570 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:14,664 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:08:30,306 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-07 19:08:30,307 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:08:30,307 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:08:30,316 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:30,316 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:31,215 basehttp 38736 6214381568 "GET /en/hr/training-management?page=2 HTTP/1.1" 200 97758 WARNING 2025-09-07 19:08:31,229 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:31,230 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:31,318 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:08:43,991 basehttp 38736 6214381568 "GET /en/hr/training/986/ HTTP/1.1" 200 28844 WARNING 2025-09-07 19:08:44,014 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:08:44,014 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:08:44,086 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:09:44,092 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:10:44,103 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:11:44,106 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:12:44,111 basehttp 38736 6214381568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:12:54,530 basehttp 38736 6214381568 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 19:12:54,555 basehttp 38736 6197555200 "GET /en/ HTTP/1.1" 200 49700 WARNING 2025-09-07 19:12:54,573 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:12:54,573 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:12:54,664 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:12:54,674 basehttp 38736 6248034304 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 19:12:54,676 basehttp 38736 6231207936 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-07 19:12:54,677 basehttp 38736 6214381568 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-07 19:13:04,688 log 38736 6214381568 Not Found: /en/core/departments WARNING 2025-09-07 19:13:04,689 basehttp 38736 6214381568 "GET /en/core/departments HTTP/1.1" 404 30136 WARNING 2025-09-07 19:13:04,710 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:04,710 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:13:26,185 log 38736 6214381568 Not Found: /en/core/departments WARNING 2025-09-07 19:13:26,186 basehttp 38736 6214381568 "GET /en/core/departments HTTP/1.1" 404 30136 WARNING 2025-09-07 19:13:26,203 log 38736 6214381568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:26,203 basehttp 38736 6214381568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:32,301 basehttp 38736 6214381568 "GET /en/departments HTTP/1.1" 301 0 INFO 2025-09-07 19:13:32,322 basehttp 38736 6231207936 "GET /en/departments/ HTTP/1.1" 200 134624 WARNING 2025-09-07 19:13:32,336 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:32,336 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:32,421 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:13:38,966 basehttp 38736 6231207936 "GET /en/departments/12/ HTTP/1.1" 200 38676 WARNING 2025-09-07 19:13:38,987 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:38,987 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:39,308 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:13:55,079 basehttp 38736 6231207936 "GET /en/inventory/items/?department=12 HTTP/1.1" 200 73409 WARNING 2025-09-07 19:13:55,094 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:13:55,095 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:13:55,191 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 19:14:06,976 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:06,976 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 19:14:06,988 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:06,988 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:14:27,071 basehttp 38736 6231207936 "GET /en/hr/departments/12/ HTTP/1.1" 200 35042 WARNING 2025-09-07 19:14:27,093 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:27,093 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:14:27,168 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:14:34,406 basehttp 38736 6231207936 "GET /en/hr/departments/ HTTP/1.1" 200 125426 WARNING 2025-09-07 19:14:34,428 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:14:34,428 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:14:34,516 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:15:06,152 basehttp 38736 6231207936 "GET /en/hr/departments/create/ HTTP/1.1" 200 41288 WARNING 2025-09-07 19:15:06,169 basehttp 38736 6248034304 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 19:15:06,174 log 38736 6231207936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:15:06,174 basehttp 38736 6231207936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:15:06,248 basehttp 38736 6231207936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:15:58,471 basehttp 38736 6197555200 "GET /en/departments/create/ HTTP/1.1" 200 43115 WARNING 2025-09-07 19:15:58,493 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:15:58,493 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:15:58,576 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:16:23,074 basehttp 38736 6197555200 "GET /en/hr/departments/create/ HTTP/1.1" 200 41288 WARNING 2025-09-07 19:16:23,090 basehttp 38736 6214381568 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 WARNING 2025-09-07 19:16:23,094 log 38736 6197555200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 19:16:23,094 basehttp 38736 6197555200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 19:16:23,174 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:17:23,199 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:18:23,191 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:19:23,309 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:20:23,323 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:21:23,325 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:22:23,329 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:23:23,331 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:24:23,324 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 19:25:23,331 basehttp 38736 6197555200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:16:49,289 autoreload 70364 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:02,711 autoreload 70364 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-07 20:17:03,014 autoreload 70456 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:18,406 autoreload 70456 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/admin.py changed, reloading. INFO 2025-09-07 20:17:18,672 autoreload 70620 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:27,955 autoreload 70620 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/admin.py changed, reloading. INFO 2025-09-07 20:17:28,275 autoreload 70706 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:39,722 autoreload 70706 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-07 20:17:40,062 autoreload 70801 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:17:48,381 autoreload 70801 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/forms.py changed, reloading. INFO 2025-09-07 20:17:48,674 autoreload 70896 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:18:05,260 autoreload 70896 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/forms.py changed, reloading. INFO 2025-09-07 20:18:05,558 autoreload 70980 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:19:38,162 autoreload 71715 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:20:42,235 autoreload 72212 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:21:00,993 autoreload 72212 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-07 20:21:01,300 autoreload 72401 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:22:50,198 autoreload 73233 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:06,046 autoreload 73233 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/quality/forms.py changed, reloading. INFO 2025-09-07 20:23:06,357 autoreload 73391 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:16,822 autoreload 73391 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-07 20:23:17,128 autoreload 73473 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:22,390 autoreload 73473 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/admin.py changed, reloading. INFO 2025-09-07 20:23:22,700 autoreload 73486 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:23:56,461 autoreload 73486 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-09-07 20:23:56,769 autoreload 73801 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:00,929 autoreload 73820 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:15,641 autoreload 73820 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/forms.py changed, reloading. INFO 2025-09-07 20:24:15,992 autoreload 73904 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:20,396 autoreload 73904 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-07 20:24:20,713 autoreload 73991 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:24:40,610 autoreload 74164 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:25:54,846 autoreload 74745 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:26:42,932 autoreload 74745 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py changed, reloading. INFO 2025-09-07 20:26:43,364 autoreload 75052 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:26:48,819 basehttp 75052 6202585088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-07 20:26:49,726 log 75052 6202585088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:49,726 basehttp 75052 6202585088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 20:26:51,621 basehttp 75052 6202585088 "GET / HTTP/1.1" 302 0 INFO 2025-09-07 20:26:51,644 basehttp 75052 6219411456 "GET /en/ HTTP/1.1" 200 49790 INFO 2025-09-07 20:26:51,735 basehttp 75052 6219411456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:26:51,739 basehttp 75052 6202585088 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-07 20:26:51,745 basehttp 75052 6253064192 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-07 20:26:51,746 basehttp 75052 6236237824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-07 20:26:53,943 log 75052 6236237824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:53,943 basehttp 75052 6236237824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-07 20:26:55,517 log 75052 6236237824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:55,518 basehttp 75052 6236237824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 20:26:58,151 basehttp 75052 6236237824 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-07 20:26:58,179 basehttp 75052 6253064192 "GET /en/blood-bank/ HTTP/1.1" 200 121063 WARNING 2025-09-07 20:26:58,194 log 75052 6253064192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-07 20:26:58,194 basehttp 75052 6253064192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-07 20:26:58,280 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:16,483 basehttp 75052 6253064192 "GET /en/blood-bank/units/38/ HTTP/1.1" 200 35788 INFO 2025-09-07 20:27:16,522 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:27,392 basehttp 75052 6253064192 "GET /en/blood-bank/units/38/test/ HTTP/1.1" 200 45659 INFO 2025-09-07 20:27:27,427 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:40,160 basehttp 75052 6253064192 "GET /en/blood-bank/donors/46/ HTTP/1.1" 200 29824 INFO 2025-09-07 20:27:40,196 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:27:46,387 basehttp 75052 6253064192 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 20:27:46,422 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:28,942 basehttp 75052 6253064192 "GET /en/blood-bank/donors/46/eligibility/ HTTP/1.1" 200 33976 INFO 2025-09-07 20:28:28,979 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:31,872 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:34,119 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:36,679 basehttp 75052 6253064192 "GET /en/blood-bank/units/ HTTP/1.1" 200 88820 INFO 2025-09-07 20:28:36,725 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:28:41,682 basehttp 75052 6253064192 "GET /en/blood-bank/units/48/ HTTP/1.1" 200 36489 INFO 2025-09-07 20:28:41,718 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:29:36,734 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:29:48,297 basehttp 75052 6253064192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-07 20:30:04,781 log 75052 6253064192 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: hr_employee.national_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: hr_employee.national_id ERROR 2025-09-07 20:30:04,784 basehttp 75052 6253064192 "GET /en/hr/ HTTP/1.1" 500 235599 ERROR 2025-09-07 20:30:05,673 log 75052 6253064192 Internal Server Error: /en/hr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: hr_employee.national_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: hr_employee.national_id ERROR 2025-09-07 20:30:05,674 basehttp 75052 6253064192 "GET /en/hr/ HTTP/1.1" 500 235325 INFO 2025-09-07 20:32:25,310 autoreload 77623 8747049152 Watching for file changes with StatReloader INFO 2025-09-07 20:32:27,794 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:27,802 basehttp 77623 6150778880 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 20:32:27,852 basehttp 77623 6150778880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:29,943 basehttp 77623 6150778880 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 20:32:30,000 basehttp 77623 6150778880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:34,727 basehttp 77623 6150778880 "GET /en/inpatients/ HTTP/1.1" 200 41725 INFO 2025-09-07 20:32:34,781 basehttp 77623 6150778880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:34,782 basehttp 77623 6133952512 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-07 20:32:34,805 basehttp 77623 6167605248 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 611361 INFO 2025-09-07 20:32:59,005 basehttp 77623 6167605248 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109891 INFO 2025-09-07 20:32:59,099 basehttp 77623 6167605248 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-07 20:32:59,124 basehttp 77623 6167605248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:32:59,242 basehttp 77623 6167605248 "GET /en/inpatients/beds/ HTTP/1.1" 200 2109891 INFO 2025-09-07 20:33:01,667 basehttp 77623 6167605248 "GET /en/inpatients/beds/1619/ HTTP/1.1" 200 31653 INFO 2025-09-07 20:33:01,702 basehttp 77623 6167605248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:33:25,036 basehttp 77623 6167605248 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-07 20:33:34,007 basehttp 77623 6167605248 "GET /en/patients/ HTTP/1.1" 200 139651 INFO 2025-09-07 20:33:34,059 basehttp 77623 6167605248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:33:34,063 basehttp 77623 6133952512 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-07 20:33:39,047 basehttp 77623 6133952512 "GET /en/patients/patientprofile/39/details/ HTTP/1.1" 200 32460 INFO 2025-09-07 20:33:39,082 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:34:39,100 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:35:39,416 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:36:40,417 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:37:41,413 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:38:42,412 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:39:43,413 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:40:45,399 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:42:09,408 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:43:09,410 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:45:09,404 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:46:09,397 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:48:09,395 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:49:09,402 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:51:09,395 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:52:09,397 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:31,269 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:38,787 basehttp 77623 6133952512 "GET /en/patients/insurance-info/39/ HTTP/1.1" 200 36065 INFO 2025-09-07 20:53:38,809 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:51,162 basehttp 77623 6133952512 "GET /en/patients/consent-forms/39/ HTTP/1.1" 200 599 INFO 2025-09-07 20:53:56,274 basehttp 77623 6133952512 "GET /en/patients/ HTTP/1.1" 200 139651 INFO 2025-09-07 20:53:56,326 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 20:53:56,329 basehttp 77623 6150778880 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-07 20:58:11,348 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 22:29:09,343 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 22:56:12,284 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:10:41,271 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:11:38,278 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:11:38,451 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:12:39,264 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:13:40,266 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:18:49,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:19:50,455 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:20:47,478 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:20:47,588 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:21:48,460 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:22:49,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:23:50,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:24:51,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:25:48,475 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:25:48,575 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:26:49,450 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:27:50,437 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:28:51,448 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:29:52,450 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:30:49,463 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:30:49,579 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:31:50,445 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:32:51,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:33:52,448 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:34:53,454 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:35:50,472 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:35:50,581 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:36:51,456 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:37:52,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:38:53,458 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:39:54,460 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:40:51,483 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:40:51,576 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:41:52,467 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:42:53,469 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:43:54,465 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:44:55,470 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:45:52,487 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:45:52,587 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:46:53,465 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:47:54,470 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:48:55,465 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:49:56,477 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:50:53,495 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:50:53,598 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:51:54,481 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:52:55,479 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:53:56,481 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:54:57,475 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:55:54,499 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-07 23:55:54,616 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:56:55,481 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:57:56,484 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:58:57,482 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-07 23:59:58,476 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:00:55,502 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 00:00:55,612 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:01:56,485 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:02:57,488 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:03:58,489 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:04:59,490 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:05:56,497 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 00:05:56,590 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:06:57,493 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:07:58,492 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:08:59,495 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:10:00,488 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:10:57,507 basehttp 77623 6133952512 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 00:10:57,573 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:11:58,483 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:12:59,487 basehttp 77623 6133952512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:13:41,726 autoreload 77623 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/forms.py changed, reloading. INFO 2025-09-08 00:13:42,196 autoreload 15542 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 00:14:00,567 basehttp 15542 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 00:14:29,118 autoreload 15542 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-08 00:14:29,485 autoreload 15863 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 01:20:56,549 autoreload 15863 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/hospital_management/settings.py changed, reloading. INFO 2025-09-08 01:20:56,938 autoreload 42555 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 02:59:34,343 autoreload 86776 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 03:01:17,404 autoreload 87744 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 03:01:23,011 basehttp 87744 6134018048 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 03:01:23,077 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:01:44,799 basehttp 87744 6134018048 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-08 03:01:44,843 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:01:47,498 basehttp 87744 6134018048 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 INFO 2025-09-08 03:01:47,535 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:02:47,540 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:03:47,552 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:04:47,549 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:05:47,561 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:06:47,557 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:07:47,571 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:08:47,578 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:09:47,572 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:10:47,587 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:11:47,593 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:12:47,993 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:13:49,983 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:14:59,996 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:17:05,172 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:19:05,174 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:20:05,175 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:38:01,778 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:39:01,767 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:41:01,758 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:42:01,780 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:44:01,780 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:45:01,772 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:51:01,681 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:52:01,491 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:54:01,487 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:55:01,487 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:57:01,484 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 03:58:01,480 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:00:01,483 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:01:01,489 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:03:01,478 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:04:01,478 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:06:01,474 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:07:01,476 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:09:01,496 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:10:01,486 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:11:01,439 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:11:58,754 basehttp 87744 6134018048 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 04:11:58,784 basehttp 87744 6150844416 "GET /en/ HTTP/1.1" 200 49800 INFO 2025-09-08 04:11:58,856 basehttp 87744 6150844416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:11:58,868 basehttp 87744 6167670784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 04:11:58,868 basehttp 87744 13438578688 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 04:11:58,871 basehttp 87744 6134018048 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:12:15,397 basehttp 87744 6134018048 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:12:15,433 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:13:15,433 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:14:15,448 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:15:15,448 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:16:15,482 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:17:15,442 basehttp 87744 6134018048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:17:56,012 autoreload 87744 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:17:56,551 autoreload 12537 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:18:15,506 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:19:15,449 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:19:54,512 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:19:54,543 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:19:55,982 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:19:56,021 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:20:46,196 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:20:46,232 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:21:46,235 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:22:46,259 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:22:53,423 basehttp 12537 6122647552 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:22:53,458 basehttp 12537 6122647552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:23:39,628 autoreload 12537 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:23:40,220 autoreload 15079 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:23:45,701 autoreload 15079 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:23:46,061 autoreload 15163 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:23:53,533 basehttp 15163 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:24:05,491 basehttp 15163 6191181824 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:24:05,521 basehttp 15163 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:24:07,327 basehttp 15163 6191181824 "GET /en/ HTTP/1.1" 200 49800 INFO 2025-09-08 04:24:07,373 basehttp 15163 6191181824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:24:07,379 basehttp 15163 6224834560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 04:24:07,379 basehttp 15163 6241660928 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 04:24:07,381 basehttp 15163 6208008192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:24:37,370 basehttp 15163 6208008192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:25:07,367 basehttp 15163 6208008192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:25:19,974 autoreload 16288 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:25:22,244 basehttp 16288 6170832896 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 04:25:22,310 basehttp 16288 6187659264 "GET /en/ HTTP/1.1" 200 49800 INFO 2025-09-08 04:25:22,361 basehttp 16288 6187659264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:25:22,368 basehttp 16288 6221312000 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 04:25:22,369 basehttp 16288 6204485632 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 04:25:22,372 basehttp 16288 6170832896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 04:25:33,099 basehttp 16288 6170832896 "GET /en/appointments/create/ HTTP/1.1" 200 36462 INFO 2025-09-08 04:25:33,135 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:26:33,138 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:27:33,145 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-08 04:28:08,231 log 16288 6170832896 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-09-08 04:28:08,234 basehttp 16288 6170832896 "GET /en/appointments/create/ HTTP/1.1" 500 178404 INFO 2025-09-08 04:28:22,144 basehttp 16288 6170832896 "GET /en/appointments/create/ HTTP/1.1" 200 36414 INFO 2025-09-08 04:28:22,173 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:28:37,517 basehttp 16288 6170832896 "GET /en/appointments/list/ HTTP/1.1" 200 128770 INFO 2025-09-08 04:28:37,557 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:28:51,857 basehttp 16288 6170832896 "POST /appointments/reschedule/2220/ HTTP/1.1" 302 0 WARNING 2025-09-08 04:28:51,872 log 16288 6204485632 Not Found: /en/appointments/reschedule/2220/ WARNING 2025-09-08 04:28:51,872 basehttp 16288 6204485632 "GET /en/appointments/reschedule/2220/ HTTP/1.1" 404 33138 WARNING 2025-09-08 04:28:56,328 log 16288 6204485632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:28:56,329 basehttp 16288 6204485632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:29:37,575 basehttp 16288 6170832896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:30:30,368 autoreload 16288 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:30:30,716 autoreload 18531 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:30:36,752 basehttp 18531 6129938432 "GET /en/appointments/list/ HTTP/1.1" 200 128770 WARNING 2025-09-08 04:30:36,770 log 18531 6129938432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:30:36,770 basehttp 18531 6129938432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:30:36,853 basehttp 18531 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:30:45,819 basehttp 18531 6129938432 "POST /appointments/reschedule/2219/ HTTP/1.1" 302 0 WARNING 2025-09-08 04:30:45,833 log 18531 6146764800 Not Found: /en/appointments/reschedule/2219/ WARNING 2025-09-08 04:30:45,834 basehttp 18531 6146764800 "GET /en/appointments/reschedule/2219/ HTTP/1.1" 404 33138 INFO 2025-09-08 04:31:36,867 basehttp 18531 6146764800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:32:21,509 autoreload 18531 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:32:21,849 autoreload 19378 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:32:25,101 basehttp 19378 6195408896 "GET /en/appointments/list/ HTTP/1.1" 200 128770 WARNING 2025-09-08 04:32:25,119 log 19378 6195408896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:32:25,119 basehttp 19378 6195408896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:32:25,195 basehttp 19378 6195408896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:32:32,075 basehttp 19378 6195408896 "POST /appointments/reschedule/2219/ HTTP/1.1" 302 0 WARNING 2025-09-08 04:32:32,090 log 19378 6212235264 Not Found: /en/appointments/reschedule/2219/ WARNING 2025-09-08 04:32:32,090 basehttp 19378 6212235264 "GET /en/appointments/reschedule/2219/ HTTP/1.1" 404 33138 INFO 2025-09-08 04:33:25,216 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:34:25,213 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:35:25,217 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:36:25,219 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:37:25,221 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:38:25,348 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:39:25,350 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:40:25,346 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:41:25,356 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:42:25,353 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:43:25,370 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:44:25,360 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:44:43,110 basehttp 19378 6212235264 "GET /en/appointments/queue/ HTTP/1.1" 200 44796 WARNING 2025-09-08 04:44:43,129 log 19378 6212235264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:44:43,129 basehttp 19378 6212235264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:44:43,254 basehttp 19378 6212235264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:44:43,262 log 19378 6195408896 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:44:43,263 basehttp 19378 6195408896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,269 log 19378 6279540736 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:44:43,272 basehttp 19378 6279540736 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,276 log 19378 6212235264 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:44:43,277 basehttp 19378 6212235264 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:44:43,282 basehttp 19378 6262714368 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 04:44:43,285 basehttp 19378 6245888000 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:44:43,288 log 19378 6195408896 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 04:44:43,289 basehttp 19378 6229061632 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 04:44:43,291 basehttp 19378 6195408896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,295 log 19378 6279540736 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:44:43,296 basehttp 19378 6279540736 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,299 log 19378 6212235264 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:44:43,300 basehttp 19378 6212235264 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:44:43,305 log 19378 6262714368 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:44:43,305 basehttp 19378 6262714368 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:44:43,326 basehttp 19378 6245888000 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 04:44:43,332 log 19378 6279540736 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:44:43,334 basehttp 19378 6279540736 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:44:43,339 basehttp 19378 6229061632 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:44:43,339 basehttp 19378 6195408896 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 04:44:58,922 log 19378 6195408896 Forbidden (CSRF token missing.): /en/appointments/queue/10/call-next/ WARNING 2025-09-08 04:44:58,922 basehttp 19378 6195408896 "POST /en/appointments/queue/10/call-next/ HTTP/1.1" 403 2491 WARNING 2025-09-08 04:45:13,283 log 19378 6195408896 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:45:13,285 basehttp 19378 6195408896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,288 log 19378 6212235264 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:45:13,290 log 19378 6262714368 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:45:13,292 basehttp 19378 6212235264 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 WARNING 2025-09-08 04:45:13,292 basehttp 19378 6262714368 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:45:13,304 basehttp 19378 6229061632 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 04:45:13,304 basehttp 19378 6245888000 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 04:45:13,305 basehttp 19378 6279540736 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:45:13,308 log 19378 6195408896 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:45:13,308 basehttp 19378 6195408896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,313 log 19378 6262714368 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:45:13,314 basehttp 19378 6262714368 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,319 log 19378 6212235264 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:45:13,319 basehttp 19378 6212235264 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:13,371 log 19378 6262714368 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:45:13,374 basehttp 19378 6262714368 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 WARNING 2025-09-08 04:45:13,376 log 19378 6229061632 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:45:13,378 basehttp 19378 6229061632 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:45:13,385 basehttp 19378 6195408896 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 04:45:13,386 basehttp 19378 6279540736 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 04:45:13,387 basehttp 19378 6245888000 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:45:43,259 basehttp 19378 6245888000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:45:43,276 log 19378 6279540736 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:45:43,278 basehttp 19378 6279540736 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,284 log 19378 6212235264 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:45:43,285 basehttp 19378 6212235264 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,298 log 19378 6245888000 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:45:43,301 basehttp 19378 6245888000 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:45:43,304 basehttp 19378 6229061632 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:45:43,309 log 19378 6279540736 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:45:43,310 basehttp 19378 6279540736 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:45:43,312 basehttp 19378 6195408896 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 04:45:43,312 basehttp 19378 6262714368 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 04:45:43,317 log 19378 6212235264 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:45:43,318 basehttp 19378 6212235264 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,321 log 19378 6245888000 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:45:43,321 basehttp 19378 6245888000 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,342 log 19378 6229061632 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:45:43,342 basehttp 19378 6229061632 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:45:43,368 log 19378 6212235264 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 04:45:43,370 basehttp 19378 6279540736 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 04:45:43,370 basehttp 19378 6212235264 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:45:43,373 basehttp 19378 6195408896 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:45:43,374 basehttp 19378 6262714368 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 04:46:13,292 log 19378 6262714368 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:46:13,293 basehttp 19378 6262714368 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,295 log 19378 6229061632 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:46:13,296 basehttp 19378 6229061632 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,298 log 19378 6245888000 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:46:13,300 basehttp 19378 6245888000 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:46:13,308 basehttp 19378 6195408896 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 04:46:13,311 basehttp 19378 6279540736 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 04:46:13,316 log 19378 6262714368 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:46:13,317 basehttp 19378 6262714368 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:46:13,317 basehttp 19378 6212235264 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 04:46:13,330 log 19378 6229061632 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 04:46:13,330 basehttp 19378 6229061632 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,343 log 19378 6245888000 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:46:13,343 basehttp 19378 6245888000 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,368 log 19378 6195408896 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:46:13,369 basehttp 19378 6195408896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:13,378 log 19378 6229061632 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:46:13,380 basehttp 19378 6229061632 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:46:13,386 basehttp 19378 6262714368 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 04:46:13,387 basehttp 19378 6212235264 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:46:13,388 basehttp 19378 6279540736 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 04:46:43,258 basehttp 19378 6279540736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:46:43,285 log 19378 6212235264 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 04:46:43,286 basehttp 19378 6212235264 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,295 log 19378 6245888000 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 04:46:43,298 basehttp 19378 6245888000 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,306 log 19378 6279540736 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 04:46:43,308 basehttp 19378 6279540736 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 31091 WARNING 2025-09-08 04:46:43,319 log 19378 6212235264 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 04:46:43,321 basehttp 19378 6212235264 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:46:43,322 basehttp 19378 6262714368 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 04:46:43,329 log 19378 6245888000 Not Found: /en/appointments/queue/3/status/ INFO 2025-09-08 04:46:43,329 basehttp 19378 6229061632 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 04:46:43,330 basehttp 19378 6195408896 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 04:46:43,334 log 19378 6279540736 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 04:46:43,334 basehttp 19378 6245888000 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,335 basehttp 19378 6279540736 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 31088 WARNING 2025-09-08 04:46:43,340 log 19378 6212235264 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 04:46:43,340 basehttp 19378 6212235264 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 31088 INFO 2025-09-08 04:46:43,354 basehttp 19378 6262714368 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 04:46:43,374 log 19378 6245888000 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 04:46:43,375 basehttp 19378 6245888000 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 31091 INFO 2025-09-08 04:46:43,378 basehttp 19378 6229061632 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 04:46:43,378 basehttp 19378 6195408896 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 04:47:01,280 basehttp 19378 6195408896 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 04:47:01,348 log 19378 6195408896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:47:01,349 basehttp 19378 6195408896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:23,846 autoreload 19378 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:49:24,325 autoreload 26902 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 04:49:25,123 log 26902 6164738048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:49:25,123 basehttp 26902 6164738048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 04:49:25,134 log 26902 6164738048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:49:25,134 basehttp 26902 6164738048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:26,618 basehttp 26902 6164738048 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 30282 WARNING 2025-09-08 04:49:26,634 log 26902 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 04:49:26,634 basehttp 26902 13589622784 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 WARNING 2025-09-08 04:49:26,635 basehttp 26902 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:26,638 basehttp 26902 13589622784 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-08 04:49:26,640 basehttp 26902 13606449152 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-08 04:49:26,640 basehttp 26902 13640101888 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-08 04:49:26,641 basehttp 26902 13623275520 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-08 04:49:26,643 basehttp 26902 6164738048 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-08 04:49:26,717 basehttp 26902 6164738048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:49:26,724 basehttp 26902 6164738048 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 30282 INFO 2025-09-08 04:49:55,883 basehttp 26902 6164738048 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 30288 WARNING 2025-09-08 04:49:55,895 log 26902 6164738048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:49:55,895 basehttp 26902 6164738048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:49:55,984 basehttp 26902 6164738048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:49:55,991 basehttp 26902 13623275520 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 30288 INFO 2025-09-08 04:50:56,000 basehttp 26902 13623275520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-08 04:51:44,763 log 26902 13623275520 Internal Server Error: /en/appointments/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_request_form.html ERROR 2025-09-08 04:51:44,764 basehttp 26902 13623275520 "GET /en/appointments/create/ HTTP/1.1" 500 84276 WARNING 2025-09-08 04:51:44,782 log 26902 13623275520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:51:44,782 basehttp 26902 13623275520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:52:23,806 autoreload 26902 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:52:24,238 autoreload 28213 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:52:25,254 basehttp 28213 6159822848 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:52:25,270 log 28213 6159822848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:52:25,270 basehttp 28213 6159822848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:52:25,362 basehttp 28213 6159822848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:53:25,382 basehttp 28213 6159822848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:54:25,370 basehttp 28213 6159822848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:54:36,672 autoreload 28213 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:54:37,034 autoreload 29138 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:54:38,882 basehttp 29138 6191771648 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:54:38,910 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:54:38,911 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:54:38,982 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:55:38,998 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:56:39,003 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:57:03,299 basehttp 29138 6191771648 "POST /en/appointments/create/ HTTP/1.1" 200 54620 WARNING 2025-09-08 04:57:03,322 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:03,322 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:57:03,392 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:57:08,230 basehttp 29138 6191771648 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:57:08,254 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:08,254 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:57:11,118 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 04:57:11,126 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:11,126 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 04:57:11,173 log 29138 6191771648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:57:11,174 basehttp 29138 6191771648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:58:11,118 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:59:11,130 basehttp 29138 6191771648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:59:36,491 autoreload 29138 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 04:59:36,824 autoreload 31375 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 04:59:37,733 basehttp 31375 6136688640 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 30288 WARNING 2025-09-08 04:59:37,771 log 31375 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:59:37,771 basehttp 31375 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:59:37,832 basehttp 31375 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 04:59:37,839 basehttp 31375 6136688640 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 30288 INFO 2025-09-08 04:59:45,295 basehttp 31375 6136688640 "GET /en/appointments/create/ HTTP/1.1" 200 54178 WARNING 2025-09-08 04:59:45,329 log 31375 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 04:59:45,329 basehttp 31375 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 04:59:45,389 basehttp 31375 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:00:40,750 autoreload 31375 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:00:41,125 autoreload 31840 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 05:00:42,009 log 31840 6214840320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:00:42,009 basehttp 31840 6214840320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:00:42,037 log 31840 6214840320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:00:42,073 basehttp 31840 6214840320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:00:42,094 basehttp 31840 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:00:42,096 basehttp 31840 6214840320 - Broken pipe from ('127.0.0.1', 51422) INFO 2025-09-08 05:00:42,667 basehttp 31840 6198013952 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 05:00:42,686 log 31840 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:00:42,687 basehttp 31840 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:03:34,341 autoreload 31840 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:03:34,741 autoreload 33068 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:03:35,624 basehttp 33068 6169882624 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 52552 WARNING 2025-09-08 05:03:35,641 log 33068 6169882624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:03:35,641 basehttp 33068 6169882624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:03:35,707 basehttp 33068 6169882624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:03:35,736 basehttp 33068 6186708992 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 52552 INFO 2025-09-08 05:04:35,731 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:05:35,716 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:06:06,186 basehttp 33068 6186708992 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:06:06,198 log 33068 6186708992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:06:06,198 basehttp 33068 6186708992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:06:06,243 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:06:06,286 basehttp 33068 6186708992 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:07:06,261 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:08:06,251 basehttp 33068 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:08:26,902 autoreload 33068 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:08:27,407 autoreload 35272 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 05:08:28,637 log 35272 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:08:28,637 basehttp 35272 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:08:28,647 log 35272 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:08:28,648 basehttp 35272 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:08:29,424 basehttp 35272 6133411840 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61543 WARNING 2025-09-08 05:08:29,443 log 35272 6133411840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:08:29,443 basehttp 35272 6133411840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:08:29,498 basehttp 35272 6133411840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:08:29,535 basehttp 35272 6150238208 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 61543 INFO 2025-09-08 05:09:29,555 basehttp 35272 6150238208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:10:29,557 basehttp 35272 6150238208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:11:20,827 autoreload 35272 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:11:21,187 autoreload 36576 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 05:11:23,707 log 36576 6134951936 Internal Server Error: /en/appointments/calendar/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1411, in calendar_appointments return render(request, 'appointments/calendar_appointments.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 815, in as_sql distinct_result, distinct_params = self.connection.ops.distinct_sql( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/base/operations.py", line 204, in distinct_sql raise NotSupportedError( django.db.utils.NotSupportedError: DISTINCT ON fields is not supported by this database backend ERROR 2025-09-08 05:11:23,720 basehttp 36576 6134951936 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 500 191574 WARNING 2025-09-08 05:11:23,744 log 36576 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:11:23,746 basehttp 36576 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:11:35,264 autoreload 36576 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:11:35,698 autoreload 36665 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:11:36,502 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61543 WARNING 2025-09-08 05:11:36,512 log 36665 6124974080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:11:36,513 basehttp 36665 6124974080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:11:36,585 basehttp 36665 6124974080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:11:36,622 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 61543 INFO 2025-09-08 05:11:37,618 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 61543 WARNING 2025-09-08 05:11:37,631 log 36665 6124974080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:11:37,631 basehttp 36665 6124974080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:11:37,681 basehttp 36665 6124974080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:11:37,718 basehttp 36665 6124974080 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 61543 INFO 2025-09-08 05:12:37,688 basehttp 36665 6124974080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:13:25,286 autoreload 36665 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:13:25,636 autoreload 37438 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:13:26,474 basehttp 37438 6133919744 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:13:26,488 log 37438 6133919744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:13:26,489 basehttp 37438 6133919744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:13:26,535 basehttp 37438 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:13:26,564 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:14:11,311 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:14:11,326 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:14:11,326 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:14:11,372 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:14:11,415 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:15:01,265 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:15:01,277 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:15:01,277 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:15:01,323 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:15:01,370 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:16:01,326 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:16:18,420 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:16:18,435 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:16:18,435 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:16:18,482 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:16:18,527 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:16:26,469 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57168 WARNING 2025-09-08 05:16:26,485 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:16:26,485 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:16:26,527 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:16:26,571 basehttp 37438 6150746112 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 57168 INFO 2025-09-08 05:17:26,545 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:17:48,616 basehttp 37438 6150746112 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 WARNING 2025-09-08 05:17:48,637 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:17:48,637 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:17:53,677 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:17:53,677 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 05:17:53,698 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:17:53,698 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:18:09,730 basehttp 37438 6150746112 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 21561 WARNING 2025-09-08 05:18:09,747 log 37438 6150746112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:18:09,747 basehttp 37438 6150746112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:18:09,771 basehttp 37438 6150746112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:07,002 autoreload 37438 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 05:19:07,350 autoreload 40010 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:19:09,822 basehttp 40010 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:14,370 basehttp 40010 6134083584 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 WARNING 2025-09-08 05:19:14,389 log 40010 6134083584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:19:14,390 basehttp 40010 6134083584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:19:14,421 basehttp 40010 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:14,425 basehttp 40010 6167736320 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 05:19:14,450 basehttp 40010 6150909952 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 57181 INFO 2025-09-08 05:19:14,469 basehttp 40010 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:43,111 autoreload 40010 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 05:19:43,470 autoreload 40245 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 05:19:43,811 basehttp 40245 6164901888 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 WARNING 2025-09-08 05:19:43,827 log 40245 6164901888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:19:43,827 basehttp 40245 6164901888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:19:43,894 basehttp 40245 6198554624 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 05:19:43,896 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:43,921 basehttp 40245 6181728256 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 INFO 2025-09-08 05:19:58,860 basehttp 40245 6181728256 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 INFO 2025-09-08 05:19:58,882 basehttp 40245 6215380992 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 05:19:58,886 log 40245 6198554624 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 05:19:58,887 basehttp 40245 6249033728 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-08 05:19:58,887 basehttp 40245 6198554624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:19:58,888 basehttp 40245 6232207360 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 05:19:58,892 basehttp 40245 6181728256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 05:19:58,896 basehttp 40245 6249033728 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 05:19:58,898 basehttp 40245 6164901888 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 05:19:58,902 basehttp 40245 6215380992 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 05:19:59,045 basehttp 40245 6232207360 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 05:19:59,045 basehttp 40245 6164901888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 05:19:59,047 basehttp 40245 6249033728 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 05:19:59,047 basehttp 40245 6198554624 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 05:19:59,049 basehttp 40245 6181728256 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 05:19:59,052 basehttp 40245 6164901888 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 05:19:59,054 basehttp 40245 6181728256 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 05:19:59,065 basehttp 40245 6164901888 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 05:19:59,068 basehttp 40245 6181728256 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 05:19:59,068 basehttp 40245 6164901888 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 05:19:59,072 basehttp 40245 6181728256 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 05:19:59,072 basehttp 40245 6215380992 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 05:19:59,075 basehttp 40245 6164901888 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 05:19:59,075 basehttp 40245 6181728256 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 05:19:59,075 basehttp 40245 6215380992 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 05:19:59,080 basehttp 40245 6181728256 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 05:19:59,081 basehttp 40245 6198554624 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 05:19:59,081 basehttp 40245 6164901888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 05:19:59,083 basehttp 40245 6232207360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:19:59,084 basehttp 40245 6215380992 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 05:19:59,087 basehttp 40245 6181728256 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 05:19:59,088 basehttp 40245 6232207360 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 05:19:59,089 basehttp 40245 6164901888 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 05:19:59,089 basehttp 40245 6215380992 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 05:19:59,089 basehttp 40245 6198554624 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 05:19:59,091 basehttp 40245 6181728256 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 05:19:59,114 basehttp 40245 6249033728 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 05:19:59,162 log 40245 6249033728 Not Found: /favicon.ico WARNING 2025-09-08 05:19:59,162 basehttp 40245 6249033728 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 05:20:59,048 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:21:59,059 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:22:59,064 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:23:59,069 basehttp 40245 6249033728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:24:25,243 basehttp 40245 6249033728 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 21561 WARNING 2025-09-08 05:24:25,261 log 40245 6249033728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 05:24:25,261 basehttp 40245 6249033728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 05:25:51,242 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:26:52,246 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:27:53,244 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 05:44:31,662 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:01:25,274 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:15:56,460 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:31:52,856 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:48:16,462 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:50:16,461 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:52:16,457 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:54:16,475 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:56:16,490 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:58:16,468 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 06:59:16,478 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:01:16,467 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:03:16,457 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:05:16,552 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:07:16,566 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:09:16,563 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:11:16,559 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:13:16,561 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:15:16,577 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:17:16,563 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:19:16,436 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:20:16,466 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:22:16,444 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:24:16,433 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:25:16,449 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:26:16,448 basehttp 40245 6164901888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:26:59,549 autoreload 40245 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:26:59,994 autoreload 62874 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:27:03,513 basehttp 62874 6136115200 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 21561 WARNING 2025-09-08 07:27:03,535 log 62874 6136115200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:27:03,536 basehttp 62874 6136115200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:27:03,603 basehttp 62874 6136115200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:28:03,610 basehttp 62874 6136115200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:28:31,715 autoreload 62874 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:28:32,128 autoreload 63571 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:28:32,871 log 63571 13052751872 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' not found. 'cancel_telemedicine_session' is not a valid view function or pattern name. ERROR 2025-09-08 07:28:32,895 basehttp 63571 13052751872 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 270487 WARNING 2025-09-08 07:28:32,915 log 63571 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:28:32,915 basehttp 63571 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:38:12,282 autoreload 63571 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 07:38:12,681 autoreload 67816 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:38:14,659 log 67816 6195474432 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(285,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/cancel/\\Z'] ERROR 2025-09-08 07:38:14,690 basehttp 67816 6195474432 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274352 WARNING 2025-09-08 07:38:14,711 log 67816 6195474432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:38:14,711 basehttp 67816 6195474432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:39:10,072 autoreload 67816 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:39:10,433 autoreload 68286 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:39:12,460 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(285,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/cancel/\\Z'] ERROR 2025-09-08 07:39:12,477 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274352 WARNING 2025-09-08 07:39:12,493 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:12,493 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:39:14,095 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(285,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/cancel/\\Z'] ERROR 2025-09-08 07:39:14,096 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274352 WARNING 2025-09-08 07:39:14,113 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:14,113 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:39:54,741 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:39:54,742 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:39:54,760 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:54,761 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:39:56,059 log 68286 6195015680 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:39:56,060 basehttp 68286 6195015680 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:39:56,078 log 68286 6195015680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:39:56,078 basehttp 68286 6195015680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:41:06,764 autoreload 68286 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:41:07,170 autoreload 69183 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 07:41:09,315 log 69183 6128496640 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:41:09,327 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:41:09,347 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:41:09,347 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 07:41:10,325 log 69183 6128496640 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'start_telemedicine_session' with arguments '(283,)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/start/\\Z'] ERROR 2025-09-08 07:41:10,328 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 277408 WARNING 2025-09-08 07:41:10,345 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:41:10,345 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:42:18,520 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 855808 WARNING 2025-09-08 07:42:18,540 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:42:18,541 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:42:18,677 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 07:42:56,667 log 69183 6128496640 Forbidden (CSRF token missing.): /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ WARNING 2025-09-08 07:42:56,667 basehttp 69183 6128496640 "POST /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ HTTP/1.1" 403 2491 INFO 2025-09-08 07:43:18,692 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:44:18,706 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:45:18,699 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:45:36,499 basehttp 69183 6128496640 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 868980 WARNING 2025-09-08 07:45:36,519 log 69183 6128496640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 07:45:36,520 basehttp 69183 6128496640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 07:45:36,606 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 ERROR 2025-09-08 07:45:39,688 log 69183 6128496640 Internal Server Error: /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1633, in start_telemedicine_session return redirect('appointments:telemedicine_session_detail', session_id=session_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'telemedicine_session_detail' not found. 'telemedicine_session_detail' is not a valid view function or pattern name. ERROR 2025-09-08 07:45:39,689 basehttp 69183 6128496640 "POST /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ HTTP/1.1" 500 94648 INFO 2025-09-08 07:46:36,621 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:47:36,633 basehttp 69183 6128496640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:48:26,017 autoreload 69183 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 07:48:26,355 autoreload 72407 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:56:33,332 autoreload 72407 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:56:33,791 autoreload 75963 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:56:36,714 basehttp 75963 6190542848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:57:35,504 autoreload 75963 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 07:57:35,968 autoreload 76433 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 07:57:36,616 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:58:36,571 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 07:59:36,590 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:00:36,587 basehttp 76433 6122467328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:01:35,960 autoreload 76433 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:01:36,403 autoreload 78216 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:01:52,624 basehttp 78216 6190952448 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 152073 INFO 2025-09-08 08:01:52,644 basehttp 78216 6207778816 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-08 08:01:52,645 basehttp 78216 6224605184 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-08 08:01:52,645 basehttp 78216 6190952448 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-08 08:01:52,645 basehttp 78216 6241431552 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-08 08:01:52,646 basehttp 78216 6258257920 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-08 08:01:52,647 basehttp 78216 6207778816 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-08 08:01:52,648 basehttp 78216 6190952448 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-08 08:01:52,648 basehttp 78216 6241431552 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-08 08:01:52,648 basehttp 78216 6207778816 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-08 08:01:52,649 basehttp 78216 6258257920 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-08 08:01:52,652 basehttp 78216 6190952448 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-08 08:01:52,652 basehttp 78216 6241431552 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-08 08:01:52,652 basehttp 78216 6258257920 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-08 08:01:52,654 basehttp 78216 6241431552 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-08 08:01:52,654 basehttp 78216 6224605184 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-08 08:01:52,655 basehttp 78216 6275084288 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 08:01:52,656 basehttp 78216 6275084288 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-08 08:01:52,656 basehttp 78216 6207778816 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-08 08:01:52,659 basehttp 78216 6207778816 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-08 08:01:52,659 basehttp 78216 6275084288 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-08 08:01:52,668 basehttp 78216 6275084288 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-08 08:01:52,668 basehttp 78216 6275084288 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-08 08:01:52,668 basehttp 78216 6207778816 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-08 08:01:52,669 basehttp 78216 6207778816 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-08 08:01:57,194 basehttp 78216 6207778816 "GET /en/admin/appointments/telemedicinesession/282/change/ HTTP/1.1" 200 266586 INFO 2025-09-08 08:01:57,208 basehttp 78216 6207778816 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-08 08:01:57,211 basehttp 78216 6275084288 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-08 08:01:57,211 basehttp 78216 6241431552 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-08 08:01:57,211 basehttp 78216 6190952448 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-08 08:01:57,211 basehttp 78216 6224605184 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-08 08:01:57,212 basehttp 78216 6224605184 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-08 08:01:57,214 basehttp 78216 6224605184 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-08 08:01:57,215 basehttp 78216 6207778816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 08:01:57,215 basehttp 78216 6224605184 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-08 08:01:57,255 basehttp 78216 6207778816 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-08 08:01:57,255 basehttp 78216 6224605184 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-08 08:02:26,804 basehttp 78216 6207778816 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 95319 INFO 2025-09-08 08:02:26,819 basehttp 78216 6207778816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 08:02:31,541 basehttp 78216 6224605184 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 151925 INFO 2025-09-08 08:02:31,733 basehttp 78216 6207778816 "GET /en/admin/appointments/telemedicinesession/282/change/ HTTP/1.1" 200 266586 INFO 2025-09-08 08:02:31,734 basehttp 78216 6207778816 - Broken pipe from ('127.0.0.1', 61410) INFO 2025-09-08 08:02:37,216 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:02:46,657 basehttp 78216 6224605184 "POST /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/start/ HTTP/1.1" 302 0 ERROR 2025-09-08 08:02:46,698 log 78216 6224605184 Internal Server Error: /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 46, in get_object raise AttributeError( AttributeError: Generic detail view TelemedicineSessionDetailView must be called with either an object pk or a slug in the URLconf. ERROR 2025-09-08 08:02:46,698 basehttp 78216 6224605184 "GET /en/appointments/telemedicine/0950dc4c-c554-4ec8-a3d1-87cad901b025/ HTTP/1.1" 500 88915 INFO 2025-09-08 08:03:37,219 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:04:37,213 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:05:37,234 basehttp 78216 6224605184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:05:38,549 autoreload 78216 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:05:39,078 autoreload 79990 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 08:05:41,845 log 79990 6158987264 Internal Server Error: /en/appointments/telemedicine/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_telemedicine_session' with arguments '(UUID('1ec61172-71fd-44ed-8059-5eea14678cd8'),)' not found. 1 pattern(s) tried: ['en/appointments/telemedicine/(?P[0-9]+)/cancel/\\Z'] ERROR 2025-09-08 08:05:41,847 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/ HTTP/1.1" 500 274657 WARNING 2025-09-08 08:05:41,886 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:05:41,886 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:06:09,415 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 858363 WARNING 2025-09-08 08:06:09,433 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:06:09,433 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:06:09,538 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:06:27,157 basehttp 79990 6158987264 "POST /en/appointments/telemedicine/278/start/ HTTP/1.1" 302 0 INFO 2025-09-08 08:06:27,167 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/278/ HTTP/1.1" 200 123 INFO 2025-09-08 08:07:10,247 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:08:11,245 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:09:12,239 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:10:13,228 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:11:14,257 basehttp 79990 6158987264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:12:00,323 log 79990 6158987264 Not Found: /en/appointments/telemedicine/284/detail WARNING 2025-09-08 08:12:00,323 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/284/detail HTTP/1.1" 404 37723 WARNING 2025-09-08 08:12:00,345 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:12:00,345 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:12:13,025 log 79990 6158987264 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 134, in render compiled_parent = self.get_parent(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 131, in get_parent return self.find_template(parent, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 109, in find_template template, origin = context.template.engine.find_template( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 163, in find_template raise TemplateDoesNotExist(name, tried=tried) django.template.exceptions.TemplateDoesNotExist: base/base.html The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 109, in render reraise(exc, self.backend) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 130, in reraise raise new from exc django.template.exceptions.TemplateDoesNotExist: base/base.html ERROR 2025-09-08 08:12:13,026 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 130236 WARNING 2025-09-08 08:12:13,041 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:12:13,041 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:12:33,071 log 79990 6158987264 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:12:33,072 basehttp 79990 6158987264 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 173223 WARNING 2025-09-08 08:12:33,087 log 79990 6158987264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:12:33,087 basehttp 79990 6158987264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:15:32,862 autoreload 79990 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 08:15:33,294 autoreload 84314 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 08:15:53,866 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:15:53,868 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:15:53,885 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:15:53,885 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:15:55,315 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:15:55,317 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:15:55,330 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:15:55,331 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:16:55,347 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:16:55,349 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:16:55,364 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:16:55,365 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:16:56,617 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'telemedicine' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'telemedicine' is not a registered namespace ERROR 2025-09-08 08:16:56,618 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 172985 WARNING 2025-09-08 08:16:56,632 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:16:56,632 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:17:19,969 log 84314 6127398912 Internal Server Error: /en/appointments/telemedicine/284/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'staff' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'staff' is not a registered namespace ERROR 2025-09-08 08:17:19,971 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 500 189078 WARNING 2025-09-08 08:17:19,985 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:17:19,985 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:18:41,843 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 200 39004 WARNING 2025-09-08 08:18:41,854 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:18:41,855 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:18:41,925 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:19:41,955 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:20:41,942 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:21:10,001 basehttp 84314 6127398912 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 857619 WARNING 2025-09-08 08:21:10,019 log 84314 6127398912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:21:10,020 basehttp 84314 6127398912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:21:10,146 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:22:10,171 basehttp 84314 6127398912 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:22:25,766 autoreload 84314 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:22:26,238 autoreload 87352 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:22:26,887 basehttp 87352 6137622528 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 82703 WARNING 2025-09-08 08:22:26,904 log 87352 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:22:26,904 basehttp 87352 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:22:26,945 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:23:26,963 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:24:26,961 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:25:26,967 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:26:27,190 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:27:52,818 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:40:01,237 basehttp 87352 6137622528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:40:25,502 basehttp 87352 6137622528 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 82703 INFO 2025-09-08 08:40:25,517 basehttp 87352 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 08:40:25,519 basehttp 87352 13069578240 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-08 08:40:25,521 log 87352 6137622528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:40:25,521 basehttp 87352 6137622528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:40:25,523 basehttp 87352 13052751872 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 08:40:25,528 basehttp 87352 6154448896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 08:40:25,529 basehttp 87352 13069578240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 08:40:25,530 basehttp 87352 6171275264 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 08:40:25,535 basehttp 87352 13035925504 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 08:40:26,771 basehttp 87352 13035925504 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 08:40:26,796 basehttp 87352 13052751872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 08:40:26,797 basehttp 87352 6154448896 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 08:40:26,798 basehttp 87352 6171275264 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 08:40:26,799 basehttp 87352 13035925504 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 08:40:26,799 basehttp 87352 13069578240 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 08:40:26,803 basehttp 87352 6137622528 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 08:40:26,805 basehttp 87352 13035925504 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 08:40:26,805 basehttp 87352 13069578240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 08:40:26,806 basehttp 87352 6137622528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 08:40:26,807 basehttp 87352 13052751872 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 08:40:26,807 basehttp 87352 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 08:40:26,808 basehttp 87352 6171275264 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 08:40:26,808 basehttp 87352 13035925504 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 08:40:26,809 basehttp 87352 6137622528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 08:40:26,812 basehttp 87352 6171275264 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 08:40:26,812 basehttp 87352 13069578240 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 08:40:26,812 basehttp 87352 13035925504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 08:40:26,813 basehttp 87352 13052751872 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 08:40:26,814 basehttp 87352 6154448896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:40:26,815 basehttp 87352 13035925504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 08:40:26,816 basehttp 87352 6137622528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 08:40:26,816 basehttp 87352 13052751872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 08:40:26,816 basehttp 87352 13069578240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 08:40:26,816 basehttp 87352 6171275264 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 WARNING 2025-09-08 08:40:27,037 log 87352 13052751872 Not Found: /favicon.ico WARNING 2025-09-08 08:40:27,037 basehttp 87352 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 08:40:50,623 basehttp 87352 13052751872 "GET /en/audit-log/ HTTP/1.1" 200 223868 WARNING 2025-09-08 08:40:50,643 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:40:50,643 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:40:50,729 basehttp 87352 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:41:10,815 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:10,815 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:41:10,824 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:10,824 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:41:11,331 basehttp 87352 13052751872 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 200 39004 WARNING 2025-09-08 08:41:11,348 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:11,349 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:41:15,780 log 87352 13052751872 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_detail.html ERROR 2025-09-08 08:41:15,780 basehttp 87352 13052751872 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 84278 WARNING 2025-09-08 08:41:15,796 log 87352 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:15,796 basehttp 87352 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:41:44,247 autoreload 87352 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:41:44,601 autoreload 90734 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:41:45,194 basehttp 90734 6194704384 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 200 22949 WARNING 2025-09-08 08:41:45,211 log 90734 6194704384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:41:45,214 basehttp 90734 6194704384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:41:45,270 basehttp 90734 6194704384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:42:09,746 autoreload 90734 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:42:10,104 autoreload 90989 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 08:42:10,779 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_list' not found. 'appointment_request_list' is not a valid view function or pattern name. ERROR 2025-09-08 08:42:10,784 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 175736 WARNING 2025-09-08 08:42:10,804 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:42:10,804 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:43:01,757 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_update' not found. 'appointment_request_update' is not a valid view function or pattern name. ERROR 2025-09-08 08:43:01,760 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 176067 WARNING 2025-09-08 08:43:01,771 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:43:01,771 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:43:28,202 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_update' not found. 'appointment_update' is not a valid view function or pattern name. ERROR 2025-09-08 08:43:28,204 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 175835 WARNING 2025-09-08 08:43:28,218 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:43:28,218 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:43:46,548 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_delete' not found. 'appointment_delete' is not a valid view function or pattern name. ERROR 2025-09-08 08:43:46,549 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 174536 WARNING 2025-09-08 08:43:46,563 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:43:46,563 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:44:16,318 log 90989 6200242176 Internal Server Error: /en/appointments/requests/2200/detail/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_appointment' not found. 'cancel_appointment' is not a valid view function or pattern name. ERROR 2025-09-08 08:44:16,319 basehttp 90989 6200242176 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 500 172232 WARNING 2025-09-08 08:44:16,332 log 90989 6200242176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:44:16,332 basehttp 90989 6200242176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:25,829 autoreload 90989 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-08 08:47:26,203 autoreload 93312 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 08:47:28,139 basehttp 93312 6194786304 "GET /en/appointments/requests/2200/detail/ HTTP/1.1" 200 30636 WARNING 2025-09-08 08:47:28,156 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:28,156 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:28,197 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:47:51,420 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:47:51,422 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:51,422 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:47:51,444 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:51,444 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:53,004 basehttp 93312 6211612672 "GET /en/appointments/telemedicine/284/ HTTP/1.1" 200 39004 WARNING 2025-09-08 08:47:53,024 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:47:53,024 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:47:53,068 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:48:08,201 basehttp 93312 6211612672 "GET /en/hr/employees/4/ HTTP/1.1" 200 35487 WARNING 2025-09-08 08:48:08,220 log 93312 6211612672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:08,221 basehttp 93312 6211612672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:48:08,262 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:48:54,591 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:48:54,592 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:54,593 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:48:54,605 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:54,605 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:48:55,244 log 93312 6194786304 Not Found: /en/appointments/telemedicine/284/detail WARNING 2025-09-08 08:48:55,244 basehttp 93312 6194786304 "GET /en/appointments/telemedicine/284/detail HTTP/1.1" 404 38928 WARNING 2025-09-08 08:48:55,256 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:55,256 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:48:56,109 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:48:56,109 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:49:01,746 basehttp 93312 6194786304 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 WARNING 2025-09-08 08:49:01,763 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:49:01,763 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:49:04,048 basehttp 93312 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 44796 WARNING 2025-09-08 08:49:04,067 log 93312 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:49:04,067 basehttp 93312 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:49:04,146 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:49:04,147 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,156 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:49:04,157 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:49:04,160 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:49:04,162 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:04,172 basehttp 93312 6228439040 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:49:04,173 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:49:04,175 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:49:04,175 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:04,177 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:49:04,182 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:49:04,185 log 93312 6262091776 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:49:04,185 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,186 basehttp 93312 6262091776 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,190 log 93312 6228439040 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:49:04,191 basehttp 93312 6228439040 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:04,218 log 93312 6278918144 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:49:04,219 basehttp 93312 6278918144 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:49:04,219 basehttp 93312 6194786304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:49:04,223 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:49:04,225 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:49:23,638 log 93312 6245265408 Forbidden (CSRF token missing.): /en/appointments/queue/8/call-next/ WARNING 2025-09-08 08:49:23,639 basehttp 93312 6245265408 "POST /en/appointments/queue/8/call-next/ HTTP/1.1" 403 2491 WARNING 2025-09-08 08:49:34,157 log 93312 6245265408 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:49:34,158 basehttp 93312 6245265408 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,167 log 93312 6262091776 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:49:34,169 basehttp 93312 6262091776 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:49:34,176 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:49:34,176 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,183 log 93312 6245265408 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:49:34,184 basehttp 93312 6245265408 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:34,186 basehttp 93312 6278918144 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:49:34,187 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:49:34,189 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:49:34,192 log 93312 6262091776 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:49:34,193 basehttp 93312 6262091776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,197 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:49:34,198 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:49:34,202 log 93312 6245265408 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:49:34,203 basehttp 93312 6245265408 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:49:34,219 basehttp 93312 6278918144 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:49:34,244 log 93312 6262091776 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:49:34,245 basehttp 93312 6262091776 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:49:34,249 basehttp 93312 6194786304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:49:34,249 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:04,097 basehttp 93312 6211612672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:50:04,121 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:04,121 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,154 log 93312 6211612672 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:04,157 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:04,158 basehttp 93312 6211612672 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:50:04,158 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,161 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:04,162 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:50:04,166 basehttp 93312 6262091776 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:50:04,167 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:04,169 basehttp 93312 6278918144 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:50:04,175 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:04,175 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,205 log 93312 6211612672 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:04,205 basehttp 93312 6211612672 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,211 log 93312 6194786304 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:04,211 basehttp 93312 6194786304 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:04,240 log 93312 6228439040 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 08:50:04,243 basehttp 93312 6278918144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:50:04,244 basehttp 93312 6228439040 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:04,246 basehttp 93312 6245265408 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:50:04,246 basehttp 93312 6262091776 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:50:34,121 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:34,121 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,164 log 93312 6194786304 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:34,166 log 93312 6211612672 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:34,168 basehttp 93312 6211612672 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:50:34,169 basehttp 93312 6194786304 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,170 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:34,172 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:50:34,173 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:50:34,177 basehttp 93312 6278918144 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:50:34,179 basehttp 93312 6228439040 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:34,234 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:50:34,243 log 93312 6211612672 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:34,245 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:34,246 basehttp 93312 6211612672 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,248 log 93312 6194786304 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:34,248 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,249 basehttp 93312 6194786304 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:34,256 log 93312 6278918144 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:50:34,257 basehttp 93312 6278918144 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:34,260 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:34,261 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:50:38,153 basehttp 93312 6245265408 "GET /en/appointments/queue/ HTTP/1.1" 200 46812 WARNING 2025-09-08 08:50:38,188 log 93312 6245265408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:50:38,188 basehttp 93312 6245265408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:50:38,253 basehttp 93312 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:50:38,277 log 93312 6228439040 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:38,281 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:38,284 basehttp 93312 6228439040 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,284 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,287 log 93312 6245265408 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:38,290 basehttp 93312 6245265408 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:38,290 basehttp 93312 6194786304 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:50:38,297 basehttp 93312 6262091776 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:38,300 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:50:38,336 log 93312 6228439040 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:38,336 basehttp 93312 6228439040 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,344 log 93312 6211612672 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:38,344 basehttp 93312 6211612672 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,351 log 93312 6245265408 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:38,352 basehttp 93312 6245265408 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,356 log 93312 6194786304 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:38,357 basehttp 93312 6194786304 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:38,368 log 93312 6211612672 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:50:38,369 basehttp 93312 6211612672 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:38,373 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:50:38,373 basehttp 93312 6262091776 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:50:38,374 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:43,301 basehttp 93312 6228439040 "POST /en/appointments/queue/8/call-next/ HTTP/1.1" 302 0 INFO 2025-09-08 08:50:43,314 basehttp 93312 6228439040 "GET /en/appointments/queue/ HTTP/1.1" 200 47203 INFO 2025-09-08 08:50:43,374 basehttp 93312 6228439040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:50:43,381 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:50:43,381 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,390 log 93312 6245265408 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:50:43,392 basehttp 93312 6245265408 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,403 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:50:43,405 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:50:43,409 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:50:43,410 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,413 log 93312 6245265408 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:50:43,414 basehttp 93312 6245265408 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:50:43,414 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:50:43,415 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:50:43,416 basehttp 93312 6211612672 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:50:43,430 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:50:43,430 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,474 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:50:43,475 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:50:43,480 log 93312 6211612672 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:50:43,481 basehttp 93312 6211612672 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:50:43,486 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:50:43,489 basehttp 93312 6194786304 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:50:43,490 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:51:13,410 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:51:13,413 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:51:13,414 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:51:13,414 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,416 log 93312 6278918144 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:51:13,418 basehttp 93312 6278918144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:51:13,426 basehttp 93312 6211612672 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:51:13,427 basehttp 93312 6194786304 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:51:13,429 basehttp 93312 6245265408 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:51:13,433 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:51:13,434 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,459 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:51:13,459 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,463 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:51:13,463 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:13,479 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:51:13,480 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:51:13,496 basehttp 93312 6262091776 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:51:13,502 log 93312 6228439040 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:51:13,503 basehttp 93312 6228439040 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:51:13,507 basehttp 93312 6245265408 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:51:13,508 basehttp 93312 6194786304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:51:43,351 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:51:43,403 log 93312 6245265408 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:51:43,404 basehttp 93312 6245265408 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,409 log 93312 6278918144 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:51:43,410 basehttp 93312 6278918144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,412 log 93312 6194786304 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:51:43,414 basehttp 93312 6194786304 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:51:43,420 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:51:43,424 basehttp 93312 6228439040 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:51:43,438 basehttp 93312 6211612672 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:51:43,441 log 93312 6245265408 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:51:43,441 basehttp 93312 6245265408 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,449 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:51:43,449 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,455 log 93312 6194786304 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:51:43,455 basehttp 93312 6194786304 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,491 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:51:43,492 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:51:43,496 log 93312 6278918144 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:51:43,497 basehttp 93312 6278918144 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:51:43,508 basehttp 93312 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 08:51:43,513 basehttp 93312 6245265408 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:51:43,513 basehttp 93312 6228439040 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:51:43,514 basehttp 93312 6211612672 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:52:13,389 log 93312 6211612672 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:52:13,389 basehttp 93312 6211612672 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:13,414 log 93312 6278918144 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:52:13,422 basehttp 93312 6278918144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:13,426 log 93312 6262091776 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:52:13,429 basehttp 93312 6262091776 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:52:13,435 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 08:52:13,437 basehttp 93312 6228439040 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:52:13,437 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:13,442 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:52:13,445 log 93312 6278918144 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:52:13,446 basehttp 93312 6278918144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:13,448 basehttp 93312 6245265408 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:52:13,452 log 93312 6262091776 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:52:13,453 basehttp 93312 6262091776 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:13,472 log 93312 6228439040 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:52:13,474 basehttp 93312 6228439040 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:13,476 basehttp 93312 6211612672 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:52:13,495 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:52:13,496 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:13,498 basehttp 93312 6194786304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:52:13,499 basehttp 93312 6278918144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:52:43,340 basehttp 93312 6278918144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:52:43,395 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:52:43,396 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,405 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:52:43,407 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:43,412 basehttp 93312 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:52:43,419 log 93312 6194786304 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:52:43,420 basehttp 93312 6194786304 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:43,423 basehttp 93312 6228439040 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:52:43,424 basehttp 93312 6211612672 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:52:43,443 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 08:52:43,444 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:52:43,446 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,450 log 93312 6245265408 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:52:43,452 basehttp 93312 6245265408 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,454 log 93312 6228439040 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:52:43,455 basehttp 93312 6228439040 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:43,462 log 93312 6194786304 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:52:43,462 basehttp 93312 6194786304 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:52:43,466 basehttp 93312 6211612672 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:52:43,499 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:52:43,501 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:43,503 basehttp 93312 6262091776 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:52:43,504 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:52:54,544 basehttp 93312 6278918144 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 INFO 2025-09-08 08:52:54,637 basehttp 93312 6278918144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:52:54,664 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:52:54,667 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:52:54,668 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,669 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,674 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:52:54,676 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:54,679 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:52:54,682 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:52:54,685 basehttp 93312 6211612672 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:52:54,720 log 93312 6228439040 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:52:54,720 basehttp 93312 6228439040 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,725 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:52:54,725 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,737 log 93312 6278918144 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:52:54,737 basehttp 93312 6278918144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,745 log 93312 6194786304 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:52:54,746 basehttp 93312 6194786304 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:52:54,757 log 93312 6278918144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:52:54,759 log 93312 6262091776 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:52:54,760 basehttp 93312 6262091776 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:52:54,761 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:52:54,761 basehttp 93312 6278918144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:52:54,763 basehttp 93312 6211612672 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:52:54,763 basehttp 93312 6278918144 - Broken pipe from ('127.0.0.1', 54143) INFO 2025-09-08 08:52:54,765 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:53:24,683 log 93312 6194786304 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:53:24,685 log 93312 6228439040 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:53:24,686 basehttp 93312 6228439040 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,686 basehttp 93312 6194786304 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,692 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:53:24,694 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:53:24,699 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:53:24,701 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:53:24,704 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:53:24,733 log 93312 6228439040 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:53:24,733 basehttp 93312 6228439040 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,754 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:53:24,754 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,773 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:53:24,775 log 93312 6278918144 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:53:24,776 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,776 basehttp 93312 6278918144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:24,784 log 93312 6194786304 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:53:24,787 basehttp 93312 6194786304 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:53:24,793 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:53:24,793 basehttp 93312 6262091776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:53:24,794 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:53:54,639 basehttp 93312 6228439040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:53:54,672 log 93312 6262091776 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:53:54,673 basehttp 93312 6262091776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,682 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:53:54,684 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:53:54,687 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:53:54,688 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,708 log 93312 6262091776 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:53:54,708 basehttp 93312 6262091776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:53:54,712 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:53:54,722 log 93312 6228439040 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:53:54,725 basehttp 93312 6228439040 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,727 log 93312 6211612672 Not Found: /en/appointments/queue/5/status/ INFO 2025-09-08 08:53:54,727 basehttp 93312 6278918144 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:53:54,728 basehttp 93312 6194786304 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:53:54,728 basehttp 93312 6211612672 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:53:54,734 log 93312 6262091776 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:53:54,735 basehttp 93312 6262091776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:53:54,741 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:53:54,746 basehttp 93312 6228439040 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:53:54,757 log 93312 6194786304 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:53:54,759 basehttp 93312 6194786304 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:53:54,771 basehttp 93312 6278918144 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:54:24,650 log 93312 6278918144 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:54:24,650 basehttp 93312 6278918144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,693 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:54:24,695 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,699 log 93312 6278918144 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:54:24,703 log 93312 6211612672 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:54:24,704 basehttp 93312 6278918144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,705 basehttp 93312 6211612672 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:54:24,716 log 93312 6262091776 Not Found: /en/appointments/queue/3/status/ INFO 2025-09-08 08:54:24,716 basehttp 93312 6194786304 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:54:24,718 basehttp 93312 6262091776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:24,719 basehttp 93312 6228439040 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:54:24,722 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:54:24,725 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:54:24,725 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:24,728 log 93312 6278918144 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:54:24,730 basehttp 93312 6278918144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:24,741 basehttp 93312 6262091776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:54:24,755 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:54:24,757 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:54:24,760 basehttp 93312 6194786304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:54:24,760 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:54:54,646 basehttp 93312 6228439040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:54:54,686 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:54:54,688 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:54:54,688 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,688 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,698 log 93312 6228439040 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:54:54,699 basehttp 93312 6228439040 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:54:54,708 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:54:54,709 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:54,719 basehttp 93312 6245265408 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:54:54,723 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ INFO 2025-09-08 08:54:54,724 basehttp 93312 6278918144 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:54:54,733 log 93312 6194786304 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:54:54,734 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,734 basehttp 93312 6194786304 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:54:54,735 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:54:54,743 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:54:54,743 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:54:54,791 log 93312 6194786304 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 08:54:54,793 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:54:54,793 basehttp 93312 6194786304 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:54:54,804 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:54:54,804 basehttp 93312 6228439040 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:55:24,690 log 93312 6211612672 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:55:24,691 basehttp 93312 6211612672 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,694 log 93312 6262091776 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:55:24,696 log 93312 6228439040 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:55:24,697 basehttp 93312 6262091776 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:55:24,697 basehttp 93312 6228439040 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:55:24,705 basehttp 93312 6194786304 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:55:24,707 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:55:24,708 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:55:24,723 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:55:24,729 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,759 log 93312 6262091776 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:55:24,759 basehttp 93312 6262091776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,768 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:55:24,768 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,801 log 93312 6194786304 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:55:24,805 log 93312 6262091776 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:55:24,805 basehttp 93312 6194786304 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:24,806 basehttp 93312 6262091776 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:55:24,813 basehttp 93312 6278918144 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:55:24,814 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:55:24,814 basehttp 93312 6245265408 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:55:54,631 basehttp 93312 6245265408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:55:54,669 log 93312 6211612672 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:55:54,670 basehttp 93312 6211612672 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,688 log 93312 6245265408 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:55:54,691 log 93312 6228439040 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:55:54,691 basehttp 93312 6245265408 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:55:54,693 basehttp 93312 6228439040 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,699 log 93312 6211612672 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:55:54,699 basehttp 93312 6211612672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:55:54,718 basehttp 93312 6278918144 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:55:54,720 basehttp 93312 6262091776 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:55:54,723 basehttp 93312 6194786304 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:55:54,752 log 93312 6211612672 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:55:54,752 basehttp 93312 6211612672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,778 log 93312 6228439040 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:55:54,778 basehttp 93312 6228439040 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,790 log 93312 6245265408 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:55:54,792 basehttp 93312 6245265408 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:55:54,801 log 93312 6211612672 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:55:54,803 basehttp 93312 6211612672 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:55:54,808 basehttp 93312 6262091776 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:55:54,809 basehttp 93312 6194786304 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:55:54,809 basehttp 93312 6278918144 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:56:24,659 log 93312 6194786304 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:56:24,659 basehttp 93312 6194786304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:56:24,669 basehttp 93312 6211612672 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:56:24,681 log 93312 6262091776 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:56:24,683 log 93312 6278918144 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:56:24,686 basehttp 93312 6262091776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:24,687 basehttp 93312 6278918144 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:56:24,703 log 93312 6194786304 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:56:24,703 basehttp 93312 6194786304 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:56:24,709 basehttp 93312 6228439040 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:56:24,716 log 93312 6211612672 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:56:24,716 basehttp 93312 6211612672 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:56:24,718 basehttp 93312 6245265408 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:56:24,741 basehttp 93312 6194786304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:56:24,755 log 93312 6262091776 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:56:24,755 basehttp 93312 6262091776 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:24,763 log 93312 6278918144 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:56:24,764 basehttp 93312 6278918144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:24,771 log 93312 6245265408 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:56:24,772 basehttp 93312 6245265408 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:56:24,776 basehttp 93312 6211612672 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:56:24,776 basehttp 93312 6228439040 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:56:27,477 autoreload 93312 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 08:56:27,884 autoreload 97240 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 08:56:29,212 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:56:29,212 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:56:30,035 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:56:30,036 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 08:56:30,851 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 WARNING 2025-09-08 08:56:30,950 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ INFO 2025-09-08 08:56:30,953 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:56:30,954 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:30,967 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:56:30,969 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:30,973 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:56:30,978 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:56:31,016 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:56:31,018 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:31,022 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:56:31,023 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:31,037 log 97240 6341865472 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:56:31,039 basehttp 97240 6341865472 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:56:31,043 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:56:31,046 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 ERROR 2025-09-08 08:56:31,195 log 97240 6358691840 Internal Server Error: /en/appointments/queue/7/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,207 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 500 128633 ERROR 2025-09-08 08:56:31,234 log 97240 6392344576 Internal Server Error: /en/appointments/queue/12/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable WARNING 2025-09-08 08:56:31,237 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ ERROR 2025-09-08 08:56:31,241 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 500 129108 WARNING 2025-09-08 08:56:31,242 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:56:31,257 log 97240 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:56:31,259 basehttp 97240 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 08:56:31,284 log 97240 6375518208 Internal Server Error: /en/appointments/queue/8/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,290 log 97240 6425997312 Internal Server Error: /en/appointments/queue/10/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,297 log 97240 6409170944 Internal Server Error: /en/appointments/queue/11/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,298 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 500 130135 ERROR 2025-09-08 08:56:31,300 basehttp 97240 6425997312 "GET /en/appointments/queue/10/status/ HTTP/1.1" 500 129182 ERROR 2025-09-08 08:56:31,305 log 97240 6341865472 Internal Server Error: /en/appointments/queue/9/status/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1371, in queue_status return render(request, 'appointments/partials/queue_status.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'WaitingQueue' object is not iterable ERROR 2025-09-08 08:56:31,306 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 500 130366 ERROR 2025-09-08 08:56:31,306 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 500 129897 WARNING 2025-09-08 08:57:00,978 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:57:00,980 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:00,985 log 97240 6358691840 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:57:00,987 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:57:00,988 basehttp 97240 6358691840 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:57:00,989 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:57:00,999 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:57:01,001 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:57:01,005 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:57:01,007 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:57:01,024 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:57:01,045 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:57:01,047 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:57:01,048 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:01,048 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:01,074 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:57:01,076 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:01,085 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:57:01,088 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:01,088 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:57:01,091 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:57:01,092 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:57:08,187 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 INFO 2025-09-08 08:57:08,269 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:57:08,313 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:57:08,318 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:57:08,320 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:57:08,321 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,322 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,326 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 08:57:08,326 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:57:08,328 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:08,331 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:57:08,333 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:57:08,333 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,348 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:57:08,348 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,375 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:57:08,376 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,387 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:57:08,389 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:08,394 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 08:57:08,394 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:57:08,398 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:57:08,400 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:08,405 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:57:08,406 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:57:08,406 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 08:57:38,303 log 97240 6425997312 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:57:38,303 basehttp 97240 6425997312 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,328 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:57:38,329 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:57:38,345 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:57:38,345 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,355 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:57:38,357 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:57:38,366 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:57:38,366 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:57:38,368 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:57:38,388 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:57:38,388 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,397 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:57:38,398 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,415 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:57:38,417 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:57:38,428 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:57:38,431 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:57:38,433 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:57:38,435 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:57:38,435 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:58:08,289 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:58:08,314 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:58:08,318 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:58:08,318 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,319 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,323 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:58:08,324 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:08,331 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:58:08,331 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:58:08,333 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:58:08,365 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:58:08,365 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,376 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:58:08,377 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,381 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:58:08,382 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,384 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:58:08,385 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:08,412 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 08:58:08,414 basehttp 97240 6358691840 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:58:08,414 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:08,416 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:58:08,417 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:58:17,080 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 46828 INFO 2025-09-08 08:58:17,217 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:58:17,237 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:58:17,239 log 97240 6392344576 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:58:17,240 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,241 basehttp 97240 6392344576 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,246 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:58:17,249 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:17,252 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 08:58:17,252 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:58:17,254 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:58:17,286 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:58:17,287 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,291 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:58:17,292 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,302 log 97240 6425997312 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:58:17,302 basehttp 97240 6425997312 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,312 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:58:17,313 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:17,326 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:58:17,327 log 97240 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 08:58:17,327 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:58:17,327 basehttp 97240 6425997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 08:58:17,327 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:17,329 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:58:17,333 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:58:47,227 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:58:47,227 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:47,248 log 97240 6358691840 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:58:47,251 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:58:47,252 basehttp 97240 6358691840 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:47,268 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:58:47,270 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:47,277 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:58:47,278 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:58:47,284 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:58:47,288 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:58:47,289 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:58:47,290 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 08:58:47,327 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:58:47,327 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:58:47,333 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:58:47,333 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:58:47,350 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 08:58:47,352 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:58:47,354 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:58:47,355 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 08:58:47,355 basehttp 97240 6425997312 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:59:17,200 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 08:59:17,225 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:59:17,226 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,237 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:59:17,240 log 97240 6375518208 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:59:17,241 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:59:17,242 basehttp 97240 6375518208 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,250 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:59:17,250 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:59:17,253 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 08:59:17,255 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:59:17,257 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:59:17,259 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:59:17,260 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,264 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:59:17,265 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,268 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:59:17,269 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:17,296 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:59:17,299 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:59:17,302 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:59:17,303 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:59:17,303 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 08:59:47,211 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 08:59:47,211 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,243 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 08:59:47,245 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,248 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 08:59:47,249 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 08:59:47,253 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 08:59:47,257 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:59:47,254 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 08:59:47,298 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 08:59:47,298 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 08:59:47,313 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 08:59:47,324 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 08:59:47,331 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 08:59:47,335 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,345 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 08:59:47,347 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 08:59:47,350 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 08:59:47,353 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 08:59:47,354 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 08:59:47,359 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 08:59:47,361 basehttp 97240 6392344576 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:00:06,220 basehttp 97240 6392344576 "GET /en/appointments/queue/ HTTP/1.1" 200 47300 WARNING 2025-09-08 09:00:06,325 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:00:06,325 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,329 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:00:06,332 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,357 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:00:06,357 basehttp 97240 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:00:06,358 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:00:06,360 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:00:06,362 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:00:06,364 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 09:00:06,366 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:00:06,366 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,419 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:00:06,421 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,428 log 97240 6425997312 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:00:06,430 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:00:06,431 basehttp 97240 6425997312 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,432 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:06,445 log 97240 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:00:06,447 basehttp 97240 6425997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:00:06,447 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:00:06,449 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:00:06,450 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:00:06,450 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:00:06,452 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:00:36,339 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:00:36,342 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:00:36,345 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:00:36,347 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,347 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:00:36,349 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:00:36,355 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:00:36,358 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:00:36,362 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:00:36,401 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:00:36,401 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,406 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:00:36,406 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,425 log 97240 6341865472 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:00:36,426 basehttp 97240 6341865472 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:00:36,438 log 97240 6392344576 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:00:36,439 basehttp 97240 6392344576 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:00:36,444 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:00:36,447 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 09:00:36,448 basehttp 97240 6358691840 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:00:36,448 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:00:36,454 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:01:06,307 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:01:06,384 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:01:06,387 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:01:06,387 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,390 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:01:06,390 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,391 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:06,401 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:01:06,403 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:01:06,403 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:01:06,438 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:01:06,438 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,468 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:01:06,469 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,474 log 97240 6425997312 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:01:06,476 basehttp 97240 6425997312 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,491 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:01:06,493 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:06,497 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:01:06,499 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:06,500 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:01:06,502 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:01:06,502 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:01:35,337 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 47577 INFO 2025-09-08 09:01:35,452 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:01:35,455 log 97240 6392344576 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:01:35,458 basehttp 97240 6392344576 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,465 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:01:35,467 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,479 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:01:35,480 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:01:35,480 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:01:35,482 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:35,484 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:01:35,487 log 97240 6392344576 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:01:35,487 basehttp 97240 6392344576 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,492 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:01:35,492 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,547 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:01:35,550 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:01:35,553 log 97240 6409170944 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:01:35,554 basehttp 97240 6409170944 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:01:35,560 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:01:35,562 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:01:35,563 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:01:35,566 basehttp 97240 6358691840 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:01:35,567 basehttp 97240 6392344576 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:01:35,573 log 97240 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:01:35,573 basehttp 97240 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 09:02:05,423 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:05,423 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:05,442 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:05,473 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:02:05,479 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:02:05,485 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:05,488 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:05,489 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,489 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,492 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:05,494 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:05,497 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:02:05,499 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:02:05,501 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:05,501 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,541 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:05,542 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:05,553 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:05,554 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:05,559 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:02:05,560 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:02:05,561 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:27,595 basehttp 97240 6392344576 "GET /en/appointments/queue/ HTTP/1.1" 200 48389 INFO 2025-09-08 09:02:27,727 basehttp 97240 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:02:27,742 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:27,744 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,748 log 97240 6375518208 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:27,750 basehttp 97240 6375518208 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,754 log 97240 6392344576 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:02:27,756 basehttp 97240 6392344576 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:27,759 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:02:27,769 basehttp 97240 6409170944 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:02:27,778 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:27,812 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:27,812 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,827 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:27,828 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,842 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:27,843 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,850 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:27,852 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:27,862 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:27,862 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:27,865 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:02:27,866 log 97240 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:02:27,867 basehttp 97240 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:02:27,868 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:27,871 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:02:28,855 basehttp 97240 6358691840 "GET /en/appointments/queue/ HTTP/1.1" 200 48389 WARNING 2025-09-08 09:02:28,963 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:28,965 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:28,972 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:02:28,975 log 97240 6425997312 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:28,979 basehttp 97240 6425997312 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:28,985 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:28,987 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:02:28,988 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:02:28,988 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:28,991 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:02:28,996 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:28,996 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,000 log 97240 6425997312 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:29,000 basehttp 97240 6425997312 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,006 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:29,006 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,043 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:29,044 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:29,053 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:29,055 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:29,058 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:02:29,060 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:29,061 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:02:29,196 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:02:29,196 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 09:02:58,973 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:02:58,974 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:58,983 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:02:58,984 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:58,991 log 97240 6392344576 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:02:58,992 basehttp 97240 6392344576 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:02:59,000 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:02:59,014 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:59,022 basehttp 97240 6341865472 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:02:59,028 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:02:59,029 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:02:59,033 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:02:59,033 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:02:59,037 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:02:59,037 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:59,076 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:02:59,076 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:02:59,086 log 97240 6425997312 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:02:59,088 basehttp 97240 6425997312 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:02:59,091 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:02:59,094 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:02:59,096 basehttp 97240 6375518208 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:03:28,964 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:03:28,972 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:28,969 basehttp 97240 6425997312 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:03:28,993 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:03:29,032 log 97240 6392344576 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:03:29,034 basehttp 97240 6392344576 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:29,037 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:03:29,050 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:03:29,050 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:29,058 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:03:29,058 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:29,067 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:03:29,071 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:03:29,074 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:03:29,074 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:29,080 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:03:29,084 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:29,126 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:03:29,140 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:03:29,142 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:03:29,170 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:03:29,176 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:03:29,177 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:43,687 basehttp 97240 6375518208 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:03:43,813 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:03:43,813 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,825 log 97240 6425997312 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:03:43,827 basehttp 97240 6425997312 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:03:43,831 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:03:43,834 log 97240 6392344576 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:03:43,836 basehttp 97240 6392344576 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:43,841 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:03:43,842 basehttp 97240 6358691840 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:03:43,844 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:03:43,873 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:03:43,873 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,892 log 97240 6375518208 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:03:43,893 basehttp 97240 6375518208 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,905 log 97240 6409170944 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:03:43,906 basehttp 97240 6409170944 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,917 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:03:43,919 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:43,921 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:03:43,922 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:03:43,927 log 97240 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:03:43,929 basehttp 97240 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:03:43,931 basehttp 97240 6358691840 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:03:43,933 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:03:43,934 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:03:44,932 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 INFO 2025-09-08 09:03:45,025 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:03:45,044 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:03:45,046 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:03:45,047 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,051 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,060 log 97240 6425997312 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:03:45,061 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:03:45,063 basehttp 97240 6425997312 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:45,064 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:03:45,067 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:03:45,070 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:03:45,073 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:03:45,074 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,074 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,080 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:03:45,080 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,118 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:03:45,120 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:03:45,128 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:03:45,130 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:03:45,133 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:03:45,137 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:03:45,138 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:03:45,189 log 97240 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:03:45,189 basehttp 97240 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:04:24,479 basehttp 97240 6375518208 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:04:24,600 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:04:24,601 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,610 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ INFO 2025-09-08 09:04:24,610 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:04:24,610 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:04:24,612 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:04:24,614 basehttp 97240 6425997312 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:04:24,618 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:04:24,637 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:04:24,637 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:04:24,668 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:04:24,669 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,671 log 97240 6375518208 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:04:24,672 basehttp 97240 6375518208 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,680 log 97240 6409170944 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:04:24,685 log 97240 6425997312 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:04:24,685 basehttp 97240 6409170944 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,686 basehttp 97240 6425997312 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:04:24,697 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:04:24,698 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:04:24,700 log 97240 6409170944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:04:24,700 basehttp 97240 6409170944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:04:24,705 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:04:24,706 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:04:24,707 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:05:06,789 basehttp 97240 6358691840 "GET /en/appointments/queue/ HTTP/1.1" 200 50265 WARNING 2025-09-08 09:05:06,864 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:05:06,864 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:06,906 log 97240 6425997312 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:05:06,908 basehttp 97240 6425997312 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:05:06,913 basehttp 97240 6425997312 - Broken pipe from ('127.0.0.1', 56101) INFO 2025-09-08 09:05:06,918 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:05:06,923 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:05:06,924 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:05:06,933 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:05:06,934 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:05:06,936 basehttp 97240 6409170944 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:05:06,939 log 97240 13438578688 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:05:06,939 basehttp 97240 13438578688 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:05:06,964 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:05:06,965 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:06,969 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:05:06,969 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:06,994 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:05:06,995 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:07,000 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:05:07,001 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:05:07,013 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:05:07,014 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:05:07,017 basehttp 97240 13438578688 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:05:07,018 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:05:07,019 basehttp 97240 6341865472 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:06:06,903 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:06,904 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:06,910 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ INFO 2025-09-08 09:06:06,911 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:06,911 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:06,922 basehttp 97240 13438578688 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:06:06,924 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:06:06,926 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-08 09:06:06,926 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:06,927 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:06,955 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:06:06,960 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:06,965 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:06:06,966 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:06,979 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:06:06,983 log 97240 13438578688 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:06,984 basehttp 97240 13438578688 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:06,985 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:06:06,988 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:06,988 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:06,997 log 97240 6341865472 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 09:06:06,997 basehttp 97240 6392344576 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:06:06,998 basehttp 97240 6341865472 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:08,750 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 INFO 2025-09-08 09:06:08,900 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:08,904 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:06:08,906 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:08,907 basehttp 97240 13438578688 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:08,911 log 97240 6392344576 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:08,914 basehttp 97240 6392344576 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:08,922 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:06:08,924 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:06:08,936 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:06:08,937 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:08,951 log 97240 13438578688 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:06:08,952 basehttp 97240 13438578688 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:08,968 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:06:08,968 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:08,975 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:08,975 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:08,992 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:08,992 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:09,006 log 97240 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:06:09,007 basehttp 97240 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:06:09,011 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:06:09,013 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:06:09,015 log 97240 6409170944 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:06:09,016 basehttp 97240 6409170944 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:09,018 basehttp 97240 13438578688 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:06:10,111 basehttp 97240 13438578688 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:06:10,196 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:10,196 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:10,209 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:10,215 log 97240 6358691840 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:06:10,215 basehttp 97240 6358691840 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,225 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:06:10,227 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:10,235 log 97240 13438578688 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:06:10,235 basehttp 97240 13438578688 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,238 log 97240 6358691840 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:06:10,240 basehttp 97240 6358691840 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:10,240 basehttp 97240 6341865472 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:06:10,243 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:06:10,244 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:10,246 log 97240 6409170944 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:10,247 basehttp 97240 6409170944 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,253 log 97240 13438578688 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:10,253 basehttp 97240 13438578688 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:10,283 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:06:10,286 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:10,292 basehttp 97240 6358691840 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:06:10,293 basehttp 97240 6375518208 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:06:10,294 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:06:10,760 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:06:10,760 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:06:11,633 basehttp 97240 6341865472 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:06:11,668 log 97240 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:06:11,668 basehttp 97240 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:06:11,724 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:06:11,735 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:06:11,737 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,742 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:06:11,744 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,753 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:06:11,756 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:06:11,764 log 97240 6375518208 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 09:06:11,765 basehttp 97240 6392344576 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:06:11,765 basehttp 97240 6375518208 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,768 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ INFO 2025-09-08 09:06:11,768 basehttp 97240 13438578688 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:06:11,769 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:06:11,770 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:06:11,775 log 97240 6341865472 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:06:11,775 basehttp 97240 6341865472 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,824 log 97240 6392344576 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:06:11,827 basehttp 97240 6392344576 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:06:11,829 log 97240 6358691840 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:06:11,831 basehttp 97240 6358691840 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:06:11,838 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:06:11,838 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:06:11,839 basehttp 97240 13438578688 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:07:11,762 log 97240 6375518208 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:07:11,764 log 97240 6341865472 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:07:11,764 basehttp 97240 6375518208 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:07:11,766 basehttp 97240 6341865472 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:07:11,766 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:07:11,770 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:07:11,775 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:07:11,776 basehttp 97240 6409170944 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:07:11,818 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:07:11,819 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:07:11,826 log 97240 13438578688 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:07:11,830 log 97240 6341865472 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:07:11,831 basehttp 97240 13438578688 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:07:11,831 basehttp 97240 6341865472 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:07:11,835 basehttp 97240 6409170944 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:07:11,838 log 97240 6392344576 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:07:11,838 basehttp 97240 6392344576 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:07:11,840 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:07:11,840 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:07:11,850 basehttp 97240 6375518208 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:07:11,859 log 97240 6341865472 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:07:11,860 basehttp 97240 6341865472 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:07:11,864 basehttp 97240 13438578688 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:08:11,762 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:08:11,764 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,766 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:08:11,770 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:08:11,772 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,779 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:08:11,781 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:08:11,781 basehttp 97240 6392344576 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:08:11,793 log 97240 6341865472 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:08:11,794 basehttp 97240 6341865472 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:08:11,827 log 97240 13438578688 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:08:11,828 basehttp 97240 13438578688 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,838 basehttp 97240 6341865472 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:08:11,846 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:08:11,846 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:08:11,858 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:08:11,859 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:08:11,862 log 97240 6358691840 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:08:11,862 basehttp 97240 6358691840 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:08:11,868 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 WARNING 2025-09-08 09:08:11,870 log 97240 6341865472 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:08:11,871 basehttp 97240 6341865472 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:08:11,874 basehttp 97240 13438578688 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:09:11,735 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:09:11,753 log 97240 6341865472 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:09:11,754 basehttp 97240 6341865472 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,764 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:09:11,766 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,768 log 97240 13438578688 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:09:11,770 basehttp 97240 13438578688 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:09:11,779 log 97240 6341865472 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:09:11,780 basehttp 97240 6341865472 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:09:11,802 basehttp 97240 6375518208 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:09:11,803 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:09:11,811 log 97240 13438578688 Not Found: /en/appointments/queue/5/status/ INFO 2025-09-08 09:09:11,811 basehttp 97240 6358691840 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:09:11,812 basehttp 97240 13438578688 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,815 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:09:11,816 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,859 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:09:11,860 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:09:11,871 log 97240 13438578688 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:09:11,874 basehttp 97240 13438578688 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:09:11,878 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:09:11,879 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:09:11,881 basehttp 97240 6392344576 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:10:11,759 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:10:11,761 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:10:11,762 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,763 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:10:11,766 basehttp 97240 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:10:11,773 basehttp 97240 13438578688 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:10:11,775 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 INFO 2025-09-08 09:10:11,777 basehttp 97240 6375518208 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 WARNING 2025-09-08 09:10:11,816 log 97240 6358691840 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:10:11,816 basehttp 97240 6358691840 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:10:11,841 log 97240 6409170944 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:10:11,841 basehttp 97240 6409170944 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,848 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:10:11,848 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,856 log 97240 13438578688 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:10:11,857 basehttp 97240 13438578688 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:10:11,860 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:10:11,861 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:10:11,873 basehttp 97240 6375518208 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:10:11,876 basehttp 97240 6358691840 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 WARNING 2025-09-08 09:10:11,878 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ INFO 2025-09-08 09:10:11,879 basehttp 97240 6409170944 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 WARNING 2025-09-08 09:10:11,879 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:10:23,309 basehttp 97240 6392344576 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 95319 INFO 2025-09-08 09:10:23,325 basehttp 97240 6375518208 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-08 09:10:23,325 basehttp 97240 6358691840 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-08 09:10:23,326 basehttp 97240 6409170944 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-08 09:10:23,326 basehttp 97240 6392344576 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-08 09:10:23,327 basehttp 97240 6341865472 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-08 09:10:23,329 basehttp 97240 6409170944 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-08 09:10:23,329 basehttp 97240 6375518208 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-08 09:10:23,329 basehttp 97240 6341865472 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-08 09:10:23,329 basehttp 97240 6392344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-08 09:10:23,331 basehttp 97240 6409170944 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-08 09:10:23,331 basehttp 97240 6375518208 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-08 09:10:23,332 basehttp 97240 6341865472 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-08 09:10:23,333 basehttp 97240 13438578688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 09:10:23,334 basehttp 97240 6409170944 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-08 09:10:23,335 basehttp 97240 6358691840 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-08 09:10:23,335 basehttp 97240 6392344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-08 09:10:23,336 basehttp 97240 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-08 09:10:23,338 basehttp 97240 6358691840 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-08 09:10:23,346 basehttp 97240 6358691840 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-08 09:10:23,347 basehttp 97240 6392344576 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-08 09:10:23,348 basehttp 97240 6358691840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-08 09:10:23,348 basehttp 97240 6409170944 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-08 09:10:31,266 basehttp 97240 6409170944 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 83737 INFO 2025-09-08 09:10:31,276 basehttp 97240 6358691840 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-08 09:10:31,281 basehttp 97240 6409170944 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 09:10:42,477 basehttp 97240 6409170944 "GET /en/admin/appointments/waitingqueue/9/change/ HTTP/1.1" 200 146556 INFO 2025-09-08 09:10:42,490 basehttp 97240 6409170944 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-08 09:10:42,490 basehttp 97240 13438578688 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-08 09:10:42,490 basehttp 97240 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-08 09:10:42,491 basehttp 97240 6341865472 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-08 09:10:42,491 basehttp 97240 6392344576 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-08 09:10:42,492 basehttp 97240 6375518208 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-08 09:10:42,493 basehttp 97240 6375518208 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-08 09:10:42,495 basehttp 97240 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 09:10:42,495 basehttp 97240 6375518208 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-08 09:10:42,496 basehttp 97240 6375518208 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-08 09:10:42,499 basehttp 97240 6375518208 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-08 09:10:42,525 basehttp 97240 6375518208 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-08 09:11:12,237 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:11:12,288 log 97240 6409170944 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:11:12,290 log 97240 6358691840 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:11:12,290 basehttp 97240 6409170944 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,290 basehttp 97240 6358691840 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,294 log 97240 6375518208 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:11:12,294 basehttp 97240 6375518208 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:11:12,305 basehttp 97240 6341865472 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 WARNING 2025-09-08 09:11:12,307 log 97240 6358691840 Not Found: /en/appointments/queue/6/status/ INFO 2025-09-08 09:11:12,308 basehttp 97240 6392344576 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:11:12,308 basehttp 97240 13438578688 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:11:12,308 basehttp 97240 6358691840 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,314 log 97240 6375518208 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:11:12,316 log 97240 6409170944 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:11:12,316 basehttp 97240 6375518208 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,317 basehttp 97240 6409170944 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,322 log 97240 6341865472 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:11:12,322 basehttp 97240 6341865472 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:11:12,353 log 97240 6375518208 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:11:12,354 basehttp 97240 6375518208 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:11:12,357 basehttp 97240 6392344576 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:11:12,359 basehttp 97240 13438578688 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:11:12,360 basehttp 97240 6358691840 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:11:18,915 basehttp 97240 6358691840 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 170005 INFO 2025-09-08 09:11:18,927 basehttp 97240 13438578688 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-08 09:11:18,931 basehttp 97240 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-08 09:11:56,780 log 97240 6358691840 Not Found: /en/appointments/slots/available// WARNING 2025-09-08 09:11:56,780 basehttp 97240 6358691840 "GET /en/appointments/slots/available// HTTP/1.1" 404 38910 WARNING 2025-09-08 09:11:57,056 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:11:57,057 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:12:32,985 basehttp 97240 6358691840 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 WARNING 2025-09-08 09:12:33,005 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:12:33,005 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 09:15:06,064 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:15:06,065 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:15:18,471 basehttp 97240 6358691840 "GET /en/operating-theatre/ HTTP/1.1" 200 56527 WARNING 2025-09-08 09:15:18,488 log 97240 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 09:15:18,488 basehttp 97240 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 09:15:18,541 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:15:18,543 basehttp 97240 13438578688 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-08 09:15:32,581 basehttp 97240 13438578688 "GET /en/operating-theatre/cases/ HTTP/1.1" 200 56114 INFO 2025-09-08 09:15:32,621 basehttp 97240 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:16:21,524 basehttp 97240 13438578688 "GET /en/operating-theatre/cases/30/ HTTP/1.1" 200 31719 WARNING 2025-09-08 09:16:21,534 basehttp 97240 13438578688 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 INFO 2025-09-08 09:16:21,557 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:16:38,366 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:17:38,360 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:18:38,370 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:19:38,367 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:20:38,372 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:21:38,374 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:22:38,370 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:23:38,378 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:24:38,380 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:25:38,375 basehttp 97240 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:26:38,386 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:27:39,202 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:28:41,199 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:29:41,380 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:30:41,383 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:31:41,380 basehttp 97240 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:31:52,685 basehttp 97240 6341865472 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-08 09:31:52,716 basehttp 97240 6358691840 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 09:31:52,726 basehttp 97240 6392344576 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-08 09:31:52,726 basehttp 97240 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-08 09:31:52,727 basehttp 97240 6358691840 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-08 09:31:52,727 basehttp 97240 6425997312 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-08 09:31:52,727 basehttp 97240 6409170944 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-08 09:31:52,728 basehttp 97240 6375518208 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-08 09:31:52,788 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:32:06,909 basehttp 97240 6375518208 "GET /en/blood-bank/requests/38/ HTTP/1.1" 200 32103 INFO 2025-09-08 09:32:06,945 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:32:22,248 basehttp 97240 6375518208 "GET /en/blood-bank/units/38/ HTTP/1.1" 200 35788 INFO 2025-09-08 09:32:22,256 basehttp 97240 6375518208 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-08 09:32:22,285 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:32:41,382 log 97240 6375518208 Not Found: /en/o WARNING 2025-09-08 09:32:41,382 basehttp 97240 6375518208 "GET /en/o HTTP/1.1" 404 30091 INFO 2025-09-08 09:32:43,949 basehttp 97240 6375518208 "GET /en/ HTTP/1.1" 200 49853 INFO 2025-09-08 09:32:44,018 basehttp 97240 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:32:44,020 basehttp 97240 6358691840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 09:32:44,022 basehttp 97240 6425997312 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1043 INFO 2025-09-08 09:32:44,023 basehttp 97240 6409170944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 09:32:57,423 basehttp 97240 6409170944 "GET /en/appointments/requests/create/ HTTP/1.1" 200 54190 INFO 2025-09-08 09:32:57,452 basehttp 97240 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:33:19,908 basehttp 97240 6409170944 "GET /en/appointments/ HTTP/1.1" 200 44969 INFO 2025-09-08 09:33:19,939 basehttp 97240 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:33:19,954 basehttp 97240 6425997312 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:33:33,079 basehttp 97240 6425997312 "GET /en/appointments/queue/ HTTP/1.1" 200 48403 WARNING 2025-09-08 09:33:33,170 log 97240 6409170944 Not Found: /en/appointments/queue/2/status/ WARNING 2025-09-08 09:33:33,170 basehttp 97240 6409170944 "GET /en/appointments/queue/2/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:33:33,174 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:33:33,176 log 97240 6392344576 Not Found: /en/appointments/queue/1/status/ WARNING 2025-09-08 09:33:33,177 basehttp 97240 6392344576 "GET /en/appointments/queue/1/status/ HTTP/1.1" 404 33541 INFO 2025-09-08 09:33:33,185 basehttp 97240 6358691840 "GET /en/appointments/queue/8/status/ HTTP/1.1" 200 2856 INFO 2025-09-08 09:33:33,187 basehttp 97240 6375518208 "GET /en/appointments/queue/12/status/ HTTP/1.1" 200 1936 INFO 2025-09-08 09:33:33,190 basehttp 97240 6341865472 "GET /en/appointments/queue/11/status/ HTTP/1.1" 200 3321 WARNING 2025-09-08 09:33:33,205 log 97240 6409170944 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-08 09:33:33,205 basehttp 97240 6409170944 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 33544 WARNING 2025-09-08 09:33:33,220 log 97240 6425997312 Not Found: /en/appointments/queue/6/status/ WARNING 2025-09-08 09:33:33,220 basehttp 97240 6425997312 "GET /en/appointments/queue/6/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,230 log 97240 6392344576 Not Found: /en/appointments/queue/3/status/ WARNING 2025-09-08 09:33:33,230 basehttp 97240 6392344576 "GET /en/appointments/queue/3/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,239 log 97240 6358691840 Not Found: /en/appointments/queue/5/status/ WARNING 2025-09-08 09:33:33,241 basehttp 97240 6358691840 "GET /en/appointments/queue/5/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,245 log 97240 6375518208 Not Found: /en/appointments/queue/4/status/ WARNING 2025-09-08 09:33:33,245 basehttp 97240 6375518208 "GET /en/appointments/queue/4/status/ HTTP/1.1" 404 33541 WARNING 2025-09-08 09:33:33,257 log 97240 6392344576 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-08 09:33:33,258 basehttp 97240 6392344576 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 33544 INFO 2025-09-08 09:33:33,261 basehttp 97240 6341865472 "GET /en/appointments/queue/10/status/ HTTP/1.1" 200 2122 INFO 2025-09-08 09:33:33,261 basehttp 97240 6409170944 "GET /en/appointments/queue/9/status/ HTTP/1.1" 200 2958 INFO 2025-09-08 09:33:33,262 basehttp 97240 6425997312 "GET /en/appointments/queue/7/status/ HTTP/1.1" 200 931 INFO 2025-09-08 09:33:41,393 basehttp 97240 6425997312 "GET /en/appointments/calendar/ HTTP/1.1" 200 21934 INFO 2025-09-08 09:33:41,449 basehttp 97240 6341865472 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 INFO 2025-09-08 09:33:41,453 basehttp 97240 6425997312 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:33:41,481 basehttp 97240 6409170944 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 38827 ERROR 2025-09-08 09:33:46,459 log 97240 6409170944 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_list.html, appointments/appointmentrequest_list.html ERROR 2025-09-08 09:33:46,460 basehttp 97240 6409170944 "GET /en/appointments/requests/ HTTP/1.1" 500 88392 INFO 2025-09-08 09:33:55,453 basehttp 97240 6409170944 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:34:19,946 basehttp 97240 6409170944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:34:25,506 basehttp 97240 6409170944 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:34:40,953 autoreload 97240 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 09:34:41,336 autoreload 14533 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 09:34:43,743 basehttp 14533 6134345728 "GET /en/appointments/requests/ HTTP/1.1" 200 128950 INFO 2025-09-08 09:34:43,781 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 WARNING 2025-09-08 09:34:58,157 log 14533 6134345728 Not Found: /en/appointments/check-in/2220/ WARNING 2025-09-08 09:34:58,157 basehttp 14533 6134345728 "GET /en/appointments/check-in/2220/ HTTP/1.1" 404 33948 INFO 2025-09-08 09:35:04,437 basehttp 14533 6134345728 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-08 09:35:07,154 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:35:08,648 basehttp 14533 6151172096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:35:08,650 basehttp 14533 6134345728 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 09:35:08,650 basehttp 14533 6167998464 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 09:35:12,093 basehttp 14533 6167998464 "GET /en/blood-bank/ HTTP/1.1" 200 121063 INFO 2025-09-08 09:35:12,148 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:35:36,387 basehttp 14533 6167998464 "GET /en/blood-bank/units/ HTTP/1.1" 200 88820 INFO 2025-09-08 09:35:36,400 basehttp 14533 6167998464 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-08 09:35:36,401 basehttp 14533 6134345728 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-08 09:35:36,435 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:36:36,453 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:36:57,516 basehttp 14533 6134345728 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82651 INFO 2025-09-08 09:36:57,540 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:37:02,505 basehttp 14533 6134345728 "GET /en/blood-bank/donors/34/ HTTP/1.1" 200 28492 INFO 2025-09-08 09:37:02,546 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:37:13,710 basehttp 14533 6134345728 "GET /en/blood-bank/donors/34/eligibility/ HTTP/1.1" 200 34004 INFO 2025-09-08 09:37:13,748 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:37:57,556 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:38:17,502 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:38:18,994 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:39:19,002 basehttp 14533 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:39:52,320 basehttp 14533 6134345728 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-08 09:39:52,355 basehttp 14533 6167998464 "GET /en/hr/ HTTP/1.1" 200 42404 INFO 2025-09-08 09:39:52,395 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:40:52,413 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:41:52,416 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 09:41:53,445 basehttp 14533 6167998464 "GET /en/hr/ HTTP/1.1" 200 42404 INFO 2025-09-08 09:41:53,485 basehttp 14533 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 3840 INFO 2025-09-08 10:47:16,480 autoreload 47465 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 10:47:19,700 basehttp 47465 6133772288 "GET /en/hr/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:19,707 basehttp 47465 6133772288 "GET /accounts/login/?next=/en/hr/ HTTP/1.1" 302 0 ERROR 2025-09-08 10:47:19,724 log 47465 6150598656 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-08 10:47:19,728 basehttp 47465 6150598656 "GET /en/accounts/login/?next=/en/hr/ HTTP/1.1" 500 160927 INFO 2025-09-08 10:47:24,872 basehttp 47465 6150598656 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:24,883 basehttp 47465 6150598656 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-08 10:47:24,903 log 47465 6133772288 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-08 10:47:24,905 basehttp 47465 6133772288 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160549 INFO 2025-09-08 10:47:29,633 basehttp 47465 6133772288 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-08 10:47:29,676 basehttp 47465 6150598656 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:29,689 basehttp 47465 6150598656 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-08 10:47:29,698 basehttp 47465 6133772288 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,699 basehttp 47465 6167425024 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,699 basehttp 47465 13035925504 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,700 basehttp 47465 13069578240 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,701 basehttp 47465 13052751872 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:29,701 basehttp 47465 6150598656 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-08 10:47:29,707 basehttp 47465 6150598656 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:31,059 basehttp 47465 6150598656 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 10:47:31,080 basehttp 47465 6150598656 "GET /en/admin/ HTTP/1.1" 200 96127 INFO 2025-09-08 10:47:31,093 basehttp 47465 6150598656 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-08 10:47:31,096 basehttp 47465 13052751872 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:31,096 basehttp 47465 6150598656 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,136 basehttp 47465 6150598656 "GET /en/admin/analytics/dashboardwidget/ HTTP/1.1" 200 113900 INFO 2025-09-08 10:47:34,145 basehttp 47465 6150598656 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,148 basehttp 47465 13052751872 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,148 basehttp 47465 13035925504 "GET /static/admin/js/core.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,149 basehttp 47465 6133772288 "GET /static/admin/js/actions.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,149 basehttp 47465 13069578240 "GET /static/admin/js/jquery.init.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,149 basehttp 47465 6167425024 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 13052751872 "GET /static/admin/js/urlify.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 13035925504 "GET /static/admin/js/prepopulate.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 6133772288 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,150 basehttp 47465 13052751872 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,151 basehttp 47465 6167425024 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,152 basehttp 47465 6167425024 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,152 basehttp 47465 6150598656 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 10:47:34,159 basehttp 47465 6150598656 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:34,160 basehttp 47465 6150598656 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:36,454 basehttp 47465 6150598656 "GET /en/admin/accounts/user/ HTTP/1.1" 200 114113 INFO 2025-09-08 10:47:36,463 basehttp 47465 6167425024 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-09-08 10:47:36,469 basehttp 47465 6150598656 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-08 10:47:45,100 basehttp 47465 6150598656 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 10:47:45,144 basehttp 47465 6167425024 "GET /en/ HTTP/1.1" 200 50102 INFO 2025-09-08 10:47:45,220 basehttp 47465 6167425024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:47:45,224 basehttp 47465 13035925504 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 10:47:45,224 basehttp 47465 6133772288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 10:47:45,226 basehttp 47465 13052751872 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 10:47:58,539 basehttp 47465 13052751872 "GET /en/appointments/requests/create/ HTTP/1.1" 200 54220 INFO 2025-09-08 10:47:58,577 basehttp 47465 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:48:00,743 basehttp 47465 13052751872 "GET /en/appointments/requests/ HTTP/1.1" 200 129082 INFO 2025-09-08 10:48:00,779 basehttp 47465 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:48:13,734 basehttp 47465 13052751872 "POST /appointments/reschedule/2136/ HTTP/1.1" 302 0 WARNING 2025-09-08 10:48:13,747 log 47465 6133772288 Not Found: /en/appointments/reschedule/2136/ WARNING 2025-09-08 10:48:13,747 basehttp 47465 6133772288 "GET /en/appointments/reschedule/2136/ HTTP/1.1" 404 29434 WARNING 2025-09-08 10:48:17,156 log 47465 6133772288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 10:48:17,156 basehttp 47465 6133772288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 10:49:00,798 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:50:00,803 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 10:51:00,806 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:20:50,025 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:29:40,592 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:32:14,968 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-08 11:40:00,702 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 12:07:43,967 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:08:43,954 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:09:43,960 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:10:43,954 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:11:02,872 basehttp 47465 6133772288 "GET /en/appointments/requests/ HTTP/1.1" 200 129098 WARNING 2025-09-08 12:11:02,888 log 47465 6133772288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:11:02,888 basehttp 47465 6133772288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:11:02,957 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:11:12,822 log 47465 6133772288 Forbidden (CSRF token missing.): /en/appointments/reschedule/2136/ WARNING 2025-09-08 12:11:12,822 basehttp 47465 6133772288 "POST /en/appointments/reschedule/2136/ HTTP/1.1" 403 2491 INFO 2025-09-08 12:12:02,973 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:12:04,457 basehttp 47465 6133772288 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:12:04,476 log 47465 6133772288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:12:04,476 basehttp 47465 6133772288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:12:04,547 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:12:12,482 log 47465 6133772288 Not Found: /en/appointments/reschedule/2135/ WARNING 2025-09-08 12:12:12,483 basehttp 47465 6133772288 "POST /en/appointments/reschedule/2135/ HTTP/1.1" 404 29435 INFO 2025-09-08 12:13:04,560 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:14:02,018 log 47465 6133772288 Not Found: /en/appointments/reschedule/2133/ WARNING 2025-09-08 12:14:02,018 basehttp 47465 6133772288 "POST /en/appointments/reschedule/2133/ HTTP/1.1" 404 29435 INFO 2025-09-08 12:14:04,301 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:15:04,311 basehttp 47465 6133772288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:15:51,341 autoreload 47465 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 12:15:51,729 autoreload 54918 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 12:15:52,893 basehttp 54918 6155284480 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:15:52,911 log 54918 6155284480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:15:52,911 basehttp 54918 6155284480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:15:52,962 basehttp 54918 6155284480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:16:02,876 basehttp 54918 6155284480 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 INFO 2025-09-08 12:16:02,894 basehttp 54918 13455405056 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 12:16:02,895 basehttp 54918 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-08 12:16:02,897 log 54918 6155284480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:16:02,898 basehttp 54918 6155284480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:16:02,898 basehttp 54918 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 12:16:02,900 basehttp 54918 6172110848 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 12:16:02,900 basehttp 54918 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 12:16:02,903 basehttp 54918 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 12:16:02,903 basehttp 54918 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 12:16:03,157 basehttp 54918 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 12:16:03,181 basehttp 54918 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 12:16:03,181 basehttp 54918 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 12:16:03,181 basehttp 54918 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 12:16:03,182 basehttp 54918 6172110848 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 12:16:03,183 basehttp 54918 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 12:16:03,184 basehttp 54918 6155284480 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 12:16:03,185 basehttp 54918 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 12:16:03,185 basehttp 54918 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 12:16:03,186 basehttp 54918 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 12:16:03,188 basehttp 54918 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 12:16:03,189 basehttp 54918 6172110848 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 12:16:03,191 basehttp 54918 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 12:16:03,191 basehttp 54918 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 12:16:03,191 basehttp 54918 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 12:16:03,191 basehttp 54918 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 12:16:03,191 basehttp 54918 6155284480 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 12:16:03,191 basehttp 54918 6172110848 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 12:16:03,195 basehttp 54918 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 12:16:03,195 basehttp 54918 6172110848 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 12:16:03,195 basehttp 54918 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 12:16:03,195 basehttp 54918 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 12:16:03,196 basehttp 54918 6155284480 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 12:16:03,196 basehttp 54918 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 12:16:03,209 basehttp 54918 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 12:16:03,294 log 54918 13472231424 Not Found: /favicon.ico WARNING 2025-09-08 12:16:03,294 basehttp 54918 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-08 12:16:17,537 log 54918 13472231424 Internal Server Error: /en/appointments/reschedule/2129/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1879, in reschedule_appointment return render(request, 'appointments/reschedule_appointment.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_slots' not found. 'get_available_slots' is not a valid view function or pattern name. ERROR 2025-09-08 12:16:17,540 basehttp 54918 13472231424 "POST /en/appointments/reschedule/2129/ HTTP/1.1" 500 180006 INFO 2025-09-08 12:17:03,215 basehttp 54918 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:18:03,210 basehttp 54918 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:18:54,490 autoreload 54918 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-08 12:18:54,904 autoreload 56300 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 12:19:03,294 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:20:03,215 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:20:47,621 basehttp 56300 6126219264 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:20:47,637 log 56300 6126219264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:20:47,638 basehttp 56300 6126219264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:20:47,707 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:21:03,417 basehttp 56300 6126219264 "POST /en/appointments/reschedule/2127/ HTTP/1.1" 200 28570 INFO 2025-09-08 12:21:03,438 basehttp 56300 6126219264 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-08 12:21:03,439 basehttp 56300 6143045632 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-08 12:21:03,460 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:22:03,471 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:22:03,486 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:03,472 basehttp 56300 6143045632 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:03,487 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:36,564 basehttp 56300 6126219264 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:23:36,582 log 56300 6126219264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:23:36,582 basehttp 56300 6126219264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:23:36,624 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:23:44,170 basehttp 56300 6126219264 "POST /en/appointments/reschedule/2135/ HTTP/1.1" 200 11406 INFO 2025-09-08 12:24:36,639 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:24:55,000 basehttp 56300 6126219264 "GET /en/appointments/requests/ HTTP/1.1" 200 129706 WARNING 2025-09-08 12:24:55,023 log 56300 6126219264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 12:24:55,023 basehttp 56300 6126219264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 12:24:55,063 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:24:58,699 basehttp 56300 6126219264 "POST /en/appointments/reschedule/2134/ HTTP/1.1" 200 10891 INFO 2025-09-08 12:25:55,076 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:26:55,077 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:27:55,079 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:28:55,192 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:29:55,202 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:30:55,204 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:31:55,870 basehttp 56300 6126219264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 12:34:55,910 basehttp 56300 6126219264 "GET /en/appointments/slots/available/?date=2025-09-17&provider=6&exclude_appointment=2134 HTTP/1.1" 200 450 WARNING 2025-09-08 12:35:12,693 log 56300 6126219264 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-08 12:35:12,694 basehttp 56300 6126219264 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-08 14:16:01,650 autoreload 71681 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:16:10,687 basehttp 71681 6161690624 "GET /en/appointments/requests/create/ HTTP/1.1" 200 54220 WARNING 2025-09-08 14:16:10,702 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:16:10,702 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:17:10,758 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:17:12,514 basehttp 71681 6161690624 "GET /en/ HTTP/1.1" 200 50112 WARNING 2025-09-08 14:17:12,530 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:17:12,530 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:17:12,603 basehttp 71681 13052751872 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 14:17:12,604 basehttp 71681 13035925504 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 14:17:12,605 basehttp 71681 6161690624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 14:17:42,593 basehttp 71681 6161690624 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 14:18:05,868 basehttp 71681 6161690624 "GET /en/billing/bills/create/ HTTP/1.1" 200 132497 WARNING 2025-09-08 14:18:05,887 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:18:05,887 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:18:05,959 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:18:13,908 basehttp 71681 6161690624 "GET /en/billing/bills/ HTTP/1.1" 200 104565 WARNING 2025-09-08 14:18:13,926 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:18:13,926 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:18:13,940 basehttp 71681 6161690624 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-08 14:18:13,981 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:18:13,984 basehttp 71681 13035925504 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 14:19:13,997 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:19:13,999 basehttp 71681 6161690624 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 14:19:38,991 basehttp 71681 6161690624 "GET /en/billing/bills/?page=2 HTTP/1.1" 200 102939 WARNING 2025-09-08 14:19:39,004 log 71681 6161690624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:19:39,004 basehttp 71681 6161690624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:19:39,066 basehttp 71681 6161690624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:19:39,071 basehttp 71681 13035925504 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 14:19:59,303 basehttp 71681 13035925504 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 14:19:59,321 log 71681 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:19:59,321 basehttp 71681 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:19:59,362 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:20:59,371 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:21:59,382 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:22:59,392 basehttp 71681 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 14:23:00,508 log 71681 13035925504 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_appeal' not found. 'claim_appeal' is not a valid view function or pattern name. ERROR 2025-09-08 14:23:00,510 basehttp 71681 13035925504 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192011 WARNING 2025-09-08 14:23:00,525 log 71681 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:23:00,526 basehttp 71681 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:37:10,284 autoreload 71681 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:37:10,639 autoreload 80868 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:46:54,487 autoreload 80868 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:46:54,825 autoreload 85101 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:50:00,059 autoreload 85101 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-08 14:50:00,416 autoreload 86485 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:51:12,289 autoreload 86485 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/urls.py changed, reloading. INFO 2025-09-08 14:51:12,644 autoreload 87029 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 14:51:15,718 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_resubmit' not found. 'claim_resubmit' is not a valid view function or pattern name. ERROR 2025-09-08 14:51:15,720 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192364 WARNING 2025-09-08 14:51:15,735 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:51:15,735 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 14:52:29,045 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_delete' not found. 'claim_delete' is not a valid view function or pattern name. ERROR 2025-09-08 14:52:29,046 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 190728 WARNING 2025-09-08 14:52:29,057 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:52:29,058 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 14:52:39,994 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_resubmit' not found. 'claim_resubmit' is not a valid view function or pattern name. ERROR 2025-09-08 14:52:39,995 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192144 WARNING 2025-09-08 14:52:40,008 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:52:40,008 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 14:53:03,437 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'claim_resubmit' not found. 'claim_resubmit' is not a valid view function or pattern name. ERROR 2025-09-08 14:53:03,438 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 192278 WARNING 2025-09-08 14:53:03,451 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:53:03,451 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:53:26,753 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 39800 WARNING 2025-09-08 14:53:26,770 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:53:26,770 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:53:26,825 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:54:26,835 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:55:26,828 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:55:34,019 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 39803 WARNING 2025-09-08 14:55:34,035 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:55:34,035 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:55:34,079 basehttp 87029 6134935552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 14:55:46,612 log 87029 6134935552 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/appeal Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py", line 1618, in claim_appeal claim = get_object_or_404( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: allowed_amount, batch_number, billed_amount, check_date, check_number, claim_id, claim_number, claim_type, clearinghouse, coinsurance_amount, copay_amount, created_at, created_by, created_by_id, deductible_amount, denial_code, denial_reason, id, insurance_info, insurance_info_id, medical_bill, medical_bill_id, notes, original_claim, original_claim_id, paid_amount, patient_responsibility, payments, prior_auth_number, response_date, resubmission_count, resubmissions, service_date_from, service_date_to, status, status_updates, submission_date, updated_at ERROR 2025-09-08 14:55:46,614 basehttp 87029 6134935552 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/appeal HTTP/1.1" 500 133750 WARNING 2025-09-08 14:55:46,627 log 87029 6134935552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:55:46,627 basehttp 87029 6134935552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:56:24,257 autoreload 87029 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:56:24,638 autoreload 89371 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:56:25,288 basehttp 89371 6201716736 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/appeal HTTP/1.1" 302 0 INFO 2025-09-08 14:56:25,304 basehttp 89371 6201716736 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38264 WARNING 2025-09-08 14:56:25,322 log 89371 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:56:25,322 basehttp 89371 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:56:25,369 basehttp 89371 6201716736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:56:48,052 basehttp 89371 6201716736 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 37872 WARNING 2025-09-08 14:56:48,071 log 89371 6201716736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:56:48,071 basehttp 89371 6201716736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:56:48,116 basehttp 89371 6201716736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:57:48,126 basehttp 89371 6201716736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:57:48,222 autoreload 89371 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 14:57:48,602 autoreload 89988 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 14:57:49,495 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 37872 WARNING 2025-09-08 14:57:49,512 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 14:57:49,512 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 14:57:49,565 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:58:49,573 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 14:59:49,573 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:00:49,582 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:01:15,624 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38672 WARNING 2025-09-08 15:01:15,638 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:01:15,638 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:01:15,667 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:02:16,084 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:09,580 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38685 WARNING 2025-09-08 15:03:09,597 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:09,597 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:09,647 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:19,464 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38684 WARNING 2025-09-08 15:03:19,480 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:19,480 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:19,520 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:26,561 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38685 WARNING 2025-09-08 15:03:26,572 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:26,573 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:26,595 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:03:48,208 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38672 WARNING 2025-09-08 15:03:48,218 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:03:48,219 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:03:48,244 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:04:48,250 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:04:51,766 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38705 WARNING 2025-09-08 15:04:51,778 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:04:51,779 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:04:51,818 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:05:13,334 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38705 WARNING 2025-09-08 15:05:13,349 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:05:13,350 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:05:13,387 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:05:30,978 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38699 WARNING 2025-09-08 15:05:30,990 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:05:30,990 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:05:31,017 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:06:08,289 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38699 WARNING 2025-09-08 15:06:08,305 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:06:08,306 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:06:08,356 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:06:43,487 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38728 WARNING 2025-09-08 15:06:43,500 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:06:43,500 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:06:43,547 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:07:26,932 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38748 WARNING 2025-09-08 15:07:26,949 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:07:26,949 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:07:26,995 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:07:52,908 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 38672 WARNING 2025-09-08 15:07:52,922 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:07:52,922 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:07:52,966 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:08:52,976 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:09:52,984 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:10:52,994 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:11:10,636 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41072 WARNING 2025-09-08 15:11:10,655 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:11:10,655 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:11:10,695 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:12:10,718 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:13:10,718 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:14:10,721 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 15:14:30,855 log 89988 6137737216 Internal Server Error: /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 489, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 487, in parse filter_expression = self.compile_filter(token.contents) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 682, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse some characters: line_item.| billed_amount||floatformat:'2g' ERROR 2025-09-08 15:14:30,858 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 500 303694 WARNING 2025-09-08 15:14:30,871 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:14:30,871 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:15:02,471 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41125 WARNING 2025-09-08 15:15:02,487 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:15:02,487 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:15:02,510 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:16:02,528 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:17:02,536 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:17:13,862 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41145 WARNING 2025-09-08 15:17:13,878 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:17:13,878 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:17:13,926 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:18:13,944 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:19:13,938 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:20:13,944 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:21:13,958 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:22:13,959 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:23:13,967 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:23:34,530 basehttp 89988 6137737216 "GET /en/billing/claims/61a85484-d9f4-4b3a-a9c1-c1e43b08bcd8/ HTTP/1.1" 200 41145 WARNING 2025-09-08 15:23:34,550 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:23:34,550 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:23:34,594 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:23:58,462 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:23:58,479 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:23:58,479 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:23:58,523 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:24:58,540 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:25:58,534 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:26:24,080 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:26:24,095 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:26:24,095 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:26:24,148 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:27:24,153 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:28:24,159 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:29:23,989 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:30:23,995 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:31:24,003 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:32:24,010 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:33:24,009 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:34:24,012 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:35:24,014 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:36:24,017 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 15:37:24,021 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 15:38:24,024 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:39:24,022 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:40:24,029 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:41:24,031 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:42:24,039 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:43:24,038 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:44:24,029 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:45:24,028 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 15:46:24,032 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:47:24,036 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:48:24,038 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:49:24,041 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:50:24,044 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:51:24,048 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:52:24,056 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:52:33,813 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:52:33,832 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:52:33,832 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:52:33,873 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:53:09,520 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:53:09,535 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:53:09,535 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:53:09,586 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:54:09,594 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:55:09,591 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:55:18,311 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39788 WARNING 2025-09-08 15:55:18,328 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:18,329 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:55:18,375 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:55:24,515 basehttp 89988 6137737216 "GET /en/billing/payments/create/?bill=cee6b9a3-0833-40a0-8df4-76ffbd19039a HTTP/1.1" 200 42101 WARNING 2025-09-08 15:55:24,533 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:24,534 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:55:24,576 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 15:55:27,210 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:27,210 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 15:55:27,219 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 15:55:27,220 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 15:56:18,392 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:57:18,395 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:58:18,400 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 15:59:18,401 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:00:18,404 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:01:18,405 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:01:18,580 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39889 WARNING 2025-09-08 16:01:18,591 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:01:18,591 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:01:18,635 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:02:18,653 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:03:18,658 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:03:53,228 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39869 WARNING 2025-09-08 16:03:53,242 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:03:53,243 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:03:53,286 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:04:18,443 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39896 WARNING 2025-09-08 16:04:18,456 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:04:18,456 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:04:18,498 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:05:18,506 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:05:50,259 basehttp 89988 6137737216 "GET /en/billing/bills/cee6b9a3-0833-40a0-8df4-76ffbd19039a/ HTTP/1.1" 200 39869 WARNING 2025-09-08 16:05:50,270 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:05:50,270 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:05:50,312 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:05:59,548 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:05:59,548 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:00,678 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:00,678 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:01,797 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:01,797 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:02,589 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:02,589 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:09,604 basehttp 89988 6137737216 "GET /en/billing/bills/9630ec2d-fbc4-40db-80b7-2b1b0ef45932/ HTTP/1.1" 200 41259 WARNING 2025-09-08 16:06:09,622 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:09,622 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:09,670 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:06:20,010 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:06:20,028 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:20,028 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:20,072 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:06:23,267 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:23,268 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:23,273 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:23,273 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:41,126 basehttp 89988 6137737216 "GET /en/billing/claims/4e11fb94-0c86-4dde-a572-bded4504e938/ HTTP/1.1" 200 41576 WARNING 2025-09-08 16:06:41,146 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:41,146 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:41,192 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:06:49,691 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:49,691 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:49,701 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:49,702 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:50,319 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:50,319 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:50,333 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:50,333 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:52,744 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:52,744 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:52,754 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:52,754 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:53,121 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:53,121 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:06:53,131 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:53,131 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:58,508 basehttp 89988 6137737216 "GET /en/billing/bills/9630ec2d-fbc4-40db-80b7-2b1b0ef45932/ HTTP/1.1" 200 41259 WARNING 2025-09-08 16:06:58,531 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:06:58,531 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:06:58,573 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:07:03,216 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:07:03,238 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:07:03,238 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:07:03,279 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:08:03,294 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:09:03,288 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:09:42,024 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:09:42,036 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:09:42,036 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:09:42,060 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:09:43,507 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32274 WARNING 2025-09-08 16:09:43,519 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:09:43,519 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:09:43,540 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:10:17,078 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32405 WARNING 2025-09-08 16:10:17,090 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:10:17,090 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:10:17,129 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:10:34,597 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32403 WARNING 2025-09-08 16:10:34,610 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:10:34,611 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:10:34,650 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:11:09,820 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32412 WARNING 2025-09-08 16:11:09,831 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:11:09,831 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:11:09,856 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:12:09,872 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:12:16,807 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32412 WARNING 2025-09-08 16:12:16,818 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:12:16,818 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:12:16,842 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:12:43,314 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32507 WARNING 2025-09-08 16:12:43,326 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:12:43,326 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:12:43,352 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:13:09,485 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32507 WARNING 2025-09-08 16:13:09,498 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:13:09,498 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:13:09,522 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:14:09,539 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:14:55,794 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:14:55,810 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:14:55,810 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:14:55,855 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:15:24,624 basehttp 89988 6137737216 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:15:24,646 basehttp 89988 6137737216 "GET /en/billing/bills/ HTTP/1.1" 200 104987 WARNING 2025-09-08 16:15:24,668 log 89988 6137737216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:15:24,668 basehttp 89988 6137737216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:15:24,717 basehttp 89988 6137737216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:15:24,720 basehttp 89988 6154563584 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:16:24,743 basehttp 89988 6154563584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:16:24,746 basehttp 89988 6137737216 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:16:32,728 autoreload 89988 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/views.py changed, reloading. INFO 2025-09-08 16:16:33,100 autoreload 24971 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 16:16:33,820 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:16:33,837 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:33,837 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:16:33,890 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:16:39,012 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:16:39,062 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 105218 WARNING 2025-09-08 16:16:39,080 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:39,081 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:16:39,132 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:16:39,138 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 WARNING 2025-09-08 16:16:47,699 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:47,699 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:16:47,734 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:16:47,734 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:17:33,891 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:17:52,926 basehttp 24971 6184824832 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:17:52,946 basehttp 24971 6184824832 "GET /en/billing/bills/ HTTP/1.1" 200 105218 WARNING 2025-09-08 16:17:52,964 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:17:52,965 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:17:53,016 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:17:53,019 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 WARNING 2025-09-08 16:18:01,469 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:18:01,469 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:18:01,479 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:18:01,479 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:18:33,895 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:19:28,976 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:19:28,988 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:19:28,988 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:19:29,014 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:19:30,255 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:19:30,268 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 105092 WARNING 2025-09-08 16:19:30,282 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:19:30,282 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:19:30,334 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:19:30,337 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:20:30,356 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:20:30,360 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:21:08,012 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 104609 WARNING 2025-09-08 16:21:08,029 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:08,029 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:08,099 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:08,102 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:21:09,348 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:21:09,349 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:09,349 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:21:09,360 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:09,360 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:10,733 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/ HTTP/1.1" 200 32676 WARNING 2025-09-08 16:21:10,751 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:10,751 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:10,797 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:12,929 basehttp 24971 6167998464 "GET /en/billing/bills/9630ec2d-fbc4-40db-80b7-2b1b0ef45932/ HTTP/1.1" 200 41259 WARNING 2025-09-08 16:21:12,949 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:12,949 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:12,986 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 16:21:17,915 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:17,915 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:21:17,924 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:17,924 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:20,063 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 302 0 INFO 2025-09-08 16:21:20,083 basehttp 24971 6167998464 "GET /en/billing/bills/ HTTP/1.1" 200 105092 WARNING 2025-09-08 16:21:20,100 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:20,100 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:20,152 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:20,155 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:21:44,032 basehttp 24971 6184824832 "GET /en/billing/bills/ HTTP/1.1" 200 104609 WARNING 2025-09-08 16:21:44,045 log 24971 6184824832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:44,046 basehttp 24971 6184824832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:44,111 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:21:44,111 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 WARNING 2025-09-08 16:21:45,034 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:45,034 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 16:21:45,043 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:45,043 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:46,182 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35816 WARNING 2025-09-08 16:21:46,199 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:21:46,199 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:21:46,257 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:22:46,314 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:23:29,474 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35951 WARNING 2025-09-08 16:23:29,489 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:23:29,489 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:23:29,537 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:23:54,043 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35945 WARNING 2025-09-08 16:23:54,054 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:23:54,054 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:23:54,104 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:24:37,021 basehttp 24971 6167998464 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 18068 WARNING 2025-09-08 16:24:37,036 log 24971 6167998464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:24:37,036 basehttp 24971 6167998464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:29:37,883 basehttp 24971 6201651200 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35945 WARNING 2025-09-08 16:29:37,902 log 24971 6201651200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:29:37,902 basehttp 24971 6201651200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:29:37,946 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:30:30,975 basehttp 24971 6201651200 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35934 WARNING 2025-09-08 16:30:30,991 log 24971 6201651200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:30:30,991 basehttp 24971 6201651200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:30:31,038 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:30:46,877 basehttp 24971 6201651200 "GET /en/billing/payments/84b10e1c-c6f4-4bdb-b0ea-8277bcd3d2c4/receipt/ HTTP/1.1" 200 35916 WARNING 2025-09-08 16:30:46,893 log 24971 6201651200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 16:30:46,893 basehttp 24971 6201651200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 16:30:46,925 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:31:46,928 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:32:46,929 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:33:46,929 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:34:46,934 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:35:46,930 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:36:46,931 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 16:37:46,932 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 16:38:46,934 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:39:46,935 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:40:46,936 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:41:47,623 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:42:49,622 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:43:50,616 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:44:52,610 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 16:46:20,083 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:47:20,083 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:48:20,084 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:49:20,086 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:50:20,087 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:51:04,894 basehttp 24971 6167998464 "GET /en/billing/bills/93e82992-ddb6-4921-bf90-b97dbba2e900/ HTTP/1.1" 200 42775 INFO 2025-09-08 16:51:04,932 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:51:34,227 basehttp 24971 6167998464 "GET /en/billing/payments/4e950fed-6534-4498-b8b6-af59dac764b9/ HTTP/1.1" 200 32642 INFO 2025-09-08 16:51:34,263 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:51:37,961 basehttp 24971 6167998464 "GET /en/billing/payments/4e950fed-6534-4498-b8b6-af59dac764b9/receipt/ HTTP/1.1" 200 35582 INFO 2025-09-08 16:51:37,999 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:04,937 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:07,261 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/ HTTP/1.1" 200 43103 INFO 2025-09-08 16:52:07,299 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:19,357 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/appeal HTTP/1.1" 302 0 INFO 2025-09-08 16:52:19,373 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/ HTTP/1.1" 200 41877 INFO 2025-09-08 16:52:19,412 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:36,687 basehttp 24971 6167998464 "GET /en/billing/claims/6964e4e5-a4c0-4026-b814-8f6da87cda61/ HTTP/1.1" 200 41172 INFO 2025-09-08 16:52:48,239 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:52:48,244 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:53:48,233 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:53:48,235 basehttp 24971 6167998464 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:54:48,244 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:54:48,248 basehttp 24971 6184824832 "GET /en/billing/stats/bills/ HTTP/1.1" 200 4949 INFO 2025-09-08 16:55:36,814 basehttp 24971 6184824832 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 16:55:36,829 basehttp 24971 6167998464 "GET /en/ HTTP/1.1" 200 50098 INFO 2025-09-08 16:55:36,893 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:55:36,897 basehttp 24971 6218477568 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 16:55:36,897 basehttp 24971 6201651200 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 16:55:36,899 basehttp 24971 6184824832 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 16:56:06,886 basehttp 24971 6184824832 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-08 16:56:16,614 basehttp 24971 6184824832 "GET /en/patients/ HTTP/1.1" 200 139645 INFO 2025-09-08 16:56:16,647 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:56:16,651 basehttp 24971 6201651200 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 16:56:38,858 basehttp 24971 6201651200 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 32493 INFO 2025-09-08 16:56:38,895 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:56:44,577 basehttp 24971 6201651200 "GET /en/appointments/requests/create/?patient=44 HTTP/1.1" 200 54220 INFO 2025-09-08 16:56:44,613 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:56:47,639 basehttp 24971 6201651200 "GET /en/emr/encounters/create/?patient=44 HTTP/1.1" 200 56194 INFO 2025-09-08 16:56:47,679 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:57:47,690 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:58:47,692 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 16:59:47,691 basehttp 24971 6201651200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:00:47,668 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:01:47,669 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:02:47,660 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:03:21,229 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:03:32,281 basehttp 24971 6167998464 "GET /en/laboratory/orders/create/?patient=44 HTTP/1.1" 200 36909 INFO 2025-09-08 17:03:32,304 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:03:50,996 basehttp 24971 6167998464 "GET /en/laboratory/orders/create/?patient=44 HTTP/1.1" 200 36909 INFO 2025-09-08 17:03:51,033 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 17:04:07,344 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:04:07,345 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181584 INFO 2025-09-08 17:04:16,576 basehttp 24971 6167998464 "GET /en/patients/insurance-info/create/44/?patient=44 HTTP/1.1" 200 40552 WARNING 2025-09-08 17:04:16,588 basehttp 24971 6167998464 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-08 17:04:16,590 basehttp 24971 6184824832 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-08 17:04:16,611 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:05:16,622 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:06:16,626 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:07:16,617 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:08:16,624 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:09:16,614 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:10:16,620 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:11:16,616 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:12:16,624 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:13:16,613 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:13:33,862 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 17:13:47,149 log 24971 6167998464 Not Found: /en/patients/insurance-info/44/ WARNING 2025-09-08 17:13:47,149 basehttp 24971 6167998464 "GET /en/patients/insurance-info/44/ HTTP/1.1" 404 26043 INFO 2025-09-08 17:14:24,756 basehttp 24971 6167998464 "GET /en/pharmacy/prescriptions/create/?patient=44 HTTP/1.1" 200 71298 INFO 2025-09-08 17:14:24,795 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:15:24,809 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:16:14,046 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:16:18,376 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/44/?patient=44 HTTP/1.1" 200 145 ERROR 2025-09-08 17:16:23,147 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:16:23,148 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181584 ERROR 2025-09-08 17:17:42,037 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:17:42,038 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181721 ERROR 2025-09-08 17:20:09,610 log 24971 6167998464 Internal Server Error: /en/patients/emergency-contacts/create/44/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-08 17:20:09,611 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 500 181552 INFO 2025-09-08 17:20:24,730 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:20:24,766 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:21:24,781 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:22:24,779 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:23:24,773 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:06,408 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:06,439 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:31,249 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:31,286 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:37,879 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:37,907 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:24:46,278 basehttp 24971 6167998464 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:24:46,305 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:25:03,130 basehttp 24971 6167998464 "GET /en/patients/ HTTP/1.1" 200 139645 INFO 2025-09-08 17:25:03,179 basehttp 24971 6167998464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:25:03,182 basehttp 24971 6184824832 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 17:25:07,803 basehttp 24971 6184824832 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 32482 INFO 2025-09-08 17:25:07,841 basehttp 24971 6184824832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:25:12,401 basehttp 24971 6184824832 "GET /en/patients/emergency-contacts/40/?patient=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:27:47,151 autoreload 24971 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:27:47,526 autoreload 56170 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:27:48,371 basehttp 56170 6193836032 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33409 INFO 2025-09-08 17:27:48,411 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:27:49,981 basehttp 56170 6193836032 "GET /en/patients/emergency-contacts/40/?patient=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:28:30,960 basehttp 56170 6193836032 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:28:48,416 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:29:48,410 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:30:48,423 basehttp 56170 6193836032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:30:51,734 autoreload 56170 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:30:52,096 autoreload 57552 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:30:59,052 basehttp 57552 6169423872 "GET /en/patients/emergency-contacts/40/?patient=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:32:25,845 autoreload 57552 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:32:26,179 autoreload 58243 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:32:29,003 basehttp 58243 6201585664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:32:29,593 basehttp 58243 6201585664 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33412 INFO 2025-09-08 17:32:29,631 basehttp 58243 6201585664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:32:33,311 basehttp 58243 6201585664 "GET /en/patients/emergency-contacts/40/?patient_id=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:34:06,305 autoreload 58243 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:34:06,654 autoreload 58941 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:34:08,872 basehttp 58941 6127005696 "GET /en/patients/emergency-contacts/40/?patient_id=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:34:09,780 basehttp 58941 6127005696 "GET /en/patients/emergency-contacts/40/?patient_id=40 HTTP/1.1" 200 145 INFO 2025-09-08 17:34:45,364 autoreload 58941 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:34:45,755 autoreload 59253 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:34:46,684 basehttp 59253 6192918528 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:34:46,725 basehttp 59253 6192918528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:34:48,488 basehttp 59253 6192918528 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:35:45,182 basehttp 59253 6192918528 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:35:45,221 basehttp 59253 6192918528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:36:45,233 basehttp 59253 6192918528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:09,855 autoreload 59253 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:37:10,215 autoreload 60353 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:37:11,100 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:11,742 basehttp 60353 6136967168 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:37:11,782 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:13,317 basehttp 60353 6136967168 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:37:13,354 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 17:37:20,687 basehttp 60353 6136967168 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35248 INFO 2025-09-08 17:37:20,734 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 17:37:30,258 basehttp 60353 6136967168 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:38:11,799 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 17:39:11,795 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:40:11,794 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:41:11,793 basehttp 60353 6136967168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:41:26,166 autoreload 60353 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:41:26,503 autoreload 62219 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:41:50,652 autoreload 62219 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:41:51,011 autoreload 62390 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:41:52,047 basehttp 62390 6131019776 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:41:52,090 basehttp 62390 6131019776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-08 17:41:54,674 log 62390 6131019776 Internal Server Error: /en/patients/emergency-contacts/create/40/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 358, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 370, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py", line 107, in __init__ self.fields['patient'].queryset = PatientProfile.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'patient' ERROR 2025-09-08 17:41:54,676 basehttp 62390 6131019776 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 500 112424 INFO 2025-09-08 17:42:14,177 autoreload 62390 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:42:14,575 autoreload 62635 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:42:31,429 autoreload 62635 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:42:31,769 autoreload 62724 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:42:33,661 basehttp 62724 6164623360 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35325 INFO 2025-09-08 17:42:33,697 basehttp 62724 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:42:51,490 basehttp 62724 6164623360 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:44:01,692 autoreload 62724 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:44:02,055 autoreload 63410 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:44:03,020 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:44:03,510 basehttp 63410 6171160576 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:44:03,545 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:44:06,270 basehttp 63410 6171160576 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:44:06,310 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:44:26,459 basehttp 63410 6171160576 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 40552 WARNING 2025-09-08 17:44:26,467 basehttp 63410 6171160576 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-08 17:44:26,468 basehttp 63410 12901707776 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-08 17:44:26,497 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:45:26,499 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 17:46:26,505 basehttp 63410 6171160576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:46:49,980 autoreload 63410 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-08 17:46:50,326 autoreload 64664 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:47:26,583 basehttp 64664 6165245952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:47:58,403 autoreload 64664 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:47:58,743 autoreload 65131 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:47:59,378 basehttp 65131 6163066880 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 17:47:59,392 basehttp 65131 6179893248 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-08 17:47:59,393 basehttp 65131 6163066880 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 INFO 2025-09-08 17:47:59,423 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:48:48,732 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:48:49,382 basehttp 65131 6163066880 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:48:49,421 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:48:51,432 basehttp 65131 6163066880 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 17:48:51,446 basehttp 65131 6179893248 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-08 17:48:51,447 basehttp 65131 6163066880 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 INFO 2025-09-08 17:48:51,472 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:49:24,886 basehttp 65131 6163066880 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 17:49:24,896 basehttp 65131 6163066880 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-08 17:49:24,896 basehttp 65131 6325039104 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 INFO 2025-09-08 17:49:24,927 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:49:27,134 basehttp 65131 6163066880 "GET /en/patients/emergency-contacts/create/40/ HTTP/1.1" 200 35311 INFO 2025-09-08 17:49:27,171 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:49:58,380 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:50:06,593 basehttp 65131 6163066880 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:50:06,630 basehttp 65131 6163066880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:50:16,047 basehttp 65131 6163066880 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:51:24,419 autoreload 65131 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:51:24,773 autoreload 66664 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:51:27,073 basehttp 66664 6126284800 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:51:27,958 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:51:28,679 basehttp 66664 6126284800 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:51:28,720 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:51:33,922 basehttp 66664 6126284800 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:51:33,961 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:52:28,725 basehttp 66664 6126284800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:53:21,776 autoreload 66664 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:53:22,169 autoreload 67518 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:53:22,522 basehttp 67518 6132527104 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 17:53:22,565 basehttp 67518 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:53:23,792 basehttp 67518 6132527104 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 INFO 2025-09-08 17:54:22,576 basehttp 67518 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:55:02,487 autoreload 67518 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:55:02,854 autoreload 68291 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:55:03,946 basehttp 68291 6132527104 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 17:55:03,988 basehttp 68291 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:55:07,830 basehttp 68291 6132527104 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33406 INFO 2025-09-08 17:55:07,862 basehttp 68291 6132527104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 17:55:12,488 autoreload 68291 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:55:12,838 autoreload 68383 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 17:55:51,518 basehttp 68383 6155579392 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 200 145 ERROR 2025-09-08 17:55:57,129 log 68383 6155579392 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 17:55:57,130 basehttp 68383 6155579392 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232066 ERROR 2025-09-08 17:56:26,744 log 68383 6155579392 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 17:56:26,745 basehttp 68383 6155579392 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233784 INFO 2025-09-08 17:59:20,818 autoreload 68383 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 17:59:21,149 autoreload 70213 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 17:59:23,586 log 70213 6157365248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 17:59:23,587 basehttp 70213 6157365248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233784 INFO 2025-09-08 17:59:49,634 autoreload 70213 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 17:59:50,048 autoreload 70451 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 17:59:50,484 log 70451 6156824576 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 290, in get_queryset print("there is patient id= "+patient_id) ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~ TypeError: can only concatenate str (not "NoneType") to str ERROR 2025-09-08 17:59:50,485 basehttp 70451 6156824576 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 87422 INFO 2025-09-08 18:00:14,201 autoreload 70451 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:00:14,572 autoreload 70612 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:00:16,520 log 70612 13321187328 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 303, in get_queryset return queryset.order_by('patient__last_name', '-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-08 18:00:16,523 basehttp 70612 13321187328 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 107612 INFO 2025-09-08 18:00:55,416 autoreload 70612 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:00:55,793 autoreload 70929 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:00:56,754 log 70929 6156054528 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:00:56,755 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 231569 WARNING 2025-09-08 18:01:09,097 log 70929 6156054528 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 18:01:09,097 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43715 ERROR 2025-09-08 18:01:12,027 log 70929 6156054528 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:01:12,029 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 231569 ERROR 2025-09-08 18:01:13,744 log 70929 6156054528 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:01:13,745 basehttp 70929 6156054528 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 231569 INFO 2025-09-08 18:03:41,034 autoreload 70929 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:03:41,391 autoreload 72156 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:03:46,662 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:03:46,663 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:03:50,283 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:03:50,284 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:07:44,925 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:07:44,926 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:07:46,119 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:07:46,120 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230031 ERROR 2025-09-08 18:22:27,070 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:22:27,073 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 229977 ERROR 2025-09-08 18:23:34,344 log 72156 6200553472 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:23:34,347 basehttp 72156 6200553472 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 230166 INFO 2025-09-08 18:24:19,690 autoreload 72156 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:24:20,113 autoreload 81224 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:24:22,207 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:24:22,219 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:24:22,925 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:24:22,928 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:24:58,927 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:24:58,928 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:25:13,410 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:25:13,411 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232304 ERROR 2025-09-08 18:25:35,052 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:25:35,054 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:26:09,008 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:26:09,009 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:26:09,923 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:26:09,925 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 232248 ERROR 2025-09-08 18:26:32,226 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_list_api' not found. 'emergency_contact_list_api' is not a valid view function or pattern name. ERROR 2025-09-08 18:26:32,227 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233902 ERROR 2025-09-08 18:35:24,555 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_list_api' not found. 'patient_list_api' is not a valid view function or pattern name. ERROR 2025-09-08 18:35:24,558 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 233888 ERROR 2025-09-08 18:38:10,682 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_stats' not found. 'emergency_contact_stats' is not a valid view function or pattern name. ERROR 2025-09-08 18:38:10,687 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234231 ERROR 2025-09-08 18:40:50,049 log 81224 6165557248 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_detail' not found. 'emergency_contact_detail' is not a valid view function or pattern name. ERROR 2025-09-08 18:40:50,051 basehttp 81224 6165557248 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234943 INFO 2025-09-08 18:42:16,318 autoreload 81224 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:42:16,655 autoreload 89085 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:42:17,944 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_quick' not found. 'emergency_contact_quick' is not a valid view function or pattern name. ERROR 2025-09-08 18:42:17,946 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234984 ERROR 2025-09-08 18:42:20,098 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_quick' not found. 'emergency_contact_quick' is not a valid view function or pattern name. ERROR 2025-09-08 18:42:20,099 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 234984 ERROR 2025-09-08 18:42:43,961 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_export' not found. 'emergency_contact_export' is not a valid view function or pattern name. ERROR 2025-09-08 18:42:43,962 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 235342 ERROR 2025-09-08 18:43:04,374 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_bulk_delete' not found. 'emergency_contact_bulk_delete' is not a valid view function or pattern name. ERROR 2025-09-08 18:43:04,376 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 236665 ERROR 2025-09-08 18:43:20,020 log 89085 6203420672 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_export' not found. 'emergency_contact_export' is not a valid view function or pattern name. ERROR 2025-09-08 18:43:20,021 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 238637 INFO 2025-09-08 18:43:42,973 basehttp 89085 6203420672 "GET /en/patients/emergency-contacts/ HTTP/1.1" 200 40489 INFO 2025-09-08 18:43:42,984 basehttp 89085 6203420672 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-08 18:43:42,984 basehttp 89085 6237073408 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-08 18:43:42,985 basehttp 89085 6220247040 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-08 18:43:42,988 basehttp 89085 6253899776 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-08 18:43:42,989 basehttp 89085 6203420672 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-08 18:43:42,989 basehttp 89085 6237073408 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-08 18:43:42,990 basehttp 89085 6270726144 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-08 18:43:42,990 basehttp 89085 6220247040 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-08 18:43:43,011 basehttp 89085 6220247040 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-08 18:43:43,042 log 89085 6220247040 Not Found: /en/patients//emergency-contacts/ WARNING 2025-09-08 18:43:43,042 basehttp 89085 6220247040 "GET /en/patients//emergency-contacts/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=full_name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=patient_name&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=relationship&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=priority&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=phone_number&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=email&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=can_contact&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=2&order%5B0%5D%5Bdir%5D=asc&order%5B0%5D%5Bname%5D=&order%5B1%5D%5Bcolumn%5D=3&order%5B1%5D%5Bdir%5D=asc&order%5B1%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&relationship=&priority=&patient=&_=1757346222991 HTTP/1.1" 404 46173 INFO 2025-09-08 18:43:43,057 basehttp 89085 6270726144 "GET /en/patients/?format=select HTTP/1.1" 200 139645 INFO 2025-09-08 18:44:40,977 autoreload 89085 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 18:44:41,358 autoreload 90182 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 18:44:43,082 basehttp 90182 6158839808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 18:44:44,276 basehttp 90182 6158839808 "GET /en/patients/emergency-contacts/ HTTP/1.1" 200 40489 WARNING 2025-09-08 18:44:44,337 log 90182 12901707776 Not Found: /en/patients//emergency-contacts/ WARNING 2025-09-08 18:44:44,337 basehttp 90182 12901707776 "GET /en/patients//emergency-contacts/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=full_name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=patient_name&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=relationship&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=priority&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=phone_number&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=email&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=can_contact&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=2&order%5B0%5D%5Bdir%5D=asc&order%5B0%5D%5Bname%5D=&order%5B1%5D%5Bcolumn%5D=3&order%5B1%5D%5Bdir%5D=asc&order%5B1%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&relationship=&priority=&patient=&_=1757346284286 HTTP/1.1" 404 46173 INFO 2025-09-08 18:44:44,340 basehttp 90182 6158839808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 18:44:44,355 basehttp 90182 12918534144 "GET /en/patients/?format=select HTTP/1.1" 200 139645 INFO 2025-09-08 18:45:44,330 basehttp 90182 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 18:46:44,320 basehttp 90182 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:47:28,488 autoreload 90182 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:47:28,829 autoreload 91428 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 18:47:30,850 log 91428 6191853568 Internal Server Error: /en/patients/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list' not found. 'emergency_contacts_list' is not a valid view function or pattern name. ERROR 2025-09-08 18:47:30,852 basehttp 91428 6191853568 "GET /en/patients/emergency-contacts/ HTTP/1.1" 500 237244 INFO 2025-09-08 18:48:09,893 basehttp 91428 6191853568 "GET /en/patients/emergency-contacts/ HTTP/1.1" 200 40489 INFO 2025-09-08 18:48:09,937 basehttp 91428 6191853568 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 18:48:09,957 log 91428 6191853568 Not Found: /en/patients//emergency-contacts/ WARNING 2025-09-08 18:48:09,957 basehttp 91428 6191853568 "GET /en/patients//emergency-contacts/?draw=1&columns%5B0%5D%5Bdata%5D=id&columns%5B0%5D%5Bname%5D=&columns%5B0%5D%5Bsearchable%5D=true&columns%5B0%5D%5Borderable%5D=false&columns%5B0%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B0%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B1%5D%5Bdata%5D=full_name&columns%5B1%5D%5Bname%5D=&columns%5B1%5D%5Bsearchable%5D=true&columns%5B1%5D%5Borderable%5D=true&columns%5B1%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B1%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B2%5D%5Bdata%5D=patient_name&columns%5B2%5D%5Bname%5D=&columns%5B2%5D%5Bsearchable%5D=true&columns%5B2%5D%5Borderable%5D=true&columns%5B2%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B2%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B3%5D%5Bdata%5D=relationship&columns%5B3%5D%5Bname%5D=&columns%5B3%5D%5Bsearchable%5D=true&columns%5B3%5D%5Borderable%5D=true&columns%5B3%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B3%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B4%5D%5Bdata%5D=priority&columns%5B4%5D%5Bname%5D=&columns%5B4%5D%5Bsearchable%5D=true&columns%5B4%5D%5Borderable%5D=true&columns%5B4%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B4%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B5%5D%5Bdata%5D=phone_number&columns%5B5%5D%5Bname%5D=&columns%5B5%5D%5Bsearchable%5D=true&columns%5B5%5D%5Borderable%5D=true&columns%5B5%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B5%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B6%5D%5Bdata%5D=email&columns%5B6%5D%5Bname%5D=&columns%5B6%5D%5Bsearchable%5D=true&columns%5B6%5D%5Borderable%5D=true&columns%5B6%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B6%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B7%5D%5Bdata%5D=can_contact&columns%5B7%5D%5Bname%5D=&columns%5B7%5D%5Bsearchable%5D=true&columns%5B7%5D%5Borderable%5D=true&columns%5B7%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B7%5D%5Bsearch%5D%5Bregex%5D=false&columns%5B8%5D%5Bdata%5D=id&columns%5B8%5D%5Bname%5D=&columns%5B8%5D%5Bsearchable%5D=true&columns%5B8%5D%5Borderable%5D=false&columns%5B8%5D%5Bsearch%5D%5Bvalue%5D=&columns%5B8%5D%5Bsearch%5D%5Bregex%5D=false&order%5B0%5D%5Bcolumn%5D=2&order%5B0%5D%5Bdir%5D=asc&order%5B0%5D%5Bname%5D=&order%5B1%5D%5Bcolumn%5D=3&order%5B1%5D%5Bdir%5D=asc&order%5B1%5D%5Bname%5D=&start=0&length=25&search%5Bvalue%5D=&search%5Bregex%5D=false&search_value=&relationship=&priority=&patient=&_=1757346489910 HTTP/1.1" 404 46171 INFO 2025-09-08 18:48:09,974 basehttp 91428 6208679936 "GET /en/patients/?format=select HTTP/1.1" 200 139645 INFO 2025-09-08 18:49:09,948 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:50:09,951 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:51:09,951 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:52:09,946 basehttp 91428 6208679936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 18:52:42,727 log 91428 6208679936 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 18:52:42,727 basehttp 91428 6208679936 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43687 ERROR 2025-09-08 18:53:13,957 log 91428 6208679936 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contact_create' with arguments '(40,)' not found. 1 pattern(s) tried: ['en/patients/emergency\\-contacts/create/\\Z'] ERROR 2025-09-08 18:53:13,958 basehttp 91428 6208679936 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 188155 INFO 2025-09-08 18:55:49,432 autoreload 91428 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 18:55:49,798 autoreload 95020 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 18:55:50,838 basehttp 95020 6166949888 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 18:55:50,878 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:55:54,265 basehttp 95020 6166949888 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 18:55:54,299 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:56:01,624 basehttp 95020 6166949888 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 18:56:01,659 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:56:21,400 basehttp 95020 6166949888 "GET /en/patients/insurance-info/create/40/?patient=40 HTTP/1.1" 200 37323 WARNING 2025-09-08 18:56:21,408 basehttp 95020 13170143232 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-08 18:56:21,409 basehttp 95020 6166949888 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 INFO 2025-09-08 18:56:21,436 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:56:50,891 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:57:50,894 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:58:50,895 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 18:59:50,897 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:00:50,900 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:01:29,781 basehttp 95020 6166949888 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:01:29,819 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:02:29,829 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:03:29,834 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:04:29,836 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:05:29,836 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:06:29,846 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:07:29,838 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:08:29,839 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:09:29,841 basehttp 95020 6166949888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:10:29,628 autoreload 95020 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:10:29,952 autoreload 2012 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:10:30,818 basehttp 2012 6190510080 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:10:30,869 basehttp 2012 6190510080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:10:32,390 log 2012 6190510080 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:10:32,390 basehttp 2012 6190510080 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:12:43,735 autoreload 2012 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:12:44,099 autoreload 2933 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 19:12:46,826 log 2933 6160543744 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:12:46,827 basehttp 2933 6160543744 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 INFO 2025-09-08 19:15:01,757 autoreload 2933 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:15:02,191 autoreload 4028 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 19:15:04,131 log 4028 6197571584 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:15:04,131 basehttp 4028 6197571584 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 INFO 2025-09-08 19:16:05,086 autoreload 4028 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:16:05,467 autoreload 4515 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:20:02,985 autoreload 4515 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:20:03,384 autoreload 6213 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 19:20:04,587 log 6213 6122549248 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:20:04,588 basehttp 6213 6122549248 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 ERROR 2025-09-08 19:20:05,533 log 6213 6122549248 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:20:05,533 basehttp 6213 6122549248 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68875 INFO 2025-09-08 19:22:36,691 autoreload 6213 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:22:49,166 autoreload 7459 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:22:53,920 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:22:53,950 basehttp 7459 6126858240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:22:54,715 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:22:54,741 basehttp 7459 6126858240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:22:59,742 log 7459 6126858240 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:22:59,743 basehttp 7459 6126858240 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:23:54,755 basehttp 7459 6126858240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:24:28,699 log 7459 6126858240 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list_api' with arguments '(UUID('63f3983d-8905-4f1c-a6b9-49005c1d85f8'),)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/\\Z'] ERROR 2025-09-08 19:24:28,700 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 207265 ERROR 2025-09-08 19:25:06,658 log 7459 6126858240 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list_api' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/\\Z'] ERROR 2025-09-08 19:25:06,659 basehttp 7459 6126858240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 206683 INFO 2025-09-08 19:26:27,682 autoreload 7459 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:26:28,055 autoreload 9102 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:26:28,948 basehttp 9102 6132674560 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:26:28,994 basehttp 9102 6132674560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:26:31,302 log 9102 6132674560 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:26:31,303 basehttp 9102 6132674560 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:30:52,029 autoreload 9102 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:30:52,370 autoreload 11019 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:30:53,157 basehttp 11019 6124236800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:30:53,646 basehttp 11019 6124236800 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:30:53,678 basehttp 11019 6124236800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:30:57,219 basehttp 11019 6124236800 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 19:30:57,256 basehttp 11019 6124236800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:31:06,208 log 11019 6124236800 Internal Server Error: /en/patients/40/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:31:06,208 basehttp 11019 6124236800 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:31:19,730 autoreload 11019 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:31:20,077 autoreload 11256 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:31:23,146 log 11256 6165016576 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:31:23,146 basehttp 11256 6165016576 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 43702 INFO 2025-09-08 19:31:28,107 basehttp 11256 6165016576 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:31:28,148 basehttp 11256 6165016576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:31:30,256 log 11256 6165016576 Internal Server Error: /en/patients/emergency-contacts/40/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: emergency_contacts_list() got an unexpected keyword argument 'pk' ERROR 2025-09-08 19:31:30,257 basehttp 11256 6165016576 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 500 68738 INFO 2025-09-08 19:32:25,986 autoreload 11256 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:32:26,312 autoreload 11725 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:32:26,955 log 11725 6190346240 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:32:26,956 basehttp 11725 6190346240 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:32:31,693 basehttp 11725 6190346240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:32:32,513 basehttp 11725 6190346240 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:32:32,546 basehttp 11725 6190346240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:32:35,228 log 11725 6190346240 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:32:35,228 basehttp 11725 6190346240 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:32:45,333 autoreload 11725 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:32:45,719 autoreload 11891 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:32:48,276 basehttp 11891 6138032128 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:32:48,316 basehttp 11891 6138032128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:32:49,601 log 11891 6138032128 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:32:49,601 basehttp 11891 6138032128 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 29517 WARNING 2025-09-08 19:33:26,200 log 11891 6138032128 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:33:26,200 basehttp 11891 6138032128 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 29517 ERROR 2025-09-08 19:33:27,667 log 11891 6138032128 Internal Server Error: /en/patients/patientprofile/40/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'emergency_contacts_list_api' with arguments '(UUID('63f3983d-8905-4f1c-a6b9-49005c1d85f8'),)' not found. 1 pattern(s) tried: ['en/patients/(?P[0-9]+)/emergency\\-contacts/\\Z'] ERROR 2025-09-08 19:33:27,668 basehttp 11891 6138032128 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 500 207441 INFO 2025-09-08 19:33:53,636 basehttp 11891 6138032128 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:33:53,667 basehttp 11891 6138032128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:33:57,100 log 11891 6138032128 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:33:57,101 basehttp 11891 6138032128 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:34:48,737 autoreload 11891 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:34:49,071 autoreload 12744 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:34:50,823 log 12744 6204190720 Not Found: /en/patients/40/emergency-contacts/ WARNING 2025-09-08 19:34:50,824 basehttp 12744 6204190720 "GET /en/patients/40/emergency-contacts/ HTTP/1.1" 404 43710 INFO 2025-09-08 19:34:53,321 basehttp 12744 6204190720 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33398 INFO 2025-09-08 19:34:53,353 basehttp 12744 6204190720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:34:55,293 basehttp 12744 6204190720 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 35311 INFO 2025-09-08 19:34:55,328 basehttp 12744 6204190720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 19:35:00,084 log 12744 6204190720 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:35:00,084 basehttp 12744 6204190720 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 29517 INFO 2025-09-08 19:35:39,175 autoreload 12744 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 19:35:39,544 autoreload 13136 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 19:35:40,623 log 13136 6137360384 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:35:40,623 basehttp 13136 6137360384 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43711 WARNING 2025-09-08 19:35:41,679 log 13136 6137360384 Not Found: /en/patients/emergency-contacts/40/ WARNING 2025-09-08 19:35:41,679 basehttp 13136 6137360384 "GET /en/patients/emergency-contacts/40/ HTTP/1.1" 404 43711 INFO 2025-09-08 19:35:43,225 basehttp 13136 6137360384 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33432 INFO 2025-09-08 19:35:43,264 basehttp 13136 6137360384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-08 19:35:49,365 log 13136 6137360384 Internal Server Error: /en/patients/63f3983d-8905-4f1c-a6b9-49005c1d85f8/emergency-contacts/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 1250, in emergency_contacts_list ).order_by('-is_primary', 'name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: address_line_1, address_line_2, authorization_number, city, created_at, email, first_name, id, is_active, is_authorized_for_financial_decisions, is_authorized_for_information, is_authorized_for_medical_decisions, is_primary, last_name, mobile_number, notes, patient, patient_id, phone_number, priority, relationship, state, updated_at, zip_code ERROR 2025-09-08 19:35:49,367 basehttp 13136 6137360384 "GET /en/patients/63f3983d-8905-4f1c-a6b9-49005c1d85f8/emergency-contacts/ HTTP/1.1" 500 90496 INFO 2025-09-08 19:36:09,869 autoreload 13136 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 19:36:10,250 autoreload 13400 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 19:36:12,086 basehttp 13400 6132379648 "GET /en/patients/63f3983d-8905-4f1c-a6b9-49005c1d85f8/emergency-contacts/ HTTP/1.1" 200 1075 INFO 2025-09-08 19:36:43,332 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 19:37:09,665 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33150 INFO 2025-09-08 19:37:09,693 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-08 19:37:29,838 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33150 INFO 2025-09-08 19:37:29,873 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 19:37:43,889 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33150 INFO 2025-09-08 19:37:43,927 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-08 19:38:43,931 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:38:47,263 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33168 INFO 2025-09-08 19:38:47,290 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:39:47,293 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:40:07,797 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33124 INFO 2025-09-08 19:40:07,834 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:41:07,853 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:42:07,839 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:42:24,914 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33242 INFO 2025-09-08 19:42:24,948 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:42:38,550 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33236 INFO 2025-09-08 19:42:38,577 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:43:04,952 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33254 INFO 2025-09-08 19:43:04,982 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:43:56,294 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33263 INFO 2025-09-08 19:43:56,322 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:44:56,337 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:45:39,345 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33699 INFO 2025-09-08 19:45:39,376 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:46:00,476 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33706 INFO 2025-09-08 19:46:00,503 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:46:15,227 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 33707 INFO 2025-09-08 19:46:15,258 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 19:47:15,271 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:47:29,146 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34377 INFO 2025-09-08 19:47:29,175 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:47:42,257 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34391 INFO 2025-09-08 19:47:42,285 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:47:58,537 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34136 INFO 2025-09-08 19:47:58,567 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:48:37,051 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34816 INFO 2025-09-08 19:48:37,087 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:48:45,163 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 34633 INFO 2025-09-08 19:48:45,192 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:49:19,991 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35125 INFO 2025-09-08 19:49:20,031 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:50:20,032 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:51:20,039 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:51:42,899 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37032 INFO 2025-09-08 19:51:42,935 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:51:58,993 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37037 INFO 2025-09-08 19:51:59,023 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:52:59,026 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:53:53,624 basehttp 13400 6132379648 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37037 INFO 2025-09-08 19:53:53,663 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:54:54,568 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:54:54,574 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:55:54,601 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:55:54,603 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:56:10,833 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137081 INFO 2025-09-08 19:56:10,886 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:56:10,888 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:56:48,972 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137081 INFO 2025-09-08 19:56:49,019 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:56:49,021 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:56:59,968 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137081 INFO 2025-09-08 19:57:00,025 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:57:00,028 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:57:37,868 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137326 INFO 2025-09-08 19:57:37,910 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:57:37,912 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:57:58,359 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137396 INFO 2025-09-08 19:57:58,401 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:57:58,403 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:58:15,458 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137459 INFO 2025-09-08 19:58:15,501 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:58:15,502 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:58:27,849 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 19:58:27,892 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:58:27,893 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 19:59:27,941 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 19:59:27,942 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:00:27,903 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:00:27,905 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:00:30,594 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:00:30,636 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:00:30,637 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:00:32,712 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:00:32,758 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:00:32,760 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:01:25,353 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:01:25,353 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:01:28,043 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:01:28,057 basehttp 13400 6166032384 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 20:01:28,059 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 20:01:28,060 basehttp 13400 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:01:28,060 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:01:28,062 basehttp 13400 13572796416 - Broken pipe from ('127.0.0.1', 53960) INFO 2025-09-08 20:01:28,062 basehttp 13400 6132379648 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:01:28,063 basehttp 13400 6149206016 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:01:28,223 basehttp 13400 6149206016 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:01:28,225 basehttp 13400 6149206016 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:01:28,227 basehttp 13400 6132379648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:01:28,902 basehttp 13400 6132379648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:01:28,925 basehttp 13400 6132379648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:01:28,926 basehttp 13400 6149206016 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:01:28,926 basehttp 13400 6166032384 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:01:28,926 basehttp 13400 13572796416 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:01:28,927 basehttp 13400 13589622784 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:01:28,928 basehttp 13400 13606449152 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:01:28,928 basehttp 13400 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:01:28,928 basehttp 13400 6149206016 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:01:28,931 basehttp 13400 13572796416 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:01:28,931 basehttp 13400 6149206016 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:01:28,932 basehttp 13400 13606449152 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:01:28,933 basehttp 13400 6132379648 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:01:28,933 basehttp 13400 13589622784 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:01:28,936 basehttp 13400 13572796416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:01:28,936 basehttp 13400 6132379648 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:01:28,936 basehttp 13400 13606449152 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:01:28,938 basehttp 13400 13606449152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:01:28,938 basehttp 13400 13572796416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:01:28,938 basehttp 13400 6149206016 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:01:28,939 basehttp 13400 6132379648 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:01:28,939 basehttp 13400 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:01:28,939 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:01:28,942 basehttp 13400 6166032384 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:01:29,023 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:01:29,025 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:01:29,351 log 13400 13589622784 Not Found: /favicon.ico WARNING 2025-09-08 20:01:29,352 basehttp 13400 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:02:28,991 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:02:28,992 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:02:58,046 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:02:58,061 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:02:58,061 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:02:58,142 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:02:58,145 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:03:58,161 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:03:58,164 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:04:58,167 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:04:58,170 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:05:58,159 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:05:58,160 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:06:07,844 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:06:07,857 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:06:07,858 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:06:07,920 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:06:07,920 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:07:07,931 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:07:07,936 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:07:47,992 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:07:48,006 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:07:48,006 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:07:48,073 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:07:48,075 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:08:38,208 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:08:38,219 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:08:38,219 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:08:38,278 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:08:38,280 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:08:42,407 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 137529 INFO 2025-09-08 20:08:42,420 basehttp 13400 6132379648 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:08:42,421 basehttp 13400 6149206016 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:08:42,422 basehttp 13400 6166032384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:08:42,423 basehttp 13400 13589622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 20:08:42,427 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:08:42,427 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:08:42,608 basehttp 13400 13572796416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:08:42,610 basehttp 13400 13572796416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:08:42,612 basehttp 13400 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:08:42,770 basehttp 13400 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:08:42,965 basehttp 13400 6149206016 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:08:42,965 basehttp 13400 13589622784 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:08:42,965 basehttp 13400 6132379648 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:08:42,966 basehttp 13400 6166032384 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:08:42,966 basehttp 13400 13572796416 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:08:42,966 basehttp 13400 13606449152 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:08:42,968 basehttp 13400 6166032384 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:08:42,971 basehttp 13400 6132379648 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:08:42,971 basehttp 13400 13606449152 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:08:42,971 basehttp 13400 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:08:42,972 basehttp 13400 6166032384 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:08:42,974 basehttp 13400 6132379648 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:08:42,974 basehttp 13400 13572796416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:08:42,974 basehttp 13400 6166032384 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:08:42,974 basehttp 13400 13606449152 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:08:42,975 basehttp 13400 6149206016 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:08:42,977 basehttp 13400 6132379648 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:08:42,977 basehttp 13400 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:08:42,978 basehttp 13400 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:08:42,979 basehttp 13400 13606449152 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:08:42,979 basehttp 13400 13606449152 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:08:42,980 basehttp 13400 13606449152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:08:42,981 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:08:42,990 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:08:42,991 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:08:43,437 log 13400 13589622784 Not Found: /favicon.ico WARNING 2025-09-08 20:08:43,437 basehttp 13400 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:09:38,043 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 136093 WARNING 2025-09-08 20:09:38,056 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:09:38,056 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:09:38,148 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:09:38,151 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:10:07,509 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:10:07,522 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:07,523 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:07,583 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:10:07,589 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:10:08,917 basehttp 13400 13589622784 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 37037 WARNING 2025-09-08 20:10:08,934 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:08,935 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:08,977 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:10:12,633 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:12,633 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:10:12,647 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:12,647 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:13,898 basehttp 13400 13589622784 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:10:13,916 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:10:26,449 basehttp 13400 13589622784 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:10:32,394 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:10:32,411 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:10:32,411 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:10:32,472 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:10:32,476 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:11:32,489 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:11:32,491 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:12:32,533 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:12:32,534 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 ERROR 2025-09-08 20:12:58,147 log 13400 13572796416 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_info_list' with arguments '(UUID('63f3983d-8905-4f1c-a6b9-49005c1d85f8'),)' not found. 1 pattern(s) tried: ['en/patients/insurance\\-info/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 20:12:58,149 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 500 267224 WARNING 2025-09-08 20:12:58,163 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:12:58,163 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:13:13,502 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:13:13,516 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:13:13,516 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:13:13,582 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:13:13,583 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:13:16,108 basehttp 13400 13589622784 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:13:16,126 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:13:31,737 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:13:31,754 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:13:31,754 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:13:31,820 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:13:31,822 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:14:31,837 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:14:31,841 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:14:48,610 basehttp 13400 13589622784 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:14:48,632 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:15:06,495 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137529 WARNING 2025-09-08 20:15:06,515 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:15:06,515 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:15:06,566 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:15:06,570 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:05,054 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 140129 WARNING 2025-09-08 20:16:05,069 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:05,070 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:05,136 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:05,137 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:06,657 basehttp 13400 13589622784 "GET /en/patients/insurance-info/17/ HTTP/1.1" 200 36127 INFO 2025-09-08 20:16:06,675 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:11,710 basehttp 13400 13589622784 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:16:35,184 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 140129 WARNING 2025-09-08 20:16:35,198 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:35,198 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:35,256 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:35,258 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:36,894 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 140129 INFO 2025-09-08 20:16:36,905 basehttp 13400 6132379648 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:16:36,908 basehttp 13400 13606449152 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:16:36,912 basehttp 13400 6166032384 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:16:36,915 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:36,916 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:36,916 basehttp 13400 13572796416 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:16:36,917 basehttp 13400 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:16:36,921 basehttp 13400 13589622784 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:16:36,921 basehttp 13400 6132379648 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:16:38,004 basehttp 13400 6132379648 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:16:38,028 basehttp 13400 6149206016 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:16:38,028 basehttp 13400 13572796416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:16:38,029 basehttp 13400 13589622784 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:16:38,030 basehttp 13400 13606449152 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:16:38,030 basehttp 13400 6132379648 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:16:38,032 basehttp 13400 6166032384 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:16:38,032 basehttp 13400 13572796416 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:16:38,032 basehttp 13400 13606449152 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:16:38,033 basehttp 13400 13589622784 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:16:38,033 basehttp 13400 6132379648 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:16:38,036 basehttp 13400 6149206016 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:16:38,036 basehttp 13400 6166032384 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:16:38,037 basehttp 13400 13606449152 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:16:38,037 basehttp 13400 6132379648 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:16:38,038 basehttp 13400 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:16:38,044 basehttp 13400 6149206016 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:16:38,045 basehttp 13400 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:16:38,046 basehttp 13400 13572796416 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:16:38,048 basehttp 13400 6166032384 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:16:38,048 basehttp 13400 13589622784 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:16:38,049 basehttp 13400 6132379648 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:16:38,049 basehttp 13400 6149206016 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:16:38,049 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:16:38,064 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:38,066 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:16:38,235 log 13400 6149206016 Not Found: /favicon.ico WARNING 2025-09-08 20:16:38,235 basehttp 13400 6149206016 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:16:41,825 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 140129 INFO 2025-09-08 20:16:41,833 basehttp 13400 13606449152 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:16:41,836 basehttp 13400 13589622784 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:16:41,836 basehttp 13400 13572796416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:16:41,838 basehttp 13400 6166032384 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:16:41,841 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 20:16:41,841 basehttp 13400 13589622784 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:16:41,841 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:41,845 basehttp 13400 6132379648 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:16:41,845 basehttp 13400 13606449152 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:16:42,345 basehttp 13400 13606449152 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:16:42,369 basehttp 13400 13606449152 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:16:42,370 basehttp 13400 6149206016 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:16:42,371 basehttp 13400 13589622784 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:16:42,371 basehttp 13400 6132379648 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:16:42,371 basehttp 13400 6166032384 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:16:42,373 basehttp 13400 6149206016 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:16:42,375 basehttp 13400 13589622784 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:16:42,375 basehttp 13400 6132379648 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:16:42,376 basehttp 13400 6149206016 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:16:42,376 basehttp 13400 13572796416 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:16:42,377 basehttp 13400 6166032384 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:16:42,377 basehttp 13400 13589622784 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:16:42,378 basehttp 13400 6132379648 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:16:42,378 basehttp 13400 6149206016 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:16:42,378 basehttp 13400 13572796416 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:16:42,378 basehttp 13400 13606449152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:16:42,382 basehttp 13400 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:16:42,382 basehttp 13400 6166032384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:16:42,382 basehttp 13400 6149206016 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:16:42,383 basehttp 13400 13572796416 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:16:42,384 basehttp 13400 13589622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:16:42,384 basehttp 13400 6132379648 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:16:42,386 basehttp 13400 6149206016 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:16:42,396 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:16:42,396 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:16:42,519 log 13400 6166032384 Not Found: /favicon.ico WARNING 2025-09-08 20:16:42,519 basehttp 13400 6166032384 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:16:44,024 basehttp 13400 6166032384 "GET /en/patients/insurance-info/8/ HTTP/1.1" 200 36115 INFO 2025-09-08 20:16:44,045 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:49,624 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 140129 WARNING 2025-09-08 20:16:49,643 log 13400 6166032384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:16:49,643 basehttp 13400 6166032384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:16:49,702 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:16:49,704 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:17:49,726 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:17:49,729 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:18:49,732 basehttp 13400 6166032384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:18:49,734 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:19:49,721 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:19:49,722 basehttp 13400 6166032384 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:20:34,298 basehttp 13400 6166032384 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:20:34,311 basehttp 13400 13589622784 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:20:34,312 basehttp 13400 13572796416 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:20:34,314 basehttp 13400 6132379648 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:20:34,319 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:20:34,320 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:20:34,321 basehttp 13400 13572796416 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:20:34,321 basehttp 13400 6166032384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:20:34,324 basehttp 13400 13606449152 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:20:34,325 basehttp 13400 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:20:35,221 basehttp 13400 6149206016 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:20:35,222 basehttp 13400 13589622784 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:20:35,222 basehttp 13400 13606449152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:20:35,222 basehttp 13400 13572796416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:20:35,223 basehttp 13400 6166032384 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:20:35,226 basehttp 13400 6149206016 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:20:35,226 basehttp 13400 13589622784 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:20:35,226 basehttp 13400 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:20:35,226 basehttp 13400 6132379648 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:20:35,228 basehttp 13400 6166032384 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:20:35,229 basehttp 13400 6149206016 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:20:35,230 basehttp 13400 13589622784 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:20:35,230 basehttp 13400 13572796416 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:20:35,231 basehttp 13400 6132379648 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:20:35,232 basehttp 13400 13589622784 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:20:35,232 basehttp 13400 6149206016 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:20:35,232 basehttp 13400 6166032384 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:20:35,233 basehttp 13400 13606449152 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:20:35,234 basehttp 13400 13572796416 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:20:35,235 basehttp 13400 6166032384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:20:35,235 basehttp 13400 13589622784 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:20:35,235 basehttp 13400 6132379648 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:20:35,235 basehttp 13400 6149206016 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:20:35,244 basehttp 13400 6149206016 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:20:35,287 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:20:35,290 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:20:35,331 log 13400 13589622784 Not Found: /favicon.ico WARNING 2025-09-08 20:20:35,331 basehttp 13400 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:20:37,489 basehttp 13400 13589622784 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:20:37,513 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:20:40,598 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:20:40,612 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:20:40,612 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:20:40,674 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:20:40,676 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:21:40,705 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:21:40,707 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:22:23,707 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:22:23,721 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:22:23,721 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:22:23,789 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:22:23,791 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:22:29,409 basehttp 13400 6149206016 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:22:29,426 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:22:42,123 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:22:42,140 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:22:42,140 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:22:42,199 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:22:42,208 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:23:42,217 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:23:42,219 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:24:42,229 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:24:42,232 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:25:23,231 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 138979 WARNING 2025-09-08 20:25:23,246 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:25:23,246 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:25:23,307 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:25:23,309 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:25:24,778 basehttp 13400 6149206016 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 INFO 2025-09-08 20:25:24,799 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:25:54,850 basehttp 13400 6149206016 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 76250 INFO 2025-09-08 20:26:24,816 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:26:24,818 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:26:24,840 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:26:24,842 basehttp 13400 13589622784 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 73482 INFO 2025-09-08 20:26:54,833 basehttp 13400 13589622784 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 72234 INFO 2025-09-08 20:27:24,829 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:24,833 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:27:24,842 basehttp 13400 6132379648 "GET /en/patients/insurance-claims-history/12/ HTTP/1.1" 200 65313 INFO 2025-09-08 20:27:24,843 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:29,030 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:27:29,046 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:29,047 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:29,105 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:29,107 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:27:32,192 basehttp 13400 6132379648 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:27:32,207 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:36,584 basehttp 13400 6132379648 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:27:42,898 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:27:42,913 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:42,913 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:42,975 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:42,977 basehttp 13400 13589622784 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:27:50,614 basehttp 13400 13589622784 "GET /en/patients/patientprofile/12/details/ HTTP/1.1" 200 36563 WARNING 2025-09-08 20:27:50,631 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:50,632 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:50,681 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:27:57,085 basehttp 13400 13589622784 "GET /en/appointments/requests/create/?patient=12 HTTP/1.1" 200 54220 WARNING 2025-09-08 20:27:57,104 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:27:57,105 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:27:57,144 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:28:45,895 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:45,895 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:28:45,904 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:45,904 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:28:46,693 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:46,694 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:46,694 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:46,697 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:28:46,703 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:46,703 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:47,399 basehttp 13400 13589622784 "GET /en/patients/ HTTP/1.1" 200 139929 WARNING 2025-09-08 20:28:47,411 log 13400 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:47,411 basehttp 13400 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:47,534 basehttp 13400 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:47,540 basehttp 13400 6149206016 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:47,545 basehttp 13400 13572796416 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:28:47,546 basehttp 13400 13606449152 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:47,546 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:28:47,548 basehttp 13400 6166032384 "GET /en/patients/consent-forms/40/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,551 basehttp 13400 13589622784 "GET /en/patients/insurance-info/17/ HTTP/1.1" 200 36127 INFO 2025-09-08 20:28:47,592 basehttp 13400 6149206016 "GET /en/patients/consent-forms/17/ HTTP/1.1" 200 590 INFO 2025-09-08 20:28:47,603 basehttp 13400 13572796416 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 WARNING 2025-09-08 20:28:47,617 log 13400 13589622784 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:28:47,618 basehttp 13400 13589622784 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:47,620 basehttp 13400 13606449152 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:47,622 basehttp 13400 6132379648 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:28:47,623 basehttp 13400 6166032384 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:47,625 basehttp 13400 6149206016 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:47,627 basehttp 13400 13572796416 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:28:47,675 basehttp 13400 13589622784 "GET /en/patients/consent-forms/28/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:47,687 basehttp 13400 13606449152 "GET /en/patients/insurance-info/8/ HTTP/1.1" 200 36115 WARNING 2025-09-08 20:28:47,690 log 13400 13572796416 Not Found: /en/patients/insurance-info/44/ WARNING 2025-09-08 20:28:47,692 basehttp 13400 13572796416 "GET /en/patients/insurance-info/44/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:47,693 basehttp 13400 6132379648 "GET /en/patients/consent-forms/8/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:47,697 basehttp 13400 6149206016 "GET /en/patients/consent-forms/29/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,697 basehttp 13400 6166032384 "GET /en/patients/insurance-info/29/ HTTP/1.1" 200 36143 INFO 2025-09-08 20:28:47,699 basehttp 13400 13589622784 "GET /en/patients/consent-forms/44/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:47,734 basehttp 13400 13572796416 "GET /en/patients/consent-forms/21/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:47,742 basehttp 13400 13606449152 "GET /en/patients/insurance-info/21/ HTTP/1.1" 200 36093 INFO 2025-09-08 20:28:47,753 basehttp 13400 6132379648 "GET /en/patients/insurance-info/30/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:47,762 basehttp 13400 6166032384 "GET /en/patients/insurance-info/15/ HTTP/1.1" 200 36133 INFO 2025-09-08 20:28:47,762 basehttp 13400 13589622784 "GET /en/patients/consent-forms/15/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,763 basehttp 13400 6149206016 "GET /en/patients/consent-forms/30/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:47,777 basehttp 13400 13572796416 "GET /en/patients/insurance-info/34/ HTTP/1.1" 200 36195 INFO 2025-09-08 20:28:47,788 basehttp 13400 13606449152 "GET /en/patients/consent-forms/34/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:47,813 basehttp 13400 6132379648 "GET /en/patients/insurance-info/24/ HTTP/1.1" 200 36094 INFO 2025-09-08 20:28:47,825 basehttp 13400 6166032384 "GET /en/patients/insurance-info/42/ HTTP/1.1" 200 36153 INFO 2025-09-08 20:28:47,832 basehttp 13400 13589622784 "GET /en/patients/consent-forms/24/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:47,832 basehttp 13400 6149206016 "GET /en/patients/consent-forms/42/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:47,834 basehttp 13400 13572796416 "GET /en/patients/insurance-info/9/ HTTP/1.1" 200 36018 INFO 2025-09-08 20:28:47,837 basehttp 13400 6132379648 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 36178 INFO 2025-09-08 20:28:47,838 basehttp 13400 13606449152 "GET /en/patients/consent-forms/9/ HTTP/1.1" 200 1183 INFO 2025-09-08 20:28:47,854 basehttp 13400 6166032384 "GET /en/patients/consent-forms/22/ HTTP/1.1" 200 592 WARNING 2025-09-08 20:28:47,903 log 13400 13589622784 Not Found: /en/patients/insurance-info/50/ WARNING 2025-09-08 20:28:47,907 basehttp 13400 13589622784 "GET /en/patients/insurance-info/50/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:47,919 basehttp 13400 6149206016 "GET /en/patients/consent-forms/50/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:47,919 basehttp 13400 13572796416 "GET /en/patients/insurance-info/20/ HTTP/1.1" 200 36160 INFO 2025-09-08 20:28:47,920 basehttp 13400 13606449152 "GET /en/patients/insurance-info/1/ HTTP/1.1" 200 36039 INFO 2025-09-08 20:28:47,923 basehttp 13400 6132379648 "GET /en/patients/consent-forms/20/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:47,923 basehttp 13400 6166032384 "GET /en/patients/consent-forms/1/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:47,927 basehttp 13400 13589622784 "GET /en/patients/insurance-info/14/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:47,960 basehttp 13400 6149206016 "GET /en/patients/consent-forms/14/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:47,980 basehttp 13400 13606449152 "GET /en/patients/consent-forms/41/ HTTP/1.1" 200 1172 INFO 2025-09-08 20:28:47,984 basehttp 13400 13572796416 "GET /en/patients/insurance-info/41/ HTTP/1.1" 200 36062 INFO 2025-09-08 20:28:47,990 basehttp 13400 6166032384 "GET /en/patients/insurance-info/39/ HTTP/1.1" 200 36131 INFO 2025-09-08 20:28:47,992 basehttp 13400 6132379648 "GET /en/patients/consent-forms/39/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,993 basehttp 13400 13589622784 "GET /en/patients/insurance-info/31/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:47,993 basehttp 13400 6149206016 "GET /en/patients/consent-forms/31/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:47,996 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,004 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,009 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,014 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,019 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,025 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:48,139 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,214 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 139929 WARNING 2025-09-08 20:28:53,234 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:28:53,235 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:28:53,330 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,338 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:28:53,343 basehttp 13400 6132379648 "GET /en/patients/consent-forms/40/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,344 basehttp 13400 13589622784 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:53,347 basehttp 13400 6166032384 "GET /en/patients/insurance-info/25/ HTTP/1.1" 200 36090 INFO 2025-09-08 20:28:53,348 basehttp 13400 13572796416 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:53,349 basehttp 13400 6149206016 "GET /en/patients/insurance-info/17/ HTTP/1.1" 200 36127 INFO 2025-09-08 20:28:53,390 basehttp 13400 13606449152 "GET /en/patients/consent-forms/17/ HTTP/1.1" 200 590 INFO 2025-09-08 20:28:53,409 basehttp 13400 13589622784 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:53,415 basehttp 13400 6132379648 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 WARNING 2025-09-08 20:28:53,417 log 13400 6149206016 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:28:53,418 basehttp 13400 6149206016 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:53,420 basehttp 13400 13572796416 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:53,422 basehttp 13400 6166032384 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:28:53,423 basehttp 13400 13606449152 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:53,439 basehttp 13400 13589622784 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:28:53,472 basehttp 13400 6132379648 "GET /en/patients/consent-forms/28/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:53,477 basehttp 13400 6149206016 "GET /en/patients/insurance-info/8/ HTTP/1.1" 200 36115 INFO 2025-09-08 20:28:53,488 basehttp 13400 13606449152 "GET /en/patients/consent-forms/29/ HTTP/1.1" 200 589 WARNING 2025-09-08 20:28:53,490 log 13400 13589622784 Not Found: /en/patients/insurance-info/44/ WARNING 2025-09-08 20:28:53,491 basehttp 13400 13589622784 "GET /en/patients/insurance-info/44/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:53,491 basehttp 13400 6166032384 "GET /en/patients/insurance-info/29/ HTTP/1.1" 200 36143 INFO 2025-09-08 20:28:53,491 basehttp 13400 13572796416 "GET /en/patients/consent-forms/8/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:53,499 basehttp 13400 6132379648 "GET /en/patients/consent-forms/44/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:28:53,499 basehttp 13400 6149206016 "GET /en/patients/insurance-info/21/ HTTP/1.1" 200 36093 INFO 2025-09-08 20:28:53,539 basehttp 13400 13606449152 "GET /en/patients/consent-forms/21/ HTTP/1.1" 200 599 INFO 2025-09-08 20:28:53,542 basehttp 13400 13589622784 "GET /en/patients/consent-forms/30/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:53,547 basehttp 13400 13572796416 "GET /en/patients/insurance-info/15/ HTTP/1.1" 200 36133 INFO 2025-09-08 20:28:53,555 basehttp 13400 6166032384 "GET /en/patients/insurance-info/30/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:53,559 basehttp 13400 6132379648 "GET /en/patients/consent-forms/15/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,559 basehttp 13400 6149206016 "GET /en/patients/insurance-info/34/ HTTP/1.1" 200 36195 INFO 2025-09-08 20:28:53,587 basehttp 13400 13589622784 "GET /en/patients/insurance-info/24/ HTTP/1.1" 200 36094 INFO 2025-09-08 20:28:53,588 basehttp 13400 13606449152 "GET /en/patients/consent-forms/34/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:53,609 basehttp 13400 13572796416 "GET /en/patients/consent-forms/24/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:53,618 basehttp 13400 6166032384 "GET /en/patients/insurance-info/42/ HTTP/1.1" 200 36153 INFO 2025-09-08 20:28:53,620 basehttp 13400 6149206016 "GET /en/patients/insurance-info/9/ HTTP/1.1" 200 36018 INFO 2025-09-08 20:28:53,622 basehttp 13400 6132379648 "GET /en/patients/consent-forms/42/ HTTP/1.1" 200 1174 INFO 2025-09-08 20:28:53,635 basehttp 13400 13589622784 "GET /en/patients/consent-forms/9/ HTTP/1.1" 200 1183 INFO 2025-09-08 20:28:53,636 basehttp 13400 13606449152 "GET /en/patients/insurance-info/22/ HTTP/1.1" 200 36178 INFO 2025-09-08 20:28:53,640 basehttp 13400 13572796416 "GET /en/patients/consent-forms/22/ HTTP/1.1" 200 592 WARNING 2025-09-08 20:28:53,674 log 13400 6166032384 Not Found: /en/patients/insurance-info/50/ WARNING 2025-09-08 20:28:53,674 basehttp 13400 6166032384 "GET /en/patients/insurance-info/50/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:28:53,681 basehttp 13400 6132379648 "GET /en/patients/insurance-info/20/ HTTP/1.1" 200 36160 INFO 2025-09-08 20:28:53,681 basehttp 13400 6149206016 "GET /en/patients/consent-forms/50/ HTTP/1.1" 200 1180 INFO 2025-09-08 20:28:53,694 basehttp 13400 13606449152 "GET /en/patients/insurance-info/1/ HTTP/1.1" 200 36039 INFO 2025-09-08 20:28:53,696 basehttp 13400 13589622784 "GET /en/patients/consent-forms/20/ HTTP/1.1" 200 1175 INFO 2025-09-08 20:28:53,697 basehttp 13400 13572796416 "GET /en/patients/consent-forms/1/ HTTP/1.1" 200 1171 INFO 2025-09-08 20:28:53,713 basehttp 13400 6166032384 "GET /en/patients/insurance-info/14/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:28:53,727 basehttp 13400 6132379648 "GET /en/patients/consent-forms/14/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:28:53,742 basehttp 13400 6149206016 "GET /en/patients/insurance-info/41/ HTTP/1.1" 200 36062 INFO 2025-09-08 20:28:53,756 basehttp 13400 13606449152 "GET /en/patients/consent-forms/41/ HTTP/1.1" 200 1172 INFO 2025-09-08 20:28:53,757 basehttp 13400 13589622784 "GET /en/patients/insurance-info/39/ HTTP/1.1" 200 36131 INFO 2025-09-08 20:28:53,759 basehttp 13400 13572796416 "GET /en/patients/consent-forms/39/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,763 basehttp 13400 6166032384 "GET /en/patients/insurance-info/31/ HTTP/1.1" 200 36142 INFO 2025-09-08 20:28:53,771 basehttp 13400 6132379648 "GET /en/patients/consent-forms/31/ HTTP/1.1" 200 589 INFO 2025-09-08 20:28:53,772 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,777 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,782 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,789 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,795 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,800 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,833 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:28:53,897 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:29:22,834 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 140229 WARNING 2025-09-08 20:29:22,851 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:29:22,852 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:29:22,923 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:29:22,924 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:29:29,704 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 140229 WARNING 2025-09-08 20:29:29,720 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:29:29,720 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:29:29,780 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:29:29,794 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:19,853 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:30:19,869 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:19,869 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:19,927 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:19,929 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:21,969 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:30:21,982 basehttp 13400 13572796416 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:30:21,983 basehttp 13400 13606449152 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:30:21,986 basehttp 13400 13589622784 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:30:21,989 basehttp 13400 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:30:21,990 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:21,991 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:21,992 basehttp 13400 6149206016 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:30:21,995 basehttp 13400 6166032384 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:30:21,996 basehttp 13400 13572796416 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:30:23,120 basehttp 13400 13572796416 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:30:23,124 basehttp 13400 6149206016 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:30:23,125 basehttp 13400 13606449152 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:30:23,126 basehttp 13400 6166032384 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:30:23,126 basehttp 13400 13589622784 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:30:23,127 basehttp 13400 6132379648 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:30:23,128 basehttp 13400 13606449152 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:30:23,128 basehttp 13400 6149206016 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:30:23,129 basehttp 13400 6166032384 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:30:23,129 basehttp 13400 13589622784 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:30:23,130 basehttp 13400 13572796416 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:30:23,131 basehttp 13400 13606449152 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:30:23,131 basehttp 13400 6149206016 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:30:23,131 basehttp 13400 6132379648 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:30:23,131 basehttp 13400 6166032384 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:30:23,132 basehttp 13400 13589622784 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:30:23,132 basehttp 13400 13606449152 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:30:23,133 basehttp 13400 13572796416 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:30:23,134 basehttp 13400 6149206016 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:30:23,134 basehttp 13400 6132379648 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:30:23,135 basehttp 13400 6166032384 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:30:23,135 basehttp 13400 13589622784 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:30:23,136 basehttp 13400 13606449152 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:30:23,138 basehttp 13400 13572796416 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:30:23,173 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:23,175 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:30:23,237 log 13400 13606449152 Not Found: /favicon.ico WARNING 2025-09-08 20:30:23,237 basehttp 13400 13606449152 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:30:24,422 basehttp 13400 13606449152 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 INFO 2025-09-08 20:30:24,451 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:27,964 basehttp 13400 13606449152 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:30:27,983 log 13400 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:27,983 basehttp 13400 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:28,045 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:28,047 basehttp 13400 13572796416 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:43,980 basehttp 13400 13572796416 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:30:43,992 log 13400 13572796416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:43,993 basehttp 13400 13572796416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:44,053 basehttp 13400 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:44,055 basehttp 13400 13606449152 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:45,713 basehttp 13400 13606449152 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:30:45,729 basehttp 13400 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:52,025 basehttp 13400 6132379648 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:30:52,042 log 13400 6132379648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:52,042 basehttp 13400 6132379648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:52,100 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:52,103 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:30:53,436 basehttp 13400 6149206016 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:30:59,362 basehttp 13400 6149206016 "GET /en/patients/ HTTP/1.1" 200 137429 WARNING 2025-09-08 20:30:59,380 log 13400 6149206016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:30:59,380 basehttp 13400 6149206016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:30:59,441 basehttp 13400 6149206016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:30:59,442 basehttp 13400 6132379648 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:31:59,461 basehttp 13400 6132379648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:31:59,463 basehttp 13400 6149206016 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:32:03,131 autoreload 38561 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 20:32:06,239 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:32:06,254 basehttp 38561 6156529664 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:32:06,255 basehttp 38561 6341865472 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:32:06,258 basehttp 38561 6325039104 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:32:06,261 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:32:06,262 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:32:06,262 basehttp 38561 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:32:06,262 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:32:06,266 basehttp 38561 6139703296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:32:06,267 basehttp 38561 6156529664 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:32:07,089 basehttp 38561 6156529664 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:32:07,113 basehttp 38561 6139703296 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:32:07,114 basehttp 38561 6156529664 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:32:07,114 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:32:07,114 basehttp 38561 6122876928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:32:07,114 basehttp 38561 6173356032 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:32:07,116 basehttp 38561 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:32:07,117 basehttp 38561 6139703296 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:32:07,118 basehttp 38561 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:32:07,125 basehttp 38561 6139703296 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:32:07,125 basehttp 38561 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:32:07,126 basehttp 38561 6156529664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:32:07,126 basehttp 38561 6122876928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:32:07,130 basehttp 38561 6325039104 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:32:07,133 basehttp 38561 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:32:07,134 basehttp 38561 6341865472 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:32:07,134 basehttp 38561 6156529664 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:32:07,134 basehttp 38561 6139703296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:32:07,135 basehttp 38561 6139703296 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:32:07,136 basehttp 38561 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:32:07,137 basehttp 38561 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:32:07,139 basehttp 38561 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:32:07,139 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:32:07,139 basehttp 38561 6139703296 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:32:07,189 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:07,192 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:32:07,228 log 38561 6173356032 Not Found: /favicon.ico WARNING 2025-09-08 20:32:07,228 basehttp 38561 6173356032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:32:09,190 basehttp 38561 6173356032 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36107 INFO 2025-09-08 20:32:09,213 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:19,188 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:32:19,204 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:32:19,205 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:32:19,269 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:19,270 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:32:55,387 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:32:55,403 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:32:55,404 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:32:55,468 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:32:55,470 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:32:57,070 basehttp 38561 6173356032 "GET /en/patients/insurance-info/12/ HTTP/1.1" 200 36078 INFO 2025-09-08 20:32:57,090 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:00,595 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:33:00,612 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:33:00,613 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:33:00,674 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:00,675 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:33:01,761 basehttp 38561 6122876928 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 20:33:09,964 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:33:09,978 basehttp 38561 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:33:09,978 basehttp 38561 6139703296 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:33:09,983 basehttp 38561 6156529664 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:33:09,985 basehttp 38561 6139703296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:33:09,988 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:33:09,988 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:33:09,989 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:33:09,992 basehttp 38561 6173356032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:33:09,992 basehttp 38561 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:33:10,394 basehttp 38561 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:33:10,420 basehttp 38561 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:33:10,421 basehttp 38561 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:33:10,421 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:33:10,421 basehttp 38561 6139703296 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:33:10,422 basehttp 38561 6122876928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:33:10,423 basehttp 38561 6156529664 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:33:10,424 basehttp 38561 6341865472 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:33:10,424 basehttp 38561 6122876928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:33:10,425 basehttp 38561 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:33:10,426 basehttp 38561 6139703296 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:33:10,427 basehttp 38561 6156529664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:33:10,427 basehttp 38561 6341865472 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:33:10,428 basehttp 38561 6122876928 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:33:10,428 basehttp 38561 6139703296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:33:10,428 basehttp 38561 6173356032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:33:10,429 basehttp 38561 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:33:10,430 basehttp 38561 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:33:10,431 basehttp 38561 6156529664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:33:10,431 basehttp 38561 6173356032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:33:10,432 basehttp 38561 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:33:10,433 basehttp 38561 6122876928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:33:10,433 basehttp 38561 6139703296 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:33:10,433 basehttp 38561 6173356032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:33:10,487 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:10,489 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:33:10,633 log 38561 6341865472 Not Found: /favicon.ico WARNING 2025-09-08 20:33:10,634 basehttp 38561 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:33:50,475 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:33:50,486 basehttp 38561 6139703296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:33:50,487 basehttp 38561 6325039104 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:33:50,490 basehttp 38561 6122876928 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:33:50,494 basehttp 38561 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:33:50,496 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:33:50,497 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:33:50,497 basehttp 38561 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:33:50,500 basehttp 38561 6156529664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:33:50,500 basehttp 38561 6139703296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:33:50,899 basehttp 38561 6139703296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:33:50,927 basehttp 38561 6139703296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:33:50,927 basehttp 38561 6173356032 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:33:50,927 basehttp 38561 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:33:50,928 basehttp 38561 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:33:50,928 basehttp 38561 6156529664 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:33:50,930 basehttp 38561 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:33:50,930 basehttp 38561 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:33:50,931 basehttp 38561 6325039104 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:33:50,931 basehttp 38561 6173356032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:33:50,932 basehttp 38561 6122876928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:33:50,933 basehttp 38561 6341865472 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:33:50,935 basehttp 38561 6122876928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:33:50,935 basehttp 38561 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:33:50,935 basehttp 38561 6156529664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:33:50,936 basehttp 38561 6173356032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:33:50,937 basehttp 38561 6139703296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:33:50,937 basehttp 38561 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:33:50,939 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:33:50,939 basehttp 38561 6122876928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:33:50,939 basehttp 38561 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:33:50,939 basehttp 38561 6139703296 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:33:50,941 basehttp 38561 6173356032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:33:50,941 basehttp 38561 6341865472 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:33:50,951 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:33:50,953 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:33:51,139 log 38561 6122876928 Not Found: /favicon.ico WARNING 2025-09-08 20:33:51,139 basehttp 38561 6122876928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:33:53,702 basehttp 38561 6122876928 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:34:00,905 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:34:00,921 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:34:00,921 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:34:01,008 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:34:01,010 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:35:01,032 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:35:01,035 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:36:01,035 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:36:01,038 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:37:01,041 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-08 20:37:01,044 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:38:01,046 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 20:38:01,048 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:39:01,049 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:39:01,051 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:40:01,054 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:40:01,057 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:41:01,057 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:41:01,059 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:42:01,067 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:42:01,070 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:43:01,068 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:43:01,070 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:01,072 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:44:01,074 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:17,925 basehttp 38561 6156529664 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:44:17,942 log 38561 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:44:17,942 basehttp 38561 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:44:18,002 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:44:18,002 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:20,977 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 140029 INFO 2025-09-08 20:44:20,988 basehttp 38561 6139703296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:44:20,990 basehttp 38561 6341865472 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:44:20,991 basehttp 38561 6325039104 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 WARNING 2025-09-08 20:44:20,997 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:44:20,998 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:44:20,998 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:44:20,998 basehttp 38561 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:44:21,002 basehttp 38561 6156529664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:44:21,004 basehttp 38561 6139703296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:44:21,846 basehttp 38561 6139703296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:44:21,849 basehttp 38561 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:44:21,849 basehttp 38561 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:44:21,851 basehttp 38561 6156529664 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:44:21,851 basehttp 38561 6341865472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:44:21,852 basehttp 38561 6173356032 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:44:21,853 basehttp 38561 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:44:21,853 basehttp 38561 6122876928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:44:21,857 basehttp 38561 6173356032 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:44:21,857 basehttp 38561 6156529664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:44:21,858 basehttp 38561 6325039104 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:44:21,860 basehttp 38561 6173356032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:44:21,860 basehttp 38561 6139703296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:44:21,860 basehttp 38561 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:44:21,861 basehttp 38561 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:44:21,861 basehttp 38561 6173356032 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:44:21,862 basehttp 38561 6156529664 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:44:21,862 basehttp 38561 6122876928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:44:21,862 basehttp 38561 6139703296 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:44:21,864 basehttp 38561 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:44:21,864 basehttp 38561 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:44:21,973 basehttp 38561 6122876928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:44:21,974 basehttp 38561 6139703296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:44:21,976 basehttp 38561 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:44:21,983 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:44:21,984 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 20:44:22,077 log 38561 6341865472 Not Found: /favicon.ico WARNING 2025-09-08 20:44:22,077 basehttp 38561 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:44:23,701 basehttp 38561 6341865472 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 42 INFO 2025-09-08 20:44:30,078 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:44:30,094 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:44:30,094 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:44:30,179 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:44:30,181 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:45:30,204 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 20:45:30,208 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:46:30,212 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:46:30,214 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:46:47,461 basehttp 38561 6156529664 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36138 INFO 2025-09-08 20:46:47,481 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:47:17,525 basehttp 38561 6156529664 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 61259 INFO 2025-09-08 20:47:17,535 basehttp 38561 6156529664 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-08 20:47:47,512 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:47:47,516 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:47:47,526 basehttp 38561 6325039104 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 73094 INFO 2025-09-08 20:47:47,527 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:48:17,525 basehttp 38561 6156529664 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 49351 INFO 2025-09-08 20:48:47,515 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:48:47,522 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:48:47,527 basehttp 38561 6341865472 "GET /en/patients/insurance-claims-history/40/ HTTP/1.1" 200 53114 INFO 2025-09-08 20:48:47,530 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:08,271 basehttp 38561 6139703296 "GET /en/patients/ HTTP/1.1" 200 140029 WARNING 2025-09-08 20:49:08,299 log 38561 6139703296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:08,299 basehttp 38561 6139703296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:08,366 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:49:08,367 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:11,397 basehttp 38561 6139703296 "GET /en/patients/insurance-info HTTP/1.1" 301 0 INFO 2025-09-08 20:49:11,418 basehttp 38561 6341865472 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139610 INFO 2025-09-08 20:49:11,433 basehttp 38561 6156529664 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-08 20:49:11,433 basehttp 38561 6173356032 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-08 20:49:11,434 basehttp 38561 6325039104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-08 20:49:11,434 basehttp 38561 6122876928 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-08 20:49:11,438 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:11,439 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:11,440 basehttp 38561 6325039104 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-08 20:49:11,440 basehttp 38561 6122876928 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-08 20:49:11,503 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:13,421 basehttp 38561 6122876928 "GET /en/patients/insurance-info/37/ HTTP/1.1" 200 36043 WARNING 2025-09-08 20:49:13,439 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:13,439 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:13,479 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 20:49:23,193 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:23,193 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:49:23,205 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:23,205 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:49:24,170 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:24,170 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:49:24,182 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:49:24,183 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:49:26,054 basehttp 38561 6122876928 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36129 INFO 2025-09-08 20:49:26,067 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:49:56,108 basehttp 38561 6122876928 "GET /en/patients/insurance-claims-history/28/ HTTP/1.1" 200 61786 INFO 2025-09-08 20:50:26,097 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:26,102 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:50:26,109 basehttp 38561 6341865472 "GET /en/patients/insurance-claims-history/28/ HTTP/1.1" 200 64242 INFO 2025-09-08 20:50:26,110 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:48,102 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 141679 WARNING 2025-09-08 20:50:48,117 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:50:48,117 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:50:48,180 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:48,182 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:50:50,112 log 38561 6341865472 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:50:50,112 basehttp 38561 6341865472 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:50:58,966 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 141679 WARNING 2025-09-08 20:50:58,985 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:50:58,985 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:50:59,046 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:50:59,047 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:51:00,711 basehttp 38561 6173356032 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 20:51:04,054 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 141679 WARNING 2025-09-08 20:51:04,069 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:51:04,069 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:51:04,129 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:51:04,131 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:51:33,048 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 136083 WARNING 2025-09-08 20:51:33,062 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:51:33,062 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:51:33,123 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:51:33,124 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:51:40,289 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 136083 WARNING 2025-09-08 20:51:40,306 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:51:40,306 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:51:40,366 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:51:40,368 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:52:40,398 basehttp 38561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:52:40,400 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:53:40,387 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:53:40,389 basehttp 38561 6341865472 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:53:42,101 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 139985 INFO 2025-09-08 20:53:42,110 basehttp 38561 6156529664 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:53:42,111 basehttp 38561 6122876928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:53:42,115 basehttp 38561 6156529664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:53:42,118 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:53:42,119 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:53:42,120 basehttp 38561 6173356032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:53:42,124 basehttp 38561 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:53:42,124 basehttp 38561 6139703296 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:53:43,000 basehttp 38561 6139703296 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:53:43,039 basehttp 38561 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:53:43,039 basehttp 38561 6156529664 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:53:43,039 basehttp 38561 6139703296 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:53:43,040 basehttp 38561 6173356032 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:53:43,040 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:53:43,042 basehttp 38561 6173356032 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:53:43,042 basehttp 38561 6139703296 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:53:43,042 basehttp 38561 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:53:43,042 basehttp 38561 6156529664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:53:43,044 basehttp 38561 6156529664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:53:43,044 basehttp 38561 6122876928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:53:43,046 basehttp 38561 6173356032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:53:43,046 basehttp 38561 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:53:43,046 basehttp 38561 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:53:43,046 basehttp 38561 6139703296 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:53:43,047 basehttp 38561 6156529664 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:53:43,047 basehttp 38561 6122876928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:53:43,050 basehttp 38561 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:53:43,052 basehttp 38561 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:53:43,052 basehttp 38561 6122876928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:53:43,052 basehttp 38561 6139703296 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:53:43,053 basehttp 38561 6173356032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:53:43,053 basehttp 38561 6156529664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:53:43,134 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:53:43,136 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:53:43,151 log 38561 6156529664 Not Found: /favicon.ico WARNING 2025-09-08 20:53:43,151 basehttp 38561 6156529664 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:53:45,704 basehttp 38561 6156529664 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 36062 INFO 2025-09-08 20:53:45,745 basehttp 38561 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:54:12,226 basehttp 38561 6156529664 "GET /en/patients/ HTTP/1.1" 200 139893 INFO 2025-09-08 20:54:12,238 basehttp 38561 6122876928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:54:12,239 basehttp 38561 6139703296 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:54:12,245 basehttp 38561 6156529664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:54:12,246 basehttp 38561 6139703296 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:54:12,249 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:54:12,249 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:54:12,252 basehttp 38561 6173356032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:54:12,252 basehttp 38561 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:54:12,657 basehttp 38561 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:54:12,657 basehttp 38561 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:54:12,657 basehttp 38561 6156529664 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:54:12,658 basehttp 38561 6139703296 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:54:12,658 basehttp 38561 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:54:12,659 basehttp 38561 6122876928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:54:12,661 basehttp 38561 6139703296 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:54:12,661 basehttp 38561 6156529664 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:54:12,662 basehttp 38561 6341865472 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:54:12,662 basehttp 38561 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:54:12,664 basehttp 38561 6122876928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:54:12,665 basehttp 38561 6139703296 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:54:12,665 basehttp 38561 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:54:12,665 basehttp 38561 6325039104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:54:12,666 basehttp 38561 6156529664 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:54:12,668 basehttp 38561 6139703296 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:54:12,668 basehttp 38561 6122876928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:54:12,668 basehttp 38561 6173356032 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:54:12,668 basehttp 38561 6341865472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:54:12,669 basehttp 38561 6156529664 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:54:12,669 basehttp 38561 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:54:12,670 basehttp 38561 6139703296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:54:12,670 basehttp 38561 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:54:12,678 basehttp 38561 6341865472 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 20:54:12,772 log 38561 6341865472 Not Found: /favicon.ico WARNING 2025-09-08 20:54:12,772 basehttp 38561 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:54:29,876 basehttp 38561 6341865472 "GET /en/patients/ HTTP/1.1" 200 139943 INFO 2025-09-08 20:54:29,888 basehttp 38561 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:54:29,888 basehttp 38561 6122876928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:54:29,892 basehttp 38561 6156529664 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 20:54:29,895 basehttp 38561 6122876928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 20:54:29,896 basehttp 38561 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 20:54:29,900 log 38561 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:54:29,900 basehttp 38561 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:54:29,902 basehttp 38561 6139703296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:54:29,903 basehttp 38561 6173356032 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:54:30,298 basehttp 38561 6173356032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:54:30,327 basehttp 38561 6122876928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:54:30,327 basehttp 38561 6139703296 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:54:30,328 basehttp 38561 6173356032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:54:30,328 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:54:30,328 basehttp 38561 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:54:30,330 basehttp 38561 6122876928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:54:30,331 basehttp 38561 6156529664 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:54:30,331 basehttp 38561 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:54:30,332 basehttp 38561 6173356032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:54:30,333 basehttp 38561 6325039104 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:54:30,335 basehttp 38561 6341865472 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:54:30,335 basehttp 38561 6122876928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:54:30,336 basehttp 38561 6156529664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:54:30,337 basehttp 38561 6325039104 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:54:30,337 basehttp 38561 6173356032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:54:30,338 basehttp 38561 6341865472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:54:30,338 basehttp 38561 6122876928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:54:30,338 basehttp 38561 6139703296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:54:30,339 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:54:30,339 basehttp 38561 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:54:30,340 basehttp 38561 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:54:30,340 basehttp 38561 6139703296 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:54:30,340 basehttp 38561 6156529664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:54:30,389 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:54:30,390 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 20:54:30,445 log 38561 6139703296 Not Found: /favicon.ico WARNING 2025-09-08 20:54:30,446 basehttp 38561 6139703296 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:54:31,760 basehttp 38561 6139703296 "GET /en/patients/insurance-info/28/ HTTP/1.1" 200 36042 INFO 2025-09-08 20:54:31,802 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:54:37,182 basehttp 38561 6139703296 "GET /en/patients/ HTTP/1.1" 200 139943 WARNING 2025-09-08 20:54:37,201 log 38561 6139703296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:54:37,201 basehttp 38561 6139703296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:54:37,267 basehttp 38561 6156529664 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:54:37,270 basehttp 38561 6139703296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:01,929 basehttp 38561 6139703296 "GET /en/patients/ HTTP/1.1" 200 139981 INFO 2025-09-08 20:55:01,940 basehttp 38561 6325039104 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:55:01,941 basehttp 38561 6173356032 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:55:01,947 basehttp 38561 6139703296 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:55:01,947 basehttp 38561 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:55:01,951 log 38561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:01,951 basehttp 38561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:01,955 basehttp 38561 6156529664 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:55:01,955 basehttp 38561 6122876928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:55:02,348 basehttp 38561 6122876928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:55:02,379 basehttp 38561 6122876928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:55:02,380 basehttp 38561 6325039104 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:55:02,383 basehttp 38561 6139703296 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:55:02,388 basehttp 38561 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:55:02,389 basehttp 38561 6156529664 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:55:02,389 basehttp 38561 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:55:02,389 basehttp 38561 6139703296 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:55:02,391 basehttp 38561 6173356032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:55:02,392 basehttp 38561 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:55:02,393 basehttp 38561 6139703296 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:55:02,393 basehttp 38561 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:55:02,393 basehttp 38561 6156529664 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:55:02,394 basehttp 38561 6173356032 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:55:02,395 basehttp 38561 6122876928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:55:02,396 basehttp 38561 6156529664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:55:02,396 basehttp 38561 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:55:02,396 basehttp 38561 6173356032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:55:02,398 basehttp 38561 6139703296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:55:02,398 basehttp 38561 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:55:02,399 basehttp 38561 6156529664 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:55:02,399 basehttp 38561 6122876928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:55:02,399 basehttp 38561 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:55:02,400 basehttp 38561 6173356032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:55:02,432 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:02,434 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:55:02,517 log 38561 6122876928 Not Found: /favicon.ico WARNING 2025-09-08 20:55:02,517 basehttp 38561 6122876928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 20:55:04,378 basehttp 38561 6122876928 "GET /en/patients/insurance-info/40/ HTTP/1.1" 200 36089 INFO 2025-09-08 20:55:04,431 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:09,206 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139981 WARNING 2025-09-08 20:55:09,223 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:09,224 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:09,285 basehttp 38561 6122876928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:55:09,286 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:55:17,344 log 38561 6173356032 Not Found: /en/patients/emergency-contacts/create/44/ WARNING 2025-09-08 20:55:17,344 basehttp 38561 6173356032 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 404 43732 WARNING 2025-09-08 20:55:17,362 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:17,363 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:18,181 basehttp 38561 6173356032 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 36996 WARNING 2025-09-08 20:55:18,195 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:18,195 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:19,364 basehttp 38561 6173356032 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 36996 WARNING 2025-09-08 20:55:19,381 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:19,381 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:55:19,426 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 20:55:26,080 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:26,081 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:55:26,683 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:26,683 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 20:55:26,695 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:55:26,695 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:56:09,299 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:56:09,301 basehttp 38561 6122876928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:56:38,686 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139583 WARNING 2025-09-08 20:56:38,720 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:56:38,720 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:56:59,791 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139566 WARNING 2025-09-08 20:56:59,803 log 38561 6122876928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:56:59,803 basehttp 38561 6122876928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:57:42,180 basehttp 38561 6122876928 "GET /en/patients/ HTTP/1.1" 200 139429 INFO 2025-09-08 20:57:42,191 basehttp 38561 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 20:57:42,192 basehttp 38561 6156529664 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 20:57:42,198 basehttp 38561 6122876928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 20:57:42,200 basehttp 38561 6341865472 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 20:57:42,202 log 38561 6139703296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:57:42,202 basehttp 38561 6139703296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:57:42,206 basehttp 38561 6173356032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 20:57:42,207 basehttp 38561 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 20:57:42,209 basehttp 38561 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 20:57:42,623 basehttp 38561 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 20:57:42,623 basehttp 38561 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 20:57:42,624 basehttp 38561 6139703296 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 20:57:42,624 basehttp 38561 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 20:57:42,624 basehttp 38561 6122876928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 20:57:42,626 basehttp 38561 6341865472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 20:57:42,627 basehttp 38561 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 20:57:42,627 basehttp 38561 6156529664 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 20:57:42,627 basehttp 38561 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 20:57:42,627 basehttp 38561 6122876928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 20:57:42,628 basehttp 38561 6139703296 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 20:57:42,630 basehttp 38561 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 20:57:42,631 basehttp 38561 6156529664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 20:57:42,631 basehttp 38561 6122876928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 20:57:42,631 basehttp 38561 6173356032 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 20:57:42,631 basehttp 38561 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 20:57:42,632 basehttp 38561 6139703296 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 20:57:42,634 basehttp 38561 6122876928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 20:57:42,634 basehttp 38561 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 20:57:42,634 basehttp 38561 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 20:57:42,635 basehttp 38561 6156529664 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 20:57:42,635 basehttp 38561 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 20:57:42,645 basehttp 38561 6173356032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 20:57:42,711 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:57:42,713 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 20:57:42,741 log 38561 6325039104 Not Found: /favicon.ico WARNING 2025-09-08 20:57:42,741 basehttp 38561 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-08 20:57:45,352 log 38561 6325039104 Not Found: /en/patients/insurance-info/47/ WARNING 2025-09-08 20:57:45,353 basehttp 38561 6325039104 "GET /en/patients/insurance-info/47/ HTTP/1.1" 404 26026 INFO 2025-09-08 20:57:51,848 basehttp 38561 6325039104 "GET /en/patients/ HTTP/1.1" 200 139429 WARNING 2025-09-08 20:57:51,865 log 38561 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:57:51,865 basehttp 38561 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:57:51,951 basehttp 38561 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:57:51,952 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:57:54,801 basehttp 38561 6173356032 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 20:58:06,144 basehttp 38561 6173356032 "GET /en/patients/ HTTP/1.1" 200 139429 WARNING 2025-09-08 20:58:06,165 log 38561 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 20:58:06,165 basehttp 38561 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 20:58:06,228 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:58:06,230 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 20:59:06,241 basehttp 38561 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 20:59:06,243 basehttp 38561 6173356032 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:06,237 basehttp 38561 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:06,239 basehttp 38561 6325039104 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:13,662 autoreload 50996 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 21:00:16,635 basehttp 50996 6125875200 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:00:16,648 basehttp 50996 6159527936 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:00:16,650 basehttp 50996 13304360960 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:00:16,652 basehttp 50996 6159527936 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:00:16,654 basehttp 50996 6125875200 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:00:16,658 log 50996 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:00:16,659 basehttp 50996 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:00:16,661 basehttp 50996 6125875200 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:00:16,663 basehttp 50996 6142701568 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:00:16,663 basehttp 50996 13338013696 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:00:17,063 basehttp 50996 13338013696 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:00:17,063 basehttp 50996 6142701568 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:00:17,064 basehttp 50996 6125875200 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:00:17,064 basehttp 50996 13321187328 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:00:17,066 basehttp 50996 6159527936 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:00:17,067 basehttp 50996 13338013696 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:00:17,068 basehttp 50996 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:00:17,069 basehttp 50996 6125875200 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:00:17,070 basehttp 50996 6142701568 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:00:17,071 basehttp 50996 13321187328 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:00:17,072 basehttp 50996 6159527936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:00:17,073 basehttp 50996 13338013696 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:00:17,073 basehttp 50996 13304360960 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:00:17,074 basehttp 50996 6125875200 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:00:17,075 basehttp 50996 6142701568 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:00:17,075 basehttp 50996 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:00:17,076 basehttp 50996 6159527936 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:00:17,077 basehttp 50996 13304360960 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:00:17,078 basehttp 50996 13338013696 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:00:17,078 basehttp 50996 6142701568 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:00:17,078 basehttp 50996 6125875200 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:00:17,078 basehttp 50996 13321187328 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:00:17,120 basehttp 50996 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:00:17,228 log 50996 6142701568 Not Found: /favicon.ico WARNING 2025-09-08 21:00:17,229 basehttp 50996 6142701568 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:00:17,232 basehttp 50996 6125875200 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:17,235 basehttp 50996 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:19,313 basehttp 50996 13321187328 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 35857 INFO 2025-09-08 21:00:19,352 basehttp 50996 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:27,834 basehttp 50996 13321187328 "GET /en/patients/ HTTP/1.1" 200 139082 WARNING 2025-09-08 21:00:27,851 log 50996 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:00:27,852 basehttp 50996 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:00:27,914 basehttp 50996 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:00:27,916 basehttp 50996 6125875200 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:00:29,274 basehttp 50996 6125875200 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 21:00:56,119 autoreload 51327 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 21:01:00,735 basehttp 51327 6138261504 "GET /en/patients/ HTTP/1.1" 200 139082 WARNING 2025-09-08 21:01:00,755 log 51327 6138261504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:01:00,755 basehttp 51327 6138261504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:01:00,841 basehttp 51327 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:01:00,844 basehttp 51327 6155087872 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:01:21,875 basehttp 51327 6155087872 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:01:21,892 basehttp 51327 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:01:21,893 basehttp 51327 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 21:01:21,895 log 51327 6155087872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:01:21,896 basehttp 51327 6155087872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:01:21,899 basehttp 51327 13052751872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:01:21,900 basehttp 51327 6138261504 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:01:21,904 basehttp 51327 6171914240 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:01:21,904 basehttp 51327 13069578240 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:01:21,944 basehttp 51327 13069578240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:01:22,783 basehttp 51327 13069578240 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:01:22,783 basehttp 51327 6171914240 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:01:22,784 basehttp 51327 6155087872 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:01:22,785 basehttp 51327 13052751872 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:01:22,786 basehttp 51327 6138261504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:01:22,787 basehttp 51327 13069578240 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:01:22,788 basehttp 51327 6155087872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:01:22,789 basehttp 51327 6138261504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:01:22,790 basehttp 51327 13052751872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:01:22,790 basehttp 51327 6171914240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:01:22,790 basehttp 51327 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:01:22,792 basehttp 51327 6155087872 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:01:22,793 basehttp 51327 13035925504 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:01:22,793 basehttp 51327 6138261504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:01:22,794 basehttp 51327 6155087872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:01:22,794 basehttp 51327 6171914240 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:01:22,794 basehttp 51327 13069578240 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:01:22,795 basehttp 51327 6138261504 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:01:22,795 basehttp 51327 13052751872 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:01:22,796 basehttp 51327 13035925504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:01:22,796 basehttp 51327 6155087872 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:01:22,796 basehttp 51327 13069578240 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:01:22,800 basehttp 51327 6155087872 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:01:22,822 basehttp 51327 6155087872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:01:22,825 basehttp 51327 13069578240 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:01:22,891 log 51327 13069578240 Not Found: /favicon.ico WARNING 2025-09-08 21:01:22,891 basehttp 51327 13069578240 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:01:24,449 basehttp 51327 13069578240 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 21:01:50,378 basehttp 51327 13069578240 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:01:50,389 basehttp 51327 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:01:50,391 basehttp 51327 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:01:50,396 basehttp 51327 6138261504 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:01:50,397 basehttp 51327 13069578240 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:01:50,403 log 51327 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:01:50,404 basehttp 51327 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:01:50,406 basehttp 51327 13069578240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:01:50,407 basehttp 51327 6155087872 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:01:50,408 basehttp 51327 13052751872 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:01:50,892 basehttp 51327 13052751872 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:01:50,892 basehttp 51327 6138261504 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:01:50,892 basehttp 51327 6155087872 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:01:50,892 basehttp 51327 13069578240 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:01:50,892 basehttp 51327 13035925504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:01:50,893 basehttp 51327 6171914240 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:01:50,897 basehttp 51327 6138261504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:01:50,897 basehttp 51327 13052751872 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:01:50,898 basehttp 51327 13069578240 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:01:50,898 basehttp 51327 13035925504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:01:50,900 basehttp 51327 6155087872 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:01:50,901 basehttp 51327 6171914240 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:01:50,902 basehttp 51327 13035925504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:01:50,902 basehttp 51327 13069578240 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:01:50,902 basehttp 51327 13052751872 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:01:50,902 basehttp 51327 6138261504 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:01:50,904 basehttp 51327 6155087872 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:01:50,904 basehttp 51327 6171914240 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:01:50,906 basehttp 51327 13069578240 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:01:50,907 basehttp 51327 13035925504 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:01:50,908 basehttp 51327 6138261504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:01:50,908 basehttp 51327 13052751872 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:01:50,911 basehttp 51327 6171914240 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:01:50,921 basehttp 51327 6138261504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:01:50,924 basehttp 51327 13052751872 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:01:50,995 log 51327 13052751872 Not Found: /favicon.ico WARNING 2025-09-08 21:01:50,995 basehttp 51327 13052751872 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:01:58,682 basehttp 51327 13052751872 "GET /en/patients/insurance-info/7/ HTTP/1.1" 200 35857 INFO 2025-09-08 21:01:58,706 basehttp 51327 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:02:28,769 basehttp 51327 13052751872 "GET /en/patients/insurance-claims-history/7/ HTTP/1.1" 200 53856 INFO 2025-09-08 21:02:28,781 basehttp 51327 13052751872 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-08 21:02:39,057 basehttp 51327 13052751872 "GET /en/patients/ HTTP/1.1" 200 139082 INFO 2025-09-08 21:02:39,115 basehttp 51327 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:02:39,116 basehttp 51327 6138261504 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:02:41,480 log 51327 6138261504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:02:41,481 basehttp 51327 6138261504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:03:32,846 autoreload 51327 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-08 21:03:33,226 autoreload 52492 8747049152 Watching for file changes with StatReloader INFO 2025-09-08 21:03:37,545 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139207 INFO 2025-09-08 21:03:37,558 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:03:37,559 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-08 21:03:37,564 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:03:37,565 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:03:37,567 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:03:37,568 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:03:37,571 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:03:37,571 basehttp 52492 6276476928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:03:37,572 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:03:37,976 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:03:37,979 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:03:37,979 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:03:37,980 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:03:37,980 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:03:37,981 basehttp 52492 6259650560 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:03:37,982 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:03:37,982 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:03:37,983 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:03:37,984 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:03:37,985 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:03:37,985 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:03:37,986 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:03:37,987 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:03:37,987 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:03:37,988 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:03:37,989 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:03:37,989 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:03:37,989 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:03:37,990 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:03:37,990 basehttp 52492 6192345088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:03:37,990 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:03:37,999 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:03:38,054 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:03:38,054 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 21:03:38,094 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:03:38,094 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:03:39,666 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/47/ HTTP/1.1" 200 570 INFO 2025-09-08 21:04:02,752 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139207 WARNING 2025-09-08 21:04:02,777 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:04:02,777 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:04:02,858 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:04:02,860 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:05:02,874 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:02,878 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:05:07,834 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 137382 INFO 2025-09-08 21:05:07,844 basehttp 52492 6209171456 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:05:07,845 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:05:07,846 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:05:07,850 basehttp 52492 6209171456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:05:07,855 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:05:07,856 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:05:07,857 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:05:07,858 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:05:07,860 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:05:08,279 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:05:08,280 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:05:08,281 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:05:08,281 basehttp 52492 6225997824 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:05:08,281 basehttp 52492 6192345088 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:05:08,282 basehttp 52492 6209171456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:05:08,282 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:05:08,283 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:05:08,283 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:05:08,284 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:05:08,285 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:05:08,286 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:05:08,287 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:05:08,287 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:05:08,287 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:05:08,288 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:05:08,289 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:05:08,289 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:05:08,290 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:05:08,290 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:05:08,290 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:05:08,290 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:05:08,304 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:05:08,358 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:08,360 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:05:08,406 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:05:08,406 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:05:25,534 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 134182 INFO 2025-09-08 21:05:25,543 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:05:25,544 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:05:25,547 basehttp 52492 6276476928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:05:25,549 basehttp 52492 6209171456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:05:25,554 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:05:25,555 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:05:25,557 basehttp 52492 6209171456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:05:25,557 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:05:25,558 basehttp 52492 6225997824 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:05:25,970 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:05:25,971 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:05:25,972 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:05:25,973 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:05:25,974 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:05:25,974 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:05:25,975 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:05:25,976 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:05:25,976 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:05:25,977 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:05:25,978 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:05:25,978 basehttp 52492 6259650560 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:05:25,979 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:05:25,980 basehttp 52492 6225997824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:05:25,981 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:05:25,981 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:05:25,982 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:05:25,982 basehttp 52492 6259650560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:05:25,982 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:05:25,983 basehttp 52492 6225997824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:05:25,983 basehttp 52492 6192345088 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:05:25,983 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:05:25,991 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:05:26,041 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:26,041 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:05:26,092 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:05:26,092 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:05:27,610 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/7/ HTTP/1.1" 200 756 INFO 2025-09-08 21:05:36,319 basehttp 52492 6192345088 "GET /en/patients/consent-forms/47/ HTTP/1.1" 200 1182 INFO 2025-09-08 21:05:41,894 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 134182 WARNING 2025-09-08 21:05:41,914 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:05:41,914 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:05:41,998 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:05:42,000 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:06:42,014 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:06:42,019 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:07:42,024 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:07:42,027 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:08:42,017 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:08:42,019 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:09:42,032 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:09:42,036 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:10:05,609 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136702 INFO 2025-09-08 21:10:05,618 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:10:05,619 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:10:05,621 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:10:05,624 basehttp 52492 6276476928 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:10:05,626 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:10:05,631 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:10:05,631 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:10:05,633 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:10:05,634 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:10:05,635 basehttp 52492 6225997824 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:10:06,502 basehttp 52492 6242824192 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:10:06,502 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:10:06,502 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:10:06,503 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:10:06,504 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:10:06,506 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:10:06,506 basehttp 52492 6225997824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:10:06,507 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:10:06,507 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:10:06,508 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:10:06,508 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:10:06,510 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:10:06,510 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:10:06,510 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:10:06,511 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:10:06,511 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:10:06,511 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:10:06,513 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:10:06,513 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:10:06,513 basehttp 52492 6192345088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:10:06,514 basehttp 52492 6276476928 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:10:06,514 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:10:06,519 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:10:06,568 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:10:06,570 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:10:06,834 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:10:06,835 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:10:09,865 basehttp 52492 6276476928 "GET /en/patients/insurance-info-list/28/ HTTP/1.1" 200 753 INFO 2025-09-08 21:10:17,314 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 136702 WARNING 2025-09-08 21:10:17,333 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:10:17,333 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:10:17,423 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:10:17,425 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:10:18,775 basehttp 52492 6259650560 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:10:21,573 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 136702 WARNING 2025-09-08 21:10:21,592 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:10:21,592 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:10:21,655 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:10:21,656 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:11:21,676 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:11:21,679 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:12:21,682 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:12:21,685 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:21,686 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:21,689 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:25,521 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 139677 INFO 2025-09-08 21:13:25,530 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:13:25,530 basehttp 52492 6192345088 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:13:25,532 basehttp 52492 6259650560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:13:25,536 basehttp 52492 6209171456 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:13:25,539 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:13:25,543 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:13:25,544 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:13:25,546 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:13:25,547 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:13:25,548 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:13:26,514 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:13:26,514 basehttp 52492 6242824192 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:13:26,515 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:13:26,515 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:13:26,516 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:13:26,517 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:13:26,518 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:13:26,518 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:13:26,518 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:13:26,521 basehttp 52492 6259650560 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:13:26,521 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:13:26,522 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:13:26,522 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:13:26,522 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:13:26,522 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:13:26,523 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:13:26,524 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:13:26,525 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:13:26,525 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:13:26,525 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:13:26,526 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:13:26,526 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:13:26,533 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:13:26,599 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:26,601 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:13:26,629 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:13:26,629 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:13:29,330 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:13:34,386 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139677 WARNING 2025-09-08 21:13:34,405 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:13:34,406 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:13:34,490 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:34,491 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:36,066 basehttp 52492 6209171456 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 21:13:40,821 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 139677 WARNING 2025-09-08 21:13:40,840 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:13:40,840 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:13:40,905 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:13:40,907 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:13:49,343 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 302 0 INFO 2025-09-08 21:13:49,352 basehttp 52492 6293303296 "GET /accounts/login/?next=/en/patients/ HTTP/1.1" 302 0 ERROR 2025-09-08 21:13:49,373 log 52492 6293303296 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-08 21:13:49,375 basehttp 52492 6293303296 "GET /en/accounts/login/?next=/en/patients/ HTTP/1.1" 500 159719 WARNING 2025-09-08 21:13:49,432 log 52492 6293303296 Not Found: /favicon.ico WARNING 2025-09-08 21:13:49,432 basehttp 52492 6293303296 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:13:57,803 basehttp 52492 6293303296 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-08 21:13:57,843 basehttp 52492 6293303296 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 21:13:57,858 basehttp 52492 6293303296 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-08 21:13:57,864 basehttp 52492 6293303296 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-08 21:13:57,867 basehttp 52492 13707014144 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-08 21:13:57,868 basehttp 52492 13757493248 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-08 21:13:57,868 basehttp 52492 13723840512 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-08 21:13:57,868 basehttp 52492 6293303296 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-08 21:13:57,868 basehttp 52492 13740666880 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-08 21:13:57,868 basehttp 52492 13774319616 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-08 21:14:05,152 basehttp 52492 13707014144 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-08 21:14:05,183 basehttp 52492 13757493248 "GET /en/admin/ HTTP/1.1" 200 96127 INFO 2025-09-08 21:14:05,192 basehttp 52492 13723840512 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-08 21:14:05,202 basehttp 52492 6293303296 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-08 21:14:05,203 basehttp 52492 13740666880 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-08 21:14:08,443 basehttp 52492 13707014144 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:14:08,467 basehttp 52492 13757493248 "GET /en/ HTTP/1.1" 200 48866 INFO 2025-09-08 21:14:08,472 basehttp 52492 13740666880 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:14:08,473 basehttp 52492 13723840512 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:14:08,480 basehttp 52492 13757493248 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:14:08,480 basehttp 52492 6293303296 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:14:08,480 basehttp 52492 13707014144 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:14:08,482 basehttp 52492 13723840512 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:14:08,482 basehttp 52492 13774319616 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:14:09,422 basehttp 52492 13740666880 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:14:09,422 basehttp 52492 13757493248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:14:09,424 basehttp 52492 6293303296 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:14:09,424 basehttp 52492 13707014144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:14:09,425 basehttp 52492 13723840512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:14:09,425 basehttp 52492 13774319616 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:14:09,427 basehttp 52492 13757493248 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:14:09,427 basehttp 52492 13740666880 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:14:09,428 basehttp 52492 6293303296 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:14:09,429 basehttp 52492 13707014144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:14:09,430 basehttp 52492 13723840512 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:14:09,430 basehttp 52492 13774319616 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:14:09,431 basehttp 52492 13757493248 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:14:09,431 basehttp 52492 13740666880 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:14:09,432 basehttp 52492 13707014144 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:14:09,432 basehttp 52492 6293303296 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:14:09,433 basehttp 52492 13723840512 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:14:09,433 basehttp 52492 13774319616 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:14:09,434 basehttp 52492 13757493248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:14:09,434 basehttp 52492 13740666880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:14:09,434 basehttp 52492 13707014144 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:14:09,435 basehttp 52492 6293303296 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:14:09,435 basehttp 52492 13723840512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:14:09,445 basehttp 52492 13774319616 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-08 21:14:09,690 basehttp 52492 13757493248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:09,694 basehttp 52492 6293303296 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:14:09,694 basehttp 52492 13707014144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:14:09,697 basehttp 52492 13740666880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:14:21,656 basehttp 52492 13757493248 "GET /en/patients HTTP/1.1" 301 0 INFO 2025-09-08 21:14:21,685 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 139677 INFO 2025-09-08 21:14:21,782 basehttp 52492 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:21,784 basehttp 52492 13740666880 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:14:24,807 basehttp 52492 13723840512 "GET /en/patients/insurance-info-list/7/ HTTP/1.1" 200 756 INFO 2025-09-08 21:14:29,682 basehttp 52492 13774319616 "GET /en/patients/ HTTP/1.1" 200 139677 INFO 2025-09-08 21:14:29,739 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:29,740 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:14:31,015 basehttp 52492 13740666880 "GET /en/patients/consent-forms/7/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:14:40,924 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:14:40,927 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:05,129 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136677 INFO 2025-09-08 21:15:05,259 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:05,263 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:07,686 basehttp 52492 6293303296 "GET /en/patients/insurance-info-list/25/ HTTP/1.1" 200 751 INFO 2025-09-08 21:15:21,471 basehttp 52492 13707014144 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:15:31,649 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136677 INFO 2025-09-08 21:15:31,704 basehttp 52492 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:31,705 basehttp 52492 6293303296 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:40,912 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:40,914 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:15:43,718 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 135968 INFO 2025-09-08 21:15:43,728 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:15:43,729 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:15:43,730 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:15:43,735 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:15:43,737 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:15:43,737 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:15:43,741 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:15:43,741 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:15:43,741 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:15:43,746 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:15:44,640 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:15:44,640 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:15:44,640 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:15:44,642 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:15:44,643 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:15:44,643 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:15:44,644 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:15:44,645 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:15:44,646 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:15:44,646 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:15:44,647 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:15:44,647 basehttp 52492 6209171456 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:15:44,648 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:15:44,648 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:15:44,649 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:15:44,649 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:15:44,650 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:15:44,651 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:15:44,652 basehttp 52492 6276476928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:15:44,652 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:15:44,652 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:15:44,652 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:15:44,659 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:15:44,730 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:44,732 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:15:44,763 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:15:44,764 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:15:46,671 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/17/ HTTP/1.1" 200 753 INFO 2025-09-08 21:15:58,716 basehttp 52492 13707014144 "GET /en/patients/ HTTP/1.1" 200 135968 INFO 2025-09-08 21:15:58,768 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:15:58,771 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:16:00,504 basehttp 52492 6293303296 "GET /en/patients/insurance-info-list/40/ HTTP/1.1" 200 574 INFO 2025-09-08 21:16:06,974 basehttp 52492 13707014144 "GET /en/patients/ HTTP/1.1" 200 135968 INFO 2025-09-08 21:16:07,030 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:16:07,031 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:16:34,883 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 135694 INFO 2025-09-08 21:16:34,894 basehttp 52492 6276476928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:16:34,895 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:16:34,898 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 WARNING 2025-09-08 21:16:34,916 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:16:34,917 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:16:34,917 basehttp 52492 6259650560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:16:34,919 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:16:34,922 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:16:34,923 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:16:34,952 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:16:35,335 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:16:35,335 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:16:35,335 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:16:35,335 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:16:35,335 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:16:35,338 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:16:35,339 basehttp 52492 6276476928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:16:35,339 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:16:35,339 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:16:35,340 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:16:35,341 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:16:35,342 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:16:35,342 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:16:35,343 basehttp 52492 6225997824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:16:35,343 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:16:35,343 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:16:35,345 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:16:35,345 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:16:35,346 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:16:35,346 basehttp 52492 6225997824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:16:35,346 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:16:35,346 basehttp 52492 6192345088 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:16:35,354 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:16:35,442 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:16:35,442 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:16:46,322 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 135694 INFO 2025-09-08 21:17:06,635 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136403 INFO 2025-09-08 21:17:44,171 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 136264 INFO 2025-09-08 21:17:44,180 basehttp 52492 6225997824 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:17:44,181 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:17:44,183 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:17:44,185 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 21:17:44,190 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:17:44,190 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:17:44,212 basehttp 52492 6276476928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:17:44,570 basehttp 52492 6276476928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:17:44,571 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:17:44,571 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:17:44,571 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:17:44,573 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:17:44,574 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:17:44,576 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:17:44,577 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:17:44,578 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:17:44,578 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:17:44,578 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:17:44,580 basehttp 52492 6192345088 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:17:44,581 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:17:44,581 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:17:44,581 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:17:44,583 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:17:44,583 basehttp 52492 6242824192 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:17:44,584 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:17:44,585 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:17:44,585 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:17:44,585 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:17:44,586 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:17:44,595 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:17:44,685 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:17:44,685 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:00,568 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136313 INFO 2025-09-08 21:18:00,576 basehttp 52492 6276476928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:18:00,576 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:18:00,579 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:18:00,581 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:18:00,582 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:18:00,586 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:18:00,586 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:18:00,627 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:18:00,989 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:18:00,989 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:18:00,990 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:18:00,990 basehttp 52492 6242824192 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:18:00,991 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:18:00,994 basehttp 52492 6209171456 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:18:00,994 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:18:00,995 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:18:00,996 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:18:00,996 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:18:00,997 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:18:00,999 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:18:00,999 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:18:01,000 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:18:01,000 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:18:01,000 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:18:01,000 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:18:01,002 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:18:01,002 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:18:01,003 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:18:01,003 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:18:01,003 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:18:01,009 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:18:01,117 log 52492 6225997824 Not Found: /favicon.ico WARNING 2025-09-08 21:18:01,117 basehttp 52492 6225997824 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:29,932 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 136359 INFO 2025-09-08 21:18:29,942 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:18:29,944 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:18:29,948 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 21:18:29,949 basehttp 52492 6225997824 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:18:29,956 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:18:29,957 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:18:29,959 basehttp 52492 6225997824 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:18:29,960 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:18:29,960 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:18:30,381 basehttp 52492 6242824192 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:18:30,403 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:18:30,404 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:18:30,405 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:18:30,406 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:18:30,406 basehttp 52492 6259650560 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:18:30,406 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:18:30,407 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:18:30,408 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:18:30,409 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:18:30,409 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:18:30,409 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:18:30,409 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:18:30,410 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:18:30,411 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:18:30,412 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:18:30,412 basehttp 52492 6242824192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:18:30,412 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:18:30,412 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:18:30,413 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:18:30,413 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:18:30,414 basehttp 52492 6276476928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:18:30,414 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:18:30,452 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:18:30,454 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:18:30,497 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:18:30,497 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:31,712 basehttp 52492 6276476928 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:18:46,526 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 136356 INFO 2025-09-08 21:18:46,534 basehttp 52492 6276476928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:18:46,536 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:18:46,538 basehttp 52492 6209171456 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:18:46,539 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 200 50917 INFO 2025-09-08 21:18:46,540 basehttp 52492 6225997824 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:18:46,541 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 21:18:46,544 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:18:46,544 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:18:46,545 basehttp 52492 6276476928 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:18:46,937 basehttp 52492 6276476928 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:18:46,938 basehttp 52492 6259650560 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:18:46,938 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:18:46,938 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:18:46,939 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:18:46,941 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:18:46,942 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:18:46,942 basehttp 52492 6259650560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:18:46,942 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:18:46,943 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:18:46,944 basehttp 52492 6192345088 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:18:46,945 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:18:46,946 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:18:46,947 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:18:46,948 basehttp 52492 6242824192 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:18:46,948 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:18:46,949 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:18:46,950 basehttp 52492 6259650560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:18:46,950 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:18:46,951 basehttp 52492 6242824192 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:18:46,951 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:18:46,951 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:18:46,962 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:18:46,977 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:18:46,980 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:18:47,053 log 52492 6242824192 Not Found: /favicon.ico WARNING 2025-09-08 21:18:47,053 basehttp 52492 6242824192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:18:48,595 basehttp 52492 6242824192 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:18:49,652 basehttp 52492 6242824192 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 21:19:03,937 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 136403 INFO 2025-09-08 21:19:03,947 basehttp 52492 6209171456 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:19:03,948 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:19:03,952 basehttp 52492 6209171456 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:19:03,957 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:19:03,959 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:19:03,959 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:19:03,960 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:19:03,968 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:19:03,978 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:19:03,997 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:19:04,384 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:19:04,408 basehttp 52492 6225997824 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:19:04,408 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:19:04,409 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:19:04,409 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:19:04,410 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:19:04,411 basehttp 52492 6225997824 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:19:04,411 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:19:04,412 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:19:04,412 basehttp 52492 6276476928 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:19:04,412 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:19:04,413 basehttp 52492 6259650560 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:19:04,414 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:19:04,415 basehttp 52492 6259650560 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:19:04,415 basehttp 52492 6225997824 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:19:04,415 basehttp 52492 6242824192 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:19:04,415 basehttp 52492 6276476928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:19:04,415 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:19:04,416 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:19:04,417 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:19:04,417 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:19:04,417 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:19:04,418 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 WARNING 2025-09-08 21:19:04,505 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:19:04,505 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:20:16,599 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 136553 INFO 2025-09-08 21:20:16,616 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:20:16,619 basehttp 52492 6259650560 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:20:16,621 basehttp 52492 6242824192 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:20:16,622 basehttp 52492 6192345088 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:20:16,641 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:20:16,642 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:20:16,642 basehttp 52492 6209171456 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:20:16,643 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:20:16,651 basehttp 52492 6225997824 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:20:17,186 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:20:17,187 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:20:17,187 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:20:17,187 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:20:17,188 basehttp 52492 6259650560 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:20:17,190 basehttp 52492 6276476928 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:20:17,190 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:20:17,190 basehttp 52492 6225997824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:20:17,190 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:20:17,191 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:20:17,191 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:20:17,194 basehttp 52492 6276476928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:20:17,194 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:20:17,194 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:20:17,194 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:20:17,194 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:20:17,194 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:20:17,197 basehttp 52492 6276476928 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:20:17,198 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:20:17,198 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:20:17,198 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:20:17,198 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:20:17,207 basehttp 52492 6242824192 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:20:17,266 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:20:17,267 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:20:17,308 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:20:17,308 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:20:19,360 basehttp 52492 6209171456 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:20:26,095 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136553 INFO 2025-09-08 21:20:26,106 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:20:26,107 basehttp 52492 6192345088 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:20:26,112 basehttp 52492 6225997824 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:20:26,114 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:20:26,116 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:20:26,116 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:20:26,119 basehttp 52492 6242824192 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:20:26,119 basehttp 52492 6276476928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:20:26,120 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:20:26,524 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:20:26,525 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:20:26,525 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:20:26,527 basehttp 52492 6242824192 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:20:26,527 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:20:26,529 basehttp 52492 6225997824 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:20:26,530 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:20:26,530 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:20:26,531 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:20:26,531 basehttp 52492 6192345088 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:20:26,532 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:20:26,532 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:20:26,534 basehttp 52492 6242824192 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:20:26,535 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:20:26,535 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:20:26,536 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:20:26,536 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:20:26,536 basehttp 52492 6192345088 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:20:26,537 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:20:26,537 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:20:26,537 basehttp 52492 6276476928 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:20:26,537 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:20:26,541 basehttp 52492 6276476928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:20:26,595 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:20:26,597 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:20:26,638 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:20:26,638 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:21:19,897 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 136407 INFO 2025-09-08 21:21:19,904 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:21:19,906 basehttp 52492 6242824192 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:21:19,908 basehttp 52492 6259650560 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:21:19,908 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:21:19,912 basehttp 52492 6192345088 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:21:19,917 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:21:19,917 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:21:19,919 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:21:19,920 basehttp 52492 6209171456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:21:19,921 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:21:20,335 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:21:20,335 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:21:20,335 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:21:20,336 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:21:20,336 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:21:20,336 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:21:20,339 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:21:20,340 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:21:20,341 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:21:20,341 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:21:20,342 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:21:20,342 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:21:20,343 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:21:20,344 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:21:20,344 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:21:20,344 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:21:20,344 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:21:20,345 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:21:20,345 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:21:20,346 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:21:20,346 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:21:20,346 basehttp 52492 6192345088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:21:20,354 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:21:20,407 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:21:20,409 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:21:20,458 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:21:20,458 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:21:22,493 basehttp 52492 6192345088 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:21:28,388 basehttp 52492 6192345088 "GET /en/patients/consent-forms/17/ HTTP/1.1" 200 590 INFO 2025-09-08 21:21:38,007 basehttp 52492 6293303296 "GET /en/patients/ HTTP/1.1" 200 136407 INFO 2025-09-08 21:21:38,027 basehttp 52492 6293303296 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:21:38,111 basehttp 52492 6293303296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:21:38,114 basehttp 52492 13707014144 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:21:40,156 basehttp 52492 6293303296 "GET /en/patients/insurance-info-list/25/ HTTP/1.1" 200 751 INFO 2025-09-08 21:21:48,581 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 136407 INFO 2025-09-08 21:21:48,591 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:21:48,602 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:21:48,602 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:21:48,678 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:21:48,680 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:22:48,689 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:22:48,692 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:23:01,957 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 139026 INFO 2025-09-08 21:23:01,967 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:23:01,968 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:23:01,972 basehttp 52492 6209171456 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:23:01,976 basehttp 52492 6209171456 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:23:01,976 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:23:01,977 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:23:01,981 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:23:01,981 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:23:01,985 basehttp 52492 6225997824 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:23:01,986 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:23:01,986 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:23:02,402 basehttp 52492 6192345088 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:23:02,403 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:23:02,403 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:23:02,404 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:23:02,404 basehttp 52492 6276476928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:23:02,406 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:23:02,406 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:23:02,406 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:23:02,406 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:23:02,406 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:23:02,407 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:23:02,409 basehttp 52492 6276476928 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:23:02,409 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:23:02,410 basehttp 52492 6209171456 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:23:02,410 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:23:02,410 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:23:02,411 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:23:02,413 basehttp 52492 6225997824 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:23:02,413 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:23:02,413 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:23:02,413 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:23:02,413 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:23:02,423 basehttp 52492 6276476928 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:23:02,505 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:23:02,507 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:23:02,520 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:23:02,520 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:23:04,484 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/28/ HTTP/1.1" 200 705 INFO 2025-09-08 21:23:37,014 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 139026 INFO 2025-09-08 21:23:37,023 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:23:37,032 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:23:37,032 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:23:37,112 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:23:37,112 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:23:38,879 basehttp 52492 6276476928 "GET /en/patients/consent-forms/12/ HTTP/1.1" 200 599 INFO 2025-09-08 21:24:37,132 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:24:37,133 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:25:37,116 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:25:37,118 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:26:01,097 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 139165 INFO 2025-09-08 21:26:01,107 basehttp 52492 6209171456 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:26:01,111 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:26:01,113 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:26:01,116 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:26:01,119 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:26:01,122 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:26:01,122 basehttp 52492 6276476928 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:26:01,122 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:26:01,129 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:26:01,131 basehttp 52492 6209171456 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:26:01,132 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:26:01,547 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:26:01,548 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:26:01,548 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:26:01,548 basehttp 52492 6276476928 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:26:01,548 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:26:01,549 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:26:01,551 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:26:01,552 basehttp 52492 6259650560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:26:01,552 basehttp 52492 6209171456 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:26:01,553 basehttp 52492 6192345088 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:26:01,553 basehttp 52492 6242824192 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:26:01,555 basehttp 52492 6225997824 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:26:01,555 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:26:01,556 basehttp 52492 6242824192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:26:01,556 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:26:01,556 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:26:01,557 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:26:01,557 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:26:01,558 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:26:01,558 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:26:01,558 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:26:01,559 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:26:01,565 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:26:01,630 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:26:01,633 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:26:01,674 log 52492 6242824192 Not Found: /favicon.ico WARNING 2025-09-08 21:26:01,674 basehttp 52492 6242824192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:26:03,313 basehttp 52492 6242824192 "GET /en/patients/insurance-info-list/17/ HTTP/1.1" 200 705 INFO 2025-09-08 21:26:46,296 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 139157 INFO 2025-09-08 21:26:46,308 basehttp 52492 6276476928 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:26:46,308 basehttp 52492 6209171456 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:26:46,312 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:26:46,315 basehttp 52492 6192345088 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:26:46,317 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:26:46,318 basehttp 52492 6209171456 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:26:46,321 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:26:46,322 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:26:46,325 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:26:46,325 basehttp 52492 6276476928 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:26:46,327 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:26:46,745 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:26:46,745 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:26:46,746 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:26:46,747 basehttp 52492 6225997824 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:26:46,747 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:26:46,749 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:26:46,749 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:26:46,750 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:26:46,750 basehttp 52492 6192345088 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:26:46,750 basehttp 52492 6225997824 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:26:46,751 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:26:46,753 basehttp 52492 6276476928 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:26:46,754 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:26:46,754 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:26:46,754 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:26:46,754 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:26:46,754 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:26:46,756 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:26:46,757 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:26:46,757 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:26:46,757 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:26:46,758 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:26:46,764 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:26:46,837 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:26:46,839 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:26:46,875 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:26:46,875 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:26:48,854 basehttp 52492 6209171456 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:27:20,027 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 139157 INFO 2025-09-08 21:27:20,040 basehttp 52492 6259650560 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-08 21:27:20,040 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:27:20,044 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:27:20,048 basehttp 52492 6225997824 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-08 21:27:20,048 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:27:20,049 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:27:20,052 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:20,053 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:20,056 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:27:20,056 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:27:20,070 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:27:20,462 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:27:20,462 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:27:20,463 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:27:20,462 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:27:20,464 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:27:20,466 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:27:20,466 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:27:20,466 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:27:20,466 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:27:20,466 basehttp 52492 6242824192 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:27:20,469 basehttp 52492 6209171456 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:27:20,470 basehttp 52492 6259650560 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:27:20,470 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:27:20,471 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:27:20,471 basehttp 52492 6225997824 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:27:20,472 basehttp 52492 6242824192 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:27:20,473 basehttp 52492 6209171456 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:27:20,473 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:27:20,473 basehttp 52492 6259650560 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:27:20,474 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:27:20,474 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:27:20,474 basehttp 52492 6242824192 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:27:20,481 basehttp 52492 6242824192 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:27:20,533 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:20,535 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:27:20,580 log 52492 6276476928 Not Found: /favicon.ico WARNING 2025-09-08 21:27:20,580 basehttp 52492 6276476928 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:27:22,772 basehttp 52492 6276476928 "GET /en/patients/insurance-info-list/17/ HTTP/1.1" 200 705 INFO 2025-09-08 21:27:26,735 basehttp 52492 6276476928 "GET /en/patients/ HTTP/1.1" 200 139157 WARNING 2025-09-08 21:27:26,755 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:26,755 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:26,840 basehttp 52492 6276476928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:26,842 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:27:46,938 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 139054 INFO 2025-09-08 21:27:46,948 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:27:46,950 basehttp 52492 6259650560 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:27:46,956 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:27:46,958 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:27:46,962 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:46,963 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:46,965 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:27:46,967 basehttp 52492 6276476928 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:27:46,967 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:27:47,380 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:27:47,381 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:27:47,381 basehttp 52492 6276476928 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:27:47,381 basehttp 52492 6242824192 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:27:47,383 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:27:47,383 basehttp 52492 6276476928 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:27:47,384 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:27:47,385 basehttp 52492 6242824192 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:27:47,386 basehttp 52492 6259650560 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:27:47,386 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:27:47,387 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:27:47,388 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:27:47,388 basehttp 52492 6192345088 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:27:47,389 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:27:47,389 basehttp 52492 6259650560 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:27:47,390 basehttp 52492 6209171456 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:27:47,391 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:27:47,391 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:27:47,391 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:27:47,392 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:27:47,392 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:27:47,392 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:27:47,400 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:27:47,447 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:47,450 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:27:47,500 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:27:47,500 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:27:49,269 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:27:56,159 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 139054 WARNING 2025-09-08 21:27:56,178 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:27:56,178 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:27:56,259 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:27:56,260 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:27:57,957 basehttp 52492 6209171456 "GET /en/patients/consent-forms/25/ HTTP/1.1" 200 1173 INFO 2025-09-08 21:28:01,828 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 139054 WARNING 2025-09-08 21:28:01,843 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:01,844 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:01,910 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:01,912 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:28:04,494 basehttp 52492 6259650560 "GET /en/patients/register/ HTTP/1.1" 200 27177 WARNING 2025-09-08 21:28:04,514 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:04,514 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:04,558 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:06,764 basehttp 52492 6259650560 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:28:06,779 basehttp 52492 6209171456 "GET /en/ HTTP/1.1" 200 48547 WARNING 2025-09-08 21:28:06,798 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:06,798 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:06,844 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:06,867 basehttp 52492 6192345088 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:28:06,868 basehttp 52492 6225997824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:28:06,870 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:28:36,853 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:28:44,250 basehttp 52492 6242824192 "GET /en/ HTTP/1.1" 200 48559 INFO 2025-09-08 21:28:44,261 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:28:44,269 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:44,269 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:44,346 basehttp 52492 6209171456 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:28:44,347 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:44,347 basehttp 52492 6192345088 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:28:44,357 basehttp 52492 6225997824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-08 21:28:48,543 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:48,544 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:28:48,556 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:48,556 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:28:49,173 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:49,173 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:28:49,185 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:49,185 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:52,001 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 139054 INFO 2025-09-08 21:28:52,012 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:28:52,018 basehttp 52492 6209171456 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:28:52,021 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:28:52,022 basehttp 52492 6225997824 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:28:52,027 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:28:52,028 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:28:52,030 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:28:52,031 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:28:52,032 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:28:52,440 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:28:52,441 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:28:52,441 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:28:52,441 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:28:52,441 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:28:52,443 basehttp 52492 6209171456 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:28:52,444 basehttp 52492 6276476928 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:28:52,445 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:28:52,445 basehttp 52492 6259650560 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:28:52,446 basehttp 52492 6209171456 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:28:52,446 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:28:52,446 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:28:52,448 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:28:52,448 basehttp 52492 6242824192 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:28:52,449 basehttp 52492 6225997824 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:28:52,449 basehttp 52492 6259650560 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:28:52,449 basehttp 52492 6209171456 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:28:52,450 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:28:52,451 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:28:52,451 basehttp 52492 6209171456 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:28:52,451 basehttp 52492 6225997824 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:28:52,451 basehttp 52492 6242824192 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:28:52,455 basehttp 52492 6209171456 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-08 21:28:52,557 log 52492 6225997824 Not Found: /favicon.ico WARNING 2025-09-08 21:28:52,557 basehttp 52492 6225997824 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:28:52,572 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:28:52,573 basehttp 52492 6276476928 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:29:51,300 log 52492 6276476928 Not Found: /en/patients/emergency-contacts/create/44/ WARNING 2025-09-08 21:29:51,301 basehttp 52492 6276476928 "GET /en/patients/emergency-contacts/create/44/ HTTP/1.1" 404 43737 WARNING 2025-09-08 21:29:51,318 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:29:51,318 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:29:51,821 basehttp 52492 6276476928 "GET /en/patients/patientprofile/44/details/ HTTP/1.1" 200 35818 WARNING 2025-09-08 21:29:51,837 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:29:51,837 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:29:53,576 basehttp 52492 6276476928 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:29:53,589 basehttp 52492 6209171456 "GET /en/ HTTP/1.1" 200 48561 INFO 2025-09-08 21:29:53,599 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:29:53,605 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:29:53,605 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:29:53,683 basehttp 52492 6242824192 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:29:53,683 basehttp 52492 6192345088 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:29:53,683 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:29:53,686 basehttp 52492 6225997824 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 WARNING 2025-09-08 21:30:02,162 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:02,162 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:30:02,176 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:02,177 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:30:02,657 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:02,657 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:30:04,443 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 139054 WARNING 2025-09-08 21:30:04,459 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:30:04,459 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:30:04,518 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:30:04,519 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:31:04,627 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:31:04,629 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:32:05,639 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:32:05,641 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:32:33,880 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 141604 INFO 2025-09-08 21:32:33,889 basehttp 52492 6225997824 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:32:33,893 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:32:33,894 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:32:33,896 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:32:33,901 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:32:33,901 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:32:33,904 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:32:33,905 basehttp 52492 6209171456 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:32:33,905 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:32:34,866 basehttp 52492 6209171456 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:32:34,866 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:32:34,866 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:32:34,867 basehttp 52492 6192345088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:32:34,867 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:32:34,869 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:32:34,870 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:32:34,870 basehttp 52492 6209171456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:32:34,871 basehttp 52492 6276476928 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:32:34,872 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:32:34,872 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:32:34,873 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:32:34,874 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:32:34,874 basehttp 52492 6259650560 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:32:34,874 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:32:34,875 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:32:34,876 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:32:34,877 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:32:34,877 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:32:34,878 basehttp 52492 6209171456 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:32:34,878 basehttp 52492 6259650560 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:32:34,878 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:32:34,885 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:32:34,905 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:32:34,905 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 21:32:34,975 log 52492 6225997824 Not Found: /favicon.ico WARNING 2025-09-08 21:32:34,976 basehttp 52492 6225997824 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:32:39,980 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 141604 INFO 2025-09-08 21:32:39,989 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:32:39,990 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-08 21:32:39,999 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:32:40,002 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:32:40,002 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:32:40,003 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:32:40,007 basehttp 52492 6192345088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:32:40,010 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:32:40,019 basehttp 52492 6192345088 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:32:40,428 basehttp 52492 6192345088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:32:40,429 basehttp 52492 6209171456 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:32:40,429 basehttp 52492 6276476928 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:32:40,429 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:32:40,429 basehttp 52492 6225997824 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:32:40,431 basehttp 52492 6242824192 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:32:40,432 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:32:40,432 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:32:40,433 basehttp 52492 6209171456 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:32:40,434 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:32:40,435 basehttp 52492 6192345088 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:32:40,435 basehttp 52492 6242824192 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:32:40,435 basehttp 52492 6225997824 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:32:40,436 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:32:40,437 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:32:40,438 basehttp 52492 6192345088 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:32:40,438 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:32:40,439 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:32:40,439 basehttp 52492 6276476928 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:32:40,439 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:32:40,440 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:32:40,440 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:32:40,448 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:32:40,467 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:32:40,469 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:32:40,521 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:32:40,522 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:32:41,839 basehttp 52492 6209171456 "GET /en/patients/insurance-info-list/47/ HTTP/1.1" 200 570 INFO 2025-09-08 21:33:08,156 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 141472 INFO 2025-09-08 21:33:08,168 basehttp 52492 6276476928 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:33:08,169 basehttp 52492 6192345088 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:33:08,172 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-08 21:33:08,176 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:33:08,177 basehttp 52492 6276476928 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:33:08,178 basehttp 52492 6242824192 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 WARNING 2025-09-08 21:33:08,178 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:33:08,183 basehttp 52492 6259650560 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:33:08,598 basehttp 52492 6259650560 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:33:08,599 basehttp 52492 6192345088 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:33:08,599 basehttp 52492 6242824192 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:33:08,600 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:33:08,600 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:33:08,602 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:33:08,602 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:33:08,603 basehttp 52492 6276476928 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:33:08,604 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:33:08,604 basehttp 52492 6242824192 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:33:08,606 basehttp 52492 6276476928 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:33:08,606 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:33:08,607 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:33:08,607 basehttp 52492 6192345088 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:33:08,607 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:33:08,608 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:33:08,610 basehttp 52492 6225997824 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:33:08,610 basehttp 52492 6209171456 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:33:08,610 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:33:08,611 basehttp 52492 6276476928 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:33:08,611 basehttp 52492 6242824192 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:33:08,611 basehttp 52492 6192345088 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:33:08,611 basehttp 52492 6225997824 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:33:08,621 basehttp 52492 6225997824 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:33:08,645 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:33:08,649 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:33:08,693 log 52492 6242824192 Not Found: /favicon.ico WARNING 2025-09-08 21:33:08,693 basehttp 52492 6242824192 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:33:10,622 basehttp 52492 6242824192 "GET /en/patients/insurance-info-list/7/ HTTP/1.1" 200 708 INFO 2025-09-08 21:33:17,551 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 141472 WARNING 2025-09-08 21:33:17,569 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:33:17,569 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:33:17,648 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:33:17,650 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:34:17,675 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:17,678 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:34:38,754 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 128616 INFO 2025-09-08 21:34:38,762 basehttp 52492 6242824192 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:34:38,769 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:34:38,770 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:34:38,832 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:38,834 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:34:42,806 basehttp 52492 6225997824 "GET /en/patients/ HTTP/1.1" 200 128616 INFO 2025-09-08 21:34:42,817 basehttp 52492 6259650560 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:34:42,819 basehttp 52492 6276476928 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-08 21:34:42,822 log 52492 6225997824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:34:42,822 basehttp 52492 6225997824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:34:42,825 basehttp 52492 6242824192 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-08 21:34:42,825 basehttp 52492 6259650560 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:34:42,829 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:34:42,829 basehttp 52492 6209171456 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:34:43,048 basehttp 52492 6209171456 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:34:43,374 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:34:43,375 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:34:43,375 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:34:43,375 basehttp 52492 6209171456 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:34:43,376 basehttp 52492 6225997824 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:34:43,378 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:34:43,378 basehttp 52492 6242824192 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:34:43,378 basehttp 52492 6259650560 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:34:43,379 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:34:43,380 basehttp 52492 6225997824 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:34:43,380 basehttp 52492 6192345088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:34:43,381 basehttp 52492 6242824192 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:34:43,381 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:34:43,382 basehttp 52492 6259650560 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:34:43,383 basehttp 52492 6209171456 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:34:43,383 basehttp 52492 6192345088 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:34:43,384 basehttp 52492 6225997824 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:34:43,384 basehttp 52492 6276476928 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:34:43,385 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:34:43,385 basehttp 52492 6242824192 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:34:43,385 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:34:43,385 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:34:43,395 basehttp 52492 6192345088 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:34:43,407 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:43,409 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:34:43,480 log 52492 6209171456 Not Found: /favicon.ico WARNING 2025-09-08 21:34:43,481 basehttp 52492 6209171456 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:34:51,498 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 128616 WARNING 2025-09-08 21:34:51,515 log 52492 6209171456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:34:51,515 basehttp 52492 6209171456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:34:51,598 basehttp 52492 6209171456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:34:51,600 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:35:51,550 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:35:51,553 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:35:59,367 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 141396 INFO 2025-09-08 21:35:59,379 basehttp 52492 6242824192 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:35:59,384 basehttp 52492 6276476928 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:35:59,385 basehttp 52492 6242824192 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:35:59,385 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:35:59,389 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:35:59,389 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:35:59,395 basehttp 52492 6259650560 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:35:59,395 basehttp 52492 6192345088 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:35:59,396 basehttp 52492 6225997824 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:35:59,809 basehttp 52492 6225997824 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:35:59,810 basehttp 52492 6192345088 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:35:59,810 basehttp 52492 6242824192 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:35:59,811 basehttp 52492 6209171456 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:35:59,812 basehttp 52492 6259650560 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:35:59,812 basehttp 52492 6276476928 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:35:59,813 basehttp 52492 6225997824 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:35:59,813 basehttp 52492 6192345088 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:35:59,814 basehttp 52492 6209171456 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:35:59,814 basehttp 52492 6242824192 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:35:59,815 basehttp 52492 6259650560 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:35:59,816 basehttp 52492 6225997824 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:35:59,816 basehttp 52492 6276476928 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:35:59,817 basehttp 52492 6192345088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:35:59,818 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:35:59,818 basehttp 52492 6259650560 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:35:59,819 basehttp 52492 6242824192 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:35:59,819 basehttp 52492 6276476928 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:35:59,820 basehttp 52492 6225997824 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:35:59,820 basehttp 52492 6192345088 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:35:59,820 basehttp 52492 6209171456 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:35:59,820 basehttp 52492 6259650560 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:35:59,830 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:35:59,851 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:35:59,852 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 21:35:59,925 log 52492 6259650560 Not Found: /favicon.ico WARNING 2025-09-08 21:35:59,926 basehttp 52492 6259650560 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:36:02,164 basehttp 52492 6259650560 "GET /en/patients/insurance-info-list/12/ HTTP/1.1" 200 572 INFO 2025-09-08 21:36:04,725 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 141396 WARNING 2025-09-08 21:36:04,742 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:36:04,742 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:36:04,839 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:36:04,841 basehttp 52492 6209171456 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:36:52,084 basehttp 52492 6209171456 "GET /en/patients/ HTTP/1.1" 200 149823 INFO 2025-09-08 21:36:52,094 basehttp 52492 6192345088 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:36:52,098 basehttp 52492 6225997824 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:36:52,101 basehttp 52492 6192345088 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-08 21:36:52,104 basehttp 52492 6209171456 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:36:52,106 log 52492 6276476928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:36:52,106 basehttp 52492 6276476928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:36:52,110 basehttp 52492 6259650560 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:36:52,111 basehttp 52492 6242824192 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:36:52,365 basehttp 52492 6242824192 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:36:52,524 basehttp 52492 6276476928 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:36:52,524 basehttp 52492 6242824192 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:36:52,524 basehttp 52492 6192345088 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:36:52,524 basehttp 52492 6209171456 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:36:52,525 basehttp 52492 6259650560 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:36:52,527 basehttp 52492 6192345088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:36:52,528 basehttp 52492 6225997824 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:36:52,528 basehttp 52492 6209171456 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:36:52,529 basehttp 52492 6276476928 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:36:52,529 basehttp 52492 6259650560 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:36:52,530 basehttp 52492 6242824192 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:36:52,531 basehttp 52492 6225997824 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:36:52,532 basehttp 52492 6259650560 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:36:52,532 basehttp 52492 6192345088 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:36:52,533 basehttp 52492 6276476928 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:36:52,533 basehttp 52492 6209171456 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:36:52,533 basehttp 52492 6242824192 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:36:52,535 basehttp 52492 6192345088 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:36:52,535 basehttp 52492 6209171456 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:36:52,535 basehttp 52492 6225997824 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:36:52,535 basehttp 52492 6259650560 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:36:52,536 basehttp 52492 6242824192 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:36:52,541 basehttp 52492 6259650560 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:36:52,561 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-08 21:36:52,563 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 WARNING 2025-09-08 21:36:52,629 log 52492 6192345088 Not Found: /favicon.ico WARNING 2025-09-08 21:36:52,629 basehttp 52492 6192345088 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-08 21:37:52,572 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 21:37:52,575 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:38:04,304 basehttp 52492 6259650560 "GET /en/patients/ HTTP/1.1" 200 149823 WARNING 2025-09-08 21:38:04,321 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:04,321 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:04,402 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 21:38:04,404 basehttp 52492 6192345088 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:38:16,275 basehttp 52492 6192345088 "GET /en/patients/ HTTP/1.1" 200 149823 WARNING 2025-09-08 21:38:16,290 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:16,290 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:16,346 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-08 21:38:16,350 basehttp 52492 6259650560 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:38:30,466 basehttp 52492 6259650560 "GET /en/patients/register/ HTTP/1.1" 200 27177 INFO 2025-09-08 21:38:30,480 basehttp 52492 6192345088 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-08 21:38:30,486 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:30,486 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:30,525 basehttp 52492 6259650560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 21:38:33,163 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:33,164 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:38:33,178 log 52492 6259650560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:33,178 basehttp 52492 6259650560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:34,740 basehttp 52492 6259650560 "GET / HTTP/1.1" 302 0 INFO 2025-09-08 21:38:34,755 basehttp 52492 6192345088 "GET /en/ HTTP/1.1" 200 48564 WARNING 2025-09-08 21:38:34,770 log 52492 6192345088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:38:34,770 basehttp 52492 6192345088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:38:34,858 basehttp 52492 6192345088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:38:34,860 basehttp 52492 6209171456 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-08 21:38:34,861 basehttp 52492 6225997824 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-08 21:38:34,863 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:39:04,833 basehttp 52492 6242824192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-08 21:39:10,539 basehttp 52492 6242824192 "GET /en/patients/ HTTP/1.1" 200 149823 WARNING 2025-09-08 21:39:10,555 log 52492 6242824192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:39:10,555 basehttp 52492 6242824192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:39:10,580 basehttp 52492 6242824192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:39:10,582 basehttp 52492 6225997824 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:40:10,598 basehttp 52492 6225997824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:40:10,601 basehttp 52492 6242824192 "GET /en/patients/patient-stats/ HTTP/1.1" 200 12305 INFO 2025-09-08 21:40:34,828 autoreload 52492 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 21:40:35,268 autoreload 69017 8747049152 Watching for file changes with StatReloader WARNING 2025-09-08 21:40:36,447 log 69017 6131511296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:36,448 basehttp 69017 6131511296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:40:36,462 log 69017 6131511296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:36,462 basehttp 69017 6131511296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:40:37,158 basehttp 69017 6131511296 "GET /en/patients/ HTTP/1.1" 200 119272 WARNING 2025-09-08 21:40:37,177 log 69017 6131511296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:37,177 basehttp 69017 6131511296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:40:56,371 autoreload 69017 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-08 21:40:56,779 autoreload 69183 8747049152 Watching for file changes with StatReloader ERROR 2025-09-08 21:40:58,202 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_form' not found. 'patient_form' is not a valid view function or pattern name. ERROR 2025-09-08 21:40:58,205 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 244189 WARNING 2025-09-08 21:40:58,219 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:40:58,220 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:40:58,249 log 69183 6122352640 Not Found: /favicon.ico WARNING 2025-09-08 21:40:58,249 basehttp 69183 6122352640 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-08 21:42:18,979 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_confirm_delete' not found. 'patient_confirm_delete' is not a valid view function or pattern name. ERROR 2025-09-08 21:42:18,980 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 244918 WARNING 2025-09-08 21:42:18,993 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:42:18,993 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 21:42:30,861 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_form' not found. 'appointment_form' is not a valid view function or pattern name. ERROR 2025-09-08 21:42:30,862 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 197370 WARNING 2025-09-08 21:42:30,874 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:42:30,874 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 21:43:12,954 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_form' not found. 'patient_note_form' is not a valid view function or pattern name. ERROR 2025-09-08 21:43:12,955 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 197501 WARNING 2025-09-08 21:43:12,966 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:43:12,966 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-08 21:43:32,043 log 69183 6122352640 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_create' with no arguments not found. 1 pattern(s) tried: ['en/patients/notes/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-08 21:43:32,043 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 500 199399 WARNING 2025-09-08 21:43:32,061 log 69183 6122352640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:43:32,061 basehttp 69183 6122352640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:44:06,917 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 200 138027 INFO 2025-09-08 21:44:06,930 basehttp 69183 6156005376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-08 21:44:06,934 basehttp 69183 6172831744 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-08 21:44:06,935 basehttp 69183 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-08 21:44:06,939 log 69183 6156005376 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-08 21:44:06,939 basehttp 69183 6122352640 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-08 21:44:06,939 basehttp 69183 6156005376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:44:06,942 basehttp 69183 6139179008 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-08 21:44:06,942 basehttp 69183 13707014144 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-08 21:44:07,434 basehttp 69183 13707014144 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-08 21:44:07,881 basehttp 69183 13707014144 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-08 21:44:07,902 basehttp 69183 13707014144 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-08 21:44:07,902 basehttp 69183 6156005376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-08 21:44:07,903 basehttp 69183 6139179008 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-08 21:44:07,903 basehttp 69183 13723840512 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-08 21:44:07,904 basehttp 69183 6122352640 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-08 21:44:07,906 basehttp 69183 13707014144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-08 21:44:07,907 basehttp 69183 6139179008 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-08 21:44:07,907 basehttp 69183 6122352640 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-08 21:44:07,908 basehttp 69183 6172831744 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-08 21:44:07,908 basehttp 69183 13723840512 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-08 21:44:07,909 basehttp 69183 6156005376 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-08 21:44:07,910 basehttp 69183 6139179008 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-08 21:44:07,910 basehttp 69183 6172831744 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-08 21:44:07,910 basehttp 69183 6122352640 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-08 21:44:07,911 basehttp 69183 6156005376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-08 21:44:07,911 basehttp 69183 13723840512 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-08 21:44:07,913 basehttp 69183 6172831744 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-08 21:44:07,913 basehttp 69183 6139179008 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-08 21:44:07,914 basehttp 69183 6156005376 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-08 21:44:07,914 basehttp 69183 6122352640 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-08 21:44:07,915 basehttp 69183 13723840512 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-08 21:44:07,917 basehttp 69183 6172831744 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-08 21:44:07,918 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:44:13,448 basehttp 69183 13707014144 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35810 WARNING 2025-09-08 21:44:13,462 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:44:13,463 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:44:13,527 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 21:44:16,048 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:44:16,048 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:44:16,058 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:44:16,058 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:45:07,893 basehttp 69183 13707014144 "GET /en/patients/ HTTP/1.1" 200 138027 WARNING 2025-09-08 21:45:07,910 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:07,910 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:45:07,964 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-08 21:45:12,048 basehttp 69183 13707014144 "GET /en/patients/delete/39/ HTTP/1.1" 200 36607 WARNING 2025-09-08 21:45:12,061 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:12,061 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:45:12,103 basehttp 69183 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-08 21:45:16,953 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:16,954 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-08 21:45:16,966 log 69183 13707014144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-08 21:45:16,966 basehttp 69183 13707014144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-08 21:46:29,813 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 21:50:10,797 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:03:08,572 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:20:12,189 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:25:41,529 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:26:41,599 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:27:41,080 basehttp 69183 6122352640 "GET /en/patients/ HTTP/1.1" 200 138177 INFO 2025-09-08 23:27:41,088 basehttp 69183 6122352640 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-08 23:27:41,142 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:28:41,157 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-08 23:28:48,808 log 69183 6122352640 Not Found: /en/patients/create WARNING 2025-09-08 23:28:48,809 basehttp 69183 6122352640 "GET /en/patients/create HTTP/1.1" 404 43668 INFO 2025-09-08 23:29:15,093 basehttp 69183 6122352640 "GET /en/patients/register/ HTTP/1.1" 200 27177 INFO 2025-09-08 23:29:15,134 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:30:15,145 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:30:39,208 basehttp 69183 6122352640 "GET /en/patients/register/ HTTP/1.1" 200 27649 INFO 2025-09-08 23:30:39,236 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:31:39,250 basehttp 69183 6122352640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-08 23:32:35,910 autoreload 69183 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-08 23:32:36,346 autoreload 76416 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:04:39,378 autoreload 90647 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:04:42,587 basehttp 90647 6205272064 "GET /en/patients/register/ HTTP/1.1" 200 27649 INFO 2025-09-09 00:04:42,597 basehttp 90647 6205272064 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-09 00:04:42,623 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:05:42,868 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:06:33,728 basehttp 90647 6205272064 "GET /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:06:33,766 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:07:33,778 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:07:41,704 basehttp 90647 6205272064 "POST /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:07:41,737 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:07:55,578 basehttp 90647 6205272064 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 109429 INFO 2025-09-09 00:07:55,596 basehttp 90647 6222098432 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-09 00:07:55,596 basehttp 90647 6272577536 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-09 00:07:55,596 basehttp 90647 6238924800 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-09 00:07:55,596 basehttp 90647 6205272064 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-09 00:07:55,596 basehttp 90647 6255751168 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-09 00:07:55,598 basehttp 90647 6222098432 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-09 00:07:55,598 basehttp 90647 6238924800 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-09 00:07:55,599 basehttp 90647 6255751168 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-09 00:07:55,600 basehttp 90647 6205272064 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-09 00:07:55,601 basehttp 90647 6222098432 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-09 00:07:55,601 basehttp 90647 6255751168 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-09 00:07:55,602 basehttp 90647 6238924800 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-09 00:07:55,603 basehttp 90647 6222098432 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-09 00:07:55,603 basehttp 90647 6255751168 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-09 00:07:55,606 basehttp 90647 6272577536 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-09 00:07:55,606 basehttp 90647 6289403904 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:07:55,607 basehttp 90647 6205272064 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-09 00:07:55,607 basehttp 90647 6289403904 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-09 00:07:55,611 basehttp 90647 6205272064 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-09 00:07:55,619 basehttp 90647 6205272064 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-09 00:07:55,619 basehttp 90647 6205272064 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-09 00:07:55,620 basehttp 90647 6205272064 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-09 00:08:42,717 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:08:47,531 basehttp 90647 6205272064 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 78433 INFO 2025-09-09 00:08:47,547 basehttp 90647 6205272064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:09:42,719 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:09:43,568 basehttp 90647 6205272064 "GET /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:09:49,714 basehttp 90647 6205272064 "GET / HTTP/1.1" 302 0 INFO 2025-09-09 00:09:49,737 basehttp 90647 6289403904 "GET /en/ HTTP/1.1" 200 48636 INFO 2025-09-09 00:09:49,802 basehttp 90647 6289403904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:09:49,807 basehttp 90647 6255751168 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-09 00:09:49,808 basehttp 90647 6222098432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-09 00:09:49,809 basehttp 90647 6272577536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-09 00:09:52,759 basehttp 90647 6272577536 "GET /en/patients/register/ HTTP/1.1" 200 27676 INFO 2025-09-09 00:09:52,795 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:09:57,571 basehttp 90647 6272577536 "GET /en/patients/ HTTP/1.1" 200 138177 INFO 2025-09-09 00:09:57,618 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:10:05,681 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137895 INFO 2025-09-09 00:10:05,722 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:11:05,742 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:12:05,736 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:12:19,558 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137895 INFO 2025-09-09 00:12:19,639 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 00:12:25,820 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:12:25,821 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:13:19,622 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:14:19,626 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:14:55,681 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137895 WARNING 2025-09-09 00:14:55,698 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:14:55,698 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:14:55,779 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:15:53,027 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137894 WARNING 2025-09-09 00:15:53,056 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:15:53,056 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:15:53,125 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:16:16,172 basehttp 90647 6272577536 "GET /en/patients/?page=2 HTTP/1.1" 200 137944 WARNING 2025-09-09 00:16:16,190 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:16:16,190 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:16:16,256 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:16:28,483 basehttp 90647 6272577536 "GET /en/patients/register/ HTTP/1.1" 200 26469 WARNING 2025-09-09 00:16:28,508 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:16:28,508 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:16:28,567 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:17:28,583 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:17:46,231 basehttp 90647 6272577536 "POST /en/patients/register/ HTTP/1.1" 200 26469 WARNING 2025-09-09 00:17:46,253 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:17:46,253 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:17:46,315 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:18:46,319 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:19:46,330 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:20:46,413 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:21:46,421 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:22:46,417 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:23:15,725 basehttp 90647 6272577536 "POST /en/patients/register/ HTTP/1.1" 200 27513 INFO 2025-09-09 00:23:15,733 basehttp 90647 6272577536 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-09 00:23:15,741 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:23:15,741 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:23:15,809 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:24:15,813 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:24:17,535 basehttp 90647 6272577536 "POST /en/patients/register/ HTTP/1.1" 302 0 INFO 2025-09-09 00:24:17,556 basehttp 90647 6272577536 "GET /en/patients/ HTTP/1.1" 200 138802 WARNING 2025-09-09 00:24:17,573 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:24:17,573 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:24:17,647 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:24:32,138 basehttp 90647 6272577536 "GET /en/patients/?page=3 HTTP/1.1" 200 39081 WARNING 2025-09-09 00:24:32,156 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:24:32,156 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:24:32,225 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 00:24:37,349 log 90647 6272577536 Internal Server Error: /en/patients/patientprofile/51/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_form' not found. 'insurance_form' is not a valid view function or pattern name. ERROR 2025-09-09 00:24:37,351 basehttp 90647 6272577536 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 500 187702 WARNING 2025-09-09 00:24:37,375 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:24:37,375 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:26:02,468 basehttp 90647 6272577536 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35193 WARNING 2025-09-09 00:26:02,484 log 90647 6272577536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:26:02,484 basehttp 90647 6272577536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:26:02,554 basehttp 90647 6272577536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:26:20,084 basehttp 90647 6272577536 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 200 36789 WARNING 2025-09-09 00:26:20,100 basehttp 90647 6272577536 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-09 00:26:20,100 basehttp 90647 6222098432 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-09 00:26:20,103 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:26:20,103 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:26:20,174 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:27:20,189 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:28:20,196 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:29:20,196 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:30:20,205 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 00:30:31,867 log 90647 6205272064 Internal Server Error: /en/patients/insurance-info/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_info_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info\\-list/(?P[0-9]+)/\\Z'] ERROR 2025-09-09 00:30:31,870 basehttp 90647 6205272064 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 500 181312 WARNING 2025-09-09 00:30:31,885 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:30:31,885 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:31:12,538 basehttp 90647 6205272064 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 200 32317 INFO 2025-09-09 00:31:12,551 basehttp 90647 6205272064 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-09 00:31:12,552 basehttp 90647 6222098432 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-09 00:31:12,559 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:12,559 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:31:12,630 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:31:44,605 basehttp 90647 6205272064 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35193 WARNING 2025-09-09 00:31:44,625 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:44,625 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:31:44,694 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 00:31:49,964 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:49,964 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:31:49,975 log 90647 6205272064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:31:49,975 basehttp 90647 6205272064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:32:12,647 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:33:12,648 basehttp 90647 6205272064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:33:48,086 autoreload 90647 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/models.py changed, reloading. INFO 2025-09-09 00:33:48,456 autoreload 4090 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:36:15,383 autoreload 5227 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:36:18,078 basehttp 5227 6166179840 "GET /en/patients/insurance-info/create/51/ HTTP/1.1" 200 32347 WARNING 2025-09-09 00:36:18,105 log 5227 6166179840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:36:18,105 basehttp 5227 6166179840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:36:18,164 basehttp 5227 6166179840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:37:03,528 basehttp 5227 6166179840 "POST /en/patients/insurance-info/create/51/ HTTP/1.1" 200 32634 WARNING 2025-09-09 00:37:03,546 log 5227 6166179840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:37:03,547 basehttp 5227 6166179840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:37:03,614 basehttp 5227 6166179840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 ERROR 2025-09-09 00:37:42,898 log 5227 6166179840 Internal Server Error: /en/patients/insurance-info/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 627, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py", line 645, in form_valid response = super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 134, in form_valid return super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 63, in form_valid return HttpResponseRedirect(self.get_success_url()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 119, in get_success_url if self.success_url: ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 187, in __wrapper__ result = func(*self._args, **self._kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'insurance_info_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/insurance\\-info\\-list/(?P[0-9]+)/\\Z'] ERROR 2025-09-09 00:37:42,900 basehttp 5227 6166179840 "POST /en/patients/insurance-info/create/51/ HTTP/1.1" 500 134385 WARNING 2025-09-09 00:37:42,918 log 5227 6166179840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:37:42,918 basehttp 5227 6166179840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:40:18,629 autoreload 5227 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-09 00:40:19,029 autoreload 6990 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:40:22,274 basehttp 6990 6124105728 "POST /en/patients/insurance-info/create/51/ HTTP/1.1" 302 0 INFO 2025-09-09 00:40:22,308 basehttp 6990 6124105728 "GET /en/patients/insurance-info/ HTTP/1.1" 200 139502 INFO 2025-09-09 00:40:22,328 basehttp 6990 13455405056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-09 00:40:22,330 basehttp 6990 6157758464 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-09 00:40:22,332 basehttp 6990 13472231424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-09 00:40:22,333 basehttp 6990 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-09 00:40:22,336 log 6990 6140932096 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-09 00:40:22,336 basehttp 6990 6124105728 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-09 00:40:22,336 basehttp 6990 6140932096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:40:22,337 basehttp 6990 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-09 00:40:22,416 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:41:22,435 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-09 00:41:25,749 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:25,749 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:41:28,065 basehttp 6990 13438578688 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35673 INFO 2025-09-09 00:41:28,073 basehttp 6990 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-09 00:41:28,082 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:28,082 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:41:28,152 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:41:35,341 basehttp 6990 13438578688 "GET /en/patients/insurance-info-list/51/ HTTP/1.1" 200 1124 WARNING 2025-09-09 00:41:35,358 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:35,358 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:41:39,546 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:39,547 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:41:39,557 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:41:39,557 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:42:28,171 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:42:38,645 basehttp 6990 13438578688 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 80466 INFO 2025-09-09 00:42:38,663 basehttp 6990 13438578688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:42:44,959 basehttp 6990 13438578688 "GET /en/admin/patients/patientprofile/51/change/?_changelist_filters=q%3D1129632798 HTTP/1.1" 200 152475 INFO 2025-09-09 00:42:44,973 basehttp 6990 6157758464 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-09 00:42:44,973 basehttp 6990 13438578688 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-09 00:42:44,973 basehttp 6990 13472231424 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-09 00:42:44,974 basehttp 6990 6140932096 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-09 00:42:44,974 basehttp 6990 13455405056 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-09 00:42:44,974 basehttp 6990 13438578688 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-09 00:42:44,976 basehttp 6990 13438578688 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-09 00:42:44,978 basehttp 6990 13438578688 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-09 00:42:44,978 basehttp 6990 6124105728 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:42:44,979 basehttp 6990 13438578688 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-09 00:42:44,979 basehttp 6990 6124105728 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-09 00:42:45,005 basehttp 6990 6124105728 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-09-09 00:42:45,008 basehttp 6990 6124105728 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-09 00:42:45,009 basehttp 6990 13438578688 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-09 00:43:28,852 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:44:15,575 basehttp 6990 13438578688 "POST /en/admin/patients/patientprofile/51/change/?_changelist_filters=q%3D1129632798 HTTP/1.1" 302 0 INFO 2025-09-09 00:44:15,593 basehttp 6990 13438578688 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 80721 INFO 2025-09-09 00:44:15,608 basehttp 6990 13438578688 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-09 00:44:19,279 basehttp 6990 13438578688 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35345 WARNING 2025-09-09 00:44:19,295 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:44:19,295 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:44:19,367 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:08,609 basehttp 6990 13438578688 "GET /en/patients/51/emergency-contacts/create/ HTTP/1.1" 200 34073 WARNING 2025-09-09 00:45:08,627 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:08,627 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:08,703 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:14,948 basehttp 6990 13438578688 "GET /en/patients/51/emergency-contacts/create/ HTTP/1.1" 200 34073 WARNING 2025-09-09 00:45:14,962 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:14,962 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:15,030 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:19,083 basehttp 6990 13438578688 "GET /en/patients/51/emergency-contacts/create/ HTTP/1.1" 200 34073 WARNING 2025-09-09 00:45:19,097 log 6990 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:19,097 basehttp 6990 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:19,167 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:45:29,099 basehttp 6990 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-09 00:45:29,100 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:29,100 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:45:29,112 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:29,113 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:45:56,579 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:56,579 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:59,726 basehttp 6990 6124105728 "GET /en/patients/?page=3 HTTP/1.1" 200 39150 WARNING 2025-09-09 00:45:59,744 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:45:59,744 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:45:59,814 basehttp 6990 6124105728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:46:15,019 basehttp 6990 6124105728 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53290 WARNING 2025-09-09 00:46:15,038 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:46:15,039 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:46:15,105 basehttp 6990 6124105728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-09 00:46:33,185 basehttp 6990 6124105728 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53290 INFO 2025-09-09 00:46:33,197 basehttp 6990 6140932096 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-09 00:46:33,199 basehttp 6990 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-09 00:46:33,205 basehttp 6990 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-09 00:46:33,208 log 6990 6124105728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:46:33,208 basehttp 6990 6124105728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:46:33,208 basehttp 6990 6140932096 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-09 00:46:33,212 basehttp 6990 13455405056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-09 00:46:33,212 basehttp 6990 6157758464 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-09 00:46:33,470 basehttp 6990 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-09 00:46:33,471 basehttp 6990 6157758464 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-09 00:46:33,471 basehttp 6990 6140932096 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-09 00:46:33,471 basehttp 6990 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-09 00:46:33,471 basehttp 6990 6124105728 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-09 00:46:33,474 basehttp 6990 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-09 00:46:33,475 basehttp 6990 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-09 00:46:33,475 basehttp 6990 6124105728 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-09 00:46:33,475 basehttp 6990 6140932096 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-09 00:46:33,477 basehttp 6990 6157758464 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-09 00:46:33,478 basehttp 6990 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-09 00:46:33,479 basehttp 6990 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-09 00:46:33,479 basehttp 6990 6140932096 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-09 00:46:33,479 basehttp 6990 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-09 00:46:33,479 basehttp 6990 6124105728 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-09 00:46:33,479 basehttp 6990 6157758464 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-09 00:46:33,481 basehttp 6990 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-09 00:46:33,482 basehttp 6990 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-09 00:46:33,482 basehttp 6990 6124105728 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-09 00:46:33,482 basehttp 6990 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-09 00:46:33,483 basehttp 6990 6140932096 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-09 00:46:33,483 basehttp 6990 6157758464 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-09 00:46:33,483 basehttp 6990 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-09 00:46:33,489 basehttp 6990 6157758464 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-09 00:46:33,509 basehttp 6990 6157758464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 00:46:33,609 log 6990 6157758464 Not Found: /favicon.ico WARNING 2025-09-09 00:46:33,609 basehttp 6990 6157758464 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-09 00:47:33,516 basehttp 6990 6157758464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:48:33,513 basehttp 6990 6157758464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:49:30,108 autoreload 6990 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-09 00:49:30,476 autoreload 11069 8747049152 Watching for file changes with StatReloader INFO 2025-09-09 00:49:33,581 basehttp 11069 6122909696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 00:49:40,258 basehttp 11069 6122909696 "GET /en/appointments/templates HTTP/1.1" 301 0 ERROR 2025-09-09 00:49:40,274 log 11069 6139736064 Internal Server Error: /en/appointments/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_template_list.html, appointments/appointmenttemplate_list.html ERROR 2025-09-09 00:49:40,275 basehttp 11069 6139736064 "GET /en/appointments/templates/ HTTP/1.1" 500 88453 WARNING 2025-09-09 00:49:40,295 log 11069 6139736064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:49:40,296 basehttp 11069 6139736064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:57:39,766 autoreload 11069 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-09 00:57:40,116 autoreload 14719 8747049152 Watching for file changes with StatReloader ERROR 2025-09-09 00:57:41,312 log 14719 13052751872 Internal Server Error: /en/appointments/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_template_duplicate' not found. 'appointment_template_duplicate' is not a valid view function or pattern name. ERROR 2025-09-09 00:57:41,328 basehttp 14719 13052751872 "GET /en/appointments/templates/ HTTP/1.1" 500 206629 WARNING 2025-09-09 00:57:41,347 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:57:41,347 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-09 00:58:13,487 log 14719 13052751872 Internal Server Error: /en/appointments/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_template_toggle' not found. 'appointment_template_toggle' is not a valid view function or pattern name. ERROR 2025-09-09 00:58:13,488 basehttp 14719 13052751872 "GET /en/appointments/templates/ HTTP/1.1" 500 225710 WARNING 2025-09-09 00:58:13,500 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:13,501 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:58:27,763 basehttp 14719 13052751872 "GET /en/appointments/templates/ HTTP/1.1" 200 46189 WARNING 2025-09-09 00:58:27,775 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:27,775 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:58:27,842 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 00:58:52,319 log 14719 13052751872 Internal Server Error: /en/appointments/templates/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 279, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-09 00:58:52,320 basehttp 14719 13052751872 "GET /en/appointments/templates/create/ HTTP/1.1" 500 103727 WARNING 2025-09-09 00:58:52,341 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:52,342 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:58:55,426 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:55,426 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 00:58:55,452 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 00:58:55,452 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 00:59:27,843 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:00:27,851 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:01:27,858 basehttp 14719 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 01:01:59,213 log 14719 13052751872 Internal Server Error: /en/appointments/templates/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_template_detail.html ERROR 2025-09-09 01:01:59,214 basehttp 14719 13052751872 "GET /en/appointments/templates/1/ HTTP/1.1" 500 84393 WARNING 2025-09-09 01:01:59,240 log 14719 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:01:59,240 basehttp 14719 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:02:07,694 autoreload 14719 8747049152 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-09 01:02:08,090 autoreload 16681 8747049152 Watching for file changes with StatReloader ERROR 2025-09-09 01:02:08,450 log 16681 6131232768 Internal Server Error: /en/appointments/templates/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_template_duplicate' not found. 'appointment_template_duplicate' is not a valid view function or pattern name. ERROR 2025-09-09 01:02:08,452 basehttp 16681 6131232768 "GET /en/appointments/templates/1/ HTTP/1.1" 500 165689 WARNING 2025-09-09 01:02:08,468 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:02:08,468 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:02:51,694 basehttp 16681 6131232768 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21302 WARNING 2025-09-09 01:02:51,704 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:02:51,705 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:02:51,805 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 01:03:10,240 log 16681 6131232768 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 279, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-09 01:03:10,241 basehttp 16681 6131232768 "GET /en/appointments/templates/1/update/ HTTP/1.1" 500 103974 WARNING 2025-09-09 01:03:10,265 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:03:10,265 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:03:12,079 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:03:12,079 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:03:12,097 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:03:12,097 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:03:51,777 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:04:51,779 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:04:58,671 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 01:04:58,674 log 16681 6148059136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:04:58,674 basehttp 16681 6148059136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:04:58,694 log 16681 6148059136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:04:58,694 basehttp 16681 6148059136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:05:58,672 basehttp 16681 6148059136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:06:58,685 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:07:48,898 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46195 INFO 2025-09-09 01:07:48,904 basehttp 16681 6131232768 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-09 01:07:48,916 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:07:48,916 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:07:48,951 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:08:48,964 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:09:02,902 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46635 WARNING 2025-09-09 01:09:02,920 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:09:02,920 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:09:02,999 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:09:18,225 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46651 WARNING 2025-09-09 01:09:18,241 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:09:18,242 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:09:18,277 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:10:15,798 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46659 WARNING 2025-09-09 01:10:15,815 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:10:15,815 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:10:15,852 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:11:15,854 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:11:52,428 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46883 WARNING 2025-09-09 01:11:52,445 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:11:52,445 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:11:52,481 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:12:01,624 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46819 WARNING 2025-09-09 01:12:01,640 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:12:01,640 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:12:01,680 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:12:58,941 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46833 WARNING 2025-09-09 01:12:58,957 log 16681 6131232768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:12:58,957 basehttp 16681 6131232768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:12:58,997 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:13:02,742 basehttp 16681 6131232768 "GET /en/appointments/templates/ HTTP/1.1" 200 46833 INFO 2025-09-09 01:13:02,760 basehttp 16681 6164885504 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-09 01:13:02,765 basehttp 16681 13572796416 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-09 01:13:02,767 basehttp 16681 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-09 01:13:02,768 basehttp 16681 6131232768 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-09 01:13:02,773 log 16681 6164885504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:13:02,774 basehttp 16681 6164885504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:13:02,774 basehttp 16681 13572796416 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-09 01:13:02,775 basehttp 16681 13606449152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-09 01:13:02,776 basehttp 16681 6131232768 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-09 01:13:02,778 basehttp 16681 6131232768 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-09 01:13:02,779 basehttp 16681 13572796416 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-09 01:13:02,781 basehttp 16681 6131232768 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-09 01:13:02,782 basehttp 16681 6164885504 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-09 01:13:02,782 basehttp 16681 13606449152 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-09 01:13:02,783 basehttp 16681 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-09 01:13:02,786 basehttp 16681 6164885504 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-09 01:13:02,787 basehttp 16681 13572796416 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-09 01:13:02,787 basehttp 16681 13606449152 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-09 01:13:02,787 basehttp 16681 6131232768 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-09 01:13:02,790 basehttp 16681 6164885504 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-09 01:13:02,792 basehttp 16681 13572796416 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-09 01:13:02,792 basehttp 16681 6131232768 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-09 01:13:02,792 basehttp 16681 13606449152 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-09 01:13:02,795 basehttp 16681 6164885504 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-09 01:13:02,796 basehttp 16681 13606449152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-09 01:13:02,796 basehttp 16681 13572796416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-09 01:13:02,797 basehttp 16681 6148059136 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-09 01:13:02,797 basehttp 16681 6131232768 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-09 01:13:02,798 basehttp 16681 6164885504 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-09 01:13:02,799 basehttp 16681 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-09 01:13:02,987 basehttp 16681 13589622784 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-09 01:13:03,008 basehttp 16681 13589622784 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-09 01:13:03,018 basehttp 16681 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-09 01:13:03,115 log 16681 13589622784 Not Found: /favicon.ico WARNING 2025-09-09 01:13:03,115 basehttp 16681 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-09 01:14:03,020 basehttp 16681 13589622784 "GET /en/appointments/templates/ HTTP/1.1" 200 46878 INFO 2025-09-09 01:14:03,023 basehttp 16681 6164885504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:14:03,023 basehttp 16681 6164885504 - Broken pipe from ('127.0.0.1', 60102) WARNING 2025-09-09 01:14:03,037 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:03,038 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:14:03,094 basehttp 16681 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-09 01:14:18,924 basehttp 16681 13589622784 "GET /en/appointments/templates/ HTTP/1.1" 200 46879 WARNING 2025-09-09 01:14:18,940 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:18,940 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:14:18,979 basehttp 16681 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-09 01:14:31,329 log 16681 13589622784 Internal Server Error: /en/appointments/templates/1/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 279, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-09 01:14:31,330 basehttp 16681 13589622784 "GET /en/appointments/templates/1/update/ HTTP/1.1" 500 103972 WARNING 2025-09-09 01:14:31,349 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:31,349 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:14:33,361 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:33,361 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-09 01:14:33,386 log 16681 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-09 01:14:33,386 basehttp 16681 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-09 01:15:18,980 basehttp 16681 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-10 11:31:20,545 autoreload 12676 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 11:31:26,758 basehttp 12676 6165164032 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21285 INFO 2025-09-10 11:31:26,769 basehttp 12676 6165164032 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-10 11:31:26,814 basehttp 12676 6165164032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-10 11:31:26,823 log 12676 6165164032 Not Found: /favicon.ico WARNING 2025-09-10 11:31:26,823 basehttp 12676 6165164032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 11:32:26,826 basehttp 12676 6165164032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-10 11:33:02,073 basehttp 12676 6165164032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-10 11:33:24,611 basehttp 12676 6165164032 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53273 INFO 2025-09-10 11:33:57,766 basehttp 12676 6165164032 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 ERROR 2025-09-10 11:34:08,918 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_note_list' not found. 'patient_note_list' is not a valid view function or pattern name. ERROR 2025-09-10 11:34:08,923 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 186749 ERROR 2025-09-10 11:36:02,803 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with no arguments not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:36:02,806 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 188931 ERROR 2025-09-10 11:36:50,171 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:36:50,173 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190541 ERROR 2025-09-10 11:37:05,972 log 12676 6165164032 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:05,973 basehttp 12676 6165164032 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 INFO 2025-09-10 11:37:33,021 autoreload 12676 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/urls.py changed, reloading. INFO 2025-09-10 11:37:33,376 autoreload 15416 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 11:37:34,390 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:34,392 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190591 ERROR 2025-09-10 11:37:46,674 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:46,676 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 ERROR 2025-09-10 11:37:47,522 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:37:47,523 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 ERROR 2025-09-10 11:38:18,587 log 15416 6124236800 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:38:18,589 basehttp 15416 6124236800 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190543 INFO 2025-09-10 11:58:28,110 autoreload 15416 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/forms.py changed, reloading. INFO 2025-09-10 11:58:28,562 autoreload 19352 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 11:58:30,726 log 19352 6162083840 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:58:30,728 basehttp 19352 6162083840 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190407 INFO 2025-09-10 11:58:32,323 basehttp 19352 6162083840 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 INFO 2025-09-10 11:58:32,391 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-10 11:58:36,680 log 19352 6162083840 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 11:58:36,683 basehttp 19352 6162083840 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190270 INFO 2025-09-10 14:11:44,980 basehttp 19352 6162083840 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:11:45,017 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:11:55,229 basehttp 19352 6162083840 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53273 INFO 2025-09-10 14:11:55,268 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:12:02,109 basehttp 19352 6162083840 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 INFO 2025-09-10 14:12:02,149 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:12:14,703 basehttp 19352 6162083840 "GET /en/patients/register/ HTTP/1.1" 200 27289 INFO 2025-09-10 14:12:14,741 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:12:17,818 basehttp 19352 6162083840 "GET /en/patients/ HTTP/1.1" 200 138368 INFO 2025-09-10 14:12:17,869 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:12:32,147 log 19352 6162083840 Not Found: /en/patients/templates WARNING 2025-09-10 14:12:32,147 basehttp 19352 6162083840 "GET /en/patients/templates HTTP/1.1" 404 43678 WARNING 2025-09-10 14:12:36,165 log 19352 6162083840 Not Found: /en/patients/template WARNING 2025-09-10 14:12:36,165 basehttp 19352 6162083840 "GET /en/patients/template HTTP/1.1" 404 43675 INFO 2025-09-10 14:12:57,767 basehttp 19352 6162083840 "GET /en/patients/ HTTP/1.1" 200 138368 INFO 2025-09-10 14:12:57,815 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:12:59,513 log 19352 6162083840 Not Found: /en/patients/consent-forms/ WARNING 2025-09-10 14:12:59,513 basehttp 19352 6162083840 "GET /en/patients/consent-forms/ HTTP/1.1" 404 43693 INFO 2025-09-10 14:13:26,024 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:14:01,748 basehttp 19352 6162083840 "GET / HTTP/1.1" 302 0 INFO 2025-09-10 14:14:01,772 basehttp 19352 6178910208 "GET /en/ HTTP/1.1" 200 48505 INFO 2025-09-10 14:14:01,833 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:14:01,840 basehttp 19352 6212562944 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-10 14:14:01,840 basehttp 19352 6195736576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:14:01,841 basehttp 19352 6162083840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:14:31,818 basehttp 19352 6162083840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:15:01,849 basehttp 19352 6195736576 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:15:01,849 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:15:01,852 basehttp 19352 6212562944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:15:31,831 basehttp 19352 6212562944 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:16:01,851 basehttp 19352 6212562944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:16:01,851 basehttp 19352 6162083840 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:16:01,852 basehttp 19352 6195736576 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:17:20,653 basehttp 19352 6162083840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:17:50,509 basehttp 19352 6162083840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:17:50,511 basehttp 19352 6178910208 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 14:17:50,668 basehttp 19352 6178910208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 14:17:54,463 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:17:59,039 basehttp 19352 6178910208 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 INFO 2025-09-10 14:17:59,075 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:18:01,155 basehttp 19352 6178910208 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:18:01,191 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:18:13,213 basehttp 19352 6178910208 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 53273 INFO 2025-09-10 14:18:13,246 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:19:13,253 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:20:13,260 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:21:13,252 basehttp 19352 6178910208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:21:31,324 autoreload 19352 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 14:21:31,795 autoreload 29335 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:22:13,343 basehttp 29335 6122090496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:23:13,257 basehttp 29335 6122090496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:23:53,725 autoreload 29335 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 14:23:54,133 autoreload 30365 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:24:13,317 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:25:13,272 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:26:13,266 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:27:13,274 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:28:13,271 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:29:13,280 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:13,282 basehttp 30365 6133264384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:24,290 autoreload 30365 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 14:30:24,621 autoreload 33245 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:30:51,704 autoreload 33245 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 14:30:52,002 autoreload 33484 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:30:54,415 basehttp 33484 6123892736 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 37643 INFO 2025-09-10 14:30:54,460 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:56,984 basehttp 33484 6123892736 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:30:57,021 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:30:58,316 basehttp 33484 6123892736 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 37643 INFO 2025-09-10 14:30:58,340 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:31:58,459 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:32:58,470 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:33:58,476 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:34:58,478 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:35:58,479 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:36:57,096 basehttp 33484 6123892736 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 37643 INFO 2025-09-10 14:36:57,132 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:37:01,667 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:37:02,266 basehttp 33484 6123892736 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 INFO 2025-09-10 14:37:02,302 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:38:02,310 basehttp 33484 6123892736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:38:26,964 autoreload 33484 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 14:38:27,301 autoreload 37008 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 14:38:29,924 log 37008 6127759360 Internal Server Error: /en/patients/patientprofile/51/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/requests/create/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-10 14:38:29,926 basehttp 37008 6127759360 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 500 179940 ERROR 2025-09-10 14:39:12,267 log 37008 6127759360 Internal Server Error: /en/patients/patientprofile/51/details/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with arguments '(51,)' not found. 1 pattern(s) tried: ['en/appointments/requests/create/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-10 14:39:12,269 basehttp 37008 6127759360 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 500 181139 INFO 2025-09-10 14:39:35,664 basehttp 37008 6127759360 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35354 INFO 2025-09-10 14:39:35,703 basehttp 37008 6127759360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:39:40,253 log 37008 6127759360 Not Found: /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ WARNING 2025-09-10 14:39:40,253 basehttp 37008 6127759360 "GET /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ HTTP/1.1" 404 22102 INFO 2025-09-10 14:40:48,937 autoreload 37008 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 14:40:49,277 autoreload 38093 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 14:40:50,578 log 38093 6171258880 Not Found: /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ WARNING 2025-09-10 14:40:50,578 basehttp 38093 6171258880 "GET /en/appointments/requests/create/acb90537-2a82-457f-b660-c877b2582b57/ HTTP/1.1" 404 35267 INFO 2025-09-10 14:40:52,848 basehttp 38093 6171258880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:40:53,498 basehttp 38093 6171258880 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35362 INFO 2025-09-10 14:40:53,536 basehttp 38093 6171258880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-10 14:40:55,028 log 38093 6171258880 Internal Server Error: /en/appointments/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2128, in get_prep_value return int(value) ^^^^^^^^^^ ValueError: invalid literal for int() with base 10: 'acb90537-2a82-457f-b660-c877b2582b57' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 209, in get_form_kwargs kwargs['patient'] = self.get_patient() ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py", line 32, in get_patient return get_object_or_404( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 90, in get_object_or_404 return queryset.get(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1588, in build_filter condition = self.build_lookup(lookups, col, value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1415, in build_lookup lookup = lookup_class(lhs, rhs) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 38, in __init__ self.rhs = self.get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 410, in get_prep_lookup return super().get_prep_lookup() ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/lookups.py", line 96, in get_prep_lookup return self.lhs.output_field.get_prep_value(self.rhs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2130, in get_prep_value raise e.__class__( ValueError: Field 'id' expected a number but got 'acb90537-2a82-457f-b660-c877b2582b57'. ERROR 2025-09-10 14:40:55,031 basehttp 38093 6171258880 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 500 183840 INFO 2025-09-10 14:42:45,417 autoreload 38093 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 14:42:45,740 autoreload 38969 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:42:47,011 basehttp 38969 6131232768 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:42:47,054 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:43:47,079 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:44:47,059 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:44:58,833 basehttp 38969 6131232768 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:44:58,874 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:45:58,886 basehttp 38969 6131232768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:46:43,158 autoreload 38969 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 14:46:43,504 autoreload 40666 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 14:46:47,189 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:46:47,227 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:46:49,989 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:46:49,989 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:47:47,248 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:48:47,241 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:49:23,642 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 WARNING 2025-09-10 14:49:23,660 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:49:23,660 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:49:23,731 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:49:56,420 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 WARNING 2025-09-10 14:49:56,434 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:49:56,434 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:49:56,507 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:50:06,667 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37643 INFO 2025-09-10 14:50:06,680 basehttp 40666 6155956224 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 14:50:06,683 basehttp 40666 6172782592 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 14:50:06,684 basehttp 40666 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 14:50:06,685 basehttp 40666 6122303488 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 14:50:06,688 log 40666 6155956224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:50:06,688 basehttp 40666 6155956224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:50:06,696 basehttp 40666 6139129856 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 14:50:06,697 basehttp 40666 6122303488 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 14:50:06,699 basehttp 40666 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 14:50:07,571 basehttp 40666 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 14:50:07,572 basehttp 40666 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 14:50:07,572 basehttp 40666 6139129856 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 14:50:07,573 basehttp 40666 6155956224 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 14:50:07,575 basehttp 40666 6122303488 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 14:50:07,576 basehttp 40666 6172782592 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 14:50:07,577 basehttp 40666 6155956224 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 14:50:07,578 basehttp 40666 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 14:50:07,578 basehttp 40666 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 14:50:07,579 basehttp 40666 6139129856 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 14:50:07,579 basehttp 40666 6122303488 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 14:50:07,580 basehttp 40666 6155956224 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 14:50:07,580 basehttp 40666 6172782592 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 14:50:07,581 basehttp 40666 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 14:50:07,582 basehttp 40666 6122303488 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 14:50:07,582 basehttp 40666 6139129856 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 14:50:07,582 basehttp 40666 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 14:50:07,583 basehttp 40666 6155956224 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 14:50:07,583 basehttp 40666 6172782592 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 14:50:07,583 basehttp 40666 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 14:50:07,584 basehttp 40666 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 14:50:07,584 basehttp 40666 6139129856 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 14:50:07,589 basehttp 40666 6139129856 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 14:50:07,598 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:50:07,674 log 40666 13455405056 Not Found: /favicon.ico WARNING 2025-09-10 14:50:07,674 basehttp 40666 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 14:51:07,610 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:51:35,090 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37183 WARNING 2025-09-10 14:51:35,106 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:51:35,106 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:51:35,173 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:52:35,185 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:53:35,189 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:54:35,189 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:54:54,018 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 37183 WARNING 2025-09-10 14:54:54,029 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:54:54,029 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:54:54,071 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 14:55:26,011 basehttp 40666 13455405056 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 14:55:26,029 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:55:26,030 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:56:21,142 basehttp 40666 13455405056 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 14:56:21,154 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:56:21,154 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:56:21,202 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:56:22,775 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:56:22,776 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:56:22,789 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:56:22,789 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 14:58:12,329 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:58:12,330 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:58:12,344 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:12,344 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 14:58:25,688 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:25,689 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:58:25,690 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:58:25,698 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:25,698 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:58:26,334 basehttp 40666 13455405056 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 14:58:26,345 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:26,346 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 14:58:26,398 basehttp 40666 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 14:58:31,206 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:58:31,207 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:58:31,223 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:58:31,223 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 14:59:22,616 log 40666 13455405056 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 14:59:22,617 basehttp 40666 13455405056 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 14:59:22,632 log 40666 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 14:59:22,632 basehttp 40666 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:05:56,124 log 40666 6122303488 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:05:56,124 basehttp 40666 6122303488 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:05:56,139 log 40666 6122303488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:56,139 basehttp 40666 6122303488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:05:58,163 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:58,163 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:05:58,166 basehttp 40666 6122303488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:05:58,171 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:58,171 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:05:58,866 basehttp 40666 6139129856 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 15:05:58,880 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:05:58,880 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:05:58,925 basehttp 40666 6139129856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:06:02,154 log 40666 6139129856 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:06:02,154 basehttp 40666 6139129856 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:06:02,172 log 40666 6139129856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:06:02,173 basehttp 40666 6139129856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:07:39,776 autoreload 40666 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:07:40,226 autoreload 50249 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:07:42,123 log 50249 6148222976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:42,123 basehttp 50249 6148222976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:07:42,131 log 50249 6148222976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:42,131 basehttp 50249 6148222976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:07:42,173 basehttp 50249 6131396608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:07:42,754 basehttp 50249 6131396608 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35365 WARNING 2025-09-10 15:07:42,765 log 50249 6131396608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:42,765 basehttp 50249 6131396608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:07:42,814 basehttp 50249 6131396608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:07:44,639 log 50249 6131396608 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:07:44,640 basehttp 50249 6131396608 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:07:44,658 log 50249 6131396608 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:07:44,658 basehttp 50249 6131396608 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:08:46,271 autoreload 50249 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:08:46,629 autoreload 50790 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:08:48,923 log 50790 6157185024 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:08:48,924 basehttp 50790 6157185024 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 404 22009 WARNING 2025-09-10 15:08:48,939 log 50790 6157185024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:08:48,940 basehttp 50790 6157185024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:09:15,973 autoreload 50790 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:09:16,349 autoreload 51034 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:09:19,292 basehttp 51034 6199259136 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 42157 WARNING 2025-09-10 15:09:19,310 log 51034 6199259136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:09:19,310 basehttp 51034 6199259136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:09:19,361 basehttp 51034 6199259136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:10:19,365 basehttp 51034 6199259136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:10:27,612 autoreload 51034 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:10:27,974 autoreload 51501 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:10:31,915 basehttp 51501 6133854208 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 42157 WARNING 2025-09-10 15:10:31,930 log 51501 6133854208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:10:31,930 basehttp 51501 6133854208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:10:31,975 basehttp 51501 6133854208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:10:42,376 basehttp 51501 6133854208 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 42157 WARNING 2025-09-10 15:10:42,387 log 51501 6133854208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:10:42,388 basehttp 51501 6133854208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:10:42,428 basehttp 51501 6133854208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:11:42,435 basehttp 51501 6133854208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:12:36,297 autoreload 51501 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 15:12:36,638 autoreload 52530 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:12:37,851 log 52530 6195933184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:37,851 basehttp 52530 6195933184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:12:37,864 log 52530 6195933184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:37,864 basehttp 52530 6195933184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 15:12:38,523 log 52530 6195933184 Internal Server Error: /en/appointments/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 51, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'patient' ERROR 2025-09-10 15:12:38,525 basehttp 52530 6195933184 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 500 105013 WARNING 2025-09-10 15:12:38,537 log 52530 6195933184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:38,537 basehttp 52530 6195933184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:12:49,357 autoreload 52530 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 15:12:49,703 autoreload 52616 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:12:51,708 basehttp 52616 6204403712 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:12:51,727 log 52616 6204403712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:12:51,727 basehttp 52616 6204403712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:12:51,764 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:13:51,769 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:14:51,774 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:15:51,776 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:16:51,783 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:17:51,875 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:18:51,873 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:19:51,890 basehttp 52616 6204403712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:20:33,270 autoreload 52616 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/mixins.py changed, reloading. INFO 2025-09-10 15:20:33,606 autoreload 56001 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:20:33,869 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient_id=acb90537-2a82-457f-b660-c877b2582b57 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:20:33,888 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:33,888 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:33,930 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:20:36,081 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:36,082 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:36,812 basehttp 56001 6135410688 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 WARNING 2025-09-10 15:20:36,828 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:36,828 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:36,873 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:20:38,742 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:20:38,763 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:38,763 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:20:38,803 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:20:59,189 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:59,189 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:20:59,212 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:20:59,212 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:04,391 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:21:04,419 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:21:04,419 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:04,450 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:21:44,837 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:21:44,864 log 56001 6135410688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:21:44,865 basehttp 56001 6135410688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:44,906 basehttp 56001 6135410688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:21:52,255 basehttp 56001 6135410688 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 INFO 2025-09-10 15:21:52,268 basehttp 56001 6169063424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 15:21:52,272 basehttp 56001 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 15:21:52,273 basehttp 56001 6135410688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 15:21:52,277 basehttp 56001 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 15:21:52,279 log 56001 6169063424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:21:52,280 basehttp 56001 6169063424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:21:52,283 basehttp 56001 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 15:21:52,284 basehttp 56001 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 15:21:52,284 basehttp 56001 6152237056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 15:21:53,444 basehttp 56001 6152237056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 15:21:53,444 basehttp 56001 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 15:21:53,446 basehttp 56001 6135410688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 15:21:53,446 basehttp 56001 6169063424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 15:21:53,448 basehttp 56001 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 15:21:53,449 basehttp 56001 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 15:21:53,449 basehttp 56001 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 15:21:53,449 basehttp 56001 6135410688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 15:21:53,449 basehttp 56001 6152237056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 15:21:53,451 basehttp 56001 6169063424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 15:21:53,453 basehttp 56001 6135410688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 15:21:53,453 basehttp 56001 13304360960 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 15:21:53,453 basehttp 56001 13321187328 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 15:21:53,453 basehttp 56001 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 15:21:53,453 basehttp 56001 6152237056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 15:21:53,453 basehttp 56001 6169063424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 15:21:53,457 basehttp 56001 6169063424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 15:21:53,457 basehttp 56001 6152237056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 15:21:53,457 basehttp 56001 13304360960 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 15:21:53,457 basehttp 56001 13321187328 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 15:21:53,458 basehttp 56001 6135410688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 15:21:53,458 basehttp 56001 13338013696 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 15:21:53,463 basehttp 56001 6152237056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 15:21:53,494 basehttp 56001 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:21:53,561 log 56001 13304360960 Not Found: /favicon.ico WARNING 2025-09-10 15:21:53,561 basehttp 56001 13304360960 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 15:22:06,626 basehttp 56001 13304360960 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35328 WARNING 2025-09-10 15:22:06,644 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:06,645 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:09,854 basehttp 56001 13304360960 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 WARNING 2025-09-10 15:22:09,874 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:09,874 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:09,917 basehttp 56001 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:22:22,810 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:22,810 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:22:22,822 log 56001 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:22,823 basehttp 56001 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:27,225 basehttp 56001 13304360960 "GET / HTTP/1.1" 302 0 INFO 2025-09-10 15:22:27,249 basehttp 56001 6152237056 "GET /en/ HTTP/1.1" 200 48505 WARNING 2025-09-10 15:22:27,263 log 56001 6152237056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:27,263 basehttp 56001 6152237056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:27,342 basehttp 56001 6152237056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:27,347 basehttp 56001 6135410688 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 15:22:27,347 basehttp 56001 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-10 15:22:27,350 basehttp 56001 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 15:22:31,498 basehttp 56001 13321187328 "GET /en/patients/register/ HTTP/1.1" 200 27289 WARNING 2025-09-10 15:22:31,518 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:31,518 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:31,556 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:22:33,839 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:33,839 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:22:33,848 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:33,849 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:35,969 basehttp 56001 13321187328 "GET /en/patients/register/ HTTP/1.1" 200 27289 WARNING 2025-09-10 15:22:35,987 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:35,987 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:36,031 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:42,384 basehttp 56001 13321187328 "GET /en/patients/ HTTP/1.1" 200 138368 WARNING 2025-09-10 15:22:42,404 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:42,404 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:42,420 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:45,545 basehttp 56001 13321187328 "GET /en/patients/?page=3 HTTP/1.1" 200 39133 WARNING 2025-09-10 15:22:45,566 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:45,566 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:45,612 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:22:55,476 basehttp 56001 13321187328 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 WARNING 2025-09-10 15:22:55,497 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:55,497 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:55,540 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:22:57,111 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:57,111 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:22:57,120 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:57,120 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:58,365 basehttp 56001 13321187328 "GET /en/appointments/requests/create/?patient=51 HTTP/1.1" 200 49156 WARNING 2025-09-10 15:22:58,380 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:22:58,380 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:22:58,421 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:23:05,764 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:05,764 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:05,775 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:05,775 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 15:23:07,635 log 56001 13321187328 Internal Server Error: /en/patients/notes/create/51/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_notes_list' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patient\\-notes/(?P[0-9]+)/\\Z'] ERROR 2025-09-10 15:23:07,637 basehttp 56001 13321187328 "GET /en/patients/notes/create/51/ HTTP/1.1" 500 190288 WARNING 2025-09-10 15:23:07,656 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:07,656 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:09,895 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:09,895 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:09,910 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:09,910 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:11,144 basehttp 56001 13321187328 "GET /en/laboratory/orders/create/?patient=51 HTTP/1.1" 200 36417 WARNING 2025-09-10 15:23:11,169 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:11,171 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:11,210 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:23:13,385 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:13,386 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:13,397 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:13,397 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:15,930 basehttp 56001 13321187328 "GET /en/pharmacy/prescriptions/create/?patient=51 HTTP/1.1" 200 70806 WARNING 2025-09-10 15:23:15,951 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:15,952 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:15,997 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:23:23,968 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:23,968 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:23,977 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:23,977 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:24,832 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:24,832 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:23:24,843 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:24,843 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:31,658 basehttp 56001 13321187328 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35793 WARNING 2025-09-10 15:23:31,676 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:31,677 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:31,720 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:23:36,371 basehttp 56001 13321187328 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 34062 WARNING 2025-09-10 15:23:36,393 log 56001 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:23:36,394 basehttp 56001 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:23:36,432 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:24:36,446 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:25:36,439 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:26:36,453 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:27:36,454 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:28:36,458 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:29:36,472 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:30:36,474 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:31:36,470 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:32:36,482 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:33:36,536 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:34:36,540 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:35:36,534 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:36:36,547 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:37:36,557 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:38:36,557 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:39:36,571 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:40:36,557 basehttp 56001 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:41:18,190 autoreload 56001 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:41:18,712 autoreload 65097 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:41:36,651 basehttp 65097 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:41:59,462 autoreload 65097 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:41:59,959 autoreload 65410 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:42:01,327 log 65410 6121730048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:42:01,327 basehttp 65410 6121730048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:42:02,938 log 65410 6121730048 Not Found: /en/appointments/requests/create/ WARNING 2025-09-10 15:42:02,938 basehttp 65410 6121730048 "GET /en/appointments/requests/create/?patient=40 HTTP/1.1" 404 21978 WARNING 2025-09-10 15:42:02,951 log 65410 6121730048 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:42:02,951 basehttp 65410 6121730048 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:44:47,838 autoreload 65410 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:44:48,202 autoreload 66588 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:44:48,582 basehttp 66588 13035925504 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:44:48,598 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:44:48,599 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:44:48,647 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:44:50,640 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 WARNING 2025-09-10 15:44:50,659 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:44:50,659 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:44:50,701 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:45:33,515 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 WARNING 2025-09-10 15:45:33,526 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:45:33,526 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:45:33,566 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:46:17,512 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 WARNING 2025-09-10 15:46:17,527 log 66588 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:46:17,527 basehttp 66588 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:46:17,570 basehttp 66588 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:46:19,377 basehttp 66588 13035925504 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49156 INFO 2025-09-10 15:46:19,394 basehttp 66588 13069578240 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 15:46:19,395 basehttp 66588 13086404608 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 15:46:19,398 log 66588 13103230976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:46:19,398 basehttp 66588 13103230976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:46:19,402 basehttp 66588 13035925504 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 15:46:19,402 basehttp 66588 13069578240 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 15:46:19,407 basehttp 66588 13052751872 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 15:46:19,409 basehttp 66588 13120057344 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 15:46:19,732 basehttp 66588 13120057344 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 15:46:20,257 basehttp 66588 13035925504 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 15:46:20,257 basehttp 66588 13069578240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 15:46:20,258 basehttp 66588 13120057344 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 15:46:20,258 basehttp 66588 13103230976 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 15:46:20,258 basehttp 66588 13052751872 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 15:46:20,264 basehttp 66588 13103230976 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 15:46:20,264 basehttp 66588 13069578240 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 15:46:20,264 basehttp 66588 13035925504 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 15:46:20,265 basehttp 66588 13052751872 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 15:46:20,265 basehttp 66588 13086404608 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 15:46:20,266 basehttp 66588 13120057344 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 15:46:20,268 basehttp 66588 13086404608 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 15:46:20,268 basehttp 66588 13103230976 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 15:46:20,269 basehttp 66588 13052751872 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 15:46:20,269 basehttp 66588 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 15:46:20,269 basehttp 66588 13120057344 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 15:46:20,270 basehttp 66588 13035925504 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 15:46:20,274 basehttp 66588 13086404608 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 15:46:20,275 basehttp 66588 13120057344 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 15:46:20,275 basehttp 66588 13052751872 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 15:46:20,276 basehttp 66588 13103230976 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 15:46:20,276 basehttp 66588 13069578240 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 15:46:20,282 basehttp 66588 13086404608 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:46:20,289 basehttp 66588 13035925504 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-10 15:46:20,358 log 66588 13035925504 Not Found: /favicon.ico WARNING 2025-09-10 15:46:20,358 basehttp 66588 13035925504 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 15:47:01,470 autoreload 66588 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 15:47:01,847 autoreload 67607 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:47:08,535 basehttp 67607 6137901056 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:47:08,552 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:47:08,552 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:47:08,624 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:47:58,023 basehttp 67607 6137901056 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:47:58,039 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:47:58,039 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:47:58,085 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:48:41,232 basehttp 67607 6137901056 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:48:41,244 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:48:41,244 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:48:48,502 basehttp 67607 6137901056 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:48:48,517 log 67607 6137901056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:48:48,517 basehttp 67607 6137901056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:48:48,559 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:49:48,569 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:50:48,576 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:51:48,568 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:52:48,591 basehttp 67607 6137901056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:52:52,205 autoreload 67607 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:52:52,542 autoreload 70219 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:52:53,784 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:52:53,784 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:52:53,792 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:52:53,792 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:52:54,634 basehttp 70219 6165114880 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:52:54,648 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:52:54,649 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:52:54,696 basehttp 70219 6165114880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:53:43,268 basehttp 70219 6165114880 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:53:43,284 log 70219 6165114880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:53:43,285 basehttp 70219 6165114880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:53:43,332 basehttp 70219 6165114880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:54:31,734 autoreload 70219 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-10 15:54:32,136 autoreload 70994 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:54:34,752 log 70994 6221295616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:34,752 basehttp 70994 6221295616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:54:34,765 log 70994 6221295616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:34,766 basehttp 70994 6221295616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:54:34,818 basehttp 70994 6204469248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:54:35,369 basehttp 70994 6204469248 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:54:35,382 log 70994 6204469248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:35,382 basehttp 70994 6204469248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:54:35,420 basehttp 70994 6204469248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:54:45,120 basehttp 70994 6204469248 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:54:45,138 log 70994 6204469248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:54:45,139 basehttp 70994 6204469248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:54:45,179 basehttp 70994 6204469248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:55:27,691 autoreload 70994 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/patients/views.py changed, reloading. INFO 2025-09-10 15:55:28,067 autoreload 71383 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 15:55:39,752 autoreload 71383 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:55:40,100 autoreload 71471 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:55:41,841 log 71471 6186266624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:41,842 basehttp 71471 6186266624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:55:41,913 log 71471 6186266624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:41,922 basehttp 71471 6186266624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:55:41,922 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:55:42,446 basehttp 71471 6169440256 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:55:42,477 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:42,478 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:55:42,508 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:55:43,936 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:55:43,959 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:55:43,959 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:55:43,992 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:56:11,858 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:56:11,870 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:56:11,870 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:56:11,907 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:56:32,093 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 15:56:32,106 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:56:32,106 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:56:32,149 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:57:30,069 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:57:30,081 log 71471 6169440256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:57:30,082 basehttp 71471 6169440256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:57:30,120 basehttp 71471 6169440256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:57:33,400 basehttp 71471 6169440256 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 INFO 2025-09-10 15:57:33,415 basehttp 71471 6203092992 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 15:57:33,418 basehttp 71471 6219919360 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 15:57:33,422 basehttp 71471 6253572096 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 15:57:33,424 basehttp 71471 6169440256 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 15:57:33,426 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:57:33,426 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:57:33,432 basehttp 71471 6186266624 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 15:57:33,434 basehttp 71471 6236745728 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 15:57:33,444 basehttp 71471 6236745728 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 15:57:34,473 basehttp 71471 6169440256 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 15:57:34,473 basehttp 71471 6203092992 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 15:57:34,474 basehttp 71471 6186266624 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 15:57:34,474 basehttp 71471 6236745728 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 15:57:34,475 basehttp 71471 6253572096 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 15:57:34,477 basehttp 71471 6169440256 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 15:57:34,477 basehttp 71471 6186266624 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 15:57:34,477 basehttp 71471 6236745728 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 15:57:34,479 basehttp 71471 6203092992 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 15:57:34,480 basehttp 71471 6253572096 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 15:57:34,480 basehttp 71471 6219919360 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 15:57:34,481 basehttp 71471 6236745728 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 15:57:34,482 basehttp 71471 6169440256 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 15:57:34,482 basehttp 71471 6186266624 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 15:57:34,483 basehttp 71471 6253572096 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 15:57:34,484 basehttp 71471 6236745728 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 15:57:34,485 basehttp 71471 6219919360 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 15:57:34,486 basehttp 71471 6169440256 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 15:57:34,486 basehttp 71471 6253572096 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 15:57:34,486 basehttp 71471 6236745728 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 15:57:34,487 basehttp 71471 6186266624 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 15:57:34,488 basehttp 71471 6219919360 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 15:57:34,491 basehttp 71471 6203092992 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 15:57:34,521 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:57:34,583 log 71471 6203092992 Not Found: /favicon.ico WARNING 2025-09-10 15:57:34,583 basehttp 71471 6203092992 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 15:57:59,994 basehttp 71471 6203092992 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:58:00,014 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:58:00,015 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:58:00,651 basehttp 71471 6203092992 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:58:00,666 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:58:00,666 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:58:00,719 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:58:02,275 basehttp 71471 6203092992 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:58:02,297 log 71471 6203092992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:58:02,297 basehttp 71471 6203092992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:58:02,337 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:02,345 basehttp 71471 6203092992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:09,397 autoreload 71471 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 15:59:09,826 autoreload 73022 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 15:59:11,140 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:11,141 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:59:11,152 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:11,152 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:11,859 basehttp 73022 6155317248 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:59:11,878 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:11,879 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:11,928 basehttp 73022 6155317248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:15,322 basehttp 73022 6155317248 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:59:15,338 log 73022 6155317248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:15,338 basehttp 73022 6155317248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:15,410 basehttp 73022 6155317248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:16,309 basehttp 73022 6155317248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 15:59:16,311 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:16,311 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 15:59:16,323 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:16,324 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:16,894 basehttp 73022 6172143616 "GET /en/patients/patientprofile/40/details/ HTTP/1.1" 200 35785 WARNING 2025-09-10 15:59:16,907 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:16,908 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:16,957 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:18,325 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49132 WARNING 2025-09-10 15:59:18,343 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:18,344 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:18,384 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:40,392 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49125 WARNING 2025-09-10 15:59:40,403 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:40,403 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:40,443 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 15:59:41,424 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49125 WARNING 2025-09-10 15:59:41,438 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 15:59:41,438 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 15:59:41,477 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:12,421 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49191 WARNING 2025-09-10 16:00:12,435 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:12,436 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:12,480 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:24,584 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 16:00:24,596 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:24,596 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:24,633 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:34,247 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 16:00:34,262 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:34,262 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:34,305 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:00:36,775 basehttp 73022 6172143616 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49163 WARNING 2025-09-10 16:00:36,792 log 73022 6172143616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:00:36,792 basehttp 73022 6172143616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:00:36,835 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:01:36,837 basehttp 73022 6172143616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:01:41,750 autoreload 73022 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:01:42,271 autoreload 74182 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:01:42,775 basehttp 74182 6155513856 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49192 WARNING 2025-09-10 16:01:42,794 log 74182 6155513856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:01:42,795 basehttp 74182 6155513856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:01:42,841 basehttp 74182 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:02:15,720 basehttp 74182 6155513856 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 49360 WARNING 2025-09-10 16:02:15,731 log 74182 6155513856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:02:15,731 basehttp 74182 6155513856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:02:15,782 basehttp 74182 6155513856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:03:10,791 autoreload 74182 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:03:11,310 autoreload 74832 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 16:03:12,288 log 74832 6191853568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:12,289 basehttp 74832 6191853568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:03:12,297 log 74832 6191853568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:12,297 basehttp 74832 6191853568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:03:12,825 log 74832 6191853568 Internal Server Error: /en/appointments/40/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 212, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 220, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 56, in __init__ self.fields['provider'].queryset = Employee.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: address_line_1, address_line_2, annual_salary, certifications, city, country, created_at, created_by, created_by_id, date_of_birth, department, department_id, direct_reports, email, emergency_contact_name, emergency_contact_phone, emergency_contact_relationship, employee_id, employee_number, employment_status, employment_type, first_name, fte_percentage, gender, headed_departments, hire_date, hourly_rate, id, job_title, last_name, license_expiry_date, license_number, marital_status, middle_name, mobile_phone, national_id, notes, performance_reviews, phone, postal_code, preferred_name, schedules, standard_hours_per_week, state, supervisor, supervisor_id, tenant, tenant_id, termination_date, time_entries, training_records, updated_at, user, user_id ERROR 2025-09-10 16:03:12,827 basehttp 74832 6191853568 "GET /en/appointments/40/requests/create/ HTTP/1.1" 500 166918 WARNING 2025-09-10 16:03:12,838 log 74832 6191853568 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:12,839 basehttp 74832 6191853568 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:03:29,273 autoreload 74832 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:03:29,694 autoreload 74991 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 16:03:30,034 log 74991 6132215808 Internal Server Error: /en/appointments/40/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 212, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 220, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 56, in __init__ self.fields['provider'].queryset = Employee.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: address_line_1, address_line_2, annual_salary, certifications, city, country, created_at, created_by, created_by_id, date_of_birth, department, department_id, direct_reports, email, emergency_contact_name, emergency_contact_phone, emergency_contact_relationship, employee_id, employee_number, employment_status, employment_type, first_name, fte_percentage, gender, headed_departments, hire_date, hourly_rate, id, job_title, last_name, license_expiry_date, license_number, marital_status, middle_name, mobile_phone, national_id, notes, performance_reviews, phone, postal_code, preferred_name, schedules, standard_hours_per_week, state, supervisor, supervisor_id, tenant, tenant_id, termination_date, time_entries, training_records, updated_at, user, user_id ERROR 2025-09-10 16:03:30,036 basehttp 74991 6132215808 "GET /en/appointments/40/requests/create/ HTTP/1.1" 500 167259 WARNING 2025-09-10 16:03:30,048 log 74991 6132215808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:03:30,048 basehttp 74991 6132215808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:05:24,601 autoreload 74991 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:05:25,005 autoreload 75842 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:05:26,158 basehttp 75842 6198013952 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:05:26,173 log 75842 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:05:26,173 basehttp 75842 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:05:26,251 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:05:27,764 basehttp 75842 6198013952 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:05:27,776 log 75842 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:05:27,776 basehttp 75842 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:05:27,821 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:06:27,829 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:07:27,837 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:07:55,474 basehttp 75842 6198013952 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:07:55,491 log 75842 6198013952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:07:55,491 basehttp 75842 6198013952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:07:55,542 basehttp 75842 6198013952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:08:48,399 autoreload 75842 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:08:48,840 autoreload 77299 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 16:08:50,006 log 77299 6170062848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:08:50,007 basehttp 77299 6170062848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:08:50,022 log 77299 6170062848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:08:50,022 basehttp 77299 6170062848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:08:50,577 basehttp 77299 6170062848 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:08:50,595 log 77299 6170062848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:08:50,595 basehttp 77299 6170062848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:08:50,643 basehttp 77299 6170062848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:09:09,972 autoreload 77299 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:09:10,342 autoreload 77457 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:09:12,265 basehttp 77457 12918534144 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 74001 WARNING 2025-09-10 16:09:12,281 log 77457 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:09:12,282 basehttp 77457 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:09:12,321 basehttp 77457 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:09:31,531 autoreload 77457 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:09:31,927 autoreload 77621 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:09:32,520 basehttp 77621 6130561024 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 37499 WARNING 2025-09-10 16:09:32,538 log 77621 6130561024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:09:32,538 basehttp 77621 6130561024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:09:32,584 basehttp 77621 6130561024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:09:46,702 autoreload 77621 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 16:09:47,048 autoreload 77782 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:09:47,475 basehttp 77782 6166278144 "GET /en/appointments/40/requests/create/ HTTP/1.1" 200 42363 WARNING 2025-09-10 16:09:47,490 log 77782 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:09:47,490 basehttp 77782 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:09:47,536 basehttp 77782 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:10:47,572 basehttp 77782 6166278144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:11:40,314 log 77782 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:40,315 basehttp 77782 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:45,148 basehttp 77782 6166278144 "GET /en/patients/insurance-info/create/40/ HTTP/1.1" 200 32336 INFO 2025-09-10 16:11:45,162 basehttp 77782 6166278144 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-10 16:11:45,163 basehttp 77782 12901707776 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-10 16:11:45,165 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:45,165 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:45,220 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:11:48,153 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:48,154 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:11:48,164 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:48,164 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:52,159 basehttp 77782 12918534144 "GET /en/patients/40/emergency-contacts/create/ HTTP/1.1" 200 34062 WARNING 2025-09-10 16:11:52,178 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:52,178 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:11:52,218 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:11:59,762 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:59,762 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:11:59,774 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:11:59,774 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:12:00,571 log 77782 12918534144 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:12:00,573 basehttp 77782 12918534144 "GET /en/patients/ HTTP/1.1" 500 199419 WARNING 2025-09-10 16:12:00,588 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:00,588 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:01,564 basehttp 77782 12918534144 "GET /en/patients/register/ HTTP/1.1" 200 27289 WARNING 2025-09-10 16:12:01,581 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:01,582 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:12:02,656 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:12:02,657 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182102 WARNING 2025-09-10 16:12:02,674 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:02,674 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:04,944 basehttp 77782 12918534144 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:12:04,964 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:04,964 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:05,697 basehttp 77782 12918534144 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:12:05,707 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:05,707 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:05,728 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:12:07,785 basehttp 77782 12918534144 "GET /en/emr/encounters/create/?patient=51 HTTP/1.1" 200 55643 WARNING 2025-09-10 16:12:07,810 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:07,811 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:12:07,852 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-10 16:12:24,337 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:12:24,338 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182231 WARNING 2025-09-10 16:12:24,358 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:12:24,358 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:13:38,831 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:13:38,832 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182228 WARNING 2025-09-10 16:13:38,847 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:13:38,848 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 16:13:40,549 log 77782 12918534144 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 16:13:40,550 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 500 182228 WARNING 2025-09-10 16:13:40,566 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:13:40,566 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:14:08,943 basehttp 77782 12918534144 "GET /en/ HTTP/1.1" 200 47913 WARNING 2025-09-10 16:14:08,956 log 77782 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:14:08,956 basehttp 77782 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:14:09,028 basehttp 77782 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:14:09,030 basehttp 77782 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-10 16:14:09,031 basehttp 77782 6166278144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 16:14:09,033 basehttp 77782 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-10 16:14:15,435 basehttp 77782 12901707776 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-10 16:14:15,451 basehttp 77782 6166278144 "GET /en/blood-bank/ HTTP/1.1" 200 28354 INFO 2025-09-10 16:14:15,465 basehttp 77782 12935360512 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-10 16:14:15,465 basehttp 77782 12918534144 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-10 16:14:15,465 basehttp 77782 12952186880 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-10 16:14:15,466 basehttp 77782 12901707776 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-10 16:14:15,470 log 77782 6166278144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:14:15,470 basehttp 77782 6166278144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:14:15,470 basehttp 77782 12918534144 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-10 16:14:15,471 basehttp 77782 12901707776 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-10 16:14:15,527 basehttp 77782 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:15:15,714 autoreload 80231 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:15:17,963 basehttp 80231 6194311168 "GET /en/blood-bank/ HTTP/1.1" 200 118277 WARNING 2025-09-10 16:15:17,984 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:17,984 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:18,041 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:15:31,766 basehttp 80231 6194311168 "GET /en/blood-bank/units/ HTTP/1.1" 200 89282 INFO 2025-09-10 16:15:31,783 basehttp 80231 6211137536 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 16:15:31,785 basehttp 80231 6227963904 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 16:15:31,787 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:31,787 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:31,845 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:15:33,186 basehttp 80231 6194311168 "GET /en/blood-bank/units/create/ HTTP/1.1" 200 55737 WARNING 2025-09-10 16:15:33,206 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:33,206 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:33,256 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:15:51,024 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:51,024 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:15:51,036 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:51,036 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:55,739 basehttp 80231 6194311168 "GET /en/blood-bank/units/92/test/ HTTP/1.1" 200 45097 WARNING 2025-09-10 16:15:55,758 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:15:55,758 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:15:55,805 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:16:55,817 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:17:55,819 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:18:55,918 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:36,876 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 16:19:36,877 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:36,877 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:36,887 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:36,887 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:38,018 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:38,045 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,045 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:38,059 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,059 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:38,587 log 80231 6244790272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,588 basehttp 80231 6244790272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:38,592 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:19:38,593 basehttp 80231 6227963904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-10 16:19:38,593 basehttp 80231 6211137536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-10 16:19:38,599 log 80231 6244790272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:38,599 basehttp 80231 6244790272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:39,841 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:39,842 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:39,844 basehttp 80231 6244790272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:39,852 log 80231 6244790272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:39,852 basehttp 80231 6244790272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:40,768 basehttp 80231 6244790272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:19:40,770 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:40,770 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:19:40,779 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:40,779 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:42,145 basehttp 80231 6211137536 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42522 WARNING 2025-09-10 16:19:42,164 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:19:42,164 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:19:42,211 basehttp 80231 6211137536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:20:18,275 basehttp 80231 6211137536 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 WARNING 2025-09-10 16:20:18,291 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:20:18,291 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:20:18,336 basehttp 80231 6211137536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:20:23,506 basehttp 80231 6211137536 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 INFO 2025-09-10 16:20:23,516 basehttp 80231 6261616640 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 16:20:23,516 basehttp 80231 6194311168 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 16:20:23,519 basehttp 80231 6278443008 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 16:20:23,522 log 80231 6211137536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:20:23,523 basehttp 80231 6211137536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:20:23,528 basehttp 80231 6278443008 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 16:20:23,528 basehttp 80231 6244790272 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 16:20:23,529 basehttp 80231 6194311168 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 16:20:23,532 basehttp 80231 6211137536 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 16:20:23,533 basehttp 80231 6278443008 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 16:20:23,534 basehttp 80231 6244790272 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 16:20:23,535 basehttp 80231 6194311168 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 16:20:23,538 basehttp 80231 6278443008 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 16:20:23,539 basehttp 80231 6211137536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 16:20:23,539 basehttp 80231 6227963904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 16:20:23,539 basehttp 80231 6244790272 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 16:20:23,543 basehttp 80231 6278443008 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 16:20:23,544 basehttp 80231 6244790272 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 16:20:23,544 basehttp 80231 6227963904 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 16:20:23,544 basehttp 80231 6211137536 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 16:20:23,544 basehttp 80231 6261616640 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 16:20:23,545 basehttp 80231 6194311168 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 16:20:23,551 basehttp 80231 6194311168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 16:20:23,551 basehttp 80231 6211137536 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 16:20:23,551 basehttp 80231 6227963904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 16:20:23,551 basehttp 80231 6261616640 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 16:20:23,551 basehttp 80231 6278443008 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 16:20:23,555 basehttp 80231 6227963904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 16:20:23,555 basehttp 80231 6244790272 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 16:20:23,556 basehttp 80231 6278443008 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 16:20:23,556 basehttp 80231 6227963904 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 16:20:23,558 basehttp 80231 6194311168 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 16:20:23,558 basehttp 80231 6211137536 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 16:20:24,668 basehttp 80231 6211137536 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 16:20:24,673 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:20:24,782 log 80231 6194311168 Not Found: /favicon.ico WARNING 2025-09-10 16:20:24,782 basehttp 80231 6194311168 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 16:21:24,686 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:22:24,691 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:23:24,694 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:24:24,693 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:24:35,575 basehttp 80231 6194311168 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42589 WARNING 2025-09-10 16:24:35,587 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:24:35,587 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:24:35,649 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:24:52,867 basehttp 80231 6194311168 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42590 WARNING 2025-09-10 16:24:52,883 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:24:52,883 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:24:52,944 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:25:52,933 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:26:52,936 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:27:27,354 basehttp 80231 6194311168 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42570 INFO 2025-09-10 16:27:27,366 basehttp 80231 6261616640 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 16:27:27,367 basehttp 80231 6244790272 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 16:27:27,367 basehttp 80231 6278443008 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 16:27:27,375 log 80231 6194311168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:27:27,376 basehttp 80231 6194311168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:27:27,377 basehttp 80231 6211137536 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 16:27:27,379 basehttp 80231 6244790272 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 16:27:27,382 basehttp 80231 6278443008 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 16:27:27,382 basehttp 80231 6211137536 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 16:27:27,382 basehttp 80231 6194311168 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 16:27:27,384 basehttp 80231 6244790272 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 16:27:27,386 basehttp 80231 6278443008 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 16:27:27,387 basehttp 80231 6211137536 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 16:27:27,387 basehttp 80231 6227963904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 16:27:27,387 basehttp 80231 6244790272 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 16:27:27,391 basehttp 80231 6211137536 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 16:27:27,392 basehttp 80231 6227963904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 16:27:27,392 basehttp 80231 6244790272 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 16:27:27,393 basehttp 80231 6278443008 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 16:27:27,393 basehttp 80231 6194311168 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 16:27:27,395 basehttp 80231 6227963904 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 16:27:27,395 basehttp 80231 6278443008 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 16:27:27,396 basehttp 80231 6194311168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 16:27:27,396 basehttp 80231 6244790272 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 16:27:27,399 basehttp 80231 6227963904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 16:27:27,400 basehttp 80231 6244790272 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 16:27:27,401 basehttp 80231 6194311168 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 16:27:27,402 basehttp 80231 6278443008 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 16:27:27,402 basehttp 80231 6211137536 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 16:27:27,406 basehttp 80231 6261616640 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 16:27:27,406 basehttp 80231 6227963904 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 16:27:27,406 basehttp 80231 6244790272 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 16:27:27,407 basehttp 80231 6194311168 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 16:27:28,464 basehttp 80231 6194311168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 16:27:28,487 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:27:28,550 log 80231 6194311168 Not Found: /favicon.ico WARNING 2025-09-10 16:27:28,550 basehttp 80231 6194311168 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 16:28:28,489 basehttp 80231 6194311168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:29:24,580 autoreload 80231 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:29:25,121 autoreload 86473 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 16:29:26,086 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:26,086 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:29:26,096 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:26,097 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:29:26,786 basehttp 86473 13052751872 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 16:29:26,803 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:26,803 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:29:26,873 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:29:53,825 basehttp 86473 13052751872 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40166 WARNING 2025-09-10 16:29:53,837 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:29:53,838 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:29:53,880 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:30:53,894 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:14,192 basehttp 86473 13052751872 "POST /en/appointments/51/requests/create/ HTTP/1.1" 200 40174 WARNING 2025-09-10 16:31:14,209 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:14,209 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:14,252 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:30,257 basehttp 86473 13052751872 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40166 WARNING 2025-09-10 16:31:30,272 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:30,273 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:31,496 basehttp 86473 13052751872 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:31:31,511 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:31,511 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:32,173 basehttp 86473 13052751872 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:31:32,187 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:32,188 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:32,234 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:45,265 basehttp 86473 13052751872 "GET /en/appointments/ HTTP/1.1" 200 43100 WARNING 2025-09-10 16:31:45,278 log 86473 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:31:45,278 basehttp 86473 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:31:45,298 basehttp 86473 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:31:45,327 basehttp 86473 13069578240 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 ERROR 2025-09-10 16:32:06,810 log 86473 13069578240 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/appointment_request_list.html, appointments/appointmentrequest_list.html ERROR 2025-09-10 16:32:06,811 basehttp 86473 13069578240 "GET /en/appointments/requests/ HTTP/1.1" 500 105304 WARNING 2025-09-10 16:32:06,828 log 86473 13069578240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:32:06,829 basehttp 86473 13069578240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:32:28,069 autoreload 86473 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:32:28,435 autoreload 87803 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 16:32:28,945 log 87803 6196228096 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_create' not found. 'appointment_request_create' is not a valid view function or pattern name. ERROR 2025-09-10 16:32:28,947 basehttp 87803 6196228096 "GET /en/appointments/requests/ HTTP/1.1" 500 205742 WARNING 2025-09-10 16:32:28,965 log 87803 6196228096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:32:28,965 basehttp 87803 6196228096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:06,196 autoreload 87803 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:33:06,557 autoreload 88119 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:33:07,582 basehttp 88119 6341865472 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-10 16:33:07,595 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:07,595 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:07,692 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:33:09,236 basehttp 88119 6341865472 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-10 16:33:09,253 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:09,253 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:09,306 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:33:22,607 basehttp 88119 6341865472 "GET /en/appointments/requests/?page=86 HTTP/1.1" 200 72418 WARNING 2025-09-10 16:33:22,630 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:22,630 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:22,659 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:33:36,271 basehttp 88119 6341865472 "GET /en/appointments/requests/?page=1 HTTP/1.1" 200 153461 WARNING 2025-09-10 16:33:36,288 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:33:36,288 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:33:36,342 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:34:36,708 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:35:37,727 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:36:38,715 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:37:39,721 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:38:40,716 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:39:29,975 log 88119 6341865472 Not Found: /en/appointments/check-in/2110/ WARNING 2025-09-10 16:39:29,975 basehttp 88119 6341865472 "GET /en/appointments/check-in/2110/ HTTP/1.1" 404 28223 WARNING 2025-09-10 16:39:29,994 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:39:29,994 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:40:03,094 log 88119 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:40:03,094 basehttp 88119 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:40:03,095 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:40:03,100 log 88119 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:40:03,100 basehttp 88119 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:41:03,099 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:42:03,102 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:43:03,110 basehttp 88119 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:43:19,179 autoreload 88119 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 16:43:19,653 autoreload 92610 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:43:22,788 basehttp 92610 6193377280 "GET /en/appointments/slots/available/ HTTP/1.1" 200 450 WARNING 2025-09-10 16:43:22,809 log 92610 6193377280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:43:22,809 basehttp 92610 6193377280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:44:34,969 autoreload 92610 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 16:44:35,336 autoreload 93158 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 16:44:35,837 basehttp 93158 6341865472 "GET /en/appointments/slots/available/ HTTP/1.1" 200 16749 WARNING 2025-09-10 16:44:35,851 log 93158 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:44:35,851 basehttp 93158 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:48:43,189 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:48:43,190 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:48:43,272 basehttp 93158 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 16:48:43,274 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:48:43,274 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:03,878 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:03,878 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:04,527 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:04,527 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:05,201 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:05,202 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 16:49:06,317 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:06,317 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:49:08,590 basehttp 93158 6358691840 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 16:49:08,604 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:08,604 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:49:08,650 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:49:09,500 basehttp 93158 6358691840 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40166 WARNING 2025-09-10 16:49:09,519 log 93158 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 16:49:09,520 basehttp 93158 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 16:49:09,564 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:50:09,577 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:51:09,574 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:52:09,584 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:53:09,580 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:54:09,590 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:55:09,594 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:56:09,588 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:57:09,595 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:58:09,605 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:59:09,602 basehttp 93158 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 16:59:12,566 autoreload 93158 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 16:59:12,953 autoreload 99535 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 17:00:09,655 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:01:09,610 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:02:09,614 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:03:09,619 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:04:09,617 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:05:09,626 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:06:09,628 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:07:09,631 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:08:09,630 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:08:30,470 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40238 WARNING 2025-09-10 17:08:30,485 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:08:30,485 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:08:30,531 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:09:30,545 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:10:06,954 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39497 WARNING 2025-09-10 17:10:06,970 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:10:06,970 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:10:07,014 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:10:14,222 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39497 INFO 2025-09-10 17:10:14,236 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:10:14,239 basehttp 99535 13254275072 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:10:14,240 basehttp 99535 13237448704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-10 17:10:14,242 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:10:14,242 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:10:14,246 basehttp 99535 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:10:14,246 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:10:14,247 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:10:14,251 basehttp 99535 13237448704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:10:14,252 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:10:14,254 basehttp 99535 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:10:14,255 basehttp 99535 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:10:14,256 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:10:14,257 basehttp 99535 13237448704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:10:14,258 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:10:14,259 basehttp 99535 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:10:14,259 basehttp 99535 13237448704 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:10:14,259 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:10:14,261 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:10:14,263 basehttp 99535 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:10:14,263 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:10:14,263 basehttp 99535 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:10:14,263 basehttp 99535 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:10:14,263 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:10:14,265 basehttp 99535 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:10:14,265 basehttp 99535 13203795968 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:10:14,267 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:10:14,268 basehttp 99535 13170143232 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:10:14,268 basehttp 99535 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:10:14,268 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:10:14,268 basehttp 99535 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:10:14,268 basehttp 99535 13203795968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:10:14,460 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:10:14,485 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:10:14,498 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:10:15,126 log 99535 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 17:10:15,126 basehttp 99535 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:11:14,510 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:12:14,501 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:13:14,515 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:13:56,837 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39393 WARNING 2025-09-10 17:13:56,854 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:13:56,854 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:13:56,924 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:14:56,926 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:15:56,939 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:16:56,935 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:17:56,949 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:18:56,850 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:19:56,852 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:20:56,855 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:21:56,857 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:22:56,857 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:23:32,151 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35900 WARNING 2025-09-10 17:23:32,161 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:23:32,161 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:23:32,205 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:23:57,963 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36010 WARNING 2025-09-10 17:23:57,978 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:23:57,978 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:23:58,022 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:24:02,969 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36010 INFO 2025-09-10 17:24:02,980 basehttp 99535 13220622336 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:24:02,981 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:24:02,983 basehttp 99535 13237448704 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:24:02,989 basehttp 99535 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:24:02,989 basehttp 99535 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 17:24:02,992 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:24:02,993 basehttp 99535 13237448704 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 17:24:02,994 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:24:02,996 basehttp 99535 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:24:02,998 basehttp 99535 13237448704 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:24:02,998 basehttp 99535 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:24:03,000 basehttp 99535 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:24:03,000 basehttp 99535 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:24:03,001 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:24:03,003 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:24:03,004 basehttp 99535 13254275072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:24:03,004 basehttp 99535 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:24:03,004 basehttp 99535 13237448704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:24:03,007 basehttp 99535 13186969600 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:24:03,008 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:24:03,008 basehttp 99535 13170143232 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:24:03,008 basehttp 99535 13254275072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:24:03,008 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:24:03,009 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:24:03,009 basehttp 99535 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:24:03,013 basehttp 99535 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:24:03,013 basehttp 99535 13186969600 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:24:03,013 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:24:03,014 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:24:03,014 basehttp 99535 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:24:03,014 basehttp 99535 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:24:03,016 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:24:03,231 basehttp 99535 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:24:04,118 basehttp 99535 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:24:04,127 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:24:04,215 log 99535 13237448704 Not Found: /favicon.ico WARNING 2025-09-10 17:24:04,216 basehttp 99535 13237448704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:24:05,517 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36010 WARNING 2025-09-10 17:24:05,532 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:24:05,533 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:24:05,600 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:25:05,608 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:26:05,606 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:26:19,999 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 34359 WARNING 2025-09-10 17:26:20,019 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:26:20,019 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:26:20,050 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:26:26,559 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 34359 INFO 2025-09-10 17:26:26,570 basehttp 99535 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:26:26,572 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:26:26,574 basehttp 99535 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:26:26,578 basehttp 99535 13237448704 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:26:26,579 basehttp 99535 13186969600 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:26:26,581 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:26:26,584 basehttp 99535 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:26:26,584 basehttp 99535 13237448704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:26:26,585 basehttp 99535 13254275072 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 WARNING 2025-09-10 17:26:26,588 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:26:26,589 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:26:26,589 basehttp 99535 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:26:26,589 basehttp 99535 13254275072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:26:26,592 basehttp 99535 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:26:26,592 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:26:26,592 basehttp 99535 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:26:26,592 basehttp 99535 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:26:26,598 basehttp 99535 13186969600 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:26:26,598 basehttp 99535 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:26:26,598 basehttp 99535 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:26:26,599 basehttp 99535 13237448704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:26:26,599 basehttp 99535 13254275072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:26:26,600 basehttp 99535 13220622336 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:26:26,601 basehttp 99535 13237448704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:26:26,602 basehttp 99535 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:26:26,602 basehttp 99535 13254275072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:26:26,603 basehttp 99535 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:26:26,604 basehttp 99535 13220622336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:26:26,604 basehttp 99535 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:26:26,604 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:26:26,605 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:26:26,605 basehttp 99535 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:26:26,605 basehttp 99535 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:26:27,657 basehttp 99535 13170143232 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:26:27,667 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:26:27,760 log 99535 13170143232 Not Found: /favicon.ico WARNING 2025-09-10 17:26:27,760 basehttp 99535 13170143232 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:26:31,016 basehttp 99535 13170143232 "GET /en/appointments/slots/available/?provider=5 HTTP/1.1" 200 160 INFO 2025-09-10 17:26:34,997 basehttp 99535 13170143232 "GET /en/appointments/slots/available/?provider=5 HTTP/1.1" 200 160 INFO 2025-09-10 17:27:27,670 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:27:51,538 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 34432 WARNING 2025-09-10 17:27:51,550 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:27:51,550 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:27:51,609 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:28:51,609 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:28:55,493 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 17:28:55,506 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:28:55,506 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:28:55,545 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:29:55,557 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:30:55,560 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:31:55,567 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:32:55,563 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:33:55,682 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:34:55,687 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:35:55,691 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:36:55,694 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:37:55,694 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:38:55,701 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:39:48,175 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38910 WARNING 2025-09-10 17:39:48,187 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:39:48,187 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:39:48,225 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:40:48,235 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:41:48,243 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:42:48,248 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:43:48,249 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:44:24,731 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36176 INFO 2025-09-10 17:44:24,741 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:44:24,744 basehttp 99535 13254275072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:44:24,745 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:44:24,749 basehttp 99535 13237448704 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:44:24,752 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:44:24,753 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 17:44:24,754 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:44:24,755 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:44:24,756 basehttp 99535 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:44:24,757 basehttp 99535 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:44:24,757 basehttp 99535 13170143232 - Broken pipe from ('127.0.0.1', 56976) INFO 2025-09-10 17:44:24,758 basehttp 99535 13254275072 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:44:24,759 basehttp 99535 13220622336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:44:24,759 basehttp 99535 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:44:24,761 basehttp 99535 13271101440 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:44:24,763 basehttp 99535 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:44:24,763 basehttp 99535 13271101440 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:44:24,764 basehttp 99535 13220622336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:44:24,766 basehttp 99535 13254275072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:44:24,767 basehttp 99535 13271101440 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:44:24,767 basehttp 99535 13220622336 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:44:24,767 basehttp 99535 13237448704 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:44:24,767 basehttp 99535 13254275072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:44:24,770 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:44:24,772 basehttp 99535 13271101440 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:44:24,772 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:44:24,772 basehttp 99535 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:44:24,774 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:44:24,774 basehttp 99535 13271101440 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:44:24,774 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:44:24,776 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:44:24,776 basehttp 99535 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:44:24,777 basehttp 99535 13254275072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:44:24,777 basehttp 99535 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:44:25,655 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:44:25,663 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:44:25,949 log 99535 13254275072 Not Found: /favicon.ico WARNING 2025-09-10 17:44:25,949 basehttp 99535 13254275072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:45:25,672 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:46:25,679 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:47:25,683 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:48:25,682 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:48:57,620 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36167 WARNING 2025-09-10 17:48:57,632 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:48:57,632 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:48:57,692 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:49:02,984 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36167 INFO 2025-09-10 17:49:02,992 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:49:02,997 basehttp 99535 13254275072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:49:02,997 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:49:02,999 basehttp 99535 13237448704 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:49:03,002 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:49:03,003 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:49:03,005 basehttp 99535 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:49:03,005 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:49:03,011 basehttp 99535 13254275072 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:49:03,011 basehttp 99535 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:49:03,011 basehttp 99535 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:49:03,012 basehttp 99535 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:49:03,015 basehttp 99535 13254275072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:49:03,016 basehttp 99535 13220622336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:49:03,016 basehttp 99535 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:49:03,018 basehttp 99535 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:49:03,019 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:49:03,020 basehttp 99535 13220622336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:49:03,020 basehttp 99535 13237448704 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:49:03,022 basehttp 99535 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:49:03,023 basehttp 99535 13220622336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:49:03,023 basehttp 99535 13254275072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:49:03,024 basehttp 99535 13237448704 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:49:03,025 basehttp 99535 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:49:03,026 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:49:03,026 basehttp 99535 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:49:03,027 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:49:03,029 basehttp 99535 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:49:03,029 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:49:03,030 basehttp 99535 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:49:03,030 basehttp 99535 13237448704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:49:03,031 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:49:03,031 basehttp 99535 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:49:04,058 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:49:04,077 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:49:04,298 log 99535 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 17:49:04,299 basehttp 99535 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:50:04,074 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:51:04,089 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:52:04,090 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:52:31,443 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 WARNING 2025-09-10 17:52:31,454 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:52:31,454 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:52:31,516 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:52:43,685 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 INFO 2025-09-10 17:52:43,696 basehttp 99535 13220622336 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:52:43,698 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:52:43,700 basehttp 99535 13170143232 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:52:43,706 log 99535 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:52:43,707 basehttp 99535 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:52:43,707 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:52:43,709 basehttp 99535 13170143232 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:52:43,710 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:52:43,712 basehttp 99535 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:52:43,713 basehttp 99535 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:52:43,713 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:52:43,714 basehttp 99535 13170143232 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:52:43,716 basehttp 99535 13254275072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:52:43,716 basehttp 99535 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:52:43,718 basehttp 99535 13170143232 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:52:43,718 basehttp 99535 13203795968 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:52:43,719 basehttp 99535 13254275072 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:52:43,720 basehttp 99535 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:52:43,722 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:52:43,722 basehttp 99535 13254275072 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:52:43,723 basehttp 99535 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:52:43,723 basehttp 99535 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:52:43,724 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:52:43,725 basehttp 99535 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:52:43,726 basehttp 99535 13254275072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:52:43,726 basehttp 99535 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:52:43,727 basehttp 99535 13203795968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:52:43,728 basehttp 99535 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:52:43,729 basehttp 99535 13254275072 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:52:43,729 basehttp 99535 13170143232 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:52:43,730 basehttp 99535 13237448704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:52:43,731 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:52:44,259 basehttp 99535 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:52:44,842 basehttp 99535 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:52:44,849 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:52:44,934 log 99535 13237448704 Not Found: /favicon.ico WARNING 2025-09-10 17:52:44,935 basehttp 99535 13237448704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:53:44,864 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:54:08,935 basehttp 99535 13237448704 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 17:54:08,951 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:54:08,951 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:54:10,919 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 WARNING 2025-09-10 17:54:10,935 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:54:10,936 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:54:10,985 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:55:10,992 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:55:54,615 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36148 INFO 2025-09-10 17:55:54,626 basehttp 99535 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:55:54,628 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:55:54,629 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 17:55:54,637 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:55:54,637 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:55:54,638 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:55:54,638 basehttp 99535 13220622336 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:55:54,640 basehttp 99535 13254275072 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:55:54,643 basehttp 99535 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:55:54,643 basehttp 99535 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:55:54,643 basehttp 99535 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:55:54,646 basehttp 99535 13220622336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:55:54,646 basehttp 99535 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:55:54,646 basehttp 99535 13254275072 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:55:54,649 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:55:54,650 basehttp 99535 13237448704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:55:54,650 basehttp 99535 13254275072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:55:54,651 basehttp 99535 13220622336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:55:54,652 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:55:54,653 basehttp 99535 13237448704 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:55:54,653 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:55:54,654 basehttp 99535 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:55:54,656 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:55:54,656 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:55:54,657 basehttp 99535 13254275072 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:55:54,658 basehttp 99535 13220622336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:55:54,659 basehttp 99535 13203795968 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:55:54,660 basehttp 99535 13237448704 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:55:54,660 basehttp 99535 13254275072 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:55:54,660 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:55:54,661 basehttp 99535 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:55:54,663 basehttp 99535 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:55:55,140 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:55:55,159 basehttp 99535 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:55:55,174 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:55:55,424 log 99535 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 17:55:55,424 basehttp 99535 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:56:28,345 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 36130 WARNING 2025-09-10 17:56:28,361 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:56:28,361 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:56:28,420 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:57:27,089 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40665 WARNING 2025-09-10 17:57:27,109 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:57:27,109 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:57:27,146 basehttp 99535 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:57:49,757 basehttp 99535 13186969600 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40665 INFO 2025-09-10 17:57:49,766 basehttp 99535 13254275072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:57:49,768 basehttp 99535 13237448704 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:57:49,769 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:57:49,774 basehttp 99535 13186969600 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:57:49,775 basehttp 99535 13237448704 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:57:49,778 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:57:49,779 basehttp 99535 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:57:49,781 basehttp 99535 13237448704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 WARNING 2025-09-10 17:57:49,783 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:57:49,784 basehttp 99535 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 WARNING 2025-09-10 17:57:49,784 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:57:49,786 basehttp 99535 13203795968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:57:49,786 basehttp 99535 13237448704 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:57:49,789 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:57:49,789 basehttp 99535 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:57:49,791 basehttp 99535 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:57:49,791 basehttp 99535 13254275072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:57:49,793 basehttp 99535 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:57:49,793 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:57:49,795 basehttp 99535 13254275072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:57:49,795 basehttp 99535 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:57:49,796 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:57:49,796 basehttp 99535 13203795968 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:57:49,798 basehttp 99535 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:57:49,798 basehttp 99535 13254275072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:57:49,799 basehttp 99535 13186969600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:57:49,799 basehttp 99535 13237448704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:57:49,801 basehttp 99535 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:57:49,802 basehttp 99535 13237448704 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:57:49,802 basehttp 99535 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:57:49,802 basehttp 99535 13254275072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:57:49,804 basehttp 99535 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:57:49,804 basehttp 99535 13220622336 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:57:50,309 basehttp 99535 13220622336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:57:50,315 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:57:50,396 log 99535 13170143232 Not Found: /favicon.ico WARNING 2025-09-10 17:57:50,396 basehttp 99535 13170143232 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:58:26,589 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40590 INFO 2025-09-10 17:58:26,597 basehttp 99535 13237448704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:58:26,599 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:58:26,600 basehttp 99535 13186969600 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 17:58:26,606 log 99535 13220622336 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 17:58:26,606 basehttp 99535 13170143232 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 17:58:26,606 basehttp 99535 13220622336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:58:26,608 basehttp 99535 13186969600 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 17:58:26,609 basehttp 99535 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:58:26,611 basehttp 99535 13170143232 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:58:26,612 basehttp 99535 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:58:26,613 basehttp 99535 13220622336 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:58:26,614 basehttp 99535 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:58:26,614 basehttp 99535 13203795968 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:58:26,616 basehttp 99535 13220622336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:58:26,616 basehttp 99535 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:58:26,617 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:58:26,617 basehttp 99535 13186969600 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:58:26,620 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:58:26,620 basehttp 99535 13170143232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:58:26,622 basehttp 99535 13186969600 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:58:26,624 basehttp 99535 13170143232 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:58:26,624 basehttp 99535 13203795968 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:58:26,624 basehttp 99535 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:58:26,626 basehttp 99535 13186969600 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:58:26,627 basehttp 99535 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:58:26,627 basehttp 99535 13203795968 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:58:26,628 basehttp 99535 13220622336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:58:26,630 basehttp 99535 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:58:26,630 basehttp 99535 13186969600 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:58:26,630 basehttp 99535 13170143232 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:58:26,631 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:58:26,631 basehttp 99535 13254275072 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:58:26,631 basehttp 99535 13237448704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:58:27,138 basehttp 99535 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:58:27,146 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 17:58:27,443 log 99535 13237448704 Not Found: /favicon.ico WARNING 2025-09-10 17:58:27,444 basehttp 99535 13237448704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 17:59:27,145 basehttp 99535 13237448704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 17:59:59,434 basehttp 99535 13237448704 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40674 INFO 2025-09-10 17:59:59,442 basehttp 99535 13237448704 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 17:59:59,446 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 17:59:59,446 basehttp 99535 13237448704 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 17:59:59,449 basehttp 99535 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 17:59:59,452 basehttp 99535 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 17:59:59,452 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 17:59:59,460 log 99535 13237448704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 17:59:59,461 basehttp 99535 13237448704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 17:59:59,463 basehttp 99535 13220622336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 17:59:59,463 basehttp 99535 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 17:59:59,463 basehttp 99535 13254275072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 17:59:59,465 basehttp 99535 13203795968 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 17:59:59,466 basehttp 99535 13220622336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 17:59:59,467 basehttp 99535 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 17:59:59,468 basehttp 99535 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 17:59:59,469 basehttp 99535 13254275072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 17:59:59,469 basehttp 99535 13220622336 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 17:59:59,470 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 17:59:59,470 basehttp 99535 13170143232 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 17:59:59,471 basehttp 99535 13237448704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 17:59:59,471 basehttp 99535 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 17:59:59,473 basehttp 99535 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 17:59:59,473 basehttp 99535 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 17:59:59,473 basehttp 99535 13254275072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 17:59:59,475 basehttp 99535 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 17:59:59,476 basehttp 99535 13237448704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 17:59:59,476 basehttp 99535 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 17:59:59,476 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 17:59:59,477 basehttp 99535 13186969600 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 17:59:59,477 basehttp 99535 13254275072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 17:59:59,478 basehttp 99535 13170143232 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 17:59:59,478 basehttp 99535 13237448704 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 17:59:59,478 basehttp 99535 13220622336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 17:59:59,970 basehttp 99535 13237448704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 17:59:59,989 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:00:00,055 log 99535 13170143232 Not Found: /favicon.ico WARNING 2025-09-10 18:00:00,056 basehttp 99535 13170143232 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:00:06,527 basehttp 99535 13170143232 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40674 INFO 2025-09-10 18:00:06,537 basehttp 99535 13254275072 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:00:06,537 basehttp 99535 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:00:06,539 basehttp 99535 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 18:00:06,544 log 99535 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:00:06,545 basehttp 99535 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:00:06,547 basehttp 99535 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:00:06,548 basehttp 99535 13237448704 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:00:06,549 basehttp 99535 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:00:06,550 basehttp 99535 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:00:06,551 basehttp 99535 13237448704 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:00:06,551 basehttp 99535 13170143232 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:00:06,552 basehttp 99535 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:00:06,555 basehttp 99535 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:00:06,555 basehttp 99535 13203795968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:00:06,555 basehttp 99535 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:00:06,558 basehttp 99535 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:00:06,558 basehttp 99535 13237448704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:00:06,560 basehttp 99535 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:00:06,561 basehttp 99535 13170143232 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:00:06,562 basehttp 99535 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:00:06,563 basehttp 99535 13237448704 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:00:06,564 basehttp 99535 13203795968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:00:06,565 basehttp 99535 13186969600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:00:06,565 basehttp 99535 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:00:06,565 basehttp 99535 13237448704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:00:06,566 basehttp 99535 13203795968 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:00:06,570 basehttp 99535 13237448704 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:00:06,570 basehttp 99535 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:00:06,570 basehttp 99535 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:00:06,573 basehttp 99535 13203795968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:00:06,574 basehttp 99535 13170143232 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:00:06,575 basehttp 99535 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:00:06,576 basehttp 99535 13254275072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:00:07,063 basehttp 99535 13254275072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:00:07,087 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:00:07,153 log 99535 13254275072 Not Found: /favicon.ico WARNING 2025-09-10 18:00:07,154 basehttp 99535 13254275072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:01:03,331 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40674 WARNING 2025-09-10 18:01:03,352 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:01:03,352 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:01:03,414 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:02:03,429 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:02:41,561 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40590 INFO 2025-09-10 18:02:41,572 basehttp 99535 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:02:41,572 basehttp 99535 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:02:41,577 basehttp 99535 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:02:41,580 basehttp 99535 13170143232 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:02:41,581 basehttp 99535 13254275072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:02:41,582 basehttp 99535 13203795968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 18:02:41,590 log 99535 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:02:41,590 basehttp 99535 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:02:41,591 basehttp 99535 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:02:41,593 basehttp 99535 13170143232 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:02:41,593 basehttp 99535 13254275072 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:02:41,595 basehttp 99535 13203795968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:02:41,596 basehttp 99535 13254275072 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:02:41,598 basehttp 99535 13254275072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:02:41,598 basehttp 99535 13203795968 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:02:41,599 basehttp 99535 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:02:41,601 basehttp 99535 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:02:41,601 basehttp 99535 13170143232 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:02:41,601 basehttp 99535 13254275072 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:02:41,602 basehttp 99535 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:02:41,603 basehttp 99535 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:02:41,606 basehttp 99535 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:02:41,606 basehttp 99535 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:02:41,607 basehttp 99535 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:02:41,608 basehttp 99535 13237448704 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:02:41,608 basehttp 99535 13186969600 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:02:41,608 basehttp 99535 13254275072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:02:41,610 basehttp 99535 13170143232 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:02:41,611 basehttp 99535 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:02:41,611 basehttp 99535 13220622336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:02:41,611 basehttp 99535 13237448704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:02:41,611 basehttp 99535 13186969600 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:02:41,612 basehttp 99535 13254275072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:02:42,079 basehttp 99535 13254275072 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:02:42,149 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:02:42,173 log 99535 13254275072 Not Found: /favicon.ico WARNING 2025-09-10 18:02:42,173 basehttp 99535 13254275072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:03:42,113 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:04:42,116 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:04:56,272 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40584 WARNING 2025-09-10 18:04:56,291 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:04:56,291 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:04:56,351 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:05:01,371 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40584 WARNING 2025-09-10 18:05:01,385 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:05:01,386 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:05:01,434 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:05:40,611 basehttp 99535 13254275072 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40584 WARNING 2025-09-10 18:05:40,625 log 99535 13254275072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:05:40,625 basehttp 99535 13254275072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:05:40,695 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:06:40,687 basehttp 99535 13254275072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:06:43,317 basehttp 99535 13254275072 "GET /en/admin/patients/patientprofile/?q=1129632798 HTTP/1.1" 200 80477 INFO 2025-09-10 18:06:43,324 basehttp 99535 13237448704 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-10 18:06:43,325 basehttp 99535 13186969600 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-10 18:06:43,325 basehttp 99535 13203795968 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-10 18:06:43,326 basehttp 99535 13220622336 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-10 18:06:43,327 basehttp 99535 13254275072 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-10 18:06:43,329 basehttp 99535 13203795968 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-10 18:06:43,329 basehttp 99535 13237448704 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-10 18:06:43,331 basehttp 99535 13220622336 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-10 18:06:43,332 basehttp 99535 13220622336 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-10 18:06:43,333 basehttp 99535 13203795968 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-10 18:06:43,333 basehttp 99535 13237448704 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-10 18:06:43,333 basehttp 99535 13254275072 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-10 18:06:43,334 basehttp 99535 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 18:06:43,335 basehttp 99535 13254275072 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-10 18:06:43,336 basehttp 99535 13237448704 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-10 18:06:43,337 basehttp 99535 13186969600 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-10 18:06:43,339 basehttp 99535 13220622336 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-10 18:06:43,339 basehttp 99535 13186969600 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-10 18:06:43,341 basehttp 99535 13186969600 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-10 18:06:43,352 basehttp 99535 13186969600 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-10 18:06:43,352 basehttp 99535 13186969600 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-10 18:06:43,353 basehttp 99535 13220622336 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-10 18:06:46,700 basehttp 99535 13220622336 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 169581 INFO 2025-09-10 18:06:46,707 basehttp 99535 13186969600 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-10 18:06:46,712 basehttp 99535 13220622336 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 18:06:46,724 basehttp 99535 13220622336 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-10 18:06:54,918 basehttp 99535 13220622336 "GET /en/admin/appointments/slotavailability/?p=8 HTTP/1.1" 200 172160 INFO 2025-09-10 18:06:54,935 basehttp 99535 13220622336 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 18:07:40,708 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:08:40,698 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:09:40,705 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:10:40,702 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:11:40,710 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:12:40,710 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:13:40,719 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:14:40,723 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:15:40,727 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:16:40,730 basehttp 99535 13220622336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:17:40,744 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:18:40,670 basehttp 99535 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:19:37,253 autoreload 99535 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:19:37,800 autoreload 35604 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:19:40,697 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:20:40,664 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:21:40,667 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:22:40,665 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:23:40,673 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:24:40,672 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:25:40,677 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:26:40,672 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:27:40,680 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:28:40,683 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:29:40,686 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:30:40,680 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:31:40,678 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:32:40,684 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:33:40,693 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:34:40,684 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:35:40,696 basehttp 35604 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:35:56,030 autoreload 35604 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:35:56,414 autoreload 43154 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:36:40,733 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:37:40,689 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:38:40,700 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:39:40,694 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:40:40,706 basehttp 43154 6133870592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:41:35,787 autoreload 43154 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:41:36,124 autoreload 45616 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:41:36,515 basehttp 45616 6134951936 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40606 WARNING 2025-09-10 18:41:36,535 log 45616 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:41:36,535 basehttp 45616 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:41:36,585 basehttp 45616 6134951936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:42:36,598 basehttp 45616 6134951936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:43:23,242 basehttp 45616 6134951936 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41073 WARNING 2025-09-10 18:43:23,262 log 45616 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:43:23,263 basehttp 45616 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:43:23,303 basehttp 45616 6134951936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:43:29,124 basehttp 45616 6134951936 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41073 INFO 2025-09-10 18:43:29,141 basehttp 45616 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-10 18:43:29,144 log 45616 6134951936 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 18:43:29,145 basehttp 45616 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:43:29,145 basehttp 45616 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 18:43:29,145 basehttp 45616 6134951936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:43:29,149 basehttp 45616 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:43:29,151 basehttp 45616 6151778304 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:43:29,152 basehttp 45616 13170143232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:43:29,153 basehttp 45616 6134951936 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:43:29,154 basehttp 45616 13203795968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:43:29,158 basehttp 45616 6134951936 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:43:29,158 basehttp 45616 6151778304 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:43:29,158 basehttp 45616 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:43:29,161 basehttp 45616 13203795968 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:43:29,162 basehttp 45616 6134951936 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:43:29,164 basehttp 45616 13170143232 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:43:29,164 basehttp 45616 6151778304 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:43:29,166 basehttp 45616 13203795968 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:43:29,166 basehttp 45616 6134951936 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:43:29,167 basehttp 45616 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:43:29,167 basehttp 45616 6151778304 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:43:29,167 basehttp 45616 6168604672 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:43:29,168 basehttp 45616 13186969600 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:43:29,170 basehttp 45616 6134951936 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:43:29,170 basehttp 45616 6168604672 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:43:29,171 basehttp 45616 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:43:29,172 basehttp 45616 13170143232 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:43:29,174 basehttp 45616 6151778304 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:43:29,174 basehttp 45616 6168604672 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:43:29,174 basehttp 45616 6134951936 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:43:29,174 basehttp 45616 13203795968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:43:29,174 basehttp 45616 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:43:30,001 basehttp 45616 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:43:30,026 basehttp 45616 13186969600 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:43:30,079 basehttp 45616 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:43:30,133 log 45616 13186969600 Not Found: /favicon.ico WARNING 2025-09-10 18:43:30,133 basehttp 45616 13186969600 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:44:30,056 basehttp 45616 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:45:30,066 basehttp 45616 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:46:24,603 autoreload 45616 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:46:24,967 autoreload 47800 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 18:46:26,008 log 47800 6158839808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:46:26,008 basehttp 47800 6158839808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 18:46:26,015 log 47800 6158839808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:46:26,015 basehttp 47800 6158839808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:46:26,957 basehttp 47800 6158839808 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41073 WARNING 2025-09-10 18:46:26,975 log 47800 6158839808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:46:26,975 basehttp 47800 6158839808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:46:27,048 basehttp 47800 6158839808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:47:04,739 autoreload 47800 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 18:47:05,113 autoreload 48035 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:47:25,060 autoreload 48035 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 18:47:25,411 autoreload 48202 8682856640 Watching for file changes with StatReloader ERROR 2025-09-10 18:47:33,171 log 48202 6171865088 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 18:47:33,173 basehttp 48202 6171865088 "GET /en/patients/?page=3 HTTP/1.1" 500 169058 WARNING 2025-09-10 18:47:33,183 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:33,183 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 18:47:33,754 log 48202 6171865088 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 18:47:33,755 basehttp 48202 6171865088 "GET /en/patients/?page=3 HTTP/1.1" 500 169326 WARNING 2025-09-10 18:47:33,770 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:33,771 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:37,619 basehttp 48202 6171865088 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 18:47:37,635 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:37,635 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:39,097 basehttp 48202 6171865088 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 18:47:39,114 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:39,115 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:39,158 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:47:40,801 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40585 WARNING 2025-09-10 18:47:40,815 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:47:40,815 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:47:40,862 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:48:27,871 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40575 WARNING 2025-09-10 18:48:27,890 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:48:27,890 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:48:27,935 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:49:16,991 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 18:49:17,013 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:49:17,013 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:49:17,051 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:50:17,061 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:50:20,781 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 WARNING 2025-09-10 18:50:20,804 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:50:20,804 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:50:20,841 basehttp 48202 6171865088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:50:29,542 basehttp 48202 6171865088 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40655 INFO 2025-09-10 18:50:29,558 basehttp 48202 6392344576 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:50:29,559 basehttp 48202 6358691840 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 18:50:29,560 log 48202 6171865088 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 18:50:29,561 basehttp 48202 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-10 18:50:29,562 basehttp 48202 6171865088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:50:29,566 basehttp 48202 6375518208 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:50:29,567 basehttp 48202 6171865088 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:50:29,567 basehttp 48202 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:50:29,569 basehttp 48202 6392344576 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:50:29,571 basehttp 48202 6375518208 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:50:29,571 basehttp 48202 6171865088 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:50:29,572 basehttp 48202 6325039104 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:50:29,573 basehttp 48202 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:50:29,576 basehttp 48202 6171865088 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:50:29,576 basehttp 48202 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:50:29,577 basehttp 48202 6392344576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:50:29,578 basehttp 48202 6375518208 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:50:29,579 basehttp 48202 6392344576 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:50:29,581 basehttp 48202 6325039104 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:50:29,581 basehttp 48202 6171865088 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:50:29,581 basehttp 48202 6375518208 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:50:29,583 basehttp 48202 6392344576 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:50:29,584 basehttp 48202 6375518208 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:50:29,584 basehttp 48202 6325039104 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:50:29,585 basehttp 48202 6171865088 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:50:29,586 basehttp 48202 6375518208 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:50:29,586 basehttp 48202 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:50:29,588 basehttp 48202 6171865088 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:50:29,589 basehttp 48202 6375518208 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:50:29,589 basehttp 48202 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:50:29,589 basehttp 48202 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:50:29,589 basehttp 48202 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:50:29,591 basehttp 48202 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:50:30,702 basehttp 48202 6358691840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:50:30,776 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:50:30,802 log 48202 6358691840 Not Found: /favicon.ico WARNING 2025-09-10 18:50:30,802 basehttp 48202 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:51:30,727 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:52:30,730 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:53:30,732 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:53:48,808 basehttp 48202 6358691840 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40632 WARNING 2025-09-10 18:53:48,824 log 48202 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:53:48,825 basehttp 48202 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:53:48,894 basehttp 48202 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:53:53,151 basehttp 48202 6358691840 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40632 INFO 2025-09-10 18:53:53,161 basehttp 48202 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:53:53,162 basehttp 48202 6325039104 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:53:53,164 basehttp 48202 6392344576 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:53:53,167 basehttp 48202 6392344576 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:53:53,170 basehttp 48202 6325039104 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:53:53,173 basehttp 48202 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 18:53:53,177 log 48202 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:53:53,177 basehttp 48202 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:53:53,178 basehttp 48202 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:53:53,178 basehttp 48202 6392344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:53:53,179 basehttp 48202 6358691840 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:53:53,182 basehttp 48202 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:53:53,182 basehttp 48202 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:53:53,183 basehttp 48202 6375518208 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:53:53,184 basehttp 48202 6392344576 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:53:53,185 basehttp 48202 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:53:53,185 basehttp 48202 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:53:53,185 basehttp 48202 6375518208 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:53:53,191 basehttp 48202 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:53:53,191 basehttp 48202 6325039104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:53:53,191 basehttp 48202 6392344576 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:53:53,192 basehttp 48202 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:53:53,193 basehttp 48202 6325039104 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:53:53,194 basehttp 48202 6375518208 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:53:53,194 basehttp 48202 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:53:53,194 basehttp 48202 6358691840 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:53:53,194 basehttp 48202 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:53:53,195 basehttp 48202 6171865088 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:53:53,199 basehttp 48202 6358691840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:53:53,199 basehttp 48202 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:53:53,199 basehttp 48202 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:53:53,200 basehttp 48202 6392344576 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:53:53,442 basehttp 48202 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:53:54,300 basehttp 48202 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:53:54,310 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:53:54,396 log 48202 6392344576 Not Found: /favicon.ico WARNING 2025-09-10 18:53:54,397 basehttp 48202 6392344576 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:54:54,322 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:55:54,325 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:56:54,327 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:56:59,021 basehttp 48202 6392344576 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38769 WARNING 2025-09-10 18:56:59,036 log 48202 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:56:59,037 basehttp 48202 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:56:59,108 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:57:00,774 basehttp 48202 6392344576 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38769 WARNING 2025-09-10 18:57:00,787 log 48202 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:57:00,787 basehttp 48202 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:57:00,832 basehttp 48202 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:57:50,346 autoreload 52883 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 18:57:53,957 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40716 INFO 2025-09-10 18:57:53,971 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:57:53,971 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:57:53,974 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 18:57:53,982 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 18:57:53,983 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 18:57:53,983 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:57:53,984 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 18:57:53,985 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:57:53,986 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:57:53,987 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:57:53,987 basehttp 52883 13455405056 - Broken pipe from ('127.0.0.1', 49363) INFO 2025-09-10 18:57:53,987 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:57:53,989 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:57:53,990 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:57:53,992 basehttp 52883 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:57:53,992 basehttp 52883 13522710528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:57:53,992 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:57:53,994 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:57:53,995 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:57:53,996 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:57:53,996 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:57:53,996 basehttp 52883 13489057792 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:57:53,999 basehttp 52883 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:57:53,999 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:57:53,999 basehttp 52883 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:57:54,000 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:57:54,003 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:57:54,003 basehttp 52883 6166245376 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:57:54,004 basehttp 52883 13522710528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:57:54,004 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:57:54,004 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:57:54,005 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:57:54,005 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:57:54,793 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:57:54,822 basehttp 52883 13505884160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:57:54,826 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:57:54,910 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 18:57:54,910 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:58:54,837 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 18:58:58,738 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40641 INFO 2025-09-10 18:58:58,749 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 18:58:58,749 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 18:58:58,751 basehttp 52883 6166245376 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 18:58:58,758 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 18:58:58,758 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 18:58:58,759 basehttp 52883 6166245376 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 18:58:58,759 basehttp 52883 13522710528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 18:58:58,760 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 18:58:58,761 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 18:58:58,763 basehttp 52883 13522710528 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 18:58:58,763 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 18:58:58,764 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 18:58:58,765 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 18:58:58,766 basehttp 52883 13505884160 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 18:58:58,768 basehttp 52883 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 18:58:58,768 basehttp 52883 13522710528 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 18:58:58,769 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 18:58:58,769 basehttp 52883 13505884160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 18:58:58,771 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 18:58:58,771 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 18:58:58,772 basehttp 52883 6166245376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 18:58:58,772 basehttp 52883 13522710528 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 18:58:58,773 basehttp 52883 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 18:58:58,775 basehttp 52883 13505884160 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 18:58:58,775 basehttp 52883 13522710528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 18:58:58,776 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 18:58:58,776 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 18:58:58,778 basehttp 52883 13522710528 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 18:58:58,780 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 18:58:58,780 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 18:58:58,781 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 18:58:58,782 basehttp 52883 13489057792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 18:58:58,782 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 18:58:59,338 basehttp 52883 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 18:58:59,346 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 18:58:59,432 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 18:58:59,432 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 18:59:59,351 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:00:00,931 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40620 WARNING 2025-09-10 19:00:00,953 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:00:00,953 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:00:01,018 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:00:07,112 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40620 INFO 2025-09-10 19:00:07,122 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:00:07,122 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:00:07,125 basehttp 52883 13522710528 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:00:07,132 basehttp 52883 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:00:07,133 basehttp 52883 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:00:07,135 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:00:07,135 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:00:07,136 basehttp 52883 13522710528 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:00:07,138 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:00:07,140 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:00:07,141 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:00:07,141 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:00:07,142 basehttp 52883 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:00:07,144 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:00:07,145 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:00:07,145 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:00:07,146 basehttp 52883 13522710528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:00:07,147 basehttp 52883 13472231424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:00:07,149 basehttp 52883 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:00:07,150 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:00:07,151 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:00:07,151 basehttp 52883 13522710528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:00:07,151 basehttp 52883 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:00:07,154 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:00:07,154 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:00:07,155 basehttp 52883 13522710528 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:00:07,156 basehttp 52883 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:00:07,157 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:00:07,157 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:00:07,158 basehttp 52883 13522710528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:00:07,159 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:00:07,159 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:00:07,311 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:00:07,593 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:00:07,600 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:00:07,697 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:00:07,697 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:00:58,185 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40563 INFO 2025-09-10 19:00:58,195 basehttp 52883 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:00:58,197 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:00:58,198 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:00:58,203 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:00:58,204 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:00:58,206 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:00:58,206 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:00:58,206 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:00:58,207 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:00:58,207 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:00:58,210 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:00:58,210 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:00:58,211 basehttp 52883 13505884160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:00:58,213 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:00:58,214 basehttp 52883 6166245376 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:00:58,214 basehttp 52883 13505884160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:00:58,216 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:00:58,217 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:00:58,218 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:00:58,218 basehttp 52883 6166245376 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:00:58,219 basehttp 52883 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:00:58,220 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:00:58,221 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:00:58,221 basehttp 52883 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:00:58,222 basehttp 52883 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:00:58,223 basehttp 52883 6166245376 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:00:58,224 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:00:58,225 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:00:58,225 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:00:58,226 basehttp 52883 6166245376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:00:58,227 basehttp 52883 13522710528 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:00:58,227 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:00:58,408 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:00:58,658 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:00:58,692 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:00:58,755 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:00:58,755 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:01:58,699 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:02:32,586 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40563 WARNING 2025-09-10 19:02:32,605 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:02:32,605 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:02:32,675 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:02:37,048 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40563 WARNING 2025-09-10 19:02:37,062 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:02:37,062 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:02:37,110 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:03:37,428 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:03:51,449 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40716 WARNING 2025-09-10 19:03:51,463 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:03:51,463 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:03:51,503 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:03:57,268 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40716 INFO 2025-09-10 19:03:57,279 basehttp 52883 13438578688 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:03:57,279 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:03:57,282 basehttp 52883 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:03:57,291 basehttp 52883 13505884160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:03:57,292 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:03:57,292 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:03:57,293 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:03:57,296 basehttp 52883 13522710528 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:03:57,298 basehttp 52883 13505884160 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:03:57,299 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:03:57,302 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:03:57,302 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:03:57,302 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:03:57,303 basehttp 52883 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:03:57,303 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:03:57,306 basehttp 52883 13505884160 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:03:57,307 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:03:57,307 basehttp 52883 13489057792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:03:57,308 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:03:57,310 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:03:57,311 basehttp 52883 6166245376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:03:57,311 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:03:57,311 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:03:57,311 basehttp 52883 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:03:57,312 basehttp 52883 13505884160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:03:57,312 basehttp 52883 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:03:57,314 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:03:57,316 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:03:57,317 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:03:57,317 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:03:57,317 basehttp 52883 6166245376 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:03:57,317 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:03:58,414 basehttp 52883 13438578688 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:03:58,436 basehttp 52883 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:03:58,460 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:03:58,529 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:03:58,530 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:04:39,186 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40750 INFO 2025-09-10 19:04:39,197 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:04:39,198 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:04:39,201 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:04:39,207 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:04:39,208 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:04:39,210 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:04:39,212 basehttp 52883 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:04:39,213 basehttp 52883 13522710528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:04:39,214 basehttp 52883 13505884160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:04:39,216 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:04:39,216 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:04:39,216 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:04:39,217 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:04:39,219 basehttp 52883 13522710528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:04:39,219 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:04:39,220 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:04:39,221 basehttp 52883 13505884160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:04:39,222 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:04:39,223 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:04:39,223 basehttp 52883 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:04:39,224 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:04:39,226 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:04:39,227 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:04:39,228 basehttp 52883 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:04:39,229 basehttp 52883 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:04:39,230 basehttp 52883 13522710528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:04:39,230 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:04:39,231 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:04:39,231 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:04:39,232 basehttp 52883 13522710528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:04:39,232 basehttp 52883 6166245376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:04:39,232 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:04:39,727 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:04:39,748 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:04:39,762 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:04:40,052 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:04:40,053 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:05:07,489 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40747 WARNING 2025-09-10 19:05:07,504 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:05:07,504 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:05:07,575 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:06:07,590 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:06:47,704 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40746 WARNING 2025-09-10 19:06:47,717 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:06:47,717 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:06:47,764 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:07:27,379 basehttp 52883 6166245376 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 19:07:27,394 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:07:27,394 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:28,028 basehttp 52883 6166245376 "GET /en/patients/patientprofile/51/details/ HTTP/1.1" 200 35320 WARNING 2025-09-10 19:07:28,047 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:07:28,048 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:28,090 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:07:29,750 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40748 WARNING 2025-09-10 19:07:29,770 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:07:29,770 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:29,813 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:07:54,415 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40673 INFO 2025-09-10 19:07:54,424 basehttp 52883 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:07:54,429 basehttp 52883 13505884160 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:07:54,429 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:07:54,432 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:07:54,436 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:07:54,437 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:07:54,438 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:07:54,438 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:07:54,440 basehttp 52883 13505884160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:07:54,442 basehttp 52883 6166245376 - Broken pipe from ('127.0.0.1', 51494) INFO 2025-09-10 19:07:54,443 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:07:54,443 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:07:54,445 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:07:54,447 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:07:54,448 basehttp 52883 13505884160 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:07:54,448 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:07:54,449 basehttp 52883 13522710528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:07:54,450 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:07:54,451 basehttp 52883 13505884160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:07:54,452 basehttp 52883 13522710528 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:07:54,452 basehttp 52883 13489057792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:07:54,453 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:07:54,454 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:07:54,456 basehttp 52883 13489057792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:07:54,456 basehttp 52883 13522710528 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:07:54,458 basehttp 52883 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:07:54,458 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:07:54,458 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:07:54,460 basehttp 52883 13522710528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:07:54,461 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:07:54,461 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:07:54,461 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:07:54,462 basehttp 52883 13455405056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:07:54,462 basehttp 52883 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:07:54,768 basehttp 52883 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:07:54,778 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:07:55,085 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:07:55,085 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:08:15,794 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40616 INFO 2025-09-10 19:08:15,805 basehttp 52883 13505884160 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:08:15,807 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:08:15,810 basehttp 52883 13522710528 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:08:15,815 basehttp 52883 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:08:15,817 basehttp 52883 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:08:15,820 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:08:15,821 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 19:08:15,821 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:08:15,821 basehttp 52883 13522710528 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:08:15,824 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:08:15,824 basehttp 52883 13522710528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:08:15,826 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:08:15,826 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:08:15,827 basehttp 52883 13522710528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:08:15,829 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:08:15,829 basehttp 52883 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:08:15,831 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:08:15,832 basehttp 52883 13522710528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:08:15,832 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:08:15,833 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:08:15,834 basehttp 52883 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:08:15,834 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:08:15,836 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:08:15,836 basehttp 52883 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:08:15,838 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:08:15,839 basehttp 52883 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:08:15,839 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:08:15,839 basehttp 52883 13522710528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:08:15,840 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:08:15,840 basehttp 52883 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:08:15,841 basehttp 52883 13472231424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:08:15,843 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:08:15,974 basehttp 52883 13522710528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:08:15,994 basehttp 52883 13522710528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:08:16,006 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:08:16,101 log 52883 13522710528 Not Found: /favicon.ico WARNING 2025-09-10 19:08:16,101 basehttp 52883 13522710528 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:08:41,837 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40595 INFO 2025-09-10 19:08:41,847 basehttp 52883 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:08:41,848 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:08:41,850 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:08:41,858 basehttp 52883 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:08:41,860 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:08:41,861 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:08:41,861 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:08:41,861 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:08:41,863 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:08:41,865 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:08:41,865 basehttp 52883 13522710528 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:08:41,866 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:08:41,866 basehttp 52883 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:08:41,869 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:08:41,869 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:08:41,869 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:08:41,872 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:08:41,872 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:08:41,873 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:08:41,873 basehttp 52883 13522710528 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:08:41,874 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:08:41,877 basehttp 52883 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:08:41,877 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:08:41,878 basehttp 52883 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:08:41,878 basehttp 52883 13522710528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:08:41,879 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:08:41,881 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:08:41,882 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:08:41,882 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:08:41,882 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:08:41,882 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:08:41,883 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:08:42,019 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:08:42,039 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:08:42,052 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:08:42,151 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:08:42,151 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:09:33,881 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 40595 INFO 2025-09-10 19:09:33,893 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:09:33,894 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:09:33,897 basehttp 52883 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:09:33,902 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:09:33,903 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:09:33,905 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:09:33,906 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:09:33,907 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:09:33,909 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:09:33,910 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:09:33,910 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:09:33,910 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:09:33,913 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:09:33,913 basehttp 52883 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:09:33,914 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:09:33,915 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:09:33,916 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:09:33,917 basehttp 52883 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:09:33,917 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:09:33,919 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:09:33,919 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:09:33,921 basehttp 52883 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:09:33,921 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:09:33,922 basehttp 52883 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:09:33,923 basehttp 52883 13505884160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:09:33,924 basehttp 52883 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:09:33,925 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:09:33,926 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:09:33,926 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:09:33,927 basehttp 52883 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:09:33,929 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:09:33,929 basehttp 52883 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:09:33,929 basehttp 52883 13522710528 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:09:34,074 basehttp 52883 13522710528 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:09:34,083 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:09:34,225 log 52883 13522710528 Not Found: /favicon.ico WARNING 2025-09-10 19:09:34,226 basehttp 52883 13522710528 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:10:34,093 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:10:53,948 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39365 WARNING 2025-09-10 19:10:53,962 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:10:53,962 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:10:54,035 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:11:54,050 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:12:13,306 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39365 WARNING 2025-09-10 19:12:13,322 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:12:13,322 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:12:13,366 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:13:13,367 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:13:21,851 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39397 WARNING 2025-09-10 19:13:21,867 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:13:21,867 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:13:21,915 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:14:21,927 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:14:31,911 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39398 WARNING 2025-09-10 19:14:31,928 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:14:31,929 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:14:32,002 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:15:31,974 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:15:53,726 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39433 WARNING 2025-09-10 19:15:53,740 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:15:53,740 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:15:53,782 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:15:54,021 basehttp 52883 13522710528 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39433 WARNING 2025-09-10 19:15:54,035 log 52883 13522710528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:15:54,035 basehttp 52883 13522710528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:15:54,078 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:16:54,086 basehttp 52883 13522710528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:17:29,737 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39478 INFO 2025-09-10 19:17:29,749 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:17:29,751 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:17:29,753 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:17:29,755 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:17:29,760 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:17:29,760 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:17:29,763 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:17:29,765 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:17:29,766 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:17:29,767 basehttp 52883 6166245376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:17:29,767 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:17:29,768 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:17:29,770 basehttp 52883 6166245376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:17:29,771 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:17:29,772 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:17:29,772 basehttp 52883 13455405056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:17:29,774 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:17:29,775 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:17:29,776 basehttp 52883 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:17:29,776 basehttp 52883 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:17:29,777 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:17:29,778 basehttp 52883 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:17:29,778 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:17:29,779 basehttp 52883 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:17:29,780 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:17:29,781 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:17:29,782 basehttp 52883 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:17:29,783 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:17:29,783 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:17:29,784 basehttp 52883 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:17:29,785 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:17:29,785 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:17:30,092 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:17:30,873 basehttp 52883 13505884160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:17:30,880 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:17:31,115 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:17:31,115 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:17:47,536 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39462 WARNING 2025-09-10 19:17:47,553 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:17:47,553 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:17:47,620 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:18:32,703 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39468 WARNING 2025-09-10 19:18:32,719 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:18:32,719 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:18:32,764 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:18:42,842 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 39468 INFO 2025-09-10 19:18:42,854 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:18:42,855 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:18:42,858 basehttp 52883 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:18:42,865 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:18:42,867 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:18:42,868 basehttp 52883 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:18:42,868 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:18:42,868 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:18:42,870 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:18:42,872 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:18:42,873 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:18:42,874 basehttp 52883 13489057792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:18:42,875 basehttp 52883 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:18:42,876 basehttp 52883 13472231424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:18:42,877 basehttp 52883 13438578688 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:18:42,878 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:18:42,878 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:18:42,879 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:18:42,880 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:18:42,881 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:18:42,881 basehttp 52883 13489057792 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:18:42,882 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:18:42,884 basehttp 52883 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:18:42,884 basehttp 52883 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:18:42,884 basehttp 52883 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:18:42,884 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:18:42,887 basehttp 52883 13489057792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:18:42,888 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:18:42,888 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:18:42,889 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:18:42,890 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:18:42,890 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:18:43,361 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:18:43,382 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:18:43,394 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:18:43,476 log 52883 6166245376 Not Found: /favicon.ico WARNING 2025-09-10 19:18:43,476 basehttp 52883 6166245376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:19:43,417 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:20:43,428 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:21:43,425 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:21:44,793 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35757 WARNING 2025-09-10 19:21:44,809 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:21:44,809 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:21:44,881 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:21:55,895 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35757 INFO 2025-09-10 19:21:55,906 basehttp 52883 13438578688 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:21:55,907 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:21:55,910 basehttp 52883 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:21:55,915 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:21:55,916 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:21:55,922 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:21:55,922 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:21:55,922 basehttp 52883 6166245376 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:21:55,922 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:21:55,923 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:21:55,925 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:21:55,925 basehttp 52883 6166245376 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:21:55,928 basehttp 52883 13438578688 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:21:55,928 basehttp 52883 6166245376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:21:55,932 basehttp 52883 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:21:55,933 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:21:55,933 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:21:55,933 basehttp 52883 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:21:55,935 basehttp 52883 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:21:55,936 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:21:55,936 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:21:55,937 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:21:55,939 basehttp 52883 13472231424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:21:55,939 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:21:55,939 basehttp 52883 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:21:55,940 basehttp 52883 6166245376 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:21:55,942 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:21:55,943 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:21:55,943 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:21:55,943 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:21:55,944 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:21:55,945 basehttp 52883 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:21:55,945 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:21:56,997 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:21:57,004 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:21:57,090 log 52883 13472231424 Not Found: /favicon.ico WARNING 2025-09-10 19:21:57,090 basehttp 52883 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:22:15,209 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35751 WARNING 2025-09-10 19:22:15,225 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:22:15,225 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:22:15,295 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:23:15,300 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:23:57,802 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35751 WARNING 2025-09-10 19:23:57,821 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:23:57,821 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:23:57,867 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:24:03,908 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 35751 INFO 2025-09-10 19:24:03,918 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:24:03,919 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:24:03,922 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:24:03,923 basehttp 52883 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:24:03,929 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:24:03,930 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:24:03,930 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:24:03,931 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:24:03,932 basehttp 52883 6166245376 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:24:03,935 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:24:03,936 basehttp 52883 6166245376 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:24:03,937 basehttp 52883 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:24:03,938 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:24:03,939 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:24:03,940 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:24:03,941 basehttp 52883 6166245376 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:24:03,943 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:24:03,945 basehttp 52883 13472231424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:24:03,945 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:24:03,945 basehttp 52883 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:24:03,947 basehttp 52883 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:24:03,947 basehttp 52883 6166245376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:24:03,948 basehttp 52883 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:24:03,949 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:24:03,950 basehttp 52883 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:24:03,950 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:24:03,951 basehttp 52883 6166245376 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:24:03,952 basehttp 52883 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:24:03,953 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:24:03,953 basehttp 52883 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:24:03,954 basehttp 52883 6166245376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:24:03,954 basehttp 52883 13489057792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:24:03,955 basehttp 52883 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:24:04,452 basehttp 52883 13505884160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:24:04,458 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:24:04,542 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:24:04,542 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:25:04,470 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:26:04,464 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:26:08,343 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38979 INFO 2025-09-10 19:26:08,352 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:26:08,352 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:26:08,354 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:26:08,385 basehttp 52883 13489057792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:26:08,386 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:26:08,387 basehttp 52883 13472231424 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:26:08,388 basehttp 52883 13472231424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:26:08,387 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 19:26:08,389 log 52883 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:26:08,391 basehttp 52883 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:26:08,396 basehttp 52883 13438578688 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:26:08,398 basehttp 52883 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:26:08,398 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:26:08,399 basehttp 52883 13455405056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:26:08,401 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:26:08,402 basehttp 52883 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:26:08,402 basehttp 52883 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:26:08,403 basehttp 52883 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:26:08,405 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:26:08,405 basehttp 52883 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:26:08,405 basehttp 52883 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:26:08,406 basehttp 52883 13472231424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:26:08,408 basehttp 52883 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:26:08,408 basehttp 52883 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:26:08,409 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:26:08,409 basehttp 52883 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:26:08,412 basehttp 52883 13455405056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:26:08,414 basehttp 52883 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:26:08,414 basehttp 52883 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:26:08,415 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:26:08,417 basehttp 52883 13505884160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:26:08,417 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:26:08,449 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:26:09,497 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:26:09,525 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:26:09,581 log 52883 6166245376 Not Found: /favicon.ico WARNING 2025-09-10 19:26:09,582 basehttp 52883 6166245376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:27:09,528 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:27:12,899 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38971 WARNING 2025-09-10 19:27:12,920 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:27:12,920 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:27:12,971 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:27:21,303 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38971 WARNING 2025-09-10 19:27:21,326 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:27:21,326 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:27:21,363 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:27:43,727 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38978 WARNING 2025-09-10 19:27:43,743 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:27:43,743 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:27:43,789 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:28:16,130 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38988 WARNING 2025-09-10 19:28:16,148 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:28:16,148 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:28:16,193 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:29:06,217 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38982 WARNING 2025-09-10 19:29:06,230 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:29:06,231 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:29:06,273 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:29:54,789 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38979 WARNING 2025-09-10 19:29:54,808 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:29:54,808 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:29:54,852 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:30:15,562 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38978 WARNING 2025-09-10 19:30:15,573 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:30:15,573 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:30:15,618 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:30:33,125 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38946 WARNING 2025-09-10 19:30:33,141 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:30:33,141 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:30:33,209 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:31:08,113 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38994 WARNING 2025-09-10 19:31:08,125 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:31:08,125 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:31:08,148 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:32:08,161 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:33:08,155 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:34:08,155 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:34:15,409 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38996 WARNING 2025-09-10 19:34:15,427 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:34:15,428 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:34:15,472 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:34:55,168 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38978 WARNING 2025-09-10 19:34:55,186 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:34:55,186 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:34:55,231 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:35:41,261 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38933 WARNING 2025-09-10 19:35:41,277 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:35:41,277 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:35:41,320 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:36:14,570 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38925 WARNING 2025-09-10 19:36:14,586 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:36:14,587 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:36:14,629 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:37:06,806 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38426 WARNING 2025-09-10 19:37:06,821 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:37:06,821 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:37:06,861 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:38:06,868 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:38:18,168 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38426 WARNING 2025-09-10 19:38:18,184 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:38:18,184 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:38:18,226 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:38:49,776 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38912 WARNING 2025-09-10 19:38:49,792 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:38:49,792 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:38:49,838 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:39:49,851 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:39:58,260 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38963 WARNING 2025-09-10 19:39:58,276 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:39:58,277 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:39:58,322 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:40:12,882 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 38963 INFO 2025-09-10 19:40:12,899 basehttp 52883 13489057792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:40:12,901 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:40:12,901 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 19:40:12,907 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:40:12,907 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:40:12,910 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:40:12,911 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:40:12,913 basehttp 52883 13505884160 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:40:12,914 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:40:12,915 basehttp 52883 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:40:12,917 basehttp 52883 13438578688 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:40:12,917 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:40:12,917 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:40:12,919 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:40:12,920 basehttp 52883 13505884160 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:40:12,921 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:40:12,921 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:40:12,923 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:40:12,925 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:40:12,925 basehttp 52883 13472231424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:40:12,926 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:40:12,927 basehttp 52883 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:40:12,929 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:40:12,929 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:40:12,930 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:40:12,930 basehttp 52883 13505884160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:40:12,931 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:40:12,931 basehttp 52883 6166245376 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:40:12,931 basehttp 52883 13455405056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:40:12,932 basehttp 52883 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:40:12,936 basehttp 52883 6166245376 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:40:12,936 basehttp 52883 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:40:12,936 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:40:14,002 basehttp 52883 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:40:14,009 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:40:14,089 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:40:14,089 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:41:14,008 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:42:14,009 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:43:14,008 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:44:14,011 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:45:14,010 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:46:14,016 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:47:14,013 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:48:14,014 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:49:14,018 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:49:58,994 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 WARNING 2025-09-10 19:49:59,007 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:49:59,007 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:49:59,083 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:50:08,626 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42520 INFO 2025-09-10 19:50:08,636 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:50:08,636 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:50:08,640 basehttp 52883 13489057792 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:50:08,641 basehttp 52883 13455405056 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:50:08,646 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:50:08,648 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:50:08,649 basehttp 52883 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-10 19:50:08,649 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:50:08,652 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:50:08,653 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:50:09,229 basehttp 52883 13472231424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:50:09,781 basehttp 52883 6166245376 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:50:09,781 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:50:09,782 basehttp 52883 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:50:09,783 basehttp 52883 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:50:09,784 basehttp 52883 13489057792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:50:09,784 basehttp 52883 13455405056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:50:09,785 basehttp 52883 6166245376 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:50:09,785 basehttp 52883 13472231424 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:50:09,786 basehttp 52883 13505884160 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:50:09,787 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:50:09,788 basehttp 52883 13489057792 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:50:09,789 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:50:09,789 basehttp 52883 13505884160 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:50:09,789 basehttp 52883 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:50:09,789 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:50:09,789 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:50:09,790 basehttp 52883 13489057792 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:50:09,793 basehttp 52883 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:50:09,793 basehttp 52883 6166245376 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:50:09,793 basehttp 52883 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:50:09,794 basehttp 52883 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:50:09,794 basehttp 52883 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:50:09,797 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:50:09,806 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:50:09,892 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:50:09,892 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:50:59,192 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42509 INFO 2025-09-10 19:50:59,202 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:50:59,205 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:50:59,206 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:50:59,207 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:50:59,211 basehttp 52883 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:50:59,212 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:50:59,215 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:50:59,216 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:50:59,220 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:50:59,221 basehttp 52883 13489057792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:50:59,221 basehttp 52883 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:50:59,714 basehttp 52883 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:50:59,714 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:50:59,714 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:50:59,715 basehttp 52883 6166245376 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:50:59,715 basehttp 52883 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:50:59,717 basehttp 52883 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:50:59,718 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:50:59,719 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:50:59,720 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:50:59,720 basehttp 52883 6166245376 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:50:59,721 basehttp 52883 13472231424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:50:59,721 basehttp 52883 13505884160 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:50:59,723 basehttp 52883 13489057792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:50:59,723 basehttp 52883 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:50:59,723 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:50:59,723 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:50:59,724 basehttp 52883 13472231424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:50:59,724 basehttp 52883 6166245376 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:50:59,725 basehttp 52883 13505884160 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:50:59,726 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:50:59,726 basehttp 52883 13438578688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:50:59,726 basehttp 52883 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:50:59,730 basehttp 52883 13489057792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:50:59,741 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:50:59,827 log 52883 13489057792 Not Found: /favicon.ico WARNING 2025-09-10 19:50:59,828 basehttp 52883 13489057792 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:51:27,259 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42506 WARNING 2025-09-10 19:51:27,273 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:51:27,273 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:51:27,343 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:52:01,751 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 WARNING 2025-09-10 19:52:01,767 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:52:01,767 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:52:01,813 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:53:01,825 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:53:16,069 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 WARNING 2025-09-10 19:53:16,091 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:53:16,091 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:53:16,131 basehttp 52883 13489057792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:53:24,802 basehttp 52883 13489057792 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 INFO 2025-09-10 19:53:24,812 basehttp 52883 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:53:24,813 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:53:24,815 basehttp 52883 6166245376 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 19:53:24,819 basehttp 52883 6166245376 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:53:24,822 basehttp 52883 6166245376 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 19:53:24,824 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 19:53:24,825 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:53:24,825 basehttp 52883 13489057792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 19:53:24,825 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:53:24,827 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:53:24,828 basehttp 52883 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:53:24,828 basehttp 52883 13489057792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:53:24,831 basehttp 52883 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:53:24,831 basehttp 52883 13505884160 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:53:24,832 basehttp 52883 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:53:24,832 basehttp 52883 6166245376 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:53:24,835 basehttp 52883 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:53:24,836 basehttp 52883 13489057792 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:53:24,836 basehttp 52883 6166245376 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:53:24,838 basehttp 52883 13505884160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:53:24,839 basehttp 52883 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:53:24,840 basehttp 52883 6166245376 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:53:24,841 basehttp 52883 13489057792 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:53:24,843 basehttp 52883 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:53:24,843 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:53:24,844 basehttp 52883 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:53:24,845 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:53:24,846 basehttp 52883 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:53:24,846 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:53:24,846 basehttp 52883 6166245376 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:53:24,847 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:53:24,848 basehttp 52883 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:53:24,848 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:53:25,900 basehttp 52883 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:53:25,909 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:53:26,003 log 52883 13438578688 Not Found: /favicon.ico WARNING 2025-09-10 19:53:26,003 basehttp 52883 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:53:54,949 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42432 WARNING 2025-09-10 19:53:54,965 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:53:54,965 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:53:55,036 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:54:55,035 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:55:55,038 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:56:55,044 basehttp 52883 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:57:08,590 basehttp 52883 13438578688 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42570 INFO 2025-09-10 19:57:08,601 basehttp 52883 6166245376 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 19:57:08,601 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 19:57:08,603 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 19:57:08,610 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:57:08,611 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:57:08,611 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 19:57:08,612 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 19:57:08,613 basehttp 52883 13438578688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 19:57:08,615 basehttp 52883 13505884160 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 19:57:08,616 basehttp 52883 13489057792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 19:57:08,618 basehttp 52883 13455405056 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 19:57:08,618 basehttp 52883 13438578688 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 19:57:08,619 basehttp 52883 13505884160 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 19:57:08,621 basehttp 52883 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 19:57:08,622 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 19:57:08,623 basehttp 52883 13489057792 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 19:57:08,624 basehttp 52883 13505884160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 19:57:08,624 basehttp 52883 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 19:57:08,625 basehttp 52883 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 19:57:08,626 basehttp 52883 13489057792 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 19:57:08,627 basehttp 52883 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 19:57:08,628 basehttp 52883 13438578688 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 19:57:08,628 basehttp 52883 13505884160 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 19:57:08,628 basehttp 52883 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 19:57:08,629 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 19:57:08,631 basehttp 52883 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 19:57:08,632 basehttp 52883 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 19:57:08,632 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 19:57:08,632 basehttp 52883 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 19:57:08,634 basehttp 52883 13472231424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 19:57:08,634 basehttp 52883 13505884160 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 19:57:08,635 basehttp 52883 6166245376 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 19:57:08,661 basehttp 52883 6166245376 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 19:57:09,539 basehttp 52883 6166245376 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 19:57:09,550 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 19:57:09,779 log 52883 13505884160 Not Found: /favicon.ico WARNING 2025-09-10 19:57:09,779 basehttp 52883 13505884160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 19:58:09,552 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:58:45,761 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42645 WARNING 2025-09-10 19:58:45,778 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:58:45,778 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:58:45,848 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 19:59:29,102 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 19:59:29,116 log 52883 13505884160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 19:59:29,116 basehttp 52883 13505884160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 19:59:29,168 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:00:29,176 basehttp 52883 13505884160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:00:59,853 basehttp 52883 13505884160 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 INFO 2025-09-10 20:00:59,863 basehttp 52883 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:00:59,865 basehttp 52883 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:00:59,866 basehttp 52883 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:00:59,873 basehttp 52883 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:00:59,873 basehttp 52883 13438578688 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:00:59,873 basehttp 52883 13505884160 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 20:00:59,875 log 52883 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:00:59,877 basehttp 52883 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:00:59,879 basehttp 52883 13505884160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:00:59,879 basehttp 52883 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:00:59,880 basehttp 52883 13489057792 - Broken pipe from ('127.0.0.1', 62536) INFO 2025-09-10 20:00:59,881 basehttp 52883 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:00:59,882 basehttp 52883 13522710528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:00:59,883 basehttp 52883 13505884160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:00:59,884 basehttp 52883 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:00:59,884 basehttp 52883 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:00:59,884 basehttp 52883 13522710528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:00:59,886 basehttp 52883 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:00:59,887 basehttp 52883 13505884160 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:00:59,887 basehttp 52883 13522710528 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:00:59,888 basehttp 52883 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:00:59,888 basehttp 52883 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:00:59,890 basehttp 52883 13505884160 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:00:59,890 basehttp 52883 13522710528 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:00:59,891 basehttp 52883 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:00:59,894 basehttp 52883 13522710528 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:00:59,894 basehttp 52883 13505884160 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:00:59,895 basehttp 52883 13455405056 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:00:59,896 basehttp 52883 13438578688 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:00:59,898 basehttp 52883 13505884160 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:00:59,898 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:00:59,898 basehttp 52883 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:00:59,900 basehttp 52883 6166245376 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:00:59,900 basehttp 52883 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:01:00,804 basehttp 52883 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:01:00,817 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:01:01,038 log 52883 6166245376 Not Found: /favicon.ico WARNING 2025-09-10 20:01:01,038 basehttp 52883 6166245376 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:02:00,823 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:03:00,828 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:03:12,791 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 37895 WARNING 2025-09-10 20:03:12,806 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:03:12,806 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:03:12,877 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:03:39,668 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 37891 WARNING 2025-09-10 20:03:39,684 log 52883 6166245376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:03:39,684 basehttp 52883 6166245376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:03:39,732 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:04:39,770 basehttp 52883 6166245376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:05:04,012 basehttp 52883 6166245376 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 INFO 2025-09-10 20:05:04,022 basehttp 52883 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:05:04,023 basehttp 52883 13522710528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:05:04,025 basehttp 52883 13505884160 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:05:04,030 basehttp 52883 13522710528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:05:04,032 basehttp 52883 6166245376 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 20:05:04,033 log 52883 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 20:05:04,035 basehttp 52883 13505884160 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 20:05:04,035 basehttp 52883 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:05:04,037 basehttp 52883 13522710528 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:05:04,039 basehttp 52883 13505884160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:05:04,040 basehttp 52883 13438578688 - Broken pipe from ('127.0.0.1', 62495) INFO 2025-09-10 20:05:04,040 basehttp 52883 13489057792 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:05:04,040 basehttp 52883 6166245376 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:05:04,040 basehttp 52883 13522710528 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:05:04,043 basehttp 52883 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:05:04,043 basehttp 52883 6166245376 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:05:04,043 basehttp 52883 13522710528 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:05:04,045 basehttp 52883 13505884160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:05:04,046 basehttp 52883 6166245376 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:05:04,047 basehttp 52883 13522710528 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:05:04,049 basehttp 52883 13505884160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:05:04,051 basehttp 52883 13522710528 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:05:04,052 basehttp 52883 6166245376 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:05:04,052 basehttp 52883 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:05:04,053 basehttp 52883 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:05:04,054 basehttp 52883 6166245376 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:05:04,054 basehttp 52883 13522710528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:05:04,055 basehttp 52883 13489057792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:05:04,057 basehttp 52883 6166245376 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:05:04,058 basehttp 52883 13522710528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:05:04,058 basehttp 52883 13505884160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:05:04,058 basehttp 52883 13489057792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:05:04,059 basehttp 52883 13472231424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:05:04,059 basehttp 52883 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:05:04,959 basehttp 52883 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:05:05,004 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:05:05,044 log 52883 13472231424 Not Found: /favicon.ico WARNING 2025-09-10 20:05:05,044 basehttp 52883 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:05:34,471 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42206 WARNING 2025-09-10 20:05:34,486 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:05:34,486 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:05:34,558 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:05:50,403 basehttp 52883 13472231424 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 20:05:50,420 log 52883 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:05:50,420 basehttp 52883 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:05:50,465 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:06:50,473 basehttp 52883 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:07:05,938 autoreload 52883 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 20:07:06,269 autoreload 83428 8682856640 Watching for file changes with StatReloader WARNING 2025-09-10 20:07:07,455 log 83428 6130331648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:07,456 basehttp 83428 6130331648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 20:07:07,493 log 83428 6130331648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:07,494 basehttp 83428 6130331648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 20:07:09,383 log 83428 6130331648 Internal Server Error: /en/appointments/51/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 214, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 222, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 56, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'user' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_date, approved_by, approved_by_id, approved_care_plans, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, approved_users, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, bio, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_at, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, dea_number, department, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_id, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_approved, is_staff, is_superuser, is_verified, issued_units, job_title, language, last_login, last_name, last_password_change, led_audits, license_expiry, license_number, license_state, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, middle_name, mobile_number, notificationtemplate, npi_number, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, phone_number, physician_discharges, planned_discharges, preferred_name, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, profile_picture, project_team_memberships, provider_appointments, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, role, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, theme, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_at, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, user_timezone, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, witnessed_administrations, witnessed_transfusions ERROR 2025-09-10 20:07:09,386 basehttp 83428 6130331648 "GET /en/appointments/51/requests/create/ HTTP/1.1" 500 187085 WARNING 2025-09-10 20:07:09,398 log 83428 6130331648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:09,398 basehttp 83428 6130331648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:07:17,975 autoreload 83428 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 20:07:18,330 autoreload 83585 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 20:07:19,264 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 20:07:19,276 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:19,276 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:07:19,327 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:07:20,499 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42654 WARNING 2025-09-10 20:07:20,516 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:07:20,517 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:07:20,560 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:08:20,562 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:08:42,282 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42670 WARNING 2025-09-10 20:08:42,296 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:08:42,297 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:08:42,339 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:08:50,397 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42670 INFO 2025-09-10 20:08:50,419 basehttp 83585 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:08:50,420 basehttp 83585 13186969600 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:08:50,423 basehttp 83585 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 20:08:50,426 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:08:50,427 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:08:50,430 basehttp 83585 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:08:50,431 basehttp 83585 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:08:50,432 basehttp 83585 6156529664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 20:08:50,434 basehttp 83585 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:08:50,434 basehttp 83585 13220622336 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:08:50,435 basehttp 83585 6173356032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:08:50,437 basehttp 83585 6156529664 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:08:50,438 basehttp 83585 6173356032 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:08:50,439 basehttp 83585 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:08:50,440 basehttp 83585 13220622336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:08:50,441 basehttp 83585 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:08:50,442 basehttp 83585 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:08:50,443 basehttp 83585 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:08:50,443 basehttp 83585 6173356032 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:08:50,445 basehttp 83585 6156529664 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:08:50,445 basehttp 83585 13186969600 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:08:50,446 basehttp 83585 6173356032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:08:50,446 basehttp 83585 13220622336 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:08:50,447 basehttp 83585 6156529664 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:08:50,448 basehttp 83585 6173356032 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:08:50,449 basehttp 83585 13220622336 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:08:50,450 basehttp 83585 6156529664 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:08:50,452 basehttp 83585 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:08:50,454 basehttp 83585 6156529664 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:08:50,454 basehttp 83585 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:08:50,455 basehttp 83585 13186969600 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:08:50,456 basehttp 83585 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:08:50,456 basehttp 83585 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:08:51,358 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:08:51,369 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:08:51,458 log 83585 13203795968 Not Found: /favicon.ico WARNING 2025-09-10 20:08:51,458 basehttp 83585 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:09:51,379 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:10:51,386 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:11:07,043 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42663 INFO 2025-09-10 20:11:07,051 basehttp 83585 13203795968 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 20:11:07,055 basehttp 83585 6156529664 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:11:07,056 basehttp 83585 6173356032 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:11:07,058 basehttp 83585 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-10 20:11:07,064 log 83585 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:11:07,064 basehttp 83585 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:11:07,064 basehttp 83585 6173356032 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:11:07,066 basehttp 83585 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:11:07,067 basehttp 83585 6156529664 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:11:07,069 basehttp 83585 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:11:07,070 basehttp 83585 13220622336 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:11:07,071 basehttp 83585 13186969600 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:11:07,072 basehttp 83585 6173356032 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:11:07,073 basehttp 83585 6156529664 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:11:07,075 basehttp 83585 13186969600 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:11:07,075 basehttp 83585 6173356032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:11:07,077 basehttp 83585 13220622336 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:11:07,078 basehttp 83585 6156529664 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:11:07,078 basehttp 83585 13186969600 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:11:07,079 basehttp 83585 6173356032 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:11:07,080 basehttp 83585 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:11:07,080 basehttp 83585 6156529664 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:11:07,083 basehttp 83585 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:11:07,083 basehttp 83585 6156529664 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:11:07,084 basehttp 83585 6173356032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:11:07,084 basehttp 83585 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:11:07,085 basehttp 83585 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:11:07,088 basehttp 83585 6156529664 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:11:07,088 basehttp 83585 13186969600 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:11:07,089 basehttp 83585 13220622336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:11:07,089 basehttp 83585 6173356032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:11:07,091 basehttp 83585 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:11:07,091 basehttp 83585 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:11:07,944 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:11:07,972 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:11:08,056 log 83585 13203795968 Not Found: /favicon.ico WARNING 2025-09-10 20:11:08,056 basehttp 83585 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:11:43,535 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42661 WARNING 2025-09-10 20:11:43,552 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:11:43,552 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:11:43,621 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:12:43,635 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:13:09,827 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 WARNING 2025-09-10 20:13:09,841 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:13:09,842 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:13:09,885 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:13:39,740 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 WARNING 2025-09-10 20:13:39,754 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:13:39,754 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:13:39,797 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:14:39,804 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:15:39,812 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:16:39,812 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:17:39,819 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:18:39,812 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:19:39,826 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:20:39,828 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:21:39,831 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:22:20,166 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 WARNING 2025-09-10 20:22:20,180 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:22:20,180 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:22:20,224 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:23:10,022 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42662 WARNING 2025-09-10 20:23:10,033 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:23:10,034 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:23:10,057 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:24:02,474 basehttp 83585 6156529664 "GET /en/admin/hr/employee/ HTTP/1.1" 200 158867 INFO 2025-09-10 20:24:02,490 basehttp 83585 6173356032 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-10 20:24:02,490 basehttp 83585 13170143232 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-10 20:24:02,491 basehttp 83585 13186969600 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-10 20:24:02,491 basehttp 83585 6156529664 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-10 20:24:02,491 basehttp 83585 13203795968 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-10 20:24:02,492 basehttp 83585 13186969600 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-10 20:24:02,493 basehttp 83585 6173356032 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-10 20:24:02,493 basehttp 83585 13203795968 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-10 20:24:02,494 basehttp 83585 6156529664 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-10 20:24:02,495 basehttp 83585 13203795968 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-10 20:24:02,495 basehttp 83585 13186969600 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-10 20:24:02,495 basehttp 83585 6173356032 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-10 20:24:02,497 basehttp 83585 13186969600 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-10 20:24:02,498 basehttp 83585 13170143232 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-10 20:24:02,500 basehttp 83585 13220622336 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 20:24:02,500 basehttp 83585 6156529664 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-10 20:24:02,501 basehttp 83585 13220622336 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-10 20:24:02,504 basehttp 83585 13220622336 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-10 20:24:02,513 basehttp 83585 13220622336 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-10 20:24:02,513 basehttp 83585 6156529664 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-10 20:24:02,514 basehttp 83585 6156529664 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-10 20:24:10,337 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:24:16,844 basehttp 83585 6156529664 "GET /en/admin/hr/schedule/ HTTP/1.1" 200 151635 INFO 2025-09-10 20:24:16,853 basehttp 83585 13220622336 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-10 20:24:16,855 basehttp 83585 13220622336 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-10 20:24:16,858 basehttp 83585 6156529664 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 20:24:16,869 basehttp 83585 6156529664 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-10 20:25:10,339 basehttp 83585 6156529664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:25:31,761 basehttp 83585 6156529664 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42628 INFO 2025-09-10 20:25:31,771 basehttp 83585 13170143232 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 20:25:31,773 basehttp 83585 13186969600 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:25:31,775 basehttp 83585 13203795968 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:25:31,779 basehttp 83585 13203795968 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:25:31,781 basehttp 83585 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:25:31,783 basehttp 83585 6156529664 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-10 20:25:31,786 basehttp 83585 6156529664 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:25:31,786 basehttp 83585 13186969600 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:25:31,786 basehttp 83585 13203795968 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-10 20:25:31,789 log 83585 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:25:31,790 basehttp 83585 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:25:31,790 basehttp 83585 13186969600 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:25:31,793 basehttp 83585 6156529664 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:25:31,793 basehttp 83585 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:25:31,796 basehttp 83585 13203795968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:25:31,797 basehttp 83585 6156529664 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:25:31,798 basehttp 83585 13186969600 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:25:31,798 basehttp 83585 13170143232 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:25:31,800 basehttp 83585 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:25:31,800 basehttp 83585 13203795968 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:25:31,801 basehttp 83585 6156529664 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:25:31,801 basehttp 83585 13170143232 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:25:31,802 basehttp 83585 13203795968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:25:31,802 basehttp 83585 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:25:31,802 basehttp 83585 13220622336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:25:31,803 basehttp 83585 6173356032 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:25:31,806 basehttp 83585 13203795968 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:25:31,806 basehttp 83585 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:25:31,807 basehttp 83585 6156529664 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:25:31,807 basehttp 83585 13170143232 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:25:31,807 basehttp 83585 6173356032 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:25:31,808 basehttp 83585 13203795968 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:25:31,808 basehttp 83585 13220622336 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:25:32,881 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:25:32,889 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:25:32,983 log 83585 6173356032 Not Found: /favicon.ico WARNING 2025-09-10 20:25:32,984 basehttp 83585 6173356032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:26:32,903 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:27:32,914 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:27:39,175 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42717 WARNING 2025-09-10 20:27:39,190 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:27:39,190 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:27:39,255 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:28:39,346 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:28:50,920 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42715 WARNING 2025-09-10 20:28:50,932 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:28:50,932 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:28:50,979 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:29:51,336 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:29:56,896 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42726 WARNING 2025-09-10 20:29:56,913 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:29:56,913 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:29:56,959 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:30:07,272 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42726 WARNING 2025-09-10 20:30:07,289 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:30:07,289 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:30:07,332 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:31:08,338 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:31:13,392 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42807 WARNING 2025-09-10 20:31:13,409 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:31:13,409 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:31:13,459 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:31:52,653 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42749 WARNING 2025-09-10 20:31:52,668 log 83585 6173356032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:31:52,668 basehttp 83585 6173356032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:31:52,712 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:32:52,725 basehttp 83585 6173356032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:33:12,802 basehttp 83585 6173356032 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42656 INFO 2025-09-10 20:33:12,813 basehttp 83585 13203795968 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 20:33:12,814 basehttp 83585 13186969600 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-10 20:33:12,819 log 83585 6156529664 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 20:33:12,820 basehttp 83585 13220622336 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 20:33:12,822 basehttp 83585 6173356032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 20:33:12,822 basehttp 83585 6156529664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:33:12,824 basehttp 83585 13186969600 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 20:33:12,825 basehttp 83585 6156529664 - Broken pipe from ('127.0.0.1', 56972) INFO 2025-09-10 20:33:12,826 basehttp 83585 6173356032 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 20:33:12,826 basehttp 83585 13220622336 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-10 20:33:12,827 basehttp 83585 13237448704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 20:33:12,829 basehttp 83585 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 20:33:12,830 basehttp 83585 13237448704 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 20:33:12,831 basehttp 83585 13220622336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 20:33:12,831 basehttp 83585 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 20:33:12,831 basehttp 83585 6173356032 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 20:33:12,834 basehttp 83585 13220622336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 20:33:12,834 basehttp 83585 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 20:33:12,835 basehttp 83585 13237448704 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 20:33:12,835 basehttp 83585 6173356032 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 20:33:12,837 basehttp 83585 13220622336 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 20:33:12,837 basehttp 83585 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 20:33:12,838 basehttp 83585 13237448704 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 20:33:12,840 basehttp 83585 6173356032 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 20:33:12,840 basehttp 83585 13220622336 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 20:33:12,840 basehttp 83585 13186969600 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 20:33:12,841 basehttp 83585 13237448704 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 20:33:12,843 basehttp 83585 6173356032 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 20:33:12,843 basehttp 83585 13186969600 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 20:33:12,844 basehttp 83585 13220622336 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 20:33:12,844 basehttp 83585 13237448704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 20:33:12,845 basehttp 83585 13170143232 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 20:33:12,846 basehttp 83585 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 20:33:13,385 basehttp 83585 13203795968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 20:33:13,762 basehttp 83585 13203795968 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 20:33:13,791 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-10 20:33:13,865 log 83585 13203795968 Not Found: /favicon.ico WARNING 2025-09-10 20:33:13,865 basehttp 83585 13203795968 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 20:34:13,810 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:35:13,800 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-10 20:35:31,547 log 83585 13203795968 Internal Server Error: /en/appointments/51/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_slots' not found. 'get_available_slots' is not a valid view function or pattern name. ERROR 2025-09-10 20:35:31,549 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 500 176175 WARNING 2025-09-10 20:35:31,561 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:35:31,561 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:35:52,468 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:35:52,482 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:35:52,482 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:35:52,554 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:36:04,717 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:36:04,731 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:36:04,731 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:36:04,771 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-10 20:36:19,807 basehttp 83585 13203795968 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:36:19,822 log 83585 13203795968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:36:19,822 basehttp 83585 13203795968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:36:19,865 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:37:19,879 basehttp 83585 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:38:08,781 autoreload 83585 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 20:38:09,308 autoreload 97116 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 20:38:19,952 basehttp 97116 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:38:32,423 autoreload 97116 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 20:38:32,921 autoreload 97276 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 20:38:33,610 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42704 WARNING 2025-09-10 20:38:33,624 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:38:33,625 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:38:33,667 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-10 20:38:46,571 log 97276 6162706432 Internal Server Error: /en/appointments/51/requests/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_slots' not found. 'get_available_slots' is not a valid view function or pattern name. ERROR 2025-09-10 20:38:46,573 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 500 176175 WARNING 2025-09-10 20:38:46,588 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:38:46,588 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:39:23,408 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42737 WARNING 2025-09-10 20:39:23,421 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:39:23,422 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:39:23,471 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:40:23,495 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:40:46,260 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42651 WARNING 2025-09-10 20:40:46,279 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:40:46,279 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:40:46,357 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:41:09,584 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42629 WARNING 2025-09-10 20:41:09,601 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:41:09,601 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:41:09,644 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:42:09,670 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:43:09,658 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:43:10,006 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42195 WARNING 2025-09-10 20:43:10,021 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:43:10,021 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:43:10,064 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:44:10,362 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:45:11,348 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:46:12,350 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:47:13,364 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:48:13,362 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:48:14,287 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42809 WARNING 2025-09-10 20:48:14,303 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:48:14,303 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:48:14,362 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:14,374 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:20,193 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42817 WARNING 2025-09-10 20:49:20,210 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:49:20,210 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:49:20,281 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:33,064 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42817 WARNING 2025-09-10 20:49:33,081 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:49:33,081 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:49:33,125 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:49:42,028 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42817 WARNING 2025-09-10 20:49:42,044 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:49:42,044 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:49:42,087 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:50:42,341 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:51:43,344 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:52:44,340 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:53:32,367 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42954 WARNING 2025-09-10 20:53:32,383 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 20:53:32,383 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 20:53:32,428 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:54:33,344 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:55:34,343 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:56:35,342 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:57:36,342 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:58:37,340 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 20:59:38,332 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:00:40,340 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:01:43,336 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:03:43,343 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:04:28,765 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41558 WARNING 2025-09-10 21:04:28,780 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 21:04:28,780 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 21:04:28,846 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:05:28,860 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:05:54,856 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 41558 INFO 2025-09-10 21:05:54,871 basehttp 97276 13472231424 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-10 21:05:54,871 basehttp 97276 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-10 21:05:54,873 basehttp 97276 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-10 21:05:54,879 basehttp 97276 6162706432 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-10 21:05:54,882 log 97276 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 21:05:54,883 basehttp 97276 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-10 21:05:54,884 basehttp 97276 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 21:05:54,885 basehttp 97276 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-10 21:05:54,886 basehttp 97276 6162706432 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-10 21:05:54,889 basehttp 97276 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-10 21:05:54,889 basehttp 97276 13489057792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-10 21:05:54,890 basehttp 97276 6162706432 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-10 21:05:54,891 basehttp 97276 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-10 21:05:54,894 basehttp 97276 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-10 21:05:54,895 basehttp 97276 13455405056 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-10 21:05:54,896 basehttp 97276 6162706432 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-10 21:05:54,896 basehttp 97276 13438578688 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-10 21:05:54,898 basehttp 97276 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-10 21:05:54,899 basehttp 97276 13505884160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-10 21:05:54,900 basehttp 97276 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-10 21:05:54,901 basehttp 97276 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-10 21:05:54,902 basehttp 97276 6162706432 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-10 21:05:54,902 basehttp 97276 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-10 21:05:54,903 basehttp 97276 13489057792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-10 21:05:54,903 basehttp 97276 13505884160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-10 21:05:54,904 basehttp 97276 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-10 21:05:54,906 basehttp 97276 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-10 21:05:54,906 basehttp 97276 13489057792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-10 21:05:54,907 basehttp 97276 13505884160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-10 21:05:54,907 basehttp 97276 13472231424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-10 21:05:54,907 basehttp 97276 6162706432 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-10 21:05:54,907 basehttp 97276 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-10 21:05:55,040 basehttp 97276 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-10 21:05:55,710 basehttp 97276 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-10 21:05:55,714 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 21:05:55,805 log 97276 6162706432 Not Found: /favicon.ico WARNING 2025-09-10 21:05:55,805 basehttp 97276 6162706432 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-10 21:06:43,536 basehttp 97276 6162706432 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42658 WARNING 2025-09-10 21:06:43,561 log 97276 6162706432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 21:06:43,561 basehttp 97276 6162706432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 21:06:43,610 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:07:43,622 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:08:44,348 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 21:13:15,159 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:30:56,458 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:34:26,722 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:35:27,776 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:36:29,766 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:41:13,441 basehttp 97276 6162706432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:41:52,695 autoreload 97276 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 22:41:53,163 autoreload 14743 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 22:41:54,918 basehttp 14743 6161297408 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42555 WARNING 2025-09-10 22:41:54,933 log 14743 6161297408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:41:54,933 basehttp 14743 6161297408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:41:55,000 basehttp 14743 6161297408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:42:55,016 basehttp 14743 6161297408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:43:02,316 autoreload 14743 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 22:43:02,682 autoreload 15207 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 22:43:19,010 basehttp 15207 6158692352 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42567 WARNING 2025-09-10 22:43:19,029 log 15207 6158692352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:43:19,029 basehttp 15207 6158692352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:43:19,092 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:44:19,098 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:45:10,721 basehttp 15207 6158692352 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42567 WARNING 2025-09-10 22:45:10,739 log 15207 6158692352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:45:10,739 basehttp 15207 6158692352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:45:10,783 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:46:10,799 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:47:10,796 basehttp 15207 6158692352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:47:26,434 autoreload 15207 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-10 22:47:26,792 autoreload 17145 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 22:48:10,865 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:48:33,699 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42563 WARNING 2025-09-10 22:48:33,722 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:48:33,722 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:48:33,757 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:48:53,073 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42563 WARNING 2025-09-10 22:48:53,086 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:48:53,086 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:48:53,129 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:49:19,471 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42559 WARNING 2025-09-10 22:49:19,489 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:49:19,489 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:49:19,531 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:49:22,485 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 42559 WARNING 2025-09-10 22:49:22,501 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:49:22,501 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:49:22,547 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:50:22,455 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:51:22,468 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:51:52,932 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45082 WARNING 2025-09-10 22:51:52,946 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:51:52,946 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:51:52,989 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:52:26,304 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45082 WARNING 2025-09-10 22:52:26,316 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:52:26,316 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:52:26,355 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:52:55,252 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45092 WARNING 2025-09-10 22:52:55,263 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:52:55,267 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:52:55,305 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:53:25,944 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45108 WARNING 2025-09-10 22:53:25,958 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:53:25,958 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:53:26,002 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:54:26,019 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:55:26,022 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:56:26,018 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:56:34,299 basehttp 17145 12918534144 "GET /en/appointments/51/requests/create/ HTTP/1.1" 200 45108 WARNING 2025-09-10 22:56:34,313 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:56:34,313 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:56:34,359 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 22:57:33,769 basehttp 17145 12918534144 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-10 22:57:33,784 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:57:33,784 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 22:57:33,836 basehttp 17145 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 22:57:37,254 log 17145 12918534144 Not Found: /en/appointments/check-in/2110/ WARNING 2025-09-10 22:57:37,254 basehttp 17145 12918534144 "GET /en/appointments/check-in/2110/ HTTP/1.1" 404 28223 WARNING 2025-09-10 22:57:37,272 log 17145 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 22:57:37,272 basehttp 17145 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:01:16,902 autoreload 17145 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 23:01:17,245 autoreload 23256 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:13:02,942 autoreload 23256 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 23:13:03,307 autoreload 28437 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:22:27,539 basehttp 28437 6341865472 "GET /en/operating-theatre/ HTTP/1.1" 200 55329 WARNING 2025-09-10 23:22:27,555 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:22:27,555 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:22:27,626 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:22:27,629 basehttp 28437 6358691840 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-10 23:22:33,785 basehttp 28437 6358691840 "GET /en/operating-theatre/rooms/2/ HTTP/1.1" 200 39576 WARNING 2025-09-10 23:22:33,805 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:22:33,805 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:22:33,859 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:23:33,876 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:02,347 basehttp 28437 6358691840 "GET /en/operating-theatre/rooms/2/ HTTP/1.1" 200 39515 WARNING 2025-09-10 23:24:02,360 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:02,361 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:02,402 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:47,308 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 23:24:47,310 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:47,310 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 23:24:47,321 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:47,321 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:48,004 basehttp 28437 6341865472 "GET /en/operating-theatre/ HTTP/1.1" 200 55329 WARNING 2025-09-10 23:24:48,019 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:48,019 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:48,071 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:48,073 basehttp 28437 6358691840 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-10 23:24:50,854 basehttp 28437 6358691840 "GET /en/operating-theatre/rooms/ HTTP/1.1" 200 141123 WARNING 2025-09-10 23:24:50,871 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:24:50,871 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:24:50,895 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:24:50,897 basehttp 28437 6341865472 "GET /en/operating-theatre/htmx/stats/ HTTP/1.1" 200 4212 INFO 2025-09-10 23:25:02,556 basehttp 28437 6341865472 "GET /en/operating-theatre/rooms/1/ HTTP/1.1" 200 39192 WARNING 2025-09-10 23:25:02,576 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:25:02,576 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:25:02,619 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:25:09,504 basehttp 28437 6341865472 "GET /en/operating-theatre/cases/97/ HTTP/1.1" 200 31525 WARNING 2025-09-10 23:25:09,519 basehttp 28437 6341865472 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-10 23:25:09,525 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:25:09,525 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:25:09,576 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:26:09,596 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:27:09,597 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:28:00,816 basehttp 28437 6358691840 "GET /en/operating-theatre/cases/97/ HTTP/1.1" 200 31553 WARNING 2025-09-10 23:28:00,822 basehttp 28437 6358691840 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-10 23:28:00,828 log 28437 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:28:00,828 basehttp 28437 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:28:00,869 basehttp 28437 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:28:59,626 basehttp 28437 6341865472 "GET /en/operating-theatre/cases/97/ HTTP/1.1" 200 31529 WARNING 2025-09-10 23:28:59,632 basehttp 28437 6341865472 "GET /static/plugins/%40fullcalendar/dist/main.min.css HTTP/1.1" 404 2044 WARNING 2025-09-10 23:28:59,637 log 28437 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:28:59,637 basehttp 28437 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:28:59,698 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:29:59,692 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:30:59,695 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:31:59,687 basehttp 28437 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:32:23,569 basehttp 28437 6358691840 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 150325 INFO 2025-09-10 23:32:23,581 basehttp 28437 6341865472 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-10 23:32:23,582 basehttp 28437 6375518208 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-10 23:32:23,582 basehttp 28437 6392344576 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-10 23:32:23,582 basehttp 28437 6358691840 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-10 23:32:23,582 basehttp 28437 6409170944 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-10 23:32:23,584 basehttp 28437 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-10 23:32:23,585 basehttp 28437 6409170944 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-10 23:32:23,585 basehttp 28437 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-10 23:32:23,586 basehttp 28437 6341865472 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-10 23:32:23,587 basehttp 28437 6358691840 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-10 23:32:23,588 basehttp 28437 6375518208 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-10 23:32:23,589 basehttp 28437 6409170944 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-10 23:32:23,590 basehttp 28437 6425997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-10 23:32:23,591 basehttp 28437 6358691840 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-10 23:32:23,591 basehttp 28437 6375518208 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-10 23:32:23,592 basehttp 28437 6392344576 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-10 23:32:23,594 basehttp 28437 6392344576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-10 23:32:23,594 basehttp 28437 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-10 23:32:23,600 basehttp 28437 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-10 23:32:23,600 basehttp 28437 6392344576 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-10 23:32:23,609 basehttp 28437 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-10 23:32:23,610 basehttp 28437 6392344576 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-10 23:32:23,610 basehttp 28437 6375518208 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-10 23:33:00,384 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:34:01,383 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:35:02,380 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:36:05,279 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:37:19,276 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:39:19,272 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:40:41,849 basehttp 28437 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-10 23:40:48,424 log 28437 6375518208 Internal Server Error: /en/patients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_create' with no arguments not found. 1 pattern(s) tried: ['en/appointments/(?P[0-9]+)/requests/create/\\Z'] ERROR 2025-09-10 23:40:48,426 basehttp 28437 6375518208 "GET /en/patients/ HTTP/1.1" 500 199419 WARNING 2025-09-10 23:40:48,441 log 28437 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:40:48,441 basehttp 28437 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:51:13,670 autoreload 28437 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-10 23:51:14,061 autoreload 45234 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:51:25,194 basehttp 45234 6133641216 "GET /en/appointments/ HTTP/1.1" 200 43100 WARNING 2025-09-10 23:51:25,213 log 45234 6133641216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:51:25,213 basehttp 45234 6133641216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:51:25,266 basehttp 45234 6133641216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:51:25,280 basehttp 45234 6150467584 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-10 23:51:29,959 basehttp 45234 6150467584 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 WARNING 2025-09-10 23:51:29,977 log 45234 6150467584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:51:29,977 basehttp 45234 6150467584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-10 23:52:06,648 log 45234 6150467584 Internal Server Error: /en/appointments/slots/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_create' not found. 'slot_create' is not a valid view function or pattern name. ERROR 2025-09-10 23:52:06,650 basehttp 45234 6150467584 "GET /en/appointments/slots/ HTTP/1.1" 500 208329 WARNING 2025-09-10 23:52:06,667 log 45234 6150467584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:52:06,667 basehttp 45234 6150467584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:54:04,918 autoreload 45234 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-10 23:54:05,285 autoreload 46482 8682856640 Watching for file changes with StatReloader INFO 2025-09-10 23:54:10,827 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117447 WARNING 2025-09-10 23:54:10,839 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-10 23:54:10,845 basehttp 46482 6262517760 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-10 23:54:10,846 basehttp 46482 6195212288 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-10 23:54:10,846 basehttp 46482 6212038656 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-10 23:54:10,848 basehttp 46482 6228865024 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-10 23:54:10,848 basehttp 46482 6262517760 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-10 23:54:10,851 log 46482 6279344128 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-10 23:54:10,851 basehttp 46482 6245691392 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-10 23:54:10,851 basehttp 46482 6279344128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:54:10,851 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/core/index.js HTTP/1.1" 200 91540 INFO 2025-09-10 23:54:10,929 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:55:10,942 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:55:27,567 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 112158 WARNING 2025-09-10 23:55:27,577 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-10 23:55:27,584 log 46482 6279344128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:55:27,584 basehttp 46482 6279344128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:55:27,668 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:55:59,395 basehttp 46482 6279344128 "GET /en/appointments/slots/ HTTP/1.1" 200 117431 WARNING 2025-09-10 23:55:59,402 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-10 23:55:59,408 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:55:59,408 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:55:59,458 basehttp 46482 6245691392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 23:56:17,366 log 46482 6245691392 Not Found: /appointments/slots/2/edit/ WARNING 2025-09-10 23:56:17,367 basehttp 46482 6245691392 "GET /appointments/slots/2/edit/ HTTP/1.1" 404 2602 WARNING 2025-09-10 23:56:17,390 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:56:17,391 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 23:56:40,816 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:56:40,817 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-10 23:56:40,823 basehttp 46482 6245691392 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-10 23:56:40,828 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:56:40,828 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-10 23:56:59,476 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-10 23:57:59,479 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-10 23:58:02,987 log 46482 6262517760 Not Found: /appointments/slots/741/edit/ WARNING 2025-09-10 23:58:02,987 basehttp 46482 6262517760 "GET /appointments/slots/741/edit/ HTTP/1.1" 404 2608 WARNING 2025-09-10 23:58:03,002 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-10 23:58:03,002 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:23,365 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:00:23,373 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:23,373 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:00:23,389 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:23,389 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 00:00:23,908 log 46482 6262517760 Internal Server Error: /en/appointments/slots/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/slots/(?P[0-9]+)/update/\\Z'] ERROR 2025-09-11 00:00:23,910 basehttp 46482 6262517760 "GET /en/appointments/slots/ HTTP/1.1" 500 210866 WARNING 2025-09-11 00:00:23,923 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:23,923 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:47,716 basehttp 46482 6262517760 "GET /en/appointments/slots/ HTTP/1.1" 200 117449 WARNING 2025-09-11 00:00:47,726 basehttp 46482 6262517760 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:00:47,731 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:47,731 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:47,795 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:00:50,243 basehttp 46482 6195212288 "GET /en/appointments/slots/6/update/ HTTP/1.1" 200 37666 WARNING 2025-09-11 00:00:50,261 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:00:50,261 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:00:50,295 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:01:49,583 basehttp 46482 6195212288 "GET /en/appointments/slots/6/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:01:49,595 basehttp 46482 6228865024 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 WARNING 2025-09-11 00:01:49,595 basehttp 46482 6212038656 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 404 2032 WARNING 2025-09-11 00:01:49,598 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:01:49,598 basehttp 46482 6245691392 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:01:49,602 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:01:49,603 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:01:49,645 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:01:49,647 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:01:49,647 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 WARNING 2025-09-11 00:02:08,327 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:02:08,328 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 WARNING 2025-09-11 00:02:19,802 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:02:19,802 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 INFO 2025-09-11 00:02:49,651 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:02:56,016 basehttp 46482 6195212288 "POST /en/appointments/slots/6/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:02:56,023 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:02:56,025 basehttp 46482 6262517760 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 404 2032 WARNING 2025-09-11 00:02:56,026 basehttp 46482 6212038656 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:02:56,027 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 WARNING 2025-09-11 00:02:56,031 log 46482 6228865024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:02:56,031 basehttp 46482 6228865024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:02:56,065 basehttp 46482 6228865024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:02:56,069 log 46482 6228865024 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:02:56,069 basehttp 46482 6228865024 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 INFO 2025-09-11 00:03:03,146 basehttp 46482 6228865024 "GET /en/appointments/slots/6/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:03:03,168 log 46482 6228865024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:03,168 basehttp 46482 6228865024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:03,219 log 46482 6228865024 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:03:03,219 basehttp 46482 6228865024 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 INFO 2025-09-11 00:03:03,963 basehttp 46482 6228865024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:03:03,969 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:03,969 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:03,971 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:03:03,984 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:03,984 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:04,377 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:04,377 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:05,469 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:05,469 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:03:05,482 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:05,483 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:03:05,975 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117449 WARNING 2025-09-11 00:03:05,983 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:03:05,990 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:03:05,990 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:03:06,048 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:04:06,051 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:04:16,585 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117465 WARNING 2025-09-11 00:04:16,593 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:04:16,599 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:04:16,599 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:04:16,649 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:04:26,812 basehttp 46482 6195212288 "GET /en/appointments/slots/4 HTTP/1.1" 301 0 ERROR 2025-09-11 00:04:26,859 log 46482 6212038656 Internal Server Error: /en/appointments/slots/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_edit' not found. 'slot_edit' is not a valid view function or pattern name. ERROR 2025-09-11 00:04:26,860 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 500 175061 WARNING 2025-09-11 00:04:26,878 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:04:26,878 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 00:05:02,772 log 46482 6212038656 Internal Server Error: /en/appointments/slots/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'slot_edit' not found. 'slot_edit' is not a valid view function or pattern name. ERROR 2025-09-11 00:05:02,773 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 500 175142 WARNING 2025-09-11 00:05:02,788 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:05:02,788 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 00:05:21,921 log 46482 6212038656 Internal Server Error: /en/appointments/slots/4/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_detail' not found. 'user_detail' is not a valid view function or pattern name. ERROR 2025-09-11 00:05:21,922 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 500 175068 WARNING 2025-09-11 00:05:21,935 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:05:21,935 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:06:02,176 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 200 37223 WARNING 2025-09-11 00:06:02,193 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:02,193 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:06:02,238 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:06:16,654 basehttp 46482 6212038656 "GET /en/hr/employees/4/ HTTP/1.1" 200 34158 WARNING 2025-09-11 00:06:16,673 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:16,673 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:06:16,712 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:06:19,505 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:19,519 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:06:19,543 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:06:19,544 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:02,263 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:07:10,835 basehttp 46482 6212038656 "GET /en/appointments/slots/4/ HTTP/1.1" 200 30996 WARNING 2025-09-11 00:07:10,850 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:10,850 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:10,892 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:07:31,256 basehttp 46482 6212038656 "GET /en/appointments/slots/4/update/ HTTP/1.1" 200 56557 WARNING 2025-09-11 00:07:31,270 basehttp 46482 6195212288 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:07:31,275 basehttp 46482 6228865024 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 WARNING 2025-09-11 00:07:31,277 basehttp 46482 6245691392 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:07:31,277 basehttp 46482 6195212288 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 404 2032 WARNING 2025-09-11 00:07:31,280 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:31,280 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:31,321 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:07:31,322 log 46482 6195212288 Not Found: /api/slots/check-conflicts/ WARNING 2025-09-11 00:07:31,323 basehttp 46482 6195212288 "POST /api/slots/check-conflicts/ HTTP/1.1" 404 2603 WARNING 2025-09-11 00:07:33,758 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:33,758 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:07:33,770 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:33,770 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:35,374 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117465 WARNING 2025-09-11 00:07:35,389 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:07:35,395 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:35,395 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:35,461 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:07:56,471 basehttp 46482 6212038656 "GET /en/appointments/slots/98 HTTP/1.1" 301 0 INFO 2025-09-11 00:07:56,486 basehttp 46482 6195212288 "GET /en/appointments/slots/98/ HTTP/1.1" 200 31000 WARNING 2025-09-11 00:07:56,513 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:07:56,514 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:07:56,521 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:08:05,763 basehttp 46482 6212038656 "GET /en/appointments/slots/98/ HTTP/1.1" 200 37211 WARNING 2025-09-11 00:08:05,780 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:08:05,781 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:08:05,800 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:08:50,608 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117465 WARNING 2025-09-11 00:08:50,620 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:08:50,631 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:08:50,631 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:08:50,692 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:09:04,918 log 46482 6195212288 Not Found: /api/slots/filter/ WARNING 2025-09-11 00:09:04,920 basehttp 46482 6195212288 "GET /api/slots/filter/?provider=&date=&status=&search= HTTP/1.1" 404 2619 INFO 2025-09-11 00:09:51,381 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:10:52,380 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:11:53,387 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:12:54,390 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:13:55,403 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:14:56,394 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:15:58,384 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:16:34,911 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117481 WARNING 2025-09-11 00:16:34,922 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:16:34,922 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.min.js HTTP/1.1" 200 1328 WARNING 2025-09-11 00:16:34,937 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:16:34,937 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:16:35,006 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:16:46,724 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117481 WARNING 2025-09-11 00:16:46,735 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:16:46,737 basehttp 46482 6245691392 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 00:16:46,737 basehttp 46482 6212038656 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 00:16:46,737 basehttp 46482 6228865024 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-11 00:16:46,742 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 00:16:46,742 basehttp 46482 6212038656 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 00:16:46,743 basehttp 46482 6279344128 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 00:16:46,743 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:16:46,745 basehttp 46482 6296170496 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 00:16:46,746 basehttp 46482 6262517760 - Broken pipe from ('127.0.0.1', 60124) INFO 2025-09-11 00:16:46,749 basehttp 46482 6296170496 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 00:16:46,749 basehttp 46482 6228865024 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 00:16:46,751 basehttp 46482 6296170496 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.min.js HTTP/1.1" 200 1328 INFO 2025-09-11 00:16:46,752 basehttp 46482 6228865024 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 00:16:46,754 basehttp 46482 6212038656 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 00:16:46,756 basehttp 46482 6296170496 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 00:16:46,757 basehttp 46482 6279344128 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 00:16:46,758 basehttp 46482 6195212288 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 00:16:46,761 basehttp 46482 6245691392 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 00:16:46,762 basehttp 46482 6228865024 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 00:16:46,762 basehttp 46482 6212038656 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 00:16:46,763 basehttp 46482 6279344128 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 00:16:46,768 basehttp 46482 6296170496 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 00:16:46,768 basehttp 46482 6212038656 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 00:16:46,769 basehttp 46482 6279344128 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 00:16:46,769 basehttp 46482 6296170496 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 00:16:46,770 basehttp 46482 6228865024 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 00:16:46,770 basehttp 46482 6245691392 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 00:16:46,771 basehttp 46482 6212038656 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 00:16:46,772 basehttp 46482 6296170496 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 00:16:46,773 basehttp 46482 6279344128 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 00:16:46,773 basehttp 46482 6245691392 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 00:16:46,773 basehttp 46482 6228865024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 00:16:46,775 basehttp 46482 6245691392 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 00:16:46,775 basehttp 46482 6228865024 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 00:16:46,776 basehttp 46482 6296170496 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 00:16:46,776 basehttp 46482 6228865024 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 00:16:46,776 basehttp 46482 6212038656 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 00:16:46,777 basehttp 46482 6195212288 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 00:16:46,778 basehttp 46482 6279344128 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 00:16:46,918 basehttp 46482 6279344128 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 00:16:46,928 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:16:47,202 log 46482 6279344128 Not Found: /favicon.ico WARNING 2025-09-11 00:16:47,202 basehttp 46482 6279344128 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 00:17:46,941 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:18:46,933 basehttp 46482 6279344128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:19:20,353 basehttp 46482 6279344128 "GET /en/appointments/slots/ HTTP/1.1" 200 117477 INFO 2025-09-11 00:19:20,363 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 WARNING 2025-09-11 00:19:20,363 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:19:20,369 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:19:20,369 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:19:20,453 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:20:20,475 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:20:38,404 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117480 WARNING 2025-09-11 00:20:38,417 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:20:38,423 log 46482 6228865024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:20:38,423 basehttp 46482 6228865024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:20:38,476 basehttp 46482 6228865024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:21:06,221 basehttp 46482 6228865024 "GET /en/appointments/slots/create/ HTTP/1.1" 200 56037 WARNING 2025-09-11 00:21:06,236 basehttp 46482 6228865024 "GET /static/plugins/tempusdominus-bootstrap-4/css/tempusdominus-bootstrap-4.min.css HTTP/1.1" 404 2140 WARNING 2025-09-11 00:21:06,240 basehttp 46482 6245691392 "GET /static/plugins/tempusdominus-bootstrap-4/js/tempusdominus-bootstrap-4.min.js HTTP/1.1" 404 2134 INFO 2025-09-11 00:21:06,240 basehttp 46482 6296170496 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 200 16263 WARNING 2025-09-11 00:21:06,241 basehttp 46482 6195212288 "GET /static/plugins/select2/js/select2.min.js HTTP/1.1" 404 2026 WARNING 2025-09-11 00:21:06,243 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:21:06,243 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:21:06,288 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:22:06,288 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:23:06,300 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:24:06,294 basehttp 46482 6212038656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:24:58,801 basehttp 46482 6212038656 "GET /en/appointments/slots/create/ HTTP/1.1" 200 55828 INFO 2025-09-11 00:24:58,807 basehttp 46482 6296170496 "GET /static/plugins/select2/css/select2.min.css HTTP/1.1" 304 0 INFO 2025-09-11 00:24:58,809 basehttp 46482 6212038656 "GET /static/plugins/select2/dist/js/select2.full.js HTTP/1.1" 200 173566 WARNING 2025-09-11 00:24:58,813 log 46482 6296170496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:24:58,813 basehttp 46482 6296170496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:24:58,856 basehttp 46482 6296170496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:25:00,734 basehttp 46482 6296170496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:25:00,741 log 46482 6296170496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:25:00,741 basehttp 46482 6296170496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:25:00,749 basehttp 46482 6296170496 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:25:00,757 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:25:00,757 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:25:01,514 basehttp 46482 6212038656 "GET /en/appointments/slots/ HTTP/1.1" 200 117477 WARNING 2025-09-11 00:25:01,521 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:25:01,527 log 46482 6195212288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:25:01,527 basehttp 46482 6195212288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:25:01,577 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:26:02,462 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:26:26,840 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 118006 WARNING 2025-09-11 00:26:26,851 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:26:26,852 basehttp 46482 6212038656 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-11 00:26:26,852 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-11 00:26:26,860 basehttp 46482 6279344128 "GET /static/js/demo/calendar.demo.js HTTP/1.1" 200 3653 WARNING 2025-09-11 00:26:26,863 log 46482 6212038656 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 00:26:26,863 basehttp 46482 6262517760 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-11 00:26:26,864 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 WARNING 2025-09-11 00:26:26,864 basehttp 46482 6212038656 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:26:26,865 basehttp 46482 6245691392 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-11 00:26:26,865 basehttp 46482 6212038656 - Broken pipe from ('127.0.0.1', 62597) INFO 2025-09-11 00:26:26,865 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-11 00:26:26,916 basehttp 46482 6195212288 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-11 00:26:26,935 basehttp 46482 6195212288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:26:26,988 log 46482 6195212288 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:26:26,989 basehttp 46482 6195212288 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 INFO 2025-09-11 00:27:19,377 basehttp 46482 6195212288 "GET /en/appointments/slots/ HTTP/1.1" 200 117949 WARNING 2025-09-11 00:27:19,386 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 WARNING 2025-09-11 00:27:19,397 log 46482 6245691392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:27:19,397 basehttp 46482 6245691392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:27:19,482 basehttp 46482 6245691392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:27:19,566 log 46482 6245691392 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:27:19,566 basehttp 46482 6245691392 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 INFO 2025-09-11 00:27:33,219 basehttp 46482 6245691392 "GET /en/appointments/slots/ HTTP/1.1" 200 117949 INFO 2025-09-11 00:27:33,227 basehttp 46482 6245691392 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 00:27:33,231 basehttp 46482 6262517760 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-11 00:27:33,231 basehttp 46482 6212038656 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:27:33,231 basehttp 46482 6245691392 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 00:27:33,233 basehttp 46482 6195212288 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-11 00:27:33,237 log 46482 6279344128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:27:33,237 basehttp 46482 6279344128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:27:33,238 basehttp 46482 6262517760 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 00:27:33,240 basehttp 46482 6279344128 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 00:27:33,242 basehttp 46482 6195212288 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 00:27:33,244 basehttp 46482 6279344128 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 00:27:33,246 basehttp 46482 6245691392 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 00:27:33,246 basehttp 46482 6195212288 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 00:27:33,249 basehttp 46482 6262517760 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 00:27:33,250 basehttp 46482 6228865024 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 00:27:33,254 basehttp 46482 6279344128 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-11 00:27:33,256 basehttp 46482 6245691392 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-11 00:27:33,256 basehttp 46482 6296170496 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 00:27:33,259 basehttp 46482 6279344128 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-11 00:27:33,259 basehttp 46482 6296170496 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-11 00:27:33,260 basehttp 46482 6262517760 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-11 00:27:33,260 basehttp 46482 6228865024 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-11 00:27:33,261 basehttp 46482 6245691392 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 00:27:33,263 basehttp 46482 6228865024 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 00:27:33,263 basehttp 46482 6279344128 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 00:27:33,263 basehttp 46482 6296170496 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 00:27:33,264 basehttp 46482 6262517760 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 00:27:33,264 basehttp 46482 6195212288 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-11 00:27:33,268 basehttp 46482 6296170496 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 00:27:33,269 basehttp 46482 6195212288 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 00:27:33,270 basehttp 46482 6245691392 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 00:27:33,271 basehttp 46482 6228865024 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 00:27:33,271 basehttp 46482 6296170496 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 00:27:33,272 basehttp 46482 6195212288 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 00:27:33,272 basehttp 46482 6279344128 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 00:27:33,273 basehttp 46482 6262517760 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 00:27:33,273 basehttp 46482 6245691392 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 00:27:33,275 basehttp 46482 6195212288 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 00:27:33,275 basehttp 46482 6228865024 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 00:27:33,276 basehttp 46482 6245691392 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 00:27:33,276 basehttp 46482 6296170496 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 00:27:33,276 basehttp 46482 6195212288 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 00:27:33,276 basehttp 46482 6279344128 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 00:27:33,277 basehttp 46482 6262517760 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 00:27:33,278 basehttp 46482 6245691392 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 00:27:33,494 basehttp 46482 6245691392 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 00:27:33,539 basehttp 46482 6245691392 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-11 00:27:33,545 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:27:33,587 log 46482 6262517760 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:27:33,588 basehttp 46482 6262517760 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 WARNING 2025-09-11 00:27:33,628 log 46482 6262517760 Not Found: /favicon.ico WARNING 2025-09-11 00:27:33,628 basehttp 46482 6262517760 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 00:28:33,558 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:29:33,578 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:30:33,559 basehttp 46482 6262517760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:30:33,788 basehttp 46482 6262517760 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:30:33,810 log 46482 6262517760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:30:33,810 basehttp 46482 6262517760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:14,105 autoreload 46482 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:31:14,691 autoreload 62868 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 00:31:15,846 log 62868 6133657600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:15,847 basehttp 62868 6133657600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:31:15,852 log 62868 6133657600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:15,852 basehttp 62868 6133657600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:16,933 basehttp 62868 6133657600 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 65914 WARNING 2025-09-11 00:31:16,951 log 62868 6133657600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:16,952 basehttp 62868 6133657600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:17,046 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:31:17,083 basehttp 62868 6150483968 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 65914 INFO 2025-09-11 00:31:42,532 basehttp 62868 6150483968 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-11 00:31:42,548 log 62868 6150483968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:42,548 basehttp 62868 6150483968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:42,599 basehttp 62868 6150483968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:31:53,481 basehttp 62868 6150483968 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 65914 WARNING 2025-09-11 00:31:53,499 log 62868 6150483968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:31:53,499 basehttp 62868 6150483968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:31:53,545 basehttp 62868 6150483968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:31:53,581 basehttp 62868 6150483968 "GET /en/appointments/calendar/appointments/?format=json&start=2025-08-31T00:00:00+03:00&end=2025-10-12T00:00:00+03:00 HTTP/1.1" 200 65914 INFO 2025-09-11 00:32:01,510 basehttp 62868 6150483968 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:32:01,532 log 62868 6150483968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:32:01,532 basehttp 62868 6150483968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:32:01,564 basehttp 62868 6150483968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:32:01,566 basehttp 62868 6167310336 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:32:01,595 basehttp 62868 6133657600 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 65914 INFO 2025-09-11 00:32:01,604 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:33:01,562 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:33:01,641 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:01,567 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:01,648 basehttp 62868 6133657600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:07,224 autoreload 62868 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:34:07,765 autoreload 64172 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 00:34:08,368 basehttp 64172 13052751872 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:34:08,388 log 64172 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:34:08,388 basehttp 64172 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:34:08,495 basehttp 64172 13086404608 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:34:08,506 basehttp 64172 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:34:08,538 basehttp 64172 13069578240 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 INFO 2025-09-11 00:35:08,443 basehttp 64172 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:18,992 autoreload 64172 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:35:19,357 autoreload 64641 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 00:35:20,403 log 64641 6194262016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:20,403 basehttp 64641 6194262016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:35:20,409 log 64641 6194262016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:20,410 basehttp 64641 6194262016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:22,257 basehttp 64641 6194262016 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:35:22,269 log 64641 6194262016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:22,269 basehttp 64641 6194262016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:22,321 basehttp 64641 6227914752 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:35:22,323 basehttp 64641 6194262016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:22,354 basehttp 64641 6211088384 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 INFO 2025-09-11 00:35:37,326 autoreload 64641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 00:35:37,724 autoreload 64814 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 00:35:40,658 basehttp 64814 6158086144 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:35:40,677 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:40,677 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:40,736 basehttp 64814 6191738880 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:35:40,740 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:40,770 basehttp 64814 6174912512 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:35:42,265 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:42,266 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:42,280 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:35:42,283 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:42,283 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:43,628 basehttp 64814 6158086144 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:35:43,642 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:43,642 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:53,198 basehttp 64814 6158086144 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 WARNING 2025-09-11 00:35:53,216 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:35:53,216 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:35:53,252 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:35:53,252 basehttp 64814 6191738880 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:35:53,284 basehttp 64814 6174912512 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 INFO 2025-09-11 00:36:24,723 basehttp 64814 6174912512 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 INFO 2025-09-11 00:36:24,741 basehttp 64814 6158086144 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 00:36:24,743 basehttp 64814 6208565248 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 00:36:24,747 basehttp 64814 6208565248 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 WARNING 2025-09-11 00:36:24,750 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:24,751 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:24,753 basehttp 64814 6174912512 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 00:36:24,754 basehttp 64814 6242217984 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 00:36:24,754 basehttp 64814 6208565248 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 00:36:24,758 basehttp 64814 6158086144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 00:36:24,758 basehttp 64814 6242217984 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 00:36:24,760 basehttp 64814 6191738880 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 00:36:24,761 basehttp 64814 6174912512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 00:36:24,763 basehttp 64814 6242217984 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 00:36:24,764 basehttp 64814 6225391616 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 00:36:24,765 basehttp 64814 6174912512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 00:36:24,765 basehttp 64814 6158086144 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 00:36:24,766 basehttp 64814 6191738880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 00:36:24,766 basehttp 64814 6225391616 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 00:36:24,766 basehttp 64814 6242217984 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 00:36:24,767 basehttp 64814 6208565248 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 00:36:24,768 basehttp 64814 6158086144 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 00:36:24,768 basehttp 64814 6174912512 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 00:36:24,769 basehttp 64814 6191738880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 00:36:24,769 basehttp 64814 6242217984 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 00:36:24,771 basehttp 64814 6225391616 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 00:36:24,771 basehttp 64814 6208565248 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 00:36:24,772 basehttp 64814 6174912512 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 00:36:24,772 basehttp 64814 6158086144 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 00:36:24,772 basehttp 64814 6191738880 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 00:36:24,772 basehttp 64814 6242217984 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 00:36:24,848 basehttp 64814 6242217984 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 00:36:25,027 basehttp 64814 6242217984 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 00:36:25,076 basehttp 64814 6174912512 "GET /en/appointments/slots/available/ HTTP/1.1" 200 452 INFO 2025-09-11 00:36:25,077 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:36:25,111 basehttp 64814 6158086144 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 51597 WARNING 2025-09-11 00:36:25,162 log 64814 6158086144 Not Found: /favicon.ico WARNING 2025-09-11 00:36:25,162 basehttp 64814 6158086144 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-11 00:36:28,743 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:28,744 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:29,430 basehttp 64814 6158086144 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-11 00:36:29,449 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:29,449 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:31,073 basehttp 64814 6158086144 "GET /en/appointments/requests/ HTTP/1.1" 200 153461 WARNING 2025-09-11 00:36:31,088 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:36:31,089 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:36:31,140 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:36:38,776 basehttp 64814 6158086144 "POST /en/appointments/reschedule/2110/ HTTP/1.1" 200 10880 INFO 2025-09-11 00:36:38,781 basehttp 64814 6158086144 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-11 00:36:38,782 basehttp 64814 6191738880 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-11 00:37:31,489 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:38:32,489 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:39:33,502 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:39:45,348 basehttp 64814 6191738880 "GET /en/appointments/requests/?page=2 HTTP/1.1" 200 153484 WARNING 2025-09-11 00:39:45,366 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:45,366 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:45,417 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:39:50,760 basehttp 64814 6191738880 "GET /en/appointments/requests/2117/detail/ HTTP/1.1" 200 21463 WARNING 2025-09-11 00:39:50,779 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:50,779 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:50,862 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 00:39:56,054 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,054 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:56,072 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,072 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:56,734 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,734 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:56,745 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:56,745 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 00:39:57,473 log 64814 6191738880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:57,474 basehttp 64814 6191738880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:58,260 basehttp 64814 6191738880 "GET /en/appointments/slots/ HTTP/1.1" 200 117949 WARNING 2025-09-11 00:39:58,272 basehttp 64814 6174912512 "GET /static/plugins/%40fullcalendar/main.min.css HTTP/1.1" 404 2029 INFO 2025-09-11 00:39:58,272 basehttp 64814 6158086144 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 00:39:58,273 basehttp 64814 6191738880 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-11 00:39:58,273 basehttp 64814 6208565248 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-11 00:39:58,276 log 64814 6225391616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:39:58,277 basehttp 64814 6225391616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:39:58,277 basehttp 64814 6242217984 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 00:39:58,279 basehttp 64814 6191738880 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 00:39:58,280 basehttp 64814 6208565248 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 00:39:58,282 basehttp 64814 6208565248 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-11 00:39:58,284 basehttp 64814 6225391616 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-11 00:39:58,285 basehttp 64814 6208565248 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-11 00:39:58,286 basehttp 64814 6158086144 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-11 00:39:58,286 basehttp 64814 6242217984 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-11 00:39:58,286 basehttp 64814 6191738880 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-11 00:39:58,287 basehttp 64814 6174912512 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-11 00:39:58,332 basehttp 64814 6174912512 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 WARNING 2025-09-11 00:39:58,396 log 64814 6174912512 Not Found: /api/slots/calendar/ WARNING 2025-09-11 00:39:58,396 basehttp 64814 6174912512 "GET /api/slots/calendar/?start=2025-09-07T00%3A00%3A00%2B03%3A00&end=2025-09-14T00%3A00%3A00%2B03%3A00 HTTP/1.1" 404 2663 INFO 2025-09-11 00:40:00,877 basehttp 64814 6174912512 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 00:40:00,901 basehttp 64814 6242217984 "GET /en/ HTTP/1.1" 200 47903 WARNING 2025-09-11 00:40:00,925 log 64814 6242217984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:40:00,925 basehttp 64814 6242217984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:40:00,985 basehttp 64814 6242217984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:40:00,991 basehttp 64814 6208565248 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 00:40:00,992 basehttp 64814 6191738880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:40:00,992 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:40:30,976 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:40:44,831 basehttp 64814 6158086144 "GET /en/ HTTP/1.1" 200 47893 WARNING 2025-09-11 00:40:44,847 log 64814 6158086144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 00:40:44,847 basehttp 64814 6158086144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 00:40:44,923 basehttp 64814 6242217984 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 00:40:44,924 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:40:44,925 basehttp 64814 6208565248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:40:44,925 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:41:14,911 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:41:44,926 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:41:44,927 basehttp 64814 6208565248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:41:44,928 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:42:14,918 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:42:44,937 basehttp 64814 6208565248 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:42:44,938 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:42:44,940 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:43:14,928 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:43:44,933 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:43:44,940 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:43:44,941 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:44:14,930 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:44:44,946 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:44:44,947 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:44:44,949 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:45:14,930 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:45:44,948 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:45:44,949 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:45:44,951 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:46:14,943 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:46:44,943 basehttp 64814 6158086144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:46:44,944 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:46:44,946 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:47:14,953 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:47:45,411 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:47:45,412 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:47:45,414 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:48:16,393 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:49:18,410 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:49:18,414 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:49:18,415 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 00:50:19,409 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 00:50:19,409 basehttp 64814 6158086144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 00:50:19,410 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:00:51,073 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:01:51,080 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 01:01:51,083 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 01:01:51,086 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:02:51,146 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:19:24,243 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 01:19:24,245 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 01:19:24,246 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:36:51,665 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 01:53:09,133 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 01:53:09,135 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 01:53:09,136 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:09:49,598 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:27:08,042 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 02:27:08,043 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 02:27:08,044 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:44:57,068 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:45:57,098 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 02:45:57,100 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 02:45:57,101 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:46:57,081 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:49:12,234 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 02:49:12,235 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 02:49:12,236 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 02:54:54,708 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:12:15,957 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 03:12:15,959 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 03:12:15,959 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:25:15,452 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:41:13,499 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 03:41:13,501 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 03:41:13,502 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 03:50:01,457 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:06:34,405 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:06:34,408 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:06:34,409 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:22:42,785 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:23:42,796 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:23:42,798 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:23:42,800 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:41:20,528 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:42:20,504 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:42:20,508 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:42:20,508 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:43:20,490 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:44:20,513 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:44:20,515 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:44:20,516 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:45:20,483 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:51:13,057 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:51:13,057 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:51:13,059 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:52:13,027 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:53:13,051 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:53:13,055 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:53:13,056 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:54:13,022 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:55:21,179 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:55:21,181 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:55:21,181 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:56:21,138 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:57:21,147 basehttp 64814 6191738880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:57:21,147 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:57:21,149 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:58:21,137 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 04:59:21,153 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 04:59:21,155 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 04:59:21,157 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:00:21,134 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:01:21,154 basehttp 64814 6191738880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 05:01:21,156 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 05:01:21,158 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:02:21,120 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:03:21,146 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 05:03:21,148 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 05:03:21,149 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:21:51,079 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:38:12,077 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 05:38:12,079 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 05:38:12,080 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 05:51:50,446 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:09:13,125 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:09:13,127 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:09:13,127 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:27:46,699 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:44:45,422 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:44:45,423 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:44:45,426 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:52:40,784 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:53:19,156 basehttp 64814 6158086144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:53:19,173 basehttp 64814 6174912512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:53:19,174 basehttp 64814 6191738880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:53:49,170 basehttp 64814 6174912512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:54:19,166 basehttp 64814 6174912512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 06:54:19,169 basehttp 64814 6191738880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 06:54:19,171 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 06:54:49,172 basehttp 64814 6158086144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:20:32,095 autoreload 4360 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 07:20:36,139 basehttp 4360 6186659840 "GET /en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,145 basehttp 4360 6203486208 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,145 basehttp 4360 6169833472 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,159 basehttp 4360 6186659840 "GET /accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,163 basehttp 4360 6203486208 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:36,163 basehttp 4360 6169833472 "GET /accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 302 0 ERROR 2025-09-11 07:20:36,185 log 4360 6220312576 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:36,191 log 4360 6237138944 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:36,197 log 4360 6186659840 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:36,198 basehttp 4360 6220312576 "GET /en/accounts/login/?next=/en/htmx/system-health/ HTTP/1.1" 500 161414 ERROR 2025-09-11 07:20:36,199 basehttp 4360 6237138944 "GET /en/accounts/login/?next=/en/htmx/dashboard-stats/ HTTP/1.1" 500 161474 ERROR 2025-09-11 07:20:36,200 basehttp 4360 6186659840 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161624 INFO 2025-09-11 07:20:38,015 basehttp 4360 6237138944 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-11 07:20:38,024 basehttp 4360 6237138944 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-11 07:20:38,046 log 4360 6186659840 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-11 07:20:38,047 basehttp 4360 6186659840 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160859 WARNING 2025-09-11 07:20:38,268 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:20:38,268 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 07:20:58,639 log 4360 6169833472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1035, in find_library return parser.libraries[name] ~~~~~~~~~~~~~~~~^^^^^^ KeyError: 'account' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1097, in load lib = find_library(parser, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1037, in find_library raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'account' is not a registered tag library. Must be one of: admin_list admin_modify admin_urls allauth cache custom_filters debugger_tags fsm highlighting humanize i18n indent_text l10n log rest_framework static syntax_color tz viewflow widont workflow ERROR 2025-09-11 07:20:58,641 basehttp 4360 6169833472 "GET /en/accounts/login/ HTTP/1.1" 500 225797 WARNING 2025-09-11 07:20:58,655 log 4360 6169833472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:20:58,655 basehttp 4360 6169833472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:18,697 basehttp 4360 6169833472 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-11 07:21:18,739 basehttp 4360 6186659840 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-11 07:21:18,755 basehttp 4360 6186659840 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 WARNING 2025-09-11 07:21:18,769 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:18,770 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:20,100 basehttp 4360 6186659840 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-11 07:21:20,124 basehttp 4360 6186659840 "GET /en/admin/ HTTP/1.1" 200 96553 INFO 2025-09-11 07:21:20,140 basehttp 4360 6169833472 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-09-11 07:21:20,142 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:20,144 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:20,144 basehttp 4360 6203486208 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-11 07:21:20,144 basehttp 4360 6169833472 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 07:21:22,975 basehttp 4360 6169833472 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 07:21:23,005 basehttp 4360 6203486208 "GET /en/ HTTP/1.1" 200 47921 INFO 2025-09-11 07:21:23,020 basehttp 4360 6186659840 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-11 07:21:23,023 log 4360 6203486208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:23,023 basehttp 4360 6203486208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:23,104 basehttp 4360 6203486208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:21:23,108 basehttp 4360 6169833472 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 07:21:23,109 basehttp 4360 6220312576 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 07:21:23,109 basehttp 4360 6186659840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:21:53,087 basehttp 4360 6186659840 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:21:55,687 basehttp 4360 6186659840 "GET /en/billing/bills/create/ HTTP/1.1" 200 131431 WARNING 2025-09-11 07:21:55,707 log 4360 6186659840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:21:55,708 basehttp 4360 6186659840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:21:55,771 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:22:55,777 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:23:55,787 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:24:55,788 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:25:55,799 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:26:55,805 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:27:55,801 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:28:55,805 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:29:55,817 basehttp 4360 6186659840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:30:55,828 basehttp 4360 6169833472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:31:35,554 autoreload 4360 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 07:31:35,901 autoreload 9237 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 07:31:37,785 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:31:37,786 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:31:37,789 basehttp 9237 6215348224 - Broken pipe from ('127.0.0.1', 57549) INFO 2025-09-11 07:31:37,824 basehttp 9237 6198521856 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 07:31:37,824 basehttp 9237 6181695488 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 07:31:37,833 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:31:37,835 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:31:37,835 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:31:43,661 basehttp 9237 6215348224 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:31:43,677 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:31:43,677 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:31:43,697 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:31:43,710 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:31:48,234 log 9237 6164869120 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:31:48,234 basehttp 9237 6164869120 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:32:13,711 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:32:43,713 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:32:43,729 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:33:13,711 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:33:43,716 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:33:43,735 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:34:13,724 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:34:43,715 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:34:43,736 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:35:13,742 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:35:30,095 basehttp 9237 6215348224 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:35:30,110 log 9237 6215348224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:35:30,110 basehttp 9237 6215348224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:35:30,192 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:35:30,223 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:36:00,186 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:36:30,173 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:36:30,192 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:37:00,177 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:37:30,184 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:37:30,202 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:37:41,782 basehttp 9237 6164869120 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:37:41,796 log 9237 6164869120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:37:41,796 basehttp 9237 6164869120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:37:41,851 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:37:41,865 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:37:44,075 log 9237 6215348224 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:37:44,075 basehttp 9237 6215348224 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:38:11,875 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:38:41,865 basehttp 9237 6215348224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:38:41,884 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:39:11,869 basehttp 9237 6164869120 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:39:41,864 basehttp 9237 6164869120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:39:41,885 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:40:11,889 basehttp 9237 6215348224 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:40:28,934 autoreload 9237 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 07:40:29,285 autoreload 13135 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 07:40:30,051 basehttp 13135 6161084416 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:40:30,071 log 13135 6161084416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:40:30,072 basehttp 13135 6161084416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:40:30,126 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:40:30,140 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:40:32,938 log 13135 6177910784 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:40:32,938 basehttp 13135 6177910784 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:41:00,137 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:41:30,133 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:41:30,151 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:42:00,137 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:42:30,126 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:42:30,145 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:43:00,164 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:43:30,133 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:43:30,155 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:44:00,164 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:44:30,143 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:44:30,166 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:45:00,175 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:45:07,823 basehttp 13135 6177910784 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:45:07,837 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:45:07,837 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:45:07,890 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:45:07,904 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:45:10,947 log 13135 6161084416 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:45:10,948 basehttp 13135 6161084416 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:45:21,006 basehttp 13135 6161084416 "GET /en/appointments/ HTTP/1.1" 200 45422 INFO 2025-09-11 07:45:21,021 basehttp 13135 6211563520 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 07:45:21,026 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:45:21,027 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:45:21,027 basehttp 13135 6228389888 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 07:45:21,028 basehttp 13135 6177910784 - Broken pipe from ('127.0.0.1', 59811) INFO 2025-09-11 07:45:21,030 basehttp 13135 6161084416 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 07:45:21,034 basehttp 13135 6211563520 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 07:45:21,035 basehttp 13135 6194737152 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 07:45:21,039 basehttp 13135 6245216256 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 07:45:21,183 basehttp 13135 6245216256 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 07:45:21,184 basehttp 13135 6194737152 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 07:45:21,185 basehttp 13135 6228389888 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 07:45:21,185 basehttp 13135 6161084416 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 07:45:21,185 basehttp 13135 6211563520 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 07:45:21,186 basehttp 13135 6177910784 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 07:45:21,188 basehttp 13135 6194737152 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 07:45:21,188 basehttp 13135 6228389888 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 07:45:21,188 basehttp 13135 6161084416 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 07:45:21,189 basehttp 13135 6177910784 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 07:45:21,189 basehttp 13135 6194737152 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 07:45:21,189 basehttp 13135 6211563520 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 07:45:21,191 basehttp 13135 6161084416 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 07:45:21,192 basehttp 13135 6194737152 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 07:45:21,192 basehttp 13135 6211563520 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 07:45:21,192 basehttp 13135 6228389888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 07:45:21,194 basehttp 13135 6194737152 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 07:45:21,194 basehttp 13135 6228389888 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 07:45:21,194 basehttp 13135 6245216256 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 07:45:21,194 basehttp 13135 6177910784 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 07:45:21,195 basehttp 13135 6211563520 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 07:45:21,195 basehttp 13135 6177910784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 07:45:21,196 basehttp 13135 6161084416 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 07:45:21,216 basehttp 13135 6161084416 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 07:45:21,219 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:45:21,231 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:45:21,311 log 13135 6245216256 Not Found: /favicon.ico WARNING 2025-09-11 07:45:21,313 basehttp 13135 6245216256 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-11 07:45:24,004 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:45:24,004 basehttp 13135 6245216256 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:45:51,243 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:46:21,241 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:46:21,259 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:46:51,249 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:47:21,225 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:47:21,243 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:47:51,252 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:48:16,583 basehttp 13135 6245216256 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:48:16,595 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:48:16,595 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:48:16,672 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:48:16,685 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:48:18,795 log 13135 6177910784 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:48:18,796 basehttp 13135 6177910784 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:48:46,674 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:49:16,688 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:49:16,706 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:49:46,689 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:50:16,690 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:50:16,708 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:50:31,558 basehttp 13135 6177910784 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:50:31,574 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:31,574 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:50:31,603 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:50:31,617 basehttp 13135 6245216256 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 07:50:38,545 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/766/ WARNING 2025-09-11 07:50:38,545 basehttp 13135 6245216256 "POST /en/appointments/check-in/766/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:50:43,771 basehttp 13135 6245216256 "GET /en/appointments/requests/766/detail/ HTTP/1.1" 200 21458 WARNING 2025-09-11 07:50:43,789 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:43,789 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:50:43,832 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:50:53,311 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:53,311 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 07:50:53,325 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:50:53,326 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:00,400 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157496 WARNING 2025-09-11 07:51:00,416 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:51:00,416 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:00,462 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:51:13,807 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/2110/ WARNING 2025-09-11 07:51:13,807 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:51:16,943 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157496 WARNING 2025-09-11 07:51:16,964 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:51:16,965 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:17,018 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:51:52,072 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157746 WARNING 2025-09-11 07:51:52,085 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:51:52,085 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:51:52,134 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:52:52,150 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:52:58,031 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157746 WARNING 2025-09-11 07:52:58,049 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:52:58,049 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:52:58,151 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:53:02,174 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/2110/ WARNING 2025-09-11 07:53:02,174 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 403 2491 ERROR 2025-09-11 07:53:18,121 log 13135 6245216256 Internal Server Error: /en/appointments/reschedule/2110/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: reschedule_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-11 07:53:18,122 basehttp 13135 6245216256 "POST /en/appointments/reschedule/2110/ HTTP/1.1" 500 69588 INFO 2025-09-11 07:53:33,103 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157746 WARNING 2025-09-11 07:53:33,119 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:53:33,119 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:53:33,168 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:54:30,671 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 157696 WARNING 2025-09-11 07:54:30,687 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:54:30,687 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:54:30,734 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:54:34,872 log 13135 6245216256 Forbidden (CSRF token missing.): /en/appointments/check-in/2110/ WARNING 2025-09-11 07:54:34,873 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 403 2491 INFO 2025-09-11 07:55:30,738 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:56:30,756 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:57:30,751 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:57:32,369 basehttp 13135 6245216256 "GET /en/appointments/requests/ HTTP/1.1" 200 156321 WARNING 2025-09-11 07:57:32,386 log 13135 6245216256 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:57:32,386 basehttp 13135 6245216256 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:57:32,440 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:57:37,714 basehttp 13135 6245216256 "POST /en/appointments/check-in/2110/ HTTP/1.1" 302 0 INFO 2025-09-11 07:57:37,736 basehttp 13135 6245216256 "GET /en/appointments/queue/ HTTP/1.1" 200 56009 WARNING 2025-09-11 07:57:37,833 log 13135 6161084416 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 07:57:37,839 basehttp 13135 6161084416 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:37,851 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:57:37,896 log 13135 6228389888 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 07:57:37,897 basehttp 13135 6228389888 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,899 log 13135 6211563520 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 07:57:37,901 basehttp 13135 6211563520 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,907 log 13135 6245216256 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 07:57:37,908 basehttp 13135 6245216256 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:37,923 basehttp 13135 6177910784 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 07:57:37,930 log 13135 6228389888 Not Found: /en/appointments/queue/15/status/ INFO 2025-09-11 07:57:37,931 basehttp 13135 6161084416 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 07:57:37,931 basehttp 13135 6194737152 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 07:57:37,931 basehttp 13135 6228389888 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,934 log 13135 6211563520 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 07:57:37,934 basehttp 13135 6211563520 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:37,945 basehttp 13135 6245216256 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 07:57:37,956 log 13135 6177910784 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 07:57:37,957 basehttp 13135 6177910784 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 07:57:37,992 log 13135 6161084416 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 07:57:37,992 basehttp 13135 6161084416 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 07:57:37,995 log 13135 6228389888 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 07:57:37,996 basehttp 13135 6228389888 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:37,998 log 13135 6211563520 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 07:57:37,999 basehttp 13135 6211563520 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 07:57:38,002 log 13135 6194737152 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 07:57:38,005 log 13135 6177910784 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 07:57:38,005 basehttp 13135 6194737152 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 07:57:38,006 basehttp 13135 6177910784 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 07:57:38,011 basehttp 13135 6245216256 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 07:57:38,014 basehttp 13135 6161084416 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 WARNING 2025-09-11 07:58:06,447 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:06,449 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:06,451 basehttp 13135 6245216256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 07:58:06,459 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:06,459 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:06,521 basehttp 13135 6161084416 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:58:07,143 basehttp 13135 6161084416 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 07:58:07,158 log 13135 6161084416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:07,158 basehttp 13135 6161084416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:07,212 basehttp 13135 6161084416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:58:07,226 basehttp 13135 6177910784 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 07:58:18,266 basehttp 13135 6177910784 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 07:58:18,284 log 13135 6177910784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:58:18,285 basehttp 13135 6177910784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:58:18,302 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-11 07:58:29,515 log 13135 6177910784 Internal Server Error: /en/appointments/reschedule/2115/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: reschedule_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-11 07:58:29,516 basehttp 13135 6177910784 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 500 69588 INFO 2025-09-11 07:59:18,310 basehttp 13135 6177910784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:59:21,587 autoreload 13135 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-11 07:59:21,935 autoreload 21480 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 07:59:25,207 basehttp 21480 6123597824 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 07:59:25,228 log 21480 6123597824 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 07:59:25,228 basehttp 21480 6123597824 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 07:59:25,277 basehttp 21480 6123597824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 07:59:32,965 basehttp 21480 6123597824 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 10882 INFO 2025-09-11 07:59:32,971 basehttp 21480 6123597824 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-11 07:59:32,972 basehttp 21480 6140424192 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 WARNING 2025-09-11 07:59:40,700 basehttp 21480 6140424192 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 ERROR 2025-09-11 07:59:44,392 log 21480 6123597824 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1319, in available_slots slots = SlotAvailability.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 07:59:44,394 basehttp 21480 6123597824 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 500 128156 WARNING 2025-09-11 07:59:49,213 basehttp 21480 6123597824 "GET /static/css/images/ui-icons_555555_256x240.png HTTP/1.1" 404 2041 ERROR 2025-09-11 07:59:52,759 log 21480 6123597824 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1319, in available_slots slots = SlotAvailability.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 07:59:52,760 basehttp 21480 6123597824 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 500 128156 WARNING 2025-09-11 08:00:15,855 log 21480 6123597824 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:00:15,855 basehttp 21480 6123597824 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-11 08:02:00,842 autoreload 21480 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 08:02:01,172 autoreload 22641 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 08:02:03,964 log 22641 6156890112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:03,965 basehttp 22641 6156890112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:04,014 basehttp 22641 6140063744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:02:04,015 log 22641 6156890112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:04,016 basehttp 22641 6156890112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:04,028 basehttp 22641 6123237376 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:02:04,511 basehttp 22641 6123237376 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:02:04,525 log 22641 6123237376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:04,525 basehttp 22641 6123237376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:04,596 basehttp 22641 6123237376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:02:04,621 basehttp 22641 6156890112 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:02:13,673 basehttp 22641 6156890112 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:02:13,691 log 22641 6156890112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:02:13,691 basehttp 22641 6156890112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:02:13,765 basehttp 22641 6156890112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:02:26,786 basehttp 22641 6156890112 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 10882 WARNING 2025-09-11 08:02:29,983 basehttp 22641 6156890112 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 INFO 2025-09-11 08:02:31,671 basehttp 22641 6123237376 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 08:02:41,193 log 22641 6123237376 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:02:41,194 basehttp 22641 6123237376 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-11 08:05:16,141 autoreload 22641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 08:05:16,482 autoreload 24097 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 08:05:18,921 log 24097 6160412672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:18,922 basehttp 24097 6160412672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:18,964 basehttp 24097 6143586304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:05:18,967 log 24097 6160412672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:18,967 basehttp 24097 6160412672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:18,979 basehttp 24097 6126759936 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:05:19,673 basehttp 24097 6126759936 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:05:19,684 log 24097 6126759936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:19,684 basehttp 24097 6126759936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:19,756 basehttp 24097 6126759936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:05:19,771 basehttp 24097 6160412672 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:05:24,118 basehttp 24097 6160412672 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:05:24,135 log 24097 6160412672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:05:24,135 basehttp 24097 6160412672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:05:24,175 basehttp 24097 6160412672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:05:44,122 basehttp 24097 6160412672 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 10882 WARNING 2025-09-11 08:05:56,132 basehttp 24097 6160412672 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 INFO 2025-09-11 08:05:57,637 basehttp 24097 6126759936 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 08:06:14,254 log 24097 6126759936 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:06:14,254 basehttp 24097 6126759936 "POST /en/appointments/requests/ HTTP/1.1" 405 0 INFO 2025-09-11 08:12:19,095 autoreload 24097 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 08:12:19,486 autoreload 27194 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 08:12:19,930 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:19,930 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:19,975 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:12:19,978 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:19,978 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:19,990 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:12:20,488 basehttp 27194 6190116864 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:12:20,502 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:20,502 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:20,575 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:12:20,588 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:12:24,665 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:12:24,684 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:12:24,684 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:12:24,701 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:12:28,748 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13627 INFO 2025-09-11 08:13:24,703 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:13:58,618 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:13:58,635 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:13:58,636 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:13:58,688 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:14:02,271 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13630 INFO 2025-09-11 08:14:35,806 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:14:35,819 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:14:35,819 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:14:35,870 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:14:39,710 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13608 INFO 2025-09-11 08:15:00,282 basehttp 27194 6223769600 "GET /en/appointments/slots/available/?date=2025-09-25&provider=2&exclude_appointment=2108 HTTP/1.1" 200 6898 WARNING 2025-09-11 08:15:14,620 log 27194 6223769600 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:15:14,620 basehttp 27194 6223769600 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 08:17:17,858 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:17,860 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:17,860 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:17:17,872 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:17,873 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:17,900 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:17:18,592 basehttp 27194 6223769600 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 08:17:18,606 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:18,606 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:18,662 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:17:18,676 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:17:23,021 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:17:23,037 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:23,037 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:23,055 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:17:31,496 basehttp 27194 6190116864 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21464 WARNING 2025-09-11 08:17:31,516 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:31,516 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:17:31,554 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:17:34,029 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:34,029 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:17:34,041 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:17:34,041 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:18:23,070 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-11 08:19:07,901 log 27194 6190116864 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 210, in render return template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 173, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/requests/(?P[0-9]+)/detail/\\Z'] ERROR 2025-09-11 08:19:07,902 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 500 284156 WARNING 2025-09-11 08:19:07,915 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:19:07,915 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:23:22,740 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:23:22,752 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:23:22,753 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:23:22,805 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:23:30,660 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13598 INFO 2025-09-11 08:23:49,092 basehttp 27194 6190116864 "GET /en/appointments/slots/available/?date=2025-09-25&provider=2&exclude_appointment=2108 HTTP/1.1" 200 6898 WARNING 2025-09-11 08:23:59,822 log 27194 6190116864 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:23:59,822 basehttp 27194 6190116864 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 08:24:05,078 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:05,079 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:24:05,082 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:24:05,088 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:05,088 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:24:05,098 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:24:35,091 basehttp 27194 6190116864 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 08:24:59,513 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 08:24:59,514 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:59,514 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:24:59,525 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:24:59,525 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:25:00,813 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:25:00,813 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 08:25:00,824 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:25:00,825 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:25:04,888 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:25:04,906 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:25:04,906 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:25:04,922 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:25:20,543 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13601 INFO 2025-09-11 08:26:04,938 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:27:04,941 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:28:04,933 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:29:04,953 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:30:04,952 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:31:04,959 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:31:04,974 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:31:04,974 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:31:05,020 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:31:07,625 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13618 INFO 2025-09-11 08:32:05,029 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:32:13,990 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:32:14,003 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:32:14,003 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:32:14,052 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:32:16,915 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13625 INFO 2025-09-11 08:33:14,061 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:34:14,058 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:35:14,065 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:35:53,538 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:35:53,552 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:35:53,552 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:35:53,597 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:35:56,696 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13498 INFO 2025-09-11 08:36:46,262 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:36:46,278 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:36:46,278 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:36:46,334 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:36:48,893 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13497 INFO 2025-09-11 08:37:14,748 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:37:14,761 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:37:14,761 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:37:14,812 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:37:17,749 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13499 INFO 2025-09-11 08:37:33,296 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:37:33,311 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:37:33,311 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:37:33,362 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:37:35,999 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13499 INFO 2025-09-11 08:38:15,817 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:38:15,830 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:38:15,830 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:38:15,876 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:38:19,233 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13508 INFO 2025-09-11 08:39:15,891 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:39:35,713 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:39:35,725 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:39:35,725 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:39:35,771 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:39:38,386 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13528 INFO 2025-09-11 08:40:35,776 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:40:36,030 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 155007 WARNING 2025-09-11 08:40:36,044 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:40:36,044 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:40:36,090 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:40:38,573 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2108/ HTTP/1.1" 200 13534 INFO 2025-09-11 08:41:36,104 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:42:36,098 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:43:36,108 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:44:36,120 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:44:48,183 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154995 WARNING 2025-09-11 08:44:48,196 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:44:48,196 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:44:48,244 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:45:48,246 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:46:06,011 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154870 WARNING 2025-09-11 08:46:06,025 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:46:06,025 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:46:06,072 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:46:56,841 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154870 WARNING 2025-09-11 08:46:56,855 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:46:56,855 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:46:56,902 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:47:22,760 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154830 WARNING 2025-09-11 08:47:22,777 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:47:22,777 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:47:22,832 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:47:50,214 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154666 WARNING 2025-09-11 08:47:50,232 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:47:50,232 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:47:50,285 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:48:50,299 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:48:59,126 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154412 WARNING 2025-09-11 08:48:59,142 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:48:59,142 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:48:59,193 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:49:31,309 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154412 WARNING 2025-09-11 08:49:31,327 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:49:31,327 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:49:31,381 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:50:31,396 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:50:43,479 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154400 WARNING 2025-09-11 08:50:43,495 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:50:43,495 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:50:43,545 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:51:43,561 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:51:58,109 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154388 WARNING 2025-09-11 08:51:58,125 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:51:58,125 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:51:58,177 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:52:26,008 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154402 WARNING 2025-09-11 08:52:26,023 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:52:26,023 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:52:26,077 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:53:26,092 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:54:26,090 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:55:26,103 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:56:26,106 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:57:26,113 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:58:13,967 basehttp 27194 6190116864 "GET /en/appointments/requests/ HTTP/1.1" 200 154274 WARNING 2025-09-11 08:58:13,982 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:58:13,982 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:58:14,033 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:58:16,542 basehttp 27194 6190116864 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13540 WARNING 2025-09-11 08:58:27,228 basehttp 27194 6190116864 "GET /static/css/images/ui-icons_444444_256x240.png HTTP/1.1" 404 2041 INFO 2025-09-11 08:58:32,643 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 154274 WARNING 2025-09-11 08:58:32,658 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 08:58:32,659 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 08:58:32,711 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 08:58:38,019 basehttp 27194 6206943232 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 200 13540 INFO 2025-09-11 08:58:40,844 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=3&exclude_appointment=2123 HTTP/1.1" 200 6918 WARNING 2025-09-11 08:58:56,221 log 27194 6206943232 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 08:58:56,221 basehttp 27194 6206943232 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 09:03:21,761 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:03:21,761 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:03:22,355 basehttp 27194 6190116864 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 09:03:22,368 log 27194 6190116864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:03:22,368 basehttp 27194 6190116864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:03:22,440 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:03:22,455 basehttp 27194 6206943232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:03:26,571 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 157862 WARNING 2025-09-11 09:03:26,588 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:03:26,588 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:03:26,606 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:03:31,710 basehttp 27194 6206943232 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13539 INFO 2025-09-11 09:03:47,959 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 09:03:59,821 log 27194 6206943232 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 09:03:59,822 basehttp 27194 6206943232 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 09:07:15,276 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:15,277 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:15,279 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 09:07:15,285 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:15,286 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:15,295 basehttp 27194 6206943232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:07:15,845 basehttp 27194 6206943232 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 09:07:15,860 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:15,860 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:15,914 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:07:15,928 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:07:19,615 basehttp 27194 6223769600 "GET /en/appointments/requests/ HTTP/1.1" 200 161881 WARNING 2025-09-11 09:07:19,634 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:07:19,634 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:07:19,654 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:07:22,787 basehttp 27194 6223769600 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13539 INFO 2025-09-11 09:07:32,211 basehttp 27194 6223769600 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 WARNING 2025-09-11 09:07:38,973 log 27194 6223769600 Method Not Allowed (POST): /en/appointments/requests/ WARNING 2025-09-11 09:07:38,974 basehttp 27194 6223769600 "POST /en/appointments/requests/ HTTP/1.1" 405 0 WARNING 2025-09-11 09:08:15,129 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:15,130 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 09:08:15,145 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:15,146 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:08:15,149 basehttp 27194 6223769600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:08:15,691 basehttp 27194 6223769600 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 09:08:15,706 log 27194 6223769600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:15,706 basehttp 27194 6223769600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:08:15,755 basehttp 27194 6223769600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:08:15,768 basehttp 27194 6206943232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 09:08:21,520 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 161890 WARNING 2025-09-11 09:08:21,535 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:08:21,535 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:08:21,553 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:08:27,323 basehttp 27194 6206943232 "POST /en/appointments/reschedule/2115/ HTTP/1.1" 200 13539 INFO 2025-09-11 09:09:21,570 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:10:21,571 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:11:21,574 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:12:21,570 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:13:21,571 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:13:23,032 basehttp 27194 6206943232 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 09:13:23,048 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:13:23,048 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:13:23,100 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:13:24,738 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 29165 WARNING 2025-09-11 09:13:24,761 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:13:24,762 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:13:24,803 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:14:24,807 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:15:24,817 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:15:28,340 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 29096 WARNING 2025-09-11 09:15:28,357 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:15:28,357 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:15:28,401 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:16:28,413 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:16:39,855 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 INFO 2025-09-11 09:16:52,659 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=13&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:16:57,259 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=9&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:17:17,342 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 INFO 2025-09-11 09:17:20,373 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=13&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:17:28,416 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:17:43,016 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=16&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:18:28,416 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:19:28,414 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:20:28,413 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:20:32,789 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 28587 WARNING 2025-09-11 09:20:32,811 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:20:32,811 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:20:32,901 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:20:41,414 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=5&exclude_appointment=2115 HTTP/1.1" 200 4896 INFO 2025-09-11 09:20:45,904 basehttp 27194 6206943232 "GET /en/appointments/slots/available/?date=2025-09-25&provider=13&exclude_appointment=2115 HTTP/1.1" 200 452 INFO 2025-09-11 09:21:32,852 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:22:32,856 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:23:32,849 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:23:36,781 basehttp 27194 6206943232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 28586 WARNING 2025-09-11 09:23:36,801 log 27194 6206943232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:23:36,801 basehttp 27194 6206943232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:23:36,841 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:24:36,855 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:25:36,858 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:26:36,861 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:27:36,864 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:28:36,867 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:29:36,873 basehttp 27194 6206943232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:30:36,878 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:31:36,763 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:32:36,767 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:33:36,769 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:34:36,769 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:35:36,772 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:36:36,768 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:37:36,774 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:38:36,778 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:39:36,766 basehttp 27194 6190116864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:39:57,040 autoreload 27194 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 09:39:57,374 autoreload 65582 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 09:40:36,840 basehttp 65582 6199635968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:40:44,612 autoreload 65582 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 09:40:45,025 autoreload 65893 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 09:41:09,219 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 21905 WARNING 2025-09-11 09:41:09,235 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:41:09,235 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:41:09,338 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:41:17,494 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:41:22,432 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:41:45,425 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:42:09,277 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:43:09,287 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:43:46,574 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 WARNING 2025-09-11 09:43:46,590 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:43:46,591 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:43:46,632 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:44:03,573 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 WARNING 2025-09-11 09:44:03,590 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:03,590 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:03,631 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 09:44:04,976 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:04,976 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:05,732 basehttp 65893 6161739776 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 09:44:05,747 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:05,747 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:05,794 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:44:07,303 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 WARNING 2025-09-11 09:44:07,318 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:07,318 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:07,354 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:44:15,692 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24025 INFO 2025-09-11 09:44:15,709 basehttp 65893 6212218880 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 09:44:15,715 log 65893 6178566144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:44:15,715 basehttp 65893 6178566144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:44:15,719 basehttp 65893 6178566144 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 09:44:15,720 basehttp 65893 6229045248 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 09:44:15,721 basehttp 65893 6161739776 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 09:44:15,721 basehttp 65893 6212218880 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 09:44:15,730 basehttp 65893 6161739776 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 09:44:15,732 basehttp 65893 6178566144 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 09:44:15,732 basehttp 65893 6212218880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 09:44:15,739 basehttp 65893 6229045248 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 09:44:15,740 basehttp 65893 6245871616 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 09:44:15,744 basehttp 65893 6161739776 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 09:44:15,744 basehttp 65893 6212218880 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 09:44:15,745 basehttp 65893 6229045248 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 09:44:15,746 basehttp 65893 6195392512 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 09:44:15,756 basehttp 65893 6178566144 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 09:44:15,757 basehttp 65893 6229045248 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 09:44:15,759 basehttp 65893 6212218880 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 09:44:15,764 basehttp 65893 6178566144 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 09:44:15,761 basehttp 65893 6161739776 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 09:44:15,763 basehttp 65893 6245871616 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 09:44:15,764 basehttp 65893 6195392512 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 09:44:15,781 basehttp 65893 6195392512 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 09:44:15,782 basehttp 65893 6161739776 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 09:44:15,785 basehttp 65893 6229045248 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 09:44:15,787 basehttp 65893 6212218880 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 09:44:15,789 basehttp 65893 6178566144 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 09:44:15,797 basehttp 65893 6195392512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 09:44:15,799 basehttp 65893 6245871616 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 09:44:15,880 basehttp 65893 6245871616 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 09:44:15,926 basehttp 65893 6245871616 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 09:44:15,949 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 09:44:16,068 log 65893 6245871616 Not Found: /favicon.ico WARNING 2025-09-11 09:44:16,068 basehttp 65893 6245871616 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 09:44:21,262 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:45:15,962 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:46:15,946 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:46:59,188 basehttp 65893 6245871616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 24030 WARNING 2025-09-11 09:46:59,203 log 65893 6245871616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:46:59,203 basehttp 65893 6245871616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:46:59,268 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:47:05,463 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:47:08,688 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=14&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:47:12,010 basehttp 65893 6245871616 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 09:47:59,273 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:48:59,306 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:49:37,902 basehttp 65893 6245871616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23751 WARNING 2025-09-11 09:49:37,919 log 65893 6245871616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 09:49:37,920 basehttp 65893 6245871616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 09:49:37,964 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:50:37,976 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 09:51:38,451 basehttp 65893 6245871616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:19:24,421 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:19:33,998 basehttp 65893 6161739776 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:19:34,013 log 65893 6161739776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:19:34,014 basehttp 65893 6161739776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:19:34,056 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:19:37,963 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:19:45,930 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:20:34,076 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:21:34,082 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:22:26,792 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:31,938 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-11&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:34,071 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:22:34,468 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:44,467 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:22:47,188 basehttp 65893 6161739776 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=16&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:23:34,083 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:24:34,076 basehttp 65893 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:25:16,479 autoreload 65893 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:25:16,851 autoreload 73698 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:25:17,884 basehttp 73698 6202142720 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:25:17,905 log 73698 6202142720 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:25:17,905 basehttp 73698 6202142720 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:25:17,950 basehttp 73698 6202142720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:25:23,489 basehttp 73698 6202142720 "GET /en/appointments/slots/available/?new_date=2025-09-18&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:25:27,836 basehttp 73698 6202142720 "GET /en/appointments/slots/available/?new_date=2025-09-18&new_provider=9&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:26:17,952 basehttp 73698 6202142720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:27:17,969 basehttp 73698 6202142720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:27:34,509 autoreload 73698 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:27:34,863 autoreload 74782 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:27:37,183 basehttp 74782 6167408640 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:27:37,197 log 74782 6167408640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:27:37,197 basehttp 74782 6167408640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:27:37,236 basehttp 74782 6167408640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:27:42,161 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-18&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:27:49,317 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-17&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:27:53,139 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:27:59,305 basehttp 74782 6167408640 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=13&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:28:37,249 basehttp 74782 6167408640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:28:40,941 autoreload 74782 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:28:41,288 autoreload 75246 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:28:41,936 basehttp 75246 6133084160 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:28:41,956 log 75246 6133084160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:28:41,956 basehttp 75246 6133084160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:28:41,998 basehttp 75246 6133084160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:28:44,692 basehttp 75246 6133084160 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:28:44,708 log 75246 6133084160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:28:44,708 basehttp 75246 6133084160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:28:44,752 basehttp 75246 6133084160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:28:47,795 basehttp 75246 6133084160 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 ERROR 2025-09-11 10:29:15,990 log 75246 6133084160 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1317, in available_slots qs = SlotAvailability.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 10:29:15,992 basehttp 75246 6133084160 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&exclude_appointment=2115 HTTP/1.1" 500 128895 INFO 2025-09-11 10:29:28,530 autoreload 75246 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:29:28,877 autoreload 75557 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:29:31,443 basehttp 75557 6194704384 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 10:29:31,459 log 75557 6194704384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:29:31,459 basehttp 75557 6194704384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:29:31,501 basehttp 75557 6194704384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:29:34,411 basehttp 75557 6194704384 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:29:36,156 basehttp 75557 6194704384 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:30:29,638 autoreload 75557 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:30:30,011 autoreload 76022 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:30:30,382 basehttp 76022 6129823744 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:30:30,398 log 76022 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:30:30,399 basehttp 76022 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:30:30,441 basehttp 76022 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:30:33,972 basehttp 76022 6129823744 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:30:36,984 basehttp 76022 6129823744 "GET /en/appointments/slots/available/?new_date=2025-09-12&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:31:07,687 basehttp 76022 6129823744 "GET /en/admin/accounts/user/ HTTP/1.1" 200 114113 INFO 2025-09-11 10:31:07,704 basehttp 76022 6325039104 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 10:31:07,704 basehttp 76022 6146650112 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 10:31:07,704 basehttp 76022 6341865472 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 10:31:07,705 basehttp 76022 6163476480 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 10:31:07,705 basehttp 76022 6129823744 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 10:31:07,706 basehttp 76022 6341865472 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 10:31:07,706 basehttp 76022 6146650112 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 10:31:07,707 basehttp 76022 6129823744 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 10:31:07,707 basehttp 76022 6341865472 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 10:31:07,708 basehttp 76022 6163476480 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 10:31:07,709 basehttp 76022 6146650112 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 10:31:07,710 basehttp 76022 6129823744 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 10:31:07,711 basehttp 76022 6163476480 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 10:31:07,711 basehttp 76022 6146650112 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 10:31:07,714 basehttp 76022 6325039104 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 10:31:07,714 basehttp 76022 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 10:31:07,715 basehttp 76022 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 10:31:07,715 basehttp 76022 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 10:31:07,718 basehttp 76022 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 10:31:07,718 basehttp 76022 6358691840 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-11 10:31:07,724 basehttp 76022 6358691840 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 10:31:07,725 basehttp 76022 6358691840 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 10:31:07,726 basehttp 76022 6358691840 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 10:31:31,416 basehttp 76022 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:31:44,632 basehttp 76022 6358691840 "GET /en/admin/appointments/slotavailability/ HTTP/1.1" 200 169581 INFO 2025-09-11 10:31:44,647 basehttp 76022 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 10:31:44,656 basehttp 76022 6358691840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 10:31:51,459 basehttp 76022 6358691840 "GET /en/admin/appointments/slotavailability/?p=3 HTTP/1.1" 200 172406 INFO 2025-09-11 10:31:51,470 basehttp 76022 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 10:32:01,503 basehttp 76022 6358691840 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=13&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:32:26,821 basehttp 76022 6358691840 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:32:31,417 basehttp 76022 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:33:31,418 basehttp 76022 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:34:19,893 autoreload 76022 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:34:20,276 autoreload 77718 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:34:21,374 basehttp 77718 6130200576 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:34:21,394 log 77718 6130200576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:34:21,394 basehttp 77718 6130200576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:34:21,438 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 10:34:25,582 log 77718 6130200576 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:34:25,582 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:34:33,047 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:35:21,449 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 10:36:21,453 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:36:49,298 basehttp 77718 6130200576 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:36:49,316 log 77718 6130200576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:36:49,316 basehttp 77718 6130200576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:36:49,358 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:36:52,853 log 77718 6130200576 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:36:52,853 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:36:57,024 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=9&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:37:00,922 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=16&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:37:03,011 basehttp 77718 6130200576 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:37:49,505 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:43:42,817 basehttp 77718 6130200576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:44:27,111 autoreload 77718 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:44:27,472 autoreload 80055 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:44:43,693 basehttp 80055 6163279872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:45:43,675 basehttp 80055 6163279872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:45:54,051 autoreload 80055 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:45:54,405 autoreload 80697 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 10:45:55,334 log 80697 6132592640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:45:55,334 basehttp 80697 6132592640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 10:45:55,344 log 80697 6132592640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:45:55,344 basehttp 80697 6132592640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:45:57,967 basehttp 80697 6132592640 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:45:57,984 log 80697 6132592640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:45:57,984 basehttp 80697 6132592640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:45:58,026 basehttp 80697 6132592640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:46:03,073 log 80697 6132592640 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:46:03,073 basehttp 80697 6132592640 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:46:10,425 basehttp 80697 6132592640 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:46:58,039 basehttp 80697 6132592640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:47:05,721 autoreload 80697 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:47:06,077 autoreload 81260 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:47:06,424 basehttp 81260 6135377920 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:47:06,437 log 81260 6135377920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:47:06,437 basehttp 81260 6135377920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:47:06,479 basehttp 81260 6135377920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:47:12,399 log 81260 6135377920 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:47:12,399 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:47:18,024 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=8&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:47:20,093 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=17&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:47:22,654 basehttp 81260 6135377920 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=10&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:48:06,493 basehttp 81260 6135377920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:49:06,488 basehttp 81260 6135377920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:49:18,632 autoreload 81260 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:49:19,025 autoreload 82184 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:49:19,825 basehttp 82184 6195294208 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:49:19,840 log 82184 6195294208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:49:19,840 basehttp 82184 6195294208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:49:19,887 basehttp 82184 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:49:26,832 log 82184 6195294208 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:49:26,832 basehttp 82184 6195294208 "GET /en/appointments/slots/available/?new_date=&new_provider=12&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:49:30,801 basehttp 82184 6195294208 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:50:19,889 basehttp 82184 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:51:19,904 basehttp 82184 6195294208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:51:35,194 autoreload 82184 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:51:35,540 autoreload 83189 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:51:36,017 basehttp 83189 6164770816 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:51:36,034 log 83189 6164770816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:51:36,034 basehttp 83189 6164770816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:51:36,079 basehttp 83189 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:51:38,988 log 83189 6164770816 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:51:38,988 basehttp 83189 6164770816 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:51:42,335 basehttp 83189 6164770816 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=15&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:52:36,082 basehttp 83189 6164770816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:53:32,356 autoreload 83189 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:53:32,738 autoreload 84118 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:53:33,705 basehttp 84118 6126006272 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:53:33,719 log 84118 6126006272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:53:33,719 basehttp 84118 6126006272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:53:33,765 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 10:53:37,479 log 84118 6126006272 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 10:53:37,479 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&provider=5&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 10:53:42,555 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=8&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:53:46,157 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=17&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:53:48,674 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=10&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:53:50,583 basehttp 84118 6126006272 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=15&provider=5&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 10:54:33,769 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:55:33,780 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:56:33,778 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:57:33,788 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:58:33,789 basehttp 84118 6126006272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 10:59:33,442 autoreload 84118 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 10:59:33,765 autoreload 86730 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 10:59:45,540 basehttp 86730 6197964800 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23618 WARNING 2025-09-11 10:59:45,557 log 86730 6197964800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 10:59:45,558 basehttp 86730 6197964800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 10:59:45,596 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:00:45,609 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:01:04,570 basehttp 86730 6197964800 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:01:04,582 log 86730 6197964800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:01:04,582 basehttp 86730 6197964800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:01:04,621 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:01:07,530 basehttp 86730 6197964800 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 ERROR 2025-09-11 11:01:12,542 log 86730 6197964800 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1328, in available_slots .filter( ^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_available' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 11:01:12,543 basehttp 86730 6197964800 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&exclude_appointment=2115 HTTP/1.1" 500 129224 INFO 2025-09-11 11:02:04,638 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:03:04,640 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:04:04,634 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:04,633 basehttp 86730 6197964800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:15,646 autoreload 86730 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:05:16,002 autoreload 89220 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:05:16,437 basehttp 89220 6133346304 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:05:16,455 log 89220 6133346304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:05:16,455 basehttp 89220 6133346304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:05:16,538 basehttp 89220 6133346304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:19,436 basehttp 89220 6133346304 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 ERROR 2025-09-11 11:05:22,356 log 89220 6133346304 Internal Server Error: /en/appointments/slots/available/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1340, in available_slots qs = qs.exclude(preferred_time=appt.preferred_time) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1501, in exclude return self._filter_or_exclude(True, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1516, in _filter_or_exclude_inplace self._query.add_q(~Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'preferred_time' into field. Choices are: appointment_types, availability_type, block_reason, booked_appointments, created_at, created_by, created_by_id, date, duration_minutes, end_time, id, insurance_restrictions, is_active, is_blocked, is_recurring, location, max_appointments, patient_restrictions, provider, provider_id, recurrence_end_date, recurrence_pattern, room_number, slot_id, specialty, start_time, supports_telemedicine, telemedicine_only, tenant, tenant_id, updated_at ERROR 2025-09-11 11:05:22,358 basehttp 89220 6133346304 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=16&exclude_appointment=2115 HTTP/1.1" 500 117733 INFO 2025-09-11 11:05:39,179 autoreload 89220 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:05:39,605 autoreload 89454 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:05:41,572 basehttp 89454 13170143232 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:05:41,590 log 89454 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:05:41,590 basehttp 89454 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:05:41,632 basehttp 89454 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:05:45,846 basehttp 89454 13170143232 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:05:48,610 basehttp 89454 13170143232 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:06:23,755 autoreload 89454 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:06:24,095 autoreload 89767 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:06:26,818 basehttp 89767 6135279616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:06:26,834 log 89767 6135279616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:06:26,834 basehttp 89767 6135279616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:06:26,877 basehttp 89767 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:06:29,590 basehttp 89767 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:06:33,588 basehttp 89767 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=17&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:07:26,892 basehttp 89767 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:07:40,483 autoreload 89767 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:07:40,831 autoreload 90329 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:07:44,980 basehttp 90329 6132314112 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:07:45,001 log 90329 6132314112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:07:45,001 basehttp 90329 6132314112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:07:45,047 basehttp 90329 6132314112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:07:50,453 basehttp 90329 6132314112 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:07:52,856 basehttp 90329 6132314112 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:08:45,174 basehttp 90329 6132314112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:08:45,902 autoreload 90329 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:08:46,254 autoreload 90797 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:08:48,323 basehttp 90797 6127628288 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:08:48,341 log 90797 6127628288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:08:48,341 basehttp 90797 6127628288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:08:48,378 basehttp 90797 6127628288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:08:54,259 basehttp 90797 6127628288 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 INFO 2025-09-11 11:08:54,279 basehttp 90797 13170143232 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 11:08:54,281 log 90797 6127628288 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 11:08:54,282 basehttp 90797 13186969600 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 11:08:54,283 basehttp 90797 6127628288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:08:54,285 basehttp 90797 13186969600 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 11:08:54,288 basehttp 90797 6144454656 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 11:08:54,290 basehttp 90797 6127628288 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 11:08:54,290 basehttp 90797 13186969600 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 11:08:54,291 basehttp 90797 13170143232 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 11:08:54,292 basehttp 90797 6144454656 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 11:08:54,294 basehttp 90797 13170143232 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 11:08:54,295 basehttp 90797 13186969600 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 11:08:54,296 basehttp 90797 6144454656 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 11:08:54,297 basehttp 90797 6127628288 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 11:08:54,297 basehttp 90797 13170143232 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 11:08:54,297 basehttp 90797 13186969600 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 11:08:54,298 basehttp 90797 6144454656 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 11:08:54,301 basehttp 90797 6127628288 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 11:08:54,302 basehttp 90797 6144454656 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 11:08:54,302 basehttp 90797 13170143232 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 11:08:54,302 basehttp 90797 13186969600 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 11:08:54,302 basehttp 90797 6161281024 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 11:08:54,303 basehttp 90797 13203795968 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 11:08:54,307 basehttp 90797 6127628288 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 11:08:54,308 basehttp 90797 13186969600 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 11:08:54,308 basehttp 90797 6144454656 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 11:08:54,308 basehttp 90797 13170143232 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 11:08:54,309 basehttp 90797 13203795968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 11:08:54,309 basehttp 90797 6161281024 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 11:08:54,309 basehttp 90797 6127628288 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 11:08:54,860 basehttp 90797 6127628288 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 11:08:54,881 basehttp 90797 6127628288 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 11:08:54,940 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:08:55,438 log 90797 6161281024 Not Found: /favicon.ico WARNING 2025-09-11 11:08:55,438 basehttp 90797 6161281024 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-11 11:08:58,558 log 90797 6161281024 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:08:58,559 basehttp 90797 6161281024 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:09:08,015 basehttp 90797 6161281024 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=16&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:09:54,892 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:10:55,657 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:11:56,661 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:12:57,661 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:13:58,648 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:14:59,647 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:16:01,654 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:17:19,687 basehttp 90797 6161281024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:18:14,334 autoreload 90797 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:18:14,849 autoreload 94954 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:18:19,713 basehttp 94954 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:18:20,082 basehttp 94954 6163410944 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:18:20,098 log 94954 6163410944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:18:20,098 basehttp 94954 6163410944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:18:20,161 basehttp 94954 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:18:24,235 views 94954 6163410944 Invalid slot request:
  • new_provider
    • This field is required.
WARNING 2025-09-11 11:18:24,236 log 94954 6163410944 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:18:24,236 basehttp 94954 6163410944 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:18:26,991 basehttp 94954 6163410944 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=11&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:18:30,524 basehttp 94954 6163410944 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=12&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:19:20,177 basehttp 94954 6163410944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:19:23,018 autoreload 94954 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:19:23,482 autoreload 95492 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:19:26,451 basehttp 95492 6135279616 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:19:26,470 log 95492 6135279616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:19:26,471 basehttp 95492 6135279616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:19:26,537 basehttp 95492 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:19:29,468 log 95492 6135279616 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:19:29,469 basehttp 95492 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:19:32,877 basehttp 95492 6135279616 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=10&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:20:26,655 basehttp 95492 6135279616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:20:29,583 autoreload 95492 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:20:29,974 autoreload 95958 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:20:35,689 basehttp 95958 6125137920 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:20:35,705 log 95958 6125137920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:20:35,705 basehttp 95958 6125137920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:20:35,749 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:20:39,888 log 95958 6125137920 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:20:39,888 basehttp 95958 6125137920 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:20:46,115 basehttp 95958 6125137920 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=16&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:21:35,765 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:22:35,760 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:23:35,679 basehttp 95958 6125137920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:24:35,640 autoreload 95958 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:24:36,040 autoreload 97792 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:24:38,086 basehttp 97792 6156414976 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:24:38,104 log 97792 6156414976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:24:38,104 basehttp 97792 6156414976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:24:38,141 basehttp 97792 6156414976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:24:41,856 log 97792 6156414976 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:24:41,856 basehttp 97792 6156414976 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 80 INFO 2025-09-11 11:24:44,677 basehttp 97792 6156414976 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=8&exclude_appointment=2115 HTTP/1.1" 200 80 INFO 2025-09-11 11:25:38,148 basehttp 97792 6156414976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:26:38,160 basehttp 97792 6156414976 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:27:02,275 autoreload 97792 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:27:02,626 autoreload 98810 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:27:38,242 basehttp 98810 6194032640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:28:07,233 autoreload 98810 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:28:07,567 autoreload 99351 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:28:12,002 basehttp 99351 6132133888 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 23603 WARNING 2025-09-11 11:28:12,021 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:12,022 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:12,058 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:28:13,290 basehttp 99351 6132133888 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 11:28:13,301 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:13,301 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:14,021 basehttp 99351 6132133888 "GET /en/appointments/requests/ HTTP/1.1" 200 145349 WARNING 2025-09-11 11:28:14,036 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:14,036 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:14,086 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:28:16,564 basehttp 99351 6132133888 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 23598 WARNING 2025-09-11 11:28:16,580 log 99351 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:28:16,580 basehttp 99351 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:28:16,620 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:28:23,518 log 99351 6132133888 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:28:23,518 basehttp 99351 6132133888 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:28:34,571 basehttp 99351 6132133888 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=13&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:29:16,630 basehttp 99351 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:30:14,886 autoreload 99351 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:30:15,252 autoreload 814 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:30:16,665 basehttp 814 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:30:18,030 basehttp 814 6189674496 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 23598 WARNING 2025-09-11 11:30:18,044 log 814 6189674496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:30:18,044 basehttp 814 6189674496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:30:18,084 basehttp 814 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:30:21,857 log 814 6189674496 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:30:21,857 basehttp 814 6189674496 "GET /en/appointments/slots/available/?new_date=2025-09-21&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:30:24,653 basehttp 814 6189674496 "GET /en/appointments/slots/available/?new_date=2025-09-21&new_provider=14&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:30:27,337 basehttp 814 6189674496 "GET /en/appointments/slots/available/?new_date=2025-09-21&new_provider=9&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:31:18,096 basehttp 814 6189674496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:31:24,293 autoreload 814 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:31:24,709 autoreload 1321 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:31:27,884 basehttp 1321 6171111424 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 23598 WARNING 2025-09-11 11:31:27,905 log 1321 6171111424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:31:27,905 basehttp 1321 6171111424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:31:27,948 basehttp 1321 6171111424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:31:30,915 log 1321 6171111424 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:31:30,915 basehttp 1321 6171111424 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:31:34,223 basehttp 1321 6171111424 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=14&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:31:46,266 basehttp 1321 6171111424 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=14&exclude_appointment=2105 HTTP/1.1" 200 80 INFO 2025-09-11 11:32:04,735 basehttp 1321 6171111424 "GET /en/admin/appointments/slotavailability/620/change/?_changelist_filters=p%3D3 HTTP/1.1" 200 107955 INFO 2025-09-11 11:32:04,754 basehttp 1321 13170143232 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 11:32:04,754 basehttp 1321 13186969600 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 11:32:04,754 basehttp 1321 13203795968 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-11 11:32:04,754 basehttp 1321 6171111424 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 11:32:04,754 basehttp 1321 13220622336 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 11:32:04,757 basehttp 1321 13203795968 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 11:32:04,757 basehttp 1321 13170143232 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 11:32:04,758 basehttp 1321 13220622336 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-11 11:32:04,759 basehttp 1321 6171111424 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-11 11:32:04,760 basehttp 1321 13170143232 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 11:32:04,760 basehttp 1321 6171111424 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 11:32:04,761 basehttp 1321 13220622336 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 11:32:04,761 basehttp 1321 13203795968 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-11 11:32:04,761 basehttp 1321 13170143232 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 11:32:04,763 basehttp 1321 13237448704 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:32:04,763 basehttp 1321 13186969600 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 11:32:04,763 basehttp 1321 13203795968 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-11 11:32:04,764 basehttp 1321 6171111424 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 11:32:04,766 basehttp 1321 13186969600 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 11:32:04,769 basehttp 1321 13186969600 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-11 11:32:04,769 basehttp 1321 13220622336 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 11:32:04,771 basehttp 1321 13186969600 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 11:32:04,771 basehttp 1321 13220622336 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 11:32:04,777 basehttp 1321 13220622336 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-11 11:32:04,778 basehttp 1321 13186969600 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-11 11:32:04,798 basehttp 1321 13220622336 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-11 11:32:04,798 basehttp 1321 13186969600 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-11 11:32:09,968 basehttp 1321 13186969600 "GET /en/admin/accounts/user/6/change/?_to_field=id HTTP/1.1" 200 166122 INFO 2025-09-11 11:32:09,983 basehttp 1321 6171111424 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-11 11:32:09,983 basehttp 1321 13220622336 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-11 11:32:09,985 basehttp 1321 13186969600 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:32:10,004 basehttp 1321 13186969600 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 11:32:10,005 basehttp 1321 13186969600 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-11 11:32:28,562 basehttp 1321 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:32:41,846 basehttp 1321 13186969600 "GET /en/admin/appointments/slotavailability/620/change/?_changelist_filters=p%3D3 HTTP/1.1" 200 107955 INFO 2025-09-11 11:33:28,571 basehttp 1321 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:34:13,939 autoreload 1321 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 11:34:14,304 autoreload 2607 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 11:34:14,660 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 24092 WARNING 2025-09-11 11:34:14,677 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:34:14,678 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:34:14,723 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 WARNING 2025-09-11 11:34:18,587 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:34:18,587 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:34:22,582 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=6&exclude_appointment=2105 HTTP/1.1" 200 4349 INFO 2025-09-11 11:35:14,739 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:36:14,738 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-11 11:37:14,733 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:38:14,746 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:39:14,696 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:40:07,399 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 24111 WARNING 2025-09-11 11:40:07,416 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:40:07,416 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:40:07,459 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:40:10,626 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:40:10,626 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:40:14,390 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 2731 INFO 2025-09-11 11:41:07,477 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:42:07,476 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:43:07,478 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:44:07,481 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:45:07,479 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:45:36,847 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 24690 WARNING 2025-09-11 11:45:36,864 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:45:36,864 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:45:36,907 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:45:40,222 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:45:40,222 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:45:43,397 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 1006 INFO 2025-09-11 11:46:36,919 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:47:36,923 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:48:36,942 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:49:16,985 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 25326 WARNING 2025-09-11 11:49:16,996 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:49:16,996 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:49:17,034 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:49:29,408 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 25327 WARNING 2025-09-11 11:49:29,418 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:49:29,419 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:49:29,456 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:50:29,475 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:51:29,466 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:52:19,375 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:52:19,392 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:52:19,392 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:52:19,433 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:52:26,207 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:52:26,207 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 80 INFO 2025-09-11 11:52:28,652 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 1006 INFO 2025-09-11 11:53:19,444 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:54:19,414 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:55:19,406 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:55:36,349 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:55:36,362 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:55:36,363 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:55:36,407 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:55:39,290 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:55:39,307 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:55:39,307 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:55:39,350 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:56:18,051 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2105/ HTTP/1.1" 200 26809 WARNING 2025-09-11 11:56:18,068 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:56:18,068 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:56:18,110 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:56:21,749 log 2607 6194606080 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 11:56:21,749 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2105 HTTP/1.1" 400 95 INFO 2025-09-11 11:56:24,737 basehttp 2607 6194606080 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=5&exclude_appointment=2105 HTTP/1.1" 200 1794 INFO 2025-09-11 11:57:02,354 basehttp 2607 6194606080 "POST /en/appointments/reschedule/2105/ HTTP/1.1" 302 0 INFO 2025-09-11 11:57:02,365 basehttp 2607 6194606080 "GET /en/appointments/requests/2105/detail/ HTTP/1.1" 200 21859 WARNING 2025-09-11 11:57:02,379 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:57:02,379 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:57:02,414 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:57:31,178 basehttp 2607 6194606080 "GET /en/admin/appointments/slotavailability/?p=3 HTTP/1.1" 200 172406 INFO 2025-09-11 11:57:31,193 basehttp 2607 6228258816 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 11:57:31,194 basehttp 2607 6211432448 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 11:57:31,194 basehttp 2607 6194606080 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 11:57:31,194 basehttp 2607 6245085184 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-11 11:57:31,212 basehttp 2607 6245085184 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 11:57:31,212 basehttp 2607 6194606080 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 11:57:36,019 basehttp 2607 6194606080 "GET /en/admin/appointments/slotavailability/?o=5.2.3 HTTP/1.1" 200 173835 INFO 2025-09-11 11:57:36,031 basehttp 2607 6194606080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:57:37,516 basehttp 2607 6194606080 "GET /en/admin/appointments/slotavailability/?o=-5.2.3 HTTP/1.1" 200 174023 INFO 2025-09-11 11:57:37,534 basehttp 2607 6194606080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:57:52,306 basehttp 2607 6194606080 "GET /en/admin/appointments/appointmentrequest/ HTTP/1.1" 200 160356 INFO 2025-09-11 11:57:52,323 basehttp 2607 6194606080 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 11:58:02,469 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:58:22,614 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:58:22,616 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:22,616 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:58:22,627 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:22,627 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:58:23,892 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:23,892 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:58:31,732 basehttp 2607 6245085184 "GET /en/appointments/requests/ HTTP/1.1" 200 144299 WARNING 2025-09-11 11:58:31,747 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:31,747 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:58:31,795 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 11:58:41,945 basehttp 2607 6245085184 "GET /en/appointments/requests/2105/detail/ HTTP/1.1" 200 21464 WARNING 2025-09-11 11:58:41,965 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:41,965 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:58:42,004 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:58:45,067 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:45,067 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:58:45,077 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:58:45,077 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:59:08,701 basehttp 2607 6245085184 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 26815 WARNING 2025-09-11 11:59:08,718 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:59:08,719 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:59:08,757 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 11:59:11,105 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:59:11,105 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 11:59:11,139 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 11:59:11,139 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 11:59:31,803 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:00:31,805 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:00:38,300 basehttp 2607 6245085184 "GET /en/appointments/requests/ HTTP/1.1" 200 145120 WARNING 2025-09-11 12:00:38,314 log 2607 6245085184 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:00:38,315 basehttp 2607 6245085184 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:00:38,368 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:01:38,369 basehttp 2607 6245085184 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:02:26,105 basehttp 2607 6194606080 "GET /en/appointments/requests/ HTTP/1.1" 200 145078 WARNING 2025-09-11 12:02:26,121 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:02:26,121 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:02:26,174 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:03:26,177 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:03:43,355 basehttp 2607 6194606080 "GET /en/appointments/requests/ HTTP/1.1" 200 145176 WARNING 2025-09-11 12:03:43,370 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:03:43,370 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:03:43,418 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:04:16,531 basehttp 2607 6194606080 "GET /en/appointments/requests/2132/detail/ HTTP/1.1" 200 21463 WARNING 2025-09-11 12:04:16,550 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:04:16,550 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:04:16,593 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 12:04:31,946 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:04:31,947 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 12:04:31,963 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:04:31,964 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:04:43,431 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:05:43,432 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:06:43,425 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:07:43,431 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:08:43,424 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:09:43,430 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:10:43,426 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:11:43,439 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:11:46,341 basehttp 2607 6194606080 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 WARNING 2025-09-11 12:11:46,355 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:46,355 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:11:46,410 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:11:53,339 basehttp 2607 6194606080 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 26814 WARNING 2025-09-11 12:11:53,358 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:53,358 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:11:53,401 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-11 12:11:55,323 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:55,323 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 12:11:55,333 log 2607 6194606080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 12:11:55,333 basehttp 2607 6194606080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 12:12:25,660 autoreload 20158 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 12:12:46,410 basehttp 2607 6194606080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-11 12:12:46,753 autoreload 20730 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:00:02,636 autoreload 25254 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:00:12,388 basehttp 25254 6190936064 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 WARNING 2025-09-11 14:00:12,409 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:12,410 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:00:12,479 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:00:19,351 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 26815 WARNING 2025-09-11 14:00:19,371 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:19,371 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:00:19,431 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:00:24,697 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:24,697 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:00:24,726 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:00:24,726 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:01:12,494 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:02:12,499 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:12,494 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:27,850 basehttp 25254 6190936064 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 WARNING 2025-09-11 14:03:27,861 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:03:27,861 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:03:27,914 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:30,628 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27599 WARNING 2025-09-11 14:03:30,650 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:03:30,650 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:03:30,687 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:03:58,419 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27599 WARNING 2025-09-11 14:03:58,433 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:03:58,433 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:03:58,476 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:04:08,035 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27599 WARNING 2025-09-11 14:04:08,047 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:04:08,047 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:04:08,071 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:04:30,147 basehttp 25254 6190936064 "GET /en/appointments/reschedule/2128/ HTTP/1.1" 200 27614 WARNING 2025-09-11 14:04:30,158 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:04:30,158 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:04:30,196 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:05:04,733 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:05:04,735 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:05:04,735 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:05:04,745 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:05:04,746 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:05:18,388 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 45422 WARNING 2025-09-11 14:05:18,402 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:05:18,403 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:05:18,490 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:05:48,480 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:06:18,464 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:06:18,491 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:06:48,468 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:07:18,455 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:07:18,470 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:07:48,472 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:08:00,806 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 45987 WARNING 2025-09-11 14:08:00,820 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:08:00,821 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:08:00,868 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:08:00,881 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:08:30,894 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:00,890 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:09:00,909 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:13,111 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 46110 WARNING 2025-09-11 14:09:13,125 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:09:13,127 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:09:13,175 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:09:13,188 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:25,363 basehttp 25254 6190936064 "GET /en/appointments/ HTTP/1.1" 200 46101 WARNING 2025-09-11 14:09:25,375 log 25254 6190936064 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:09:25,375 basehttp 25254 6190936064 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:09:25,422 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:09:25,436 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:09:55,454 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:10:25,434 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:10:25,453 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:10:55,432 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:11:25,421 basehttp 25254 6190936064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:11:25,439 basehttp 25254 6207762432 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:11:52,771 basehttp 25254 6207762432 "GET /en/appointments/ HTTP/1.1" 200 47608 WARNING 2025-09-11 14:11:52,784 log 25254 6207762432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:11:52,784 basehttp 25254 6207762432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:11:52,834 basehttp 25254 6207762432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:11:52,848 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:12:22,861 basehttp 25254 6190936064 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:12:43,863 autoreload 25254 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:12:44,265 autoreload 30880 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:12:44,935 basehttp 30880 6135623680 "GET /en/appointments/ HTTP/1.1" 200 127099 WARNING 2025-09-11 14:12:44,956 log 30880 6135623680 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:12:44,957 basehttp 30880 6135623680 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:12:45,053 basehttp 30880 6135623680 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:12:45,073 basehttp 30880 6152450048 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:13:15,034 basehttp 30880 6152450048 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:13:24,119 autoreload 30880 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:13:24,508 autoreload 31122 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:13:25,136 basehttp 31122 6192099328 "GET /en/appointments/ HTTP/1.1" 200 57504 WARNING 2025-09-11 14:13:25,154 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:13:25,154 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:13:25,205 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:13:25,219 basehttp 31122 6208925696 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:13:55,233 basehttp 31122 6208925696 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 14:14:04,128 basehttp 31122 6208925696 "GET /en/appointments/queue/ HTTP/1.1" 200 55585 WARNING 2025-09-11 14:14:04,146 log 31122 6208925696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:14:04,147 basehttp 31122 6208925696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:14:04,264 basehttp 31122 6208925696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:14:04,295 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:14:04,297 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,305 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:14:04,307 log 31122 6276231168 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:14:04,308 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,309 basehttp 31122 6276231168 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,320 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:14:04,321 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:14:04,329 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:14:04,330 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:14:04,335 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:14:04,338 log 31122 6276231168 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-11 14:14:04,338 basehttp 31122 6208925696 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:14:04,338 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,340 basehttp 31122 6276231168 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:14:04,350 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:14:04,390 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:14:04,390 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:14:04,397 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:14:04,399 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:14:04,400 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:14:04,400 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,404 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:14:04,404 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:14:04,410 log 31122 6276231168 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:14:04,412 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:14:04,412 basehttp 31122 6276231168 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:14:04,413 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:14:04,418 basehttp 31122 6192099328 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:14:04,422 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 WARNING 2025-09-11 14:15:04,264 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:15:04,266 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:15:04,267 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:15:04,268 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,269 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,269 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:04,271 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:15:04,274 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:15:04,281 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:15:04,320 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:15:04,320 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,331 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:15:04,331 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,335 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:15:04,338 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,345 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:15:04,345 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:15:04,348 basehttp 31122 6208925696 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:15:04,368 log 31122 6192099328 Not Found: /en/appointments/queue/9/status/ INFO 2025-09-11 14:15:04,369 basehttp 31122 6276231168 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:15:04,373 log 31122 6259404800 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:15:04,378 basehttp 31122 6259404800 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:04,375 basehttp 31122 6192099328 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:04,394 log 31122 6242578432 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:15:04,394 basehttp 31122 6242578432 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:04,399 log 31122 6225752064 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:15:04,400 basehttp 31122 6225752064 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:04,405 basehttp 31122 6208925696 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:15:04,411 log 31122 6276231168 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:15:04,412 basehttp 31122 6276231168 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:04,418 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:15:36,333 basehttp 31122 6192099328 "GET /en/appointments/queue/ HTTP/1.1" 200 56376 WARNING 2025-09-11 14:15:36,359 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:15:36,359 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:15:36,416 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:15:36,426 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:15:36,428 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,430 log 31122 6242578432 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:15:36,432 basehttp 31122 6242578432 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,434 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:15:36,435 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:36,446 basehttp 31122 6208925696 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:15:36,449 basehttp 31122 6225752064 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:15:36,451 basehttp 31122 6192099328 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:15:36,452 log 31122 6276231168 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:15:36,453 basehttp 31122 6276231168 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,461 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:15:36,461 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,467 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:15:36,467 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,497 log 31122 6225752064 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:15:36,497 basehttp 31122 6225752064 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:36,507 log 31122 6276231168 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:15:36,509 log 31122 6192099328 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:15:36,509 basehttp 31122 6276231168 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:15:36,511 basehttp 31122 6192099328 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:15:36,515 basehttp 31122 6208925696 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:15:36,517 log 31122 6242578432 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:15:36,519 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:15:36,520 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,520 basehttp 31122 6242578432 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:15:36,526 log 31122 6276231168 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:15:36,528 basehttp 31122 6276231168 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:15:36,531 basehttp 31122 6225752064 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:15:36,533 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:16:19,431 basehttp 31122 6192099328 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 WARNING 2025-09-11 14:16:19,452 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:16:19,452 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:16:19,581 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:16:19,581 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,599 log 31122 6225752064 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:16:19,602 basehttp 31122 6225752064 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,605 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:16:19,606 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,614 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:16:19,619 basehttp 31122 6276231168 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:16:19,622 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:16:19,638 log 31122 6225752064 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:16:19,639 basehttp 31122 6225752064 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,641 basehttp 31122 6259404800 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:16:19,645 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:16:19,648 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,652 log 31122 6192099328 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:16:19,653 basehttp 31122 6192099328 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,669 basehttp 31122 6276231168 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:16:19,676 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:16:19,676 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:16:19,693 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:16:19,693 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:16:19,698 log 31122 6259404800 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:16:19,699 basehttp 31122 6259404800 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:16:19,707 log 31122 6208925696 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:16:19,708 basehttp 31122 6208925696 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,710 log 31122 6192099328 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:16:19,710 basehttp 31122 6192099328 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:16:19,722 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:16:19,723 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:16:19,723 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:16:19,727 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:17:19,533 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:17:19,557 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:17:19,559 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:17:19,561 log 31122 6242578432 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:17:19,561 basehttp 31122 6242578432 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,563 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,563 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:19,575 basehttp 31122 6192099328 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:17:19,577 basehttp 31122 6276231168 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:17:19,578 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:17:19,589 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:17:19,589 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,607 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:17:19,608 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,612 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:17:19,612 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,631 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:17:19,633 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:17:19,634 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:19,634 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:17:19,636 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:17:19,640 log 31122 6242578432 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:17:19,640 basehttp 31122 6242578432 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:19,648 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:17:19,648 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,652 log 31122 6208925696 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:17:19,652 basehttp 31122 6208925696 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:19,667 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:17:19,667 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:19,672 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:17:19,674 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:17:30,103 basehttp 31122 6192099328 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 WARNING 2025-09-11 14:17:30,134 log 31122 6192099328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:17:30,134 basehttp 31122 6192099328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:17:30,196 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:17:30,197 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,201 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ INFO 2025-09-11 14:17:30,202 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:17:30,204 log 31122 6242578432 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:17:30,205 basehttp 31122 6242578432 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,205 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:30,214 basehttp 31122 6208925696 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:17:30,216 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:17:30,238 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:17:30,246 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:17:30,246 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,260 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:17:30,260 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,262 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:17:30,262 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,268 log 31122 6225752064 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:17:30,268 basehttp 31122 6225752064 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:17:30,276 basehttp 31122 6208925696 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:17:30,279 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:17:30,279 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:30,284 log 31122 6192099328 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:17:30,284 basehttp 31122 6192099328 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:17:30,308 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:17:30,309 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,311 log 31122 6242578432 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:17:30,312 basehttp 31122 6242578432 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:17:30,318 log 31122 6208925696 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:17:30,320 basehttp 31122 6208925696 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:17:30,324 basehttp 31122 6225752064 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:17:30,325 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:18:30,177 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:18:30,214 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:18:30,216 log 31122 6192099328 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:18:30,217 basehttp 31122 6192099328 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,219 log 31122 6225752064 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:18:30,219 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,220 basehttp 31122 6225752064 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:18:30,230 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:18:30,232 basehttp 31122 6208925696 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:18:30,235 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ INFO 2025-09-11 14:18:30,235 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:18:30,235 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,241 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:18:30,241 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,249 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:18:30,249 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,285 log 31122 6208925696 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:18:30,288 basehttp 31122 6208925696 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:18:30,294 log 31122 6192099328 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:18:30,296 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:18:30,297 basehttp 31122 6192099328 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:18:30,298 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:18:30,300 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:18:30,302 log 31122 6225752064 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:18:30,302 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:18:30,303 basehttp 31122 6225752064 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:18:30,305 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:18:30,311 basehttp 31122 6208925696 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:18:30,320 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:18:30,321 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:18:30,323 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:19:30,209 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:19:30,227 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:19:30,230 log 31122 6225752064 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:19:30,231 basehttp 31122 6225752064 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,232 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:19:30,233 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,234 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:19:30,242 basehttp 31122 6208925696 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:19:30,244 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:19:30,245 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:19:30,248 log 31122 6225752064 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:19:30,248 basehttp 31122 6225752064 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,274 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:19:30,274 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,279 log 31122 6192099328 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:19:30,279 basehttp 31122 6192099328 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,302 log 31122 6242578432 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:19:30,304 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ INFO 2025-09-11 14:19:30,305 basehttp 31122 6208925696 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:19:30,307 log 31122 6225752064 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:19:30,307 basehttp 31122 6242578432 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:19:30,307 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:19:30,308 basehttp 31122 6225752064 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:19:30,313 log 31122 6192099328 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:19:30,315 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:19:30,315 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,315 basehttp 31122 6192099328 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:19:30,327 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:19:30,328 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:19:30,335 basehttp 31122 6208925696 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:19:30,335 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:20:30,187 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:20:30,193 log 31122 6208925696 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:20:30,195 basehttp 31122 6208925696 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,197 log 31122 6225752064 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:20:30,200 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:20:30,200 basehttp 31122 6225752064 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,202 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:20:30,213 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:20:30,215 basehttp 31122 6192099328 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:20:30,216 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:20:30,227 log 31122 6208925696 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:20:30,228 basehttp 31122 6208925696 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,245 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:20:30,246 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,250 log 31122 6225752064 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:20:30,250 basehttp 31122 6225752064 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,269 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ INFO 2025-09-11 14:20:30,270 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:20:30,272 log 31122 6192099328 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:20:30,272 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:20:30,273 basehttp 31122 6192099328 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:20:30,277 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:20:30,277 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:20:30,284 log 31122 6225752064 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:20:30,284 basehttp 31122 6225752064 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,286 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:20:30,286 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:20:30,302 log 31122 6242578432 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:20:30,303 basehttp 31122 6242578432 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:20:30,305 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:20:30,306 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:21:30,195 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:21:30,198 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:21:30,199 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,208 log 31122 6225752064 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:21:30,210 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:21:30,211 basehttp 31122 6225752064 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,212 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,222 log 31122 6192099328 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:21:30,223 basehttp 31122 6192099328 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:21:30,224 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:21:30,228 basehttp 31122 6259404800 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:21:30,232 log 31122 6225752064 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:21:30,232 basehttp 31122 6225752064 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,239 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-11 14:21:30,239 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:21:30,240 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,249 log 31122 6242578432 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:21:30,249 basehttp 31122 6242578432 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:21:30,251 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:21:30,256 log 31122 6259404800 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:21:30,256 basehttp 31122 6259404800 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:21:30,283 log 31122 6225752064 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:21:30,285 basehttp 31122 6225752064 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:21:30,287 log 31122 6208925696 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:21:30,287 basehttp 31122 6208925696 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,296 log 31122 6276231168 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:21:30,297 basehttp 31122 6276231168 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:21:30,301 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:21:30,301 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:21:30,308 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:21:30,308 basehttp 31122 6259404800 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:22:30,195 basehttp 31122 6259404800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:22:30,202 log 31122 6242578432 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:22:30,202 basehttp 31122 6242578432 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,211 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:22:30,213 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,215 log 31122 6225752064 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:22:30,216 basehttp 31122 6225752064 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,224 log 31122 6242578432 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:22:30,225 basehttp 31122 6242578432 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,234 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ INFO 2025-09-11 14:22:30,235 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:22:30,235 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,239 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:22:30,239 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:22:30,241 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:22:30,245 basehttp 31122 6259404800 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:22:30,253 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:22:30,280 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:22:30,280 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:22:30,284 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:22:30,284 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:22:30,291 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:22:30,291 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:22:30,297 log 31122 6192099328 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:22:30,298 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:22:30,299 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:22:30,299 basehttp 31122 6192099328 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:22:30,308 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:22:30,310 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:22:30,310 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:22:30,313 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:23:30,196 basehttp 31122 6276231168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:23:30,202 log 31122 6225752064 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:23:30,202 basehttp 31122 6225752064 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,213 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:23:30,213 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,219 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:23:30,220 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,226 log 31122 6225752064 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:23:30,228 basehttp 31122 6225752064 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,232 basehttp 31122 6192099328 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:23:30,238 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:23:30,239 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,241 basehttp 31122 6242578432 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:23:30,244 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:23:30,244 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,248 basehttp 31122 6276231168 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:23:30,254 log 31122 6192099328 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:23:30,254 basehttp 31122 6192099328 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:23:30,259 log 31122 6208925696 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:23:30,260 basehttp 31122 6208925696 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:23:30,262 basehttp 31122 6225752064 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:23:30,264 log 31122 6242578432 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:23:30,264 basehttp 31122 6242578432 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:23:30,268 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:23:30,268 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,274 log 31122 6276231168 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:23:30,274 basehttp 31122 6276231168 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:23:30,288 log 31122 6208925696 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:23:30,289 basehttp 31122 6208925696 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:23:30,290 basehttp 31122 6192099328 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:23:30,292 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:24:30,188 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:24:30,215 log 31122 6208925696 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:24:30,244 basehttp 31122 6208925696 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,246 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:24:30,248 log 31122 6242578432 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:24:30,249 basehttp 31122 6242578432 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,250 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:24:30,255 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:24:30,258 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:24:30,261 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:24:30,283 log 31122 6208925696 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:24:30,283 basehttp 31122 6208925696 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,295 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:24:30,295 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,301 log 31122 6259404800 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:24:30,301 basehttp 31122 6259404800 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,313 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:24:30,315 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:24:30,316 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:24:30,316 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:24:30,322 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ INFO 2025-09-11 14:24:30,326 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:24:30,326 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:24:30,328 log 31122 6242578432 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:24:30,331 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:24:30,332 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,333 basehttp 31122 6242578432 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:24:30,344 log 31122 6276231168 Not Found: /en/appointments/queue/12/status/ INFO 2025-09-11 14:24:30,345 basehttp 31122 6225752064 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:24:30,348 basehttp 31122 6276231168 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:24:30,349 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:25:30,199 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:25:30,227 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:25:30,228 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,230 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:25:30,232 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:25:30,233 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,233 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,245 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:25:30,251 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ INFO 2025-09-11 14:25:30,251 basehttp 31122 6192099328 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:25:30,251 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,252 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:25:30,258 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:25:30,258 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,265 log 31122 6276231168 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:25:30,265 basehttp 31122 6276231168 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,309 log 31122 6259404800 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:25:30,310 basehttp 31122 6259404800 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:25:30,313 log 31122 6192099328 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:25:30,313 basehttp 31122 6192099328 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:25:30,317 log 31122 6225752064 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:25:30,318 basehttp 31122 6225752064 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:25:30,321 log 31122 6208925696 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:25:30,322 basehttp 31122 6208925696 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,323 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:25:30,324 log 31122 6276231168 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:25:30,325 basehttp 31122 6276231168 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:25:30,342 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:25:30,343 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:25:30,347 basehttp 31122 6259404800 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:25:30,348 basehttp 31122 6225752064 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:26:30,212 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:26:30,219 log 31122 6259404800 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:26:30,219 basehttp 31122 6259404800 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,227 log 31122 6208925696 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:26:30,228 log 31122 6242578432 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:26:30,229 basehttp 31122 6208925696 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,230 basehttp 31122 6242578432 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,240 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:26:30,243 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,247 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:26:30,248 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:26:30,251 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:26:30,252 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:26:30,253 log 31122 6242578432 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:26:30,254 basehttp 31122 6242578432 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:26:30,256 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:26:30,266 basehttp 31122 6259404800 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:26:30,301 log 31122 6208925696 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:26:30,302 basehttp 31122 6208925696 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:26:30,307 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:26:30,309 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:26:30,311 log 31122 6242578432 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:26:30,314 log 31122 6225752064 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:26:30,316 log 31122 6192099328 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:26:30,316 basehttp 31122 6242578432 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,317 basehttp 31122 6225752064 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:26:30,317 basehttp 31122 6192099328 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:26:30,324 log 31122 6208925696 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:26:30,324 basehttp 31122 6208925696 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:26:30,326 basehttp 31122 6259404800 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:26:30,332 basehttp 31122 6276231168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:27:28,062 basehttp 31122 6276231168 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 INFO 2025-09-11 14:27:28,078 basehttp 31122 6192099328 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-11 14:27:28,081 log 31122 6276231168 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 14:27:28,081 basehttp 31122 6225752064 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 14:27:28,082 basehttp 31122 6276231168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:27:28,087 basehttp 31122 6276231168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 14:27:28,089 basehttp 31122 6225752064 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 14:27:28,090 basehttp 31122 6259404800 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 14:27:28,091 basehttp 31122 6192099328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 14:27:28,092 basehttp 31122 6276231168 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 14:27:28,094 basehttp 31122 6208925696 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 14:27:28,094 basehttp 31122 6225752064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 14:27:28,095 basehttp 31122 6259404800 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 14:27:28,096 basehttp 31122 6276231168 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 14:27:28,097 basehttp 31122 6208925696 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 14:27:28,097 basehttp 31122 6242578432 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 14:27:28,098 basehttp 31122 6225752064 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 14:27:28,098 basehttp 31122 6276231168 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 14:27:28,099 basehttp 31122 6259404800 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 14:27:28,100 basehttp 31122 6242578432 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 14:27:28,101 basehttp 31122 6208925696 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 14:27:28,101 basehttp 31122 6276231168 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 14:27:28,101 basehttp 31122 6225752064 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 14:27:28,103 basehttp 31122 6259404800 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 14:27:28,104 basehttp 31122 6192099328 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 14:27:28,105 basehttp 31122 6259404800 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 14:27:28,105 basehttp 31122 6208925696 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 14:27:28,105 basehttp 31122 6225752064 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 14:27:28,105 basehttp 31122 6192099328 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 14:27:28,106 basehttp 31122 6276231168 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 14:27:28,106 basehttp 31122 6242578432 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 14:27:28,928 basehttp 31122 6225752064 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 14:27:28,954 basehttp 31122 6225752064 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-11 14:27:29,009 log 31122 6276231168 Not Found: /en/appointments/queue/10/status/ INFO 2025-09-11 14:27:29,010 basehttp 31122 6192099328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:27:29,012 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:27:29,012 basehttp 31122 6276231168 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,013 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,014 log 31122 6225752064 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:27:29,016 basehttp 31122 6225752064 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:27:29,023 basehttp 31122 6242578432 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:27:29,023 basehttp 31122 6259404800 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-11 14:27:29,091 log 31122 6225752064 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:27:29,093 log 31122 6259404800 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:27:29,095 log 31122 6276231168 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:27:29,097 log 31122 6208925696 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:27:29,098 basehttp 31122 6225752064 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,098 basehttp 31122 6259404800 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:27:29,099 basehttp 31122 6276231168 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,099 basehttp 31122 6208925696 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:27:29,108 basehttp 31122 6242578432 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:27:29,109 basehttp 31122 6192099328 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:27:29,139 log 31122 6259404800 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:27:29,139 basehttp 31122 6259404800 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,144 log 31122 6276231168 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:27:29,144 basehttp 31122 6276231168 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:27:29,149 log 31122 6225752064 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:27:29,151 log 31122 6208925696 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:27:29,151 basehttp 31122 6225752064 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:27:29,152 basehttp 31122 6208925696 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,159 log 31122 6192099328 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:27:29,161 basehttp 31122 6192099328 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:27:29,166 log 31122 6208925696 Not Found: /favicon.ico INFO 2025-09-11 14:27:29,168 basehttp 31122 6259404800 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 WARNING 2025-09-11 14:27:29,168 basehttp 31122 6208925696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 14:27:29,168 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:28:04,790 basehttp 31122 6242578432 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 97835 INFO 2025-09-11 14:28:04,802 basehttp 31122 6208925696 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 14:28:04,802 basehttp 31122 6192099328 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 14:28:04,802 basehttp 31122 6259404800 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 14:28:04,802 basehttp 31122 6225752064 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 14:28:04,803 basehttp 31122 6242578432 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 14:28:04,804 basehttp 31122 6259404800 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 14:28:04,805 basehttp 31122 6208925696 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 14:28:04,805 basehttp 31122 6225752064 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 14:28:04,806 basehttp 31122 6242578432 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 14:28:04,807 basehttp 31122 6225752064 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 14:28:04,808 basehttp 31122 6259404800 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 14:28:04,809 basehttp 31122 6208925696 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 14:28:04,810 basehttp 31122 6276231168 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 14:28:04,810 basehttp 31122 6225752064 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 14:28:04,811 basehttp 31122 6192099328 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 14:28:04,812 basehttp 31122 6242578432 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 14:28:04,813 basehttp 31122 6242578432 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 14:28:04,818 basehttp 31122 6242578432 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 14:28:04,825 basehttp 31122 6242578432 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 14:28:04,826 basehttp 31122 6192099328 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 14:28:04,826 basehttp 31122 6242578432 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 14:28:04,826 basehttp 31122 6225752064 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 14:28:06,791 basehttp 31122 6225752064 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 83289 INFO 2025-09-11 14:28:06,800 basehttp 31122 6242578432 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 14:28:06,808 basehttp 31122 6225752064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 14:28:16,735 basehttp 31122 6225752064 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 97835 INFO 2025-09-11 14:28:16,747 basehttp 31122 6225752064 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 WARNING 2025-09-11 14:28:29,736 log 31122 6242578432 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:28:29,738 log 31122 6208925696 Not Found: /en/appointments/queue/16/status/ INFO 2025-09-11 14:28:29,739 basehttp 31122 6225752064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:28:29,739 basehttp 31122 6242578432 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,741 log 31122 6259404800 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:28:29,741 basehttp 31122 6208925696 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,742 basehttp 31122 6259404800 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:28:29,749 basehttp 31122 6192099328 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:28:29,750 basehttp 31122 6276231168 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:28:29,792 log 31122 6242578432 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:28:29,793 basehttp 31122 6242578432 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,798 log 31122 6208925696 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:28:29,800 basehttp 31122 6208925696 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,802 log 31122 6276231168 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:28:29,804 log 31122 6259404800 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:28:29,805 basehttp 31122 6259404800 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,805 basehttp 31122 6276231168 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:28:29,809 log 31122 6242578432 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:28:29,811 basehttp 31122 6242578432 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:28:29,812 basehttp 31122 6225752064 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:28:29,814 basehttp 31122 6192099328 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:28:29,857 log 31122 6276231168 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:28:29,858 basehttp 31122 6276231168 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,863 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:28:29,863 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:28:29,866 log 31122 6208925696 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:28:29,866 basehttp 31122 6208925696 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:28:29,870 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:28:29,872 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:28:29,875 basehttp 31122 6192099328 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:28:29,876 basehttp 31122 6242578432 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:29:29,730 basehttp 31122 6242578432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:29:29,736 log 31122 6276231168 Not Found: /en/appointments/queue/18/status/ WARNING 2025-09-11 14:29:29,736 basehttp 31122 6276231168 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,738 log 31122 6259404800 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:29:29,740 log 31122 6192099328 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:29:29,740 basehttp 31122 6259404800 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,741 basehttp 31122 6192099328 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,751 basehttp 31122 6225752064 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:29:29,753 basehttp 31122 6208925696 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-11 14:29:29,756 log 31122 6276231168 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:29:29,756 basehttp 31122 6276231168 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,758 basehttp 31122 6242578432 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:29:29,770 log 31122 6192099328 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:29:29,770 basehttp 31122 6192099328 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,772 log 31122 6259404800 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:29:29,773 basehttp 31122 6259404800 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,807 log 31122 6276231168 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:29:29,809 basehttp 31122 6276231168 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 INFO 2025-09-11 14:29:29,810 basehttp 31122 6225752064 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:29:29,811 log 31122 6208925696 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:29:29,813 log 31122 6242578432 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:29:29,814 basehttp 31122 6208925696 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:29:29,814 basehttp 31122 6242578432 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:29:29,817 log 31122 6259404800 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:29:29,818 basehttp 31122 6259404800 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:29:29,819 log 31122 6192099328 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:29:29,820 basehttp 31122 6192099328 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,827 basehttp 31122 6276231168 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 WARNING 2025-09-11 14:29:29,833 log 31122 6225752064 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:29:29,834 basehttp 31122 6225752064 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:29:29,836 basehttp 31122 6208925696 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:30:04,862 autoreload 31122 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:30:05,305 autoreload 38452 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 14:30:05,734 log 38452 6124580864 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1954, in get_queryset return QueueEntry.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'is_active' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 14:30:05,735 basehttp 38452 6124580864 "GET /en/appointments/queue/ HTTP/1.1" 500 137193 WARNING 2025-09-11 14:30:05,762 log 38452 6124580864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:30:05,762 basehttp 38452 6124580864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:31:00,655 autoreload 38452 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:31:01,032 autoreload 38843 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:31:01,386 basehttp 38843 6132903936 "GET /en/appointments/queue/ HTTP/1.1" 200 56374 WARNING 2025-09-11 14:31:01,402 log 38843 6132903936 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:31:01,402 basehttp 38843 6132903936 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 14:31:01,564 log 38843 6149730304 Not Found: /en/appointments/queue/10/status/ WARNING 2025-09-11 14:31:01,565 basehttp 38843 6149730304 "GET /en/appointments/queue/10/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,584 log 38843 13069578240 Not Found: /en/appointments/queue/18/status/ INFO 2025-09-11 14:31:01,586 basehttp 38843 6132903936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 14:31:01,588 log 38843 13052751872 Not Found: /en/appointments/queue/16/status/ WARNING 2025-09-11 14:31:01,588 basehttp 38843 13069578240 "GET /en/appointments/queue/18/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,589 basehttp 38843 13052751872 "GET /en/appointments/queue/16/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:31:01,601 basehttp 38843 6166556672 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:31:01,602 basehttp 38843 13035925504 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:31:01,606 basehttp 38843 6149730304 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 WARNING 2025-09-11 14:31:01,621 log 38843 6132903936 Not Found: /en/appointments/queue/11/status/ WARNING 2025-09-11 14:31:01,621 basehttp 38843 6132903936 "GET /en/appointments/queue/11/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,635 log 38843 13069578240 Not Found: /en/appointments/queue/15/status/ WARNING 2025-09-11 14:31:01,635 basehttp 38843 13069578240 "GET /en/appointments/queue/15/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,647 log 38843 13052751872 Not Found: /en/appointments/queue/13/status/ WARNING 2025-09-11 14:31:01,648 basehttp 38843 13052751872 "GET /en/appointments/queue/13/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,665 log 38843 6149730304 Not Found: /en/appointments/queue/9/status/ WARNING 2025-09-11 14:31:01,667 basehttp 38843 6149730304 "GET /en/appointments/queue/9/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:31:01,670 log 38843 13035925504 Not Found: /en/appointments/queue/8/status/ WARNING 2025-09-11 14:31:01,672 basehttp 38843 13035925504 "GET /en/appointments/queue/8/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:31:01,677 log 38843 6132903936 Not Found: /en/appointments/queue/7/status/ WARNING 2025-09-11 14:31:01,678 basehttp 38843 6132903936 "GET /en/appointments/queue/7/status/ HTTP/1.1" 404 27816 WARNING 2025-09-11 14:31:01,682 log 38843 13069578240 Not Found: /en/appointments/queue/14/status/ WARNING 2025-09-11 14:31:01,683 basehttp 38843 13069578240 "GET /en/appointments/queue/14/status/ HTTP/1.1" 404 27819 WARNING 2025-09-11 14:31:01,685 log 38843 13052751872 Not Found: /en/appointments/queue/17/status/ WARNING 2025-09-11 14:31:01,685 basehttp 38843 13052751872 "GET /en/appointments/queue/17/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:31:01,689 basehttp 38843 6166556672 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-11 14:31:01,692 log 38843 13035925504 Not Found: /en/appointments/queue/12/status/ WARNING 2025-09-11 14:31:01,694 basehttp 38843 13035925504 "GET /en/appointments/queue/12/status/ HTTP/1.1" 404 27819 INFO 2025-09-11 14:31:01,697 basehttp 38843 6149730304 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:31:01,700 basehttp 38843 6132903936 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:31:27,267 autoreload 38843 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:31:27,668 autoreload 39077 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:31:28,283 basehttp 39077 6169833472 "GET /en/appointments/queue/ HTTP/1.1" 200 18788 WARNING 2025-09-11 14:31:28,298 log 39077 6169833472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:31:28,298 basehttp 39077 6169833472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:31:28,321 basehttp 39077 6169833472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:31:47,657 autoreload 39077 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:31:48,087 autoreload 39240 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:31:51,058 basehttp 39240 6125268992 "GET /en/appointments/queue/ HTTP/1.1" 200 18788 WARNING 2025-09-11 14:31:51,082 log 39240 6125268992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:31:51,082 basehttp 39240 6125268992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:31:51,117 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:32:09,177 basehttp 39240 6125268992 "GET /en/appointments/queue/ HTTP/1.1" 200 30962 WARNING 2025-09-11 14:32:09,191 log 39240 6125268992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:32:09,191 basehttp 39240 6125268992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:32:09,277 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:32:09,309 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:32:09,309 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:32:09,311 basehttp 39240 6158921728 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:32:09,312 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:32:09,314 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:32:09,314 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:32:39,038 basehttp 39240 6125268992 "GET /en/appointments/queue/ HTTP/1.1" 200 31088 WARNING 2025-09-11 14:32:39,053 log 39240 6125268992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:32:39,053 basehttp 39240 6125268992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:32:39,139 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:32:39,169 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:32:39,169 basehttp 39240 12901707776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:32:39,170 basehttp 39240 6142095360 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:32:39,171 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:32:39,173 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:32:39,173 basehttp 39240 6158921728 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:33:39,178 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:33:39,188 basehttp 39240 12918534144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:33:39,188 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:33:39,189 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:33:39,192 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:33:39,192 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:33:39,197 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:34:39,743 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:34:39,761 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:34:39,762 basehttp 39240 12901707776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:34:39,763 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:34:39,764 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:34:39,764 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:34:39,768 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:35:40,496 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:35:40,508 basehttp 39240 12918534144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:35:40,512 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:35:40,513 basehttp 39240 12901707776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:35:40,515 basehttp 39240 12935360512 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:35:40,516 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:35:40,520 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:36:40,493 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:36:40,506 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:36:40,509 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:36:40,513 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:36:40,514 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:36:40,514 basehttp 39240 6142095360 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:36:40,519 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:37:40,512 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:37:40,520 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:37:40,520 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:37:40,522 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:37:40,525 basehttp 39240 6125268992 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:37:40,525 basehttp 39240 12918534144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:37:40,529 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:38:41,483 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:38:41,493 basehttp 39240 12918534144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:38:41,494 basehttp 39240 12901707776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:38:41,495 basehttp 39240 6125268992 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:38:41,496 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:38:41,496 basehttp 39240 6142095360 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:38:41,501 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:39:43,474 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:39:43,482 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:39:43,498 basehttp 39240 6158921728 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:39:43,526 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:39:43,526 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:39:43,526 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:39:43,528 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:40:44,485 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:40:44,493 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:40:44,495 basehttp 39240 6158921728 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:40:44,495 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:40:44,498 basehttp 39240 12901707776 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:40:44,498 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:40:44,502 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:41:46,479 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:41:46,483 basehttp 39240 6158921728 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:41:46,486 basehttp 39240 6142095360 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:41:46,486 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:41:46,488 basehttp 39240 12935360512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:41:46,489 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:41:46,494 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:43:24,474 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:43:24,484 basehttp 39240 6158921728 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:43:24,485 basehttp 39240 6142095360 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:43:24,487 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:43:24,488 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:43:24,490 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:43:24,492 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:44:24,415 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:45:24,464 basehttp 39240 12918534144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:45:24,474 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:45:24,476 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:45:24,477 basehttp 39240 6142095360 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:45:24,478 basehttp 39240 6158921728 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:45:24,479 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:45:44,967 basehttp 39240 6125268992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:46:24,487 basehttp 39240 6125268992 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:46:24,489 basehttp 39240 12918534144 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:46:24,489 basehttp 39240 12901707776 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:46:24,490 basehttp 39240 6142095360 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:46:24,491 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:46:24,492 basehttp 39240 6158921728 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:46:44,952 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:47:24,485 basehttp 39240 6142095360 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:47:24,487 basehttp 39240 6125268992 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:47:24,489 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:47:24,490 basehttp 39240 12901707776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:47:24,491 basehttp 39240 12935360512 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:47:24,491 basehttp 39240 6158921728 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:47:44,964 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:48:24,483 basehttp 39240 6142095360 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:48:24,483 basehttp 39240 6158921728 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:48:24,486 basehttp 39240 12935360512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:48:24,486 basehttp 39240 6125268992 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:48:24,486 basehttp 39240 12901707776 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:48:24,487 basehttp 39240 12918534144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:48:44,958 basehttp 39240 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:49:24,488 basehttp 39240 6142095360 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:49:24,491 basehttp 39240 12918534144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:49:24,491 basehttp 39240 12901707776 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:49:24,493 basehttp 39240 6158921728 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:49:24,494 basehttp 39240 6125268992 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:49:24,495 basehttp 39240 12935360512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:49:44,962 basehttp 39240 12935360512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:50:24,396 basehttp 39240 12901707776 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 14:50:24,398 basehttp 39240 6142095360 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 14:50:24,402 basehttp 39240 6125268992 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 14:50:24,402 basehttp 39240 12918534144 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 14:50:24,402 basehttp 39240 12935360512 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 14:50:24,403 basehttp 39240 6158921728 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 14:50:44,867 basehttp 39240 6158921728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 14:51:10,924 autoreload 39240 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:51:11,399 autoreload 47735 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:59:22,149 autoreload 47735 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-11 14:59:22,577 autoreload 51361 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 14:59:26,957 basehttp 51361 6125449216 "GET /en/appointments/queue/list HTTP/1.1" 301 0 ERROR 2025-09-11 14:59:26,982 log 51361 6142275584 Internal Server Error: /en/appointments/queue/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 578, in get_context_data context['search_form'] = QueueSearchForm( ^^^^^^^^^^^^^^^^ TypeError: BaseForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-11 14:59:26,983 basehttp 51361 6142275584 "GET /en/appointments/queue/list/ HTTP/1.1" 500 86838 WARNING 2025-09-11 14:59:27,351 log 51361 6142275584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:59:27,352 basehttp 51361 6142275584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 14:59:48,954 autoreload 51361 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 14:59:49,317 autoreload 51519 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 14:59:51,428 log 51519 6124531712 Internal Server Error: /en/appointments/queue/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_create' not found. 'waitingqueue_create' is not a valid view function or pattern name. ERROR 2025-09-11 14:59:51,439 basehttp 51519 6124531712 "GET /en/appointments/queue/list/ HTTP/1.1" 500 173379 WARNING 2025-09-11 14:59:51,460 log 51519 6124531712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 14:59:51,460 basehttp 51519 6124531712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:01:40,654 autoreload 51519 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:01:41,011 autoreload 52400 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:02:51,938 autoreload 52400 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-11 15:02:52,287 autoreload 52945 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:05:23,653 log 52945 13186969600 Internal Server Error: /en/appointments/queue/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_entry_list' not found. 'queue_entry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:05:23,655 basehttp 52945 13186969600 "GET /en/appointments/queue/list/ HTTP/1.1" 500 192537 WARNING 2025-09-11 15:05:23,670 log 52945 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:05:23,671 basehttp 52945 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:08:38,025 autoreload 52945 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:08:38,375 autoreload 55510 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:08:41,257 basehttp 55510 6157594624 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65398 INFO 2025-09-11 15:08:41,272 basehttp 55510 6157594624 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-11 15:08:41,272 basehttp 55510 6174420992 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 15:08:41,272 basehttp 55510 6208073728 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 15:08:41,273 basehttp 55510 6241726464 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 15:08:41,275 basehttp 55510 6208073728 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 15:08:41,276 basehttp 55510 6191247360 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-11 15:08:41,277 log 55510 6224900096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:08:41,277 basehttp 55510 6224900096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:08:41,338 basehttp 55510 6224900096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 15:09:08,555 log 55510 6157594624 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 603, in get_context_data ).order_by('position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:09:08,557 basehttp 55510 6157594624 "GET /en/appointments/queue/3/ HTTP/1.1" 500 103623 WARNING 2025-09-11 15:09:08,576 log 55510 6157594624 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:09:08,576 basehttp 55510 6157594624 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:09:27,627 autoreload 55510 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:09:27,985 autoreload 55900 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:09:29,245 log 55900 6163755008 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 603, in get_context_data ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:09:29,247 basehttp 55900 6163755008 "GET /en/appointments/queue/3/ HTTP/1.1" 500 103812 WARNING 2025-09-11 15:09:29,259 log 55900 6163755008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:09:29,260 basehttp 55900 6163755008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:09:30,015 log 55900 6163755008 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 603, in get_context_data ).order_by('queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:09:30,016 basehttp 55900 6163755008 "GET /en/appointments/queue/3/ HTTP/1.1" 500 103812 WARNING 2025-09-11 15:09:30,029 log 55900 6163755008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:09:30,029 basehttp 55900 6163755008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:10:01,565 autoreload 55900 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:10:01,935 autoreload 56138 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:10:02,609 log 56138 6164262912 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('actual_wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'actual_wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:10:02,615 basehttp 56138 6164262912 "GET /en/appointments/queue/3/ HTTP/1.1" 500 129711 WARNING 2025-09-11 15:10:02,635 log 56138 6164262912 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:10:02,635 basehttp 56138 6164262912 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:11:26,648 autoreload 56138 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:11:27,015 autoreload 56757 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:11:28,041 log 56757 13035925504 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:11:28,043 basehttp 56757 13035925504 "GET /en/appointments/queue/3/ HTTP/1.1" 500 129564 WARNING 2025-09-11 15:11:28,056 log 56757 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:11:28,057 basehttp 56757 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:11:29,486 log 56757 13035925504 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:11:29,486 basehttp 56757 13035925504 "GET /en/appointments/queue/3/ HTTP/1.1" 500 129564 WARNING 2025-09-11 15:11:29,497 log 56757 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:11:29,497 basehttp 56757 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:11:44,909 autoreload 56757 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:11:45,282 autoreload 56916 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:11:45,917 log 56916 6201536512 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1924, in transform return self.try_transform(wrapped, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1458, in try_transform raise FieldError( django.core.exceptions.FieldError: Unsupported lookup 'wait_time_minutes' for BigAutoField or join on the field not permitted. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('queue__wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2066, in resolve_ref transform = join_info.transform_function(targets[0], final_alias) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1928, in transform raise last_field_exception File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'wait_time_minutes' into field. Choices are: average_service_time_minutes, created_at, created_by, created_by_id, description, id, is_accepting_patients, is_active, location, max_queue_size, name, operating_hours, priority_weights, providers, queue_entries, queue_id, queue_type, specialty, tenant, tenant_id, updated_at ERROR 2025-09-11 15:11:45,920 basehttp 56916 6201536512 "GET /en/appointments/queue/3/ HTTP/1.1" 500 153622 WARNING 2025-09-11 15:11:45,939 log 56916 6201536512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:11:45,939 basehttp 56916 6201536512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:12:15,714 autoreload 56916 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:12:16,083 autoreload 57079 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:12:16,822 log 57079 6192066560 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 613, in get_context_data ).aggregate(avg_wait=Avg('queue_entries__wait_time_minutes'))['avg_wait'] or 0, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 460, in get_aggregation aggregate = aggregate_expr.resolve_expression( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 63, in resolve_expression c = super().resolve_expression(query, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 300, in resolve_expression expr.resolve_expression(query, allow_joins, reuse, summarize, for_save) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 902, in resolve_expression return query.resolve_ref(self.name, allow_joins, reuse, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2050, in resolve_ref join_info = self.setup_joins( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1901, in setup_joins path, final_field, targets, rest = self.names_to_path( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'queue_entries' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 15:12:16,824 basehttp 57079 6192066560 "GET /en/appointments/queue/3/ HTTP/1.1" 500 130167 WARNING 2025-09-11 15:12:16,836 log 57079 6192066560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:12:16,837 basehttp 57079 6192066560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:14:37,090 autoreload 57079 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:14:37,440 autoreload 58175 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 15:14:37,922 log 58175 6163247104 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_list' not found. 'waitingqueue_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:14:37,923 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 500 174974 WARNING 2025-09-11 15:14:37,938 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:14:37,938 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:17:31,230 log 58175 6163247104 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_edit' not found. 'waiting_queue_edit' is not a valid view function or pattern name. ERROR 2025-09-11 15:17:31,232 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 500 178517 WARNING 2025-09-11 15:17:31,247 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:17:31,247 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:17:55,624 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37735 WARNING 2025-09-11 15:17:55,641 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:17:55,641 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:17:55,738 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 15:18:27,808 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:18:27,810 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 172340 WARNING 2025-09-11 15:18:27,826 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:18:27,826 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:21:17,733 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:21:17,734 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 172477 WARNING 2025-09-11 15:21:17,747 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:21:17,747 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:21:18,560 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-11 15:21:18,561 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 172477 WARNING 2025-09-11 15:21:18,574 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:21:18,575 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:23:14,164 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 15:23:14,165 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 178789 WARNING 2025-09-11 15:23:14,180 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:23:14,180 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-11 15:23:56,104 log 58175 6163247104 Internal Server Error: /en/appointments/queue/entry/10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 15:23:56,105 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 500 178717 WARNING 2025-09-11 15:23:56,118 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:23:56,118 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:18,174 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 29249 WARNING 2025-09-11 15:24:18,192 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:18,192 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:18,235 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:24:29,121 log 58175 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:29,123 basehttp 58175 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:29,124 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:24:29,227 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:29,227 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:30,137 basehttp 58175 6163247104 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37735 WARNING 2025-09-11 15:24:30,152 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:30,153 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:30,195 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:24:54,206 basehttp 58175 6163247104 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 29249 WARNING 2025-09-11 15:24:54,222 log 58175 6163247104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:24:54,222 basehttp 58175 6163247104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:24:54,259 basehttp 58175 6163247104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:25:41,975 autoreload 58175 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:25:42,528 autoreload 63006 8682856640 Watching for file changes with StatReloader WARNING 2025-09-11 15:25:43,581 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:25:43,582 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:25:43,667 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:25:43,667 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:25:44,145 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31579 WARNING 2025-09-11 15:25:44,172 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:25:44,172 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:25:44,192 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:26:43,205 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31579 WARNING 2025-09-11 15:26:43,221 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:26:43,221 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:26:43,263 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:27:23,768 log 63006 6154301440 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 15:27:23,768 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:27:23,768 basehttp 63006 6154301440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:27:23,835 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:27:23,835 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:27:25,434 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31176 WARNING 2025-09-11 15:27:25,452 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:27:25,452 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:27:25,495 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:28:13,438 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31147 WARNING 2025-09-11 15:28:13,454 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:13,454 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:13,495 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:28:41,342 basehttp 63006 6137475072 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31135 WARNING 2025-09-11 15:28:41,354 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:41,354 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:41,377 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:28:43,737 log 63006 6154301440 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-11 15:28:43,737 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:28:43,738 basehttp 63006 6154301440 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:28:43,809 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:43,810 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:28:44,091 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:44,091 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-11 15:28:44,477 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:44,478 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:44,569 basehttp 63006 6137475072 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:28:44,571 basehttp 63006 6154301440 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:28:44,573 basehttp 63006 13723840512 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:28:44,573 basehttp 63006 13740666880 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:28:44,575 basehttp 63006 6171127808 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:28:44,575 basehttp 63006 13707014144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:28:45,224 basehttp 63006 6171127808 "GET /en/appointments/ HTTP/1.1" 200 57504 WARNING 2025-09-11 15:28:45,242 log 63006 6171127808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:28:45,242 basehttp 63006 6171127808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:28:45,269 basehttp 63006 6171127808 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:28:54,660 basehttp 63006 6171127808 "GET /en/appointments/requests/799/detail/ HTTP/1.1" 200 21575 INFO 2025-09-11 15:28:54,696 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:28:58,911 basehttp 63006 6171127808 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 INFO 2025-09-11 15:28:58,932 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:29:07,506 basehttp 63006 6171127808 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27616 INFO 2025-09-11 15:29:07,540 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:29:12,414 log 63006 6171127808 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:29:12,414 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 95 INFO 2025-09-11 15:29:15,586 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=2115 HTTP/1.1" 200 1015 INFO 2025-09-11 15:29:20,556 basehttp 63006 6171127808 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27616 INFO 2025-09-11 15:29:20,594 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:29:27,363 basehttp 63006 6171127808 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27616 INFO 2025-09-11 15:29:27,395 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:29:33,703 log 63006 6171127808 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:29:33,703 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 95 INFO 2025-09-11 15:29:38,449 basehttp 63006 6171127808 "GET /en/appointments/slots/available/?new_date=2025-09-14&new_provider=6&exclude_appointment=2115 HTTP/1.1" 200 1404 INFO 2025-09-11 15:30:20,736 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:30,997 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:32,982 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:33,000 basehttp 63006 6171127808 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:30:37,298 basehttp 63006 6171127808 "GET /en/appointments/queue/ HTTP/1.1" 200 31070 INFO 2025-09-11 15:30:37,375 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:37,405 basehttp 63006 6154301440 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:30:37,407 basehttp 63006 6171127808 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:30:37,409 basehttp 63006 6137475072 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:30:37,409 basehttp 63006 13740666880 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:30:37,410 basehttp 63006 13707014144 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:30:37,411 basehttp 63006 13723840512 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:30:45,286 basehttp 63006 13723840512 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65398 INFO 2025-09-11 15:30:45,314 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:30:57,835 basehttp 63006 13723840512 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37359 INFO 2025-09-11 15:30:57,870 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:08,429 basehttp 63006 13723840512 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37735 INFO 2025-09-11 15:31:08,464 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:11,991 basehttp 63006 13723840512 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31135 INFO 2025-09-11 15:31:12,028 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,171 basehttp 63006 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,181 basehttp 63006 13723840512 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65398 INFO 2025-09-11 15:31:57,218 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,825 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:31:57,833 basehttp 63006 6171127808 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:31:57,834 basehttp 63006 13707014144 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:31:57,835 basehttp 63006 13740666880 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:31:57,838 basehttp 63006 6154301440 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:31:57,839 basehttp 63006 6137475072 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:31:57,842 basehttp 63006 13723840512 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:32:13,948 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:32:13,967 basehttp 63006 13723840512 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:32:20,807 basehttp 63006 13723840512 "GET /en/appointments/calendar/ HTTP/1.1" 200 21383 INFO 2025-09-11 15:32:20,858 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:32:20,859 log 63006 6154301440 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:32:20,860 basehttp 63006 6154301440 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-11 15:32:20,895 basehttp 63006 6137475072 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 INFO 2025-09-11 15:32:43,960 basehttp 63006 6137475072 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:33:13,197 basehttp 63006 6137475072 "GET /en/appointments/queue/ HTTP/1.1" 200 31070 INFO 2025-09-11 15:33:13,271 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:33:13,303 basehttp 63006 13723840512 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:33:13,308 basehttp 63006 6171127808 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:33:13,308 basehttp 63006 6154301440 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:33:13,308 basehttp 63006 13740666880 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:33:13,308 basehttp 63006 13707014144 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:33:13,310 basehttp 63006 6137475072 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:33:15,020 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:33:15,040 basehttp 63006 13707014144 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:33:17,281 basehttp 63006 13707014144 "GET /en/appointments/requests/ HTTP/1.1" 200 161524 INFO 2025-09-11 15:33:17,322 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:33:18,903 basehttp 63006 13707014144 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27617 INFO 2025-09-11 15:33:18,938 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:18,949 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:54,797 basehttp 63006 13707014144 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27684 INFO 2025-09-11 15:34:54,806 basehttp 63006 13707014144 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-09-11 15:34:54,837 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:59,351 basehttp 63006 13707014144 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 15:34:59,373 basehttp 63006 6137475072 "GET /en/ HTTP/1.1" 200 47990 INFO 2025-09-11 15:34:59,435 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:34:59,438 basehttp 63006 6154301440 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:34:59,439 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:34:59,440 basehttp 63006 13740666880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-11 15:35:10,543 log 63006 13740666880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:35:10,543 basehttp 63006 13740666880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:35:10,556 basehttp 63006 13740666880 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-09-11 15:35:16,157 basehttp 63006 13740666880 "GET /en/ HTTP/1.1" 200 47990 INFO 2025-09-11 15:35:16,165 basehttp 63006 6137475072 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 15:35:16,167 basehttp 63006 13723840512 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-11 15:35:16,175 log 63006 6137475072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:35:16,176 basehttp 63006 6137475072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:35:16,179 basehttp 63006 13723840512 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-11 15:35:16,179 basehttp 63006 13740666880 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 15:35:16,182 basehttp 63006 6154301440 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-09-11 15:35:16,184 basehttp 63006 13707014144 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 15:35:16,185 basehttp 63006 6171127808 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 15:35:16,200 basehttp 63006 6171127808 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 15:35:16,211 basehttp 63006 6171127808 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-09-11 15:35:17,012 basehttp 63006 13723840512 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 15:35:17,012 basehttp 63006 6171127808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 15:35:17,012 basehttp 63006 13707014144 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 15:35:17,013 basehttp 63006 6154301440 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 15:35:17,013 basehttp 63006 13740666880 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 15:35:17,016 basehttp 63006 6137475072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 15:35:17,017 basehttp 63006 13723840512 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 15:35:17,017 basehttp 63006 13740666880 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 15:35:17,017 basehttp 63006 13707014144 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 15:35:17,018 basehttp 63006 6154301440 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 15:35:17,018 basehttp 63006 6171127808 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 15:35:17,018 basehttp 63006 6137475072 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 15:35:17,020 basehttp 63006 6171127808 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 15:35:17,021 basehttp 63006 13707014144 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 15:35:17,021 basehttp 63006 6154301440 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 15:35:17,022 basehttp 63006 6137475072 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 15:35:17,022 basehttp 63006 13723840512 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 15:35:17,024 basehttp 63006 13707014144 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 15:35:17,024 basehttp 63006 13740666880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 15:35:17,024 basehttp 63006 6171127808 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 15:35:17,025 basehttp 63006 6154301440 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 15:35:17,025 basehttp 63006 13723840512 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-11 15:35:17,071 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:35:17,074 basehttp 63006 6154301440 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-11 15:35:17,090 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 WARNING 2025-09-11 15:35:17,095 log 63006 6137475072 Not Found: /favicon.ico WARNING 2025-09-11 15:35:17,096 basehttp 63006 6137475072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 15:35:17,098 basehttp 63006 13740666880 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:35:17,109 basehttp 63006 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:35:47,043 basehttp 63006 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:35:49,974 basehttp 63006 13707014144 "GET /en/ HTTP/1.1" 200 47925 INFO 2025-09-11 15:35:49,987 basehttp 63006 13707014144 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-11 15:35:49,992 basehttp 63006 13740666880 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-11 15:35:49,993 basehttp 63006 6137475072 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-11 15:35:49,996 basehttp 63006 6154301440 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-11 15:35:49,999 log 63006 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:35:49,999 basehttp 63006 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:35:49,999 basehttp 63006 13740666880 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-11 15:35:50,002 basehttp 63006 13707014144 "GET /static/css/apple/app.min.css HTTP/1.1" 200 898634 INFO 2025-09-11 15:35:50,004 basehttp 63006 6171127808 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-11 15:35:50,026 basehttp 63006 6171127808 "GET /static/css/apple/app.min.css.map HTTP/1.1" 200 1965938 INFO 2025-09-11 15:35:50,045 basehttp 63006 6171127808 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-11 15:35:50,046 basehttp 63006 6154301440 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-11 15:35:50,047 basehttp 63006 6171127808 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-11 15:35:50,047 basehttp 63006 13723840512 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-11 15:35:50,047 basehttp 63006 13707014144 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-11 15:35:50,048 basehttp 63006 13740666880 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-11 15:35:50,048 basehttp 63006 6137475072 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-11 15:35:50,050 basehttp 63006 6171127808 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-11 15:35:50,051 basehttp 63006 13723840512 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-11 15:35:50,051 basehttp 63006 6154301440 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-11 15:35:50,051 basehttp 63006 6137475072 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-11 15:35:50,052 basehttp 63006 13740666880 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-11 15:35:50,053 basehttp 63006 13707014144 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-11 15:35:50,054 basehttp 63006 13740666880 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-11 15:35:50,055 basehttp 63006 13707014144 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-11 15:35:50,056 basehttp 63006 13707014144 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-11 15:35:50,056 basehttp 63006 13740666880 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-11 15:35:50,057 basehttp 63006 13707014144 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-11 15:35:50,057 basehttp 63006 13740666880 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-11 15:35:50,058 basehttp 63006 13740666880 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-11 15:35:50,059 basehttp 63006 13707014144 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-11 15:35:50,060 basehttp 63006 13740666880 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 WARNING 2025-09-11 15:35:50,102 log 63006 13740666880 Not Found: /favicon.ico INFO 2025-09-11 15:35:50,104 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:35:50,105 basehttp 63006 13740666880 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-11 15:35:50,105 basehttp 63006 6137475072 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:35:50,107 basehttp 63006 6154301440 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:35:50,109 basehttp 63006 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:36:20,069 basehttp 63006 13723840512 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:36:22,047 basehttp 63006 13723840512 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27619 WARNING 2025-09-11 15:36:22,063 log 63006 13723840512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-11 15:36:22,064 basehttp 63006 13723840512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-11 15:36:40,242 basehttp 63006 13723840512 "GET /en/appointments/reschedule/2123/ HTTP/1.1" 200 27618 INFO 2025-09-11 15:36:40,252 basehttp 63006 13723840512 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-11 15:36:40,662 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:36:46,357 log 63006 13723840512 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:36:46,357 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=&exclude_appointment=2123 HTTP/1.1" 400 95 INFO 2025-09-11 15:36:49,566 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=4&exclude_appointment=2123 HTTP/1.1" 200 95 WARNING 2025-09-11 15:36:54,189 log 63006 13723840512 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:36:54,189 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=&exclude_appointment=2123 HTTP/1.1" 400 95 INFO 2025-09-11 15:37:00,284 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=12&exclude_appointment=2123 HTTP/1.1" 200 95 INFO 2025-09-11 15:37:02,999 basehttp 63006 13723840512 "GET /en/appointments/slots/available/?new_date=2025-09-24&new_provider=6&exclude_appointment=2123 HTTP/1.1" 200 1016 INFO 2025-09-11 15:37:17,692 basehttp 63006 13723840512 "POST /en/appointments/reschedule/2123/ HTTP/1.1" 302 0 INFO 2025-09-11 15:37:17,702 basehttp 63006 13723840512 "GET /en/appointments/requests/2123/detail/ HTTP/1.1" 200 21995 INFO 2025-09-11 15:37:17,724 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:37:40,665 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:37:46,020 basehttp 63006 13723840512 "GET /en/appointments/requests/ HTTP/1.1" 200 160289 INFO 2025-09-11 15:37:52,031 basehttp 63006 13723840512 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27617 INFO 2025-09-11 15:37:52,048 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:38:52,061 basehttp 63006 13723840512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:39:03,347 basehttp 63006 6137475072 "GET /en/appointments/calendar/ HTTP/1.1" 200 21384 INFO 2025-09-11 15:39:03,389 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:39:03,391 log 63006 6171127808 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:39:03,392 basehttp 63006 6171127808 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-11 15:39:03,427 basehttp 63006 6154301440 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 WARNING 2025-09-11 15:39:20,819 log 63006 6154301440 Not Found: /en/appointments/fdsdfsdfs WARNING 2025-09-11 15:39:20,819 basehttp 63006 6154301440 "GET /en/appointments/fdsdfsdfs HTTP/1.1" 404 40525 WARNING 2025-09-11 15:39:39,071 log 63006 6154301440 Not Found: /en/appointments/alendar/appointments/ WARNING 2025-09-11 15:39:39,072 basehttp 63006 6154301440 "GET /en/appointments/alendar/appointments/ HTTP/1.1" 404 40561 INFO 2025-09-11 15:39:46,080 basehttp 63006 6154301440 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 INFO 2025-09-11 15:40:03,384 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:40:03,702 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:40:06,114 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:41:06,117 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:42:06,111 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:43:06,118 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:43:24,873 basehttp 63006 6137475072 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 21574 INFO 2025-09-11 15:43:24,907 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:44:24,908 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:45:24,915 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:46:24,909 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:47:24,917 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:48:24,908 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:02,280 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:32,725 basehttp 63006 6137475072 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 INFO 2025-09-11 15:49:32,733 basehttp 63006 6137475072 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-11 15:49:32,770 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:34,323 basehttp 63006 6137475072 "GET / HTTP/1.1" 302 0 INFO 2025-09-11 15:49:34,338 basehttp 63006 6154301440 "GET /en/ HTTP/1.1" 200 47983 INFO 2025-09-11 15:49:34,397 basehttp 63006 6154301440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:34,402 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:49:34,403 basehttp 63006 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:49:34,405 basehttp 63006 6137475072 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:49:48,023 basehttp 63006 6137475072 "GET /en/ HTTP/1.1" 200 47983 INFO 2025-09-11 15:49:48,088 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:48,088 basehttp 63006 6154301440 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-11 15:49:48,089 basehttp 63006 6171127808 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-11 15:49:48,091 basehttp 63006 13707014144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-11 15:49:53,490 basehttp 63006 13707014144 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 INFO 2025-09-11 15:49:53,562 basehttp 63006 13707014144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-11 15:49:53,563 log 63006 6137475072 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-11 15:49:53,563 basehttp 63006 6137475072 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-11 15:49:53,598 basehttp 63006 6171127808 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 INFO 2025-09-11 15:49:56,117 basehttp 63006 6171127808 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 15:49:56,147 basehttp 63006 6171127808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:49:56,161 basehttp 63006 6137475072 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:50:26,116 basehttp 63006 6137475072 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:50:56,097 basehttp 63006 6137475072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:50:56,113 basehttp 63006 6171127808 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:51:07,354 autoreload 63006 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:51:07,951 autoreload 74223 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:51:09,856 basehttp 74223 6132658176 "GET /en/appointments/ HTTP/1.1" 200 63883 INFO 2025-09-11 15:51:09,907 basehttp 74223 6132658176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:51:09,921 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:51:39,936 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:52:09,923 basehttp 74223 6149484544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:52:09,942 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:52:39,917 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:53:09,922 basehttp 74223 6132658176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:53:09,941 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:53:39,934 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:54:09,920 basehttp 74223 6149484544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:54:09,939 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:54:39,929 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:55:09,903 basehttp 74223 6132658176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:55:09,922 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:55:39,916 basehttp 74223 6149484544 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:09,919 basehttp 74223 6149484544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:09,935 basehttp 74223 6132658176 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:25,341 autoreload 74223 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:56:25,718 autoreload 76547 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:56:26,581 basehttp 76547 6126579712 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 15:56:26,629 basehttp 76547 6126579712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:26,642 basehttp 76547 6143406080 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:51,989 autoreload 76547 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:56:52,434 autoreload 76783 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:56:53,054 basehttp 76783 6131789824 "GET /en/appointments/ HTTP/1.1" 200 63883 INFO 2025-09-11 15:56:53,102 basehttp 76783 6131789824 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:53,118 basehttp 76783 6148616192 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:56:58,460 basehttp 76783 6148616192 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-11 15:56:58,527 basehttp 76783 6148616192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:56:58,537 basehttp 76783 6131789824 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 15:56:58,539 basehttp 76783 6165442560 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 15:56:58,563 basehttp 76783 6148616192 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 15:56:58,566 basehttp 76783 13723840512 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 15:56:58,566 basehttp 76783 13707014144 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 15:56:58,567 basehttp 76783 13740666880 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 15:57:23,106 basehttp 76783 13740666880 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:57:53,096 basehttp 76783 13740666880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:57:53,108 basehttp 76783 13707014144 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:58:23,130 basehttp 76783 13707014144 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:58:24,163 autoreload 76783 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 15:58:24,549 autoreload 77416 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 15:58:25,515 basehttp 77416 6136999936 "GET /en/appointments/requests/805/detail/ HTTP/1.1" 200 21629 INFO 2025-09-11 15:58:25,552 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:58:35,218 basehttp 77416 6136999936 "GET /en/patients/patientprofile/14/details/ HTTP/1.1" 200 35864 INFO 2025-09-11 15:58:35,252 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:58:47,403 basehttp 77416 6136999936 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 15:58:47,449 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:58:47,463 basehttp 77416 6153826304 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-11 15:58:53,846 basehttp 77416 6153826304 "GET /en/appointments/queue/list HTTP/1.1" 301 0 INFO 2025-09-11 15:58:53,866 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 15:58:53,884 basehttp 77416 6136999936 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-11 15:58:53,885 basehttp 77416 6325039104 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-11 15:58:53,885 basehttp 77416 6341865472 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-11 15:58:53,885 basehttp 77416 6358691840 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-11 15:58:53,886 basehttp 77416 6153826304 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-11 15:58:53,886 basehttp 77416 6170652672 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-11 15:58:53,912 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:59:23,953 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 15:59:23,991 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 15:59:54,027 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 15:59:54,063 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:00:24,102 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:00:24,140 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:00:54,178 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:00:54,215 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:01:24,250 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:01:24,288 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:01:54,317 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:01:54,352 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:02:24,391 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:02:24,430 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:02:54,452 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:02:54,483 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:03:24,505 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:03:24,535 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:03:54,575 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:03:54,611 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:04:24,649 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:04:24,685 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:04:54,725 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:04:54,764 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:05:24,803 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:05:24,839 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:05:54,995 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 65458 INFO 2025-09-11 16:05:55,032 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:06:20,741 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67834 INFO 2025-09-11 16:06:20,783 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:06:50,824 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67834 INFO 2025-09-11 16:06:50,862 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:07:07,849 log 77416 6170652672 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:07:07,850 basehttp 77416 6170652672 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 106925 INFO 2025-09-11 16:07:20,902 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67834 INFO 2025-09-11 16:07:20,933 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:07:29,559 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:07:29,598 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:07:59,635 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:07:59,674 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:08:29,714 basehttp 77416 6170652672 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:08:29,752 basehttp 77416 6170652672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:08:59,793 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:08:59,828 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:09:29,871 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67852 INFO 2025-09-11 16:09:29,908 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:09:32,499 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:09:32,530 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:10:02,566 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:10:02,603 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:10:32,642 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:10:32,682 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:11:02,721 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:11:02,755 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:11:32,794 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:11:32,832 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:12:02,868 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67925 INFO 2025-09-11 16:12:02,905 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:12:06,129 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:12:06,170 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:12:36,203 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:12:36,240 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:13:06,282 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:13:06,320 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:13:36,348 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:13:36,382 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:14:06,414 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:14:06,452 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:14:36,485 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:14:36,518 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:15:06,546 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:15:06,576 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:15:36,600 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:15:36,630 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:06,657 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67865 INFO 2025-09-11 16:16:06,686 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:18,475 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:16:18,517 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:32,515 basehttp 77416 6136999936 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37795 INFO 2025-09-11 16:16:32,549 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:16:48,558 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:16:48,596 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:17:18,631 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:17:18,670 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:17:48,712 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:17:48,749 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:18:16,057 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:18:16,098 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:18:42,140 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67681 INFO 2025-09-11 16:18:42,180 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:19:12,218 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67681 INFO 2025-09-11 16:19:12,257 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:19:20,044 basehttp 77416 6136999936 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:19:20,076 basehttp 77416 6136999936 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:19:33,901 log 77416 6136999936 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:19:33,902 basehttp 77416 6136999936 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 106925 INFO 2025-09-11 16:19:56,099 autoreload 77416 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:19:56,470 autoreload 86857 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 16:19:57,674 log 86857 6199701504 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:19:57,676 basehttp 86857 6199701504 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 107114 ERROR 2025-09-11 16:19:58,490 log 86857 6199701504 Internal Server Error: /en/appointments/queue/entry/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 771, in get_queryset return queryset.order_by('queue__name', 'queue_position', 'created_at') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-11 16:19:58,490 basehttp 86857 6199701504 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 500 107114 INFO 2025-09-11 16:20:21,658 autoreload 86857 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:20:22,058 autoreload 87091 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:20:22,659 basehttp 87091 6133919744 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:20:22,721 basehttp 87091 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:20:55,454 basehttp 87091 6133919744 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:20:55,491 basehttp 87091 6133919744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:20:55,707 autoreload 87091 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:20:56,102 autoreload 87334 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:21:01,116 basehttp 87334 6152892416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:01,123 basehttp 87334 6136066048 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:21:01,161 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:31,207 basehttp 87334 6136066048 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:21:31,248 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:32,277 basehttp 87334 6136066048 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67741 INFO 2025-09-11 16:21:32,319 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:21:34,009 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:21:34,044 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:22:07,248 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:22:07,277 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:22:39,959 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:22:39,996 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:23:15,311 basehttp 87334 6136066048 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 33088 INFO 2025-09-11 16:23:15,349 basehttp 87334 6136066048 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:23:53,753 autoreload 87334 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:23:54,138 autoreload 88635 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:23:54,928 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:23:57,944 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:23:57,987 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:24:15,647 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31195 INFO 2025-09-11 16:24:15,679 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:24:28,077 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:24:28,119 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:24:58,203 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:24:58,244 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:25:28,330 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:25:28,371 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:25:58,445 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:25:58,483 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:26:05,250 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:26:05,291 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:26:35,361 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:26:35,395 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:27:05,484 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:27:05,528 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:27:35,595 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:27:35,631 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:28:05,737 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:28:05,777 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:28:35,870 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:28:35,914 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:29:06,000 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:29:06,039 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:29:36,106 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:29:36,142 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:30:06,232 basehttp 88635 6130528256 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 121706 INFO 2025-09-11 16:30:06,271 basehttp 88635 6130528256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:30:33,193 autoreload 88635 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:30:33,573 autoreload 91503 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:30:35,469 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124075 INFO 2025-09-11 16:30:35,520 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:05,601 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124075 INFO 2025-09-11 16:31:05,640 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:12,935 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:31:12,971 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:43,067 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:31:43,105 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:31:54,539 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/18/ HTTP/1.1" 200 31327 INFO 2025-09-11 16:31:54,575 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:32:13,197 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:32:13,237 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:32:43,328 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:32:43,367 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:13,437 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:33:13,471 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:21,520 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124492 INFO 2025-09-11 16:33:21,553 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:40,547 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124490 INFO 2025-09-11 16:33:40,589 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:33:45,225 basehttp 91503 6131347456 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31195 INFO 2025-09-11 16:33:45,260 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:34:45,271 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:34:55,259 basehttp 91503 6131347456 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-11 16:34:55,338 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:34:55,360 basehttp 91503 6165000192 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 16:34:55,361 basehttp 91503 6148173824 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 16:34:55,364 basehttp 91503 13589622784 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 16:34:55,365 basehttp 91503 13606449152 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 16:34:55,366 basehttp 91503 13572796416 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 16:34:55,367 basehttp 91503 6131347456 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 16:35:52,184 basehttp 91503 6131347456 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-11 16:35:52,275 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:35:52,281 basehttp 91503 13572796416 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-11 16:35:52,284 basehttp 91503 6148173824 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-11 16:35:52,284 basehttp 91503 13606449152 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-11 16:35:52,286 basehttp 91503 6165000192 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-11 16:35:52,286 basehttp 91503 13589622784 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-11 16:35:52,292 basehttp 91503 6131347456 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-11 16:35:57,137 basehttp 91503 6131347456 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67603 INFO 2025-09-11 16:35:57,165 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:36:27,185 basehttp 91503 6131347456 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67603 INFO 2025-09-11 16:36:27,217 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:36:37,315 basehttp 91503 6131347456 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67417 INFO 2025-09-11 16:36:37,345 basehttp 91503 6131347456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:37:03,498 log 91503 6131347456 Internal Server Error: /en/appointments/queue/3/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: appointments/waiting_queue_confirm_delete.html ERROR 2025-09-11 16:37:03,499 basehttp 91503 6131347456 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 500 93050 INFO 2025-09-11 16:37:43,083 autoreload 91503 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:37:43,489 autoreload 94666 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 16:37:44,196 log 94666 6195998720 Internal Server Error: /en/appointments/queue/3/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_list' not found. 'waitingqueue_list' is not a valid view function or pattern name. ERROR 2025-09-11 16:37:44,198 basehttp 94666 6195998720 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 500 165577 ERROR 2025-09-11 16:42:29,087 log 94666 6195998720 Internal Server Error: /en/appointments/queue/3/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 16:42:29,088 basehttp 94666 6195998720 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 500 169108 INFO 2025-09-11 16:42:38,778 basehttp 94666 6212825088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:42:38,784 basehttp 94666 6195998720 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67417 INFO 2025-09-11 16:42:38,824 basehttp 94666 6195998720 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:42:40,966 log 94666 6195998720 Internal Server Error: /en/appointments/queue/4/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/\\Z'] ERROR 2025-09-11 16:42:40,968 basehttp 94666 6195998720 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 500 168971 INFO 2025-09-11 16:44:47,074 autoreload 94666 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 16:44:47,476 autoreload 97846 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 16:44:47,990 basehttp 97846 6124548096 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 200 27694 INFO 2025-09-11 16:44:48,027 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:45:48,029 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:46:16,202 basehttp 97846 6124548096 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 200 27679 INFO 2025-09-11 16:46:16,230 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:46:50,416 basehttp 97846 6124548096 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 16:46:50,445 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 16:47:24,993 basehttp 97846 6124548096 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 16:47:25,026 basehttp 97846 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 16:47:32,979 log 97846 6124548096 Internal Server Error: /en/appointments/queue/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 109, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 154, in __init__ self.fields['provider'].queryset = User.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'provider' ERROR 2025-09-11 16:47:32,980 basehttp 97846 6124548096 "GET /en/appointments/queue/4/update/ HTTP/1.1" 500 103716 INFO 2025-09-11 16:56:58,646 autoreload 97846 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 16:56:59,141 autoreload 3788 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 16:57:00,358 log 3788 6203158528 Internal Server Error: /en/appointments/queue/4/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waitingqueue_list' not found. 'waitingqueue_list' is not a valid view function or pattern name. ERROR 2025-09-11 16:57:00,359 basehttp 3788 6203158528 "GET /en/appointments/queue/4/update/ HTTP/1.1" 500 175363 INFO 2025-09-11 17:29:40,599 basehttp 3788 6203158528 "GET /en/appointments/queue/4/update/ HTTP/1.1" 200 35795 INFO 2025-09-11 17:29:40,613 basehttp 3788 6203158528 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-11 17:29:40,614 basehttp 3788 6219984896 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-11 17:29:40,651 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:30:40,664 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:32:32,312 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:32:34,559 basehttp 3788 6219984896 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37417 INFO 2025-09-11 17:32:34,588 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:33:34,597 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:34:04,367 basehttp 3788 6219984896 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 17:34:04,395 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:35:04,572 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:36:05,576 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:37:06,606 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:38:07,620 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:39:08,622 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:40:09,619 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:41:11,625 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:42:24,629 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:44:24,632 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:45:24,635 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:47:24,635 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:49:24,643 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:50:24,638 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:52:15,601 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:53:15,600 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:54:16,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:55:18,537 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:56:24,539 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:58:24,540 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 17:59:24,540 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:00:24,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:02:24,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:04:24,535 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:05:24,538 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:06:24,553 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:08:24,531 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:09:24,527 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:10:24,537 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:11:23,062 basehttp 3788 6203158528 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 18:11:23,105 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:11:28,814 basehttp 3788 6203158528 "GET /en/blood-bank HTTP/1.1" 301 0 INFO 2025-09-11 18:11:28,835 basehttp 3788 6219984896 "GET /en/blood-bank/ HTTP/1.1" 200 118337 INFO 2025-09-11 18:11:28,893 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:11:40,367 basehttp 3788 6219984896 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82091 INFO 2025-09-11 18:11:40,403 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 18:11:44,973 log 3788 6219984896 Internal Server Error: /en/blood-bank/donors/29/eligibility/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 193, in donor_eligibility_check return render(request, 'blood_bank/donors/donor_eligibility.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'plugins/sweetalert/dist/sweetalert.min.js' not found. 'plugins/sweetalert/dist/sweetalert.min.js' is not a valid view function or pattern name. ERROR 2025-09-11 18:11:44,976 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 500 178482 INFO 2025-09-11 18:12:09,167 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 200 33730 INFO 2025-09-11 18:12:09,178 basehttp 3788 6219984896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-11 18:12:09,199 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:13:09,209 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-11 18:13:10,129 log 3788 6219984896 Internal Server Error: /en/blood-bank/donors/29/eligibility/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/views.py", line 193, in donor_eligibility_check return render(request, 'blood_bank/donors/donor_eligibility.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'plugins/sweetalert/dist/sweetalert.min.js' not found. 'plugins/sweetalert/dist/sweetalert.min.js' is not a valid view function or pattern name. ERROR 2025-09-11 18:13:10,133 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 500 178619 INFO 2025-09-11 18:13:36,214 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 200 33551 INFO 2025-09-11 18:13:36,253 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:14:36,531 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:15:13,690 basehttp 3788 6219984896 "GET /en/blood-bank/donors/29/eligibility/ HTTP/1.1" 200 33572 INFO 2025-09-11 18:15:13,719 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:16:14,516 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:17:15,528 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:18:16,532 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:19:17,519 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:20:18,524 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:21:19,516 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:22:21,421 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:23:24,428 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:25:24,418 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:26:24,418 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:28:24,414 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:29:24,414 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:31:24,409 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:33:24,402 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:34:24,412 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:35:18,373 basehttp 3788 6219984896 "GET /en/blood-bank/donors/ HTTP/1.1" 200 82091 INFO 2025-09-11 18:35:18,434 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:35:21,776 basehttp 3788 6219984896 "GET /en/blood-bank/ HTTP/1.1" 200 118337 INFO 2025-09-11 18:35:27,568 basehttp 3788 6219984896 "GET /en/appointments/queue/4/ HTTP/1.1" 200 37419 INFO 2025-09-11 18:35:27,595 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:35:29,963 basehttp 3788 6219984896 "GET /en/appointments/queue/4/delete/ HTTP/1.1" 200 27679 INFO 2025-09-11 18:36:29,999 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:37:16,508 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:37:17,437 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:37:17,477 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:37:29,853 basehttp 3788 6219984896 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28488 INFO 2025-09-11 18:37:29,884 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:37:33,234 basehttp 3788 6219984896 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37795 INFO 2025-09-11 18:37:33,267 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:31,256 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:32,122 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:32,132 basehttp 3788 6203158528 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:38:32,171 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:38:33,007 basehttp 3788 6203158528 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:38:33,049 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:39:33,062 basehttp 3788 6203158528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:39:33,082 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67129 INFO 2025-09-11 18:39:33,117 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:39:55,790 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67125 INFO 2025-09-11 18:39:55,821 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:40:13,596 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67063 INFO 2025-09-11 18:40:13,622 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:40:24,391 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67057 INFO 2025-09-11 18:40:24,422 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:40:54,650 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67100 INFO 2025-09-11 18:40:54,682 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:41:14,928 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67089 INFO 2025-09-11 18:41:14,960 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:41:31,204 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67076 INFO 2025-09-11 18:41:31,234 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:41:42,619 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67081 INFO 2025-09-11 18:41:42,650 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:42,650 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:42,676 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 67081 INFO 2025-09-11 18:42:42,707 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:51,121 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64021 INFO 2025-09-11 18:42:51,160 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:42:54,155 basehttp 3788 6219984896 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 124481 INFO 2025-09-11 18:42:54,197 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:43:36,454 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64015 INFO 2025-09-11 18:43:36,483 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:43:37,965 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64015 INFO 2025-09-11 18:43:37,995 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:44:02,254 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64075 INFO 2025-09-11 18:44:02,275 basehttp 3788 6219984896 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-11 18:44:02,282 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:44:22,446 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64051 INFO 2025-09-11 18:44:22,484 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:45:10,370 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64075 INFO 2025-09-11 18:45:10,403 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:45:23,266 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 64075 INFO 2025-09-11 18:45:23,307 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:45:36,482 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:45:36,511 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:36,523 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:36,547 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:46:36,584 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:38,806 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:46:38,847 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:46:57,284 basehttp 3788 6219984896 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-11 18:46:57,314 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:47:13,576 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35477 INFO 2025-09-11 18:47:13,608 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:48:13,616 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:49:13,625 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:49:43,554 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35228 INFO 2025-09-11 18:49:43,581 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:49:58,959 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35477 INFO 2025-09-11 18:49:58,984 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:50:58,986 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:51:58,995 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:52:58,986 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:53:56,565 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35599 INFO 2025-09-11 18:53:56,597 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:54:44,462 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35551 INFO 2025-09-11 18:54:44,495 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:55:13,952 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35562 INFO 2025-09-11 18:55:13,981 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:55:41,049 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35550 INFO 2025-09-11 18:55:41,079 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:56:30,045 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35546 INFO 2025-09-11 18:56:30,075 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:56:32,852 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35546 INFO 2025-09-11 18:56:32,883 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:56:58,423 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35541 INFO 2025-09-11 18:56:58,450 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:57:46,844 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36093 INFO 2025-09-11 18:57:46,880 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:58:14,352 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36073 INFO 2025-09-11 18:58:14,380 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:58:37,617 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36083 INFO 2025-09-11 18:58:37,644 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:58:55,438 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36083 INFO 2025-09-11 18:58:55,472 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:59:16,651 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36000 INFO 2025-09-11 18:59:16,679 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 18:59:37,618 basehttp 3788 6219984896 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36012 INFO 2025-09-11 18:59:37,651 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:00:37,663 basehttp 3788 6219984896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:03:46,536 autoreload 61052 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 19:03:49,201 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36062 INFO 2025-09-11 19:03:49,239 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:04:30,138 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36075 INFO 2025-09-11 19:04:30,179 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:04:50,242 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36084 INFO 2025-09-11 19:04:50,276 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:05:05,242 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 36065 INFO 2025-09-11 19:05:05,275 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:06:05,275 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:06:22,958 basehttp 61052 6164623360 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35453 INFO 2025-09-11 19:06:22,989 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:07:23,000 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:08:23,255 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:09:23,607 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:10:24,600 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:11:25,587 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:12:26,597 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:13:28,597 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:15:24,606 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:17:24,607 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 19:18:24,610 basehttp 61052 6164623360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:04:09,816 autoreload 88212 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 20:04:12,613 basehttp 88212 6196752384 "GET /en/appointments/ HTTP/1.1" 200 57564 INFO 2025-09-11 20:04:12,667 basehttp 88212 6196752384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:04:12,681 basehttp 88212 6213578752 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 WARNING 2025-09-11 20:04:24,458 log 88212 6213578752 Not Found: /en/appointments/waitinglist WARNING 2025-09-11 20:04:24,458 basehttp 88212 6213578752 "GET /en/appointments/waitinglist HTTP/1.1" 404 43667 INFO 2025-09-11 20:04:31,741 basehttp 88212 6213578752 "GET /en/appointments/waiting-list HTTP/1.1" 301 0 ERROR 2025-09-11 20:04:31,766 log 88212 6196752384 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1281, in get_context_data 'avg_wait_days': waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 316, in get_select sql, params = self.compile(col) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 575, in compile sql, params = vendor_impl(self, self.connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 29, in as_sqlite sql, params = self.as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 141, in as_sql return super().as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 1100, in as_sql connection.ops.check_expression_support(self) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 69, in check_expression_support raise NotSupportedError( django.db.utils.NotSupportedError: You cannot use Sum, Avg, StdDev, and Variance aggregations on date/time fields in sqlite3 since date/time is saved as text. ERROR 2025-09-11 20:04:31,768 basehttp 88212 6196752384 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 147337 INFO 2025-09-11 20:06:56,048 autoreload 88212 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:06:56,432 autoreload 89466 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:06:56,918 log 89466 6170865664 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1281, in get_context_data 'avg_wait_days': waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 588, in aggregate return self.query.chain().get_aggregation(self.db, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 626, in get_aggregation result = compiler.execute_sql(SINGLE) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 316, in get_select sql, params = self.compile(col) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 575, in compile sql, params = vendor_impl(self, self.connection) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 29, in as_sqlite sql, params = self.as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/aggregates.py", line 141, in as_sql return super().as_sql(compiler, connection, **extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/expressions.py", line 1100, in as_sql connection.ops.check_expression_support(self) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/operations.py", line 69, in check_expression_support raise NotSupportedError( django.db.utils.NotSupportedError: You cannot use Sum, Avg, StdDev, and Variance aggregations on date/time fields in sqlite3 since date/time is saved as text. ERROR 2025-09-11 20:06:56,922 basehttp 89466 6170865664 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 147474 INFO 2025-09-11 20:07:36,355 autoreload 89466 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:07:36,703 autoreload 89776 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:07:39,271 log 89776 6155333632 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1422, in __iter__ if not queryset._prefetch_related_lookups: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute '_prefetch_related_lookups' ERROR 2025-09-11 20:07:39,283 basehttp 89776 6155333632 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 201102 INFO 2025-09-11 20:09:19,217 autoreload 89776 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:09:19,566 autoreload 90554 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:09:22,187 log 90554 6164951040 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1230, in get_queryset form = WaitingListFilterForm( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 802, in __init__ from core.models import Department ImportError: cannot import name 'Department' from 'core.models' (/Users/marwanalwali/manus_project/hospital_management_system_v4/core/models.py) ERROR 2025-09-11 20:09:22,190 basehttp 90554 6164951040 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 90821 INFO 2025-09-11 20:13:01,739 autoreload 90554 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 20:13:02,062 autoreload 92195 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:13:04,557 log 92195 6159020032 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1230, in get_queryset form = WaitingListFilterForm( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 801, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant_memberships' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approval_date, approved_by, approved_by_id, approved_care_plans, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, approved_users, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, bio, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_at, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, dea_number, department, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_id, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_approved, is_staff, is_superuser, is_verified, issued_units, job_title, language, last_login, last_name, last_password_change, led_audits, license_expiry, license_number, license_state, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, middle_name, mobile_number, notificationtemplate, npi_number, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, phone_number, physician_discharges, planned_discharges, preferred_name, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, profile_picture, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, role, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, theme, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_at, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, user_timezone, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-11 20:13:04,566 basehttp 92195 6159020032 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 163345 INFO 2025-09-11 20:14:09,037 autoreload 92195 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 20:14:09,374 autoreload 92662 8682856640 Watching for file changes with StatReloader ERROR 2025-09-11 20:14:11,734 log 92662 6131511296 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1422, in __iter__ if not queryset._prefetch_related_lookups: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute '_prefetch_related_lookups' ERROR 2025-09-11 20:14:11,750 basehttp 92662 6131511296 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 198762 INFO 2025-09-11 20:15:33,325 autoreload 92662 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-11 20:15:33,696 autoreload 93282 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 20:18:12,169 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 32200 INFO 2025-09-11 20:18:12,185 basehttp 93282 6375518208 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-11 20:18:12,186 basehttp 93282 6341865472 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-11 20:18:12,186 basehttp 93282 6358691840 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-11 20:18:12,186 basehttp 93282 6409170944 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-11 20:18:12,187 basehttp 93282 6392344576 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-11 20:18:12,223 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:18:45,413 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:19:12,408 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:19:15,402 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:19:45,402 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:20:13,409 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:20:15,408 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:20:45,416 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:21:14,421 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:21:24,410 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:22:15,409 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:22:24,409 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:23:16,418 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:23:24,404 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:24:17,402 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:24:24,407 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:25:24,311 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:25:24,315 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:26:24,321 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:26:24,322 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:27:24,294 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:28:24,323 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:28:24,324 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:29:24,293 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:30:06,694 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:30:06,695 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:30:08,547 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 44843 INFO 2025-09-11 20:30:08,616 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:31:08,628 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:31:38,073 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 32200 INFO 2025-09-11 20:31:38,126 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:32:11,574 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:32:38,134 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:32:41,578 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:32:46,133 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31756 INFO 2025-09-11 20:32:46,162 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:33:18,248 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:33:19,136 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31756 INFO 2025-09-11 20:33:19,171 basehttp 93282 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:33:51,690 basehttp 93282 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:34:13,795 basehttp 93282 6392344576 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98862 INFO 2025-09-11 20:34:13,809 basehttp 93282 6358691840 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-11 20:34:13,809 basehttp 93282 6341865472 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-11 20:34:13,810 basehttp 93282 6375518208 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-11 20:34:13,810 basehttp 93282 6409170944 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-11 20:34:13,810 basehttp 93282 6392344576 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-11 20:34:13,811 basehttp 93282 6375518208 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-11 20:34:13,811 basehttp 93282 6358691840 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-11 20:34:13,812 basehttp 93282 6409170944 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-11 20:34:13,813 basehttp 93282 6392344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-11 20:34:13,814 basehttp 93282 6409170944 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-11 20:34:13,815 basehttp 93282 6358691840 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-11 20:34:13,816 basehttp 93282 6375518208 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-11 20:34:13,817 basehttp 93282 6409170944 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-11 20:34:13,818 basehttp 93282 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-11 20:34:13,819 basehttp 93282 6392344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-11 20:34:13,820 basehttp 93282 6425997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:34:13,821 basehttp 93282 6392344576 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-11 20:34:13,821 basehttp 93282 6425997312 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-11 20:34:13,831 basehttp 93282 6425997312 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-11 20:34:13,832 basehttp 93282 6392344576 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-11 20:34:13,832 basehttp 93282 6425997312 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-11 20:34:13,832 basehttp 93282 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-11 20:34:19,093 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 82364 INFO 2025-09-11 20:34:19,105 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:34:19,287 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:34:21,354 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglist/add/ HTTP/1.1" 200 300449 INFO 2025-09-11 20:34:21,370 basehttp 93282 6392344576 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-11 20:34:21,370 basehttp 93282 6341865472 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-11 20:34:21,371 basehttp 93282 6409170944 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-11 20:34:21,371 basehttp 93282 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-11 20:34:21,372 basehttp 93282 6341865472 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-11 20:34:21,374 basehttp 93282 6341865472 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-11 20:34:21,375 basehttp 93282 6425997312 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:34:21,375 basehttp 93282 6341865472 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-11 20:34:21,376 basehttp 93282 6425997312 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-11 20:34:21,420 basehttp 93282 6425997312 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-11 20:34:21,420 basehttp 93282 6341865472 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-11 20:34:22,290 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:34:52,278 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:35:20,293 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-11 20:35:22,288 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:35:49,381 basehttp 93282 6341865472 "GET /static/admin/img/calendar-icons.svg HTTP/1.1" 200 2455 INFO 2025-09-11 20:35:52,287 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:36:21,295 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:36:22,979 basehttp 93282 6341865472 "POST /en/admin/appointments/waitinglist/add/ HTTP/1.1" 200 300856 INFO 2025-09-11 20:36:22,995 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:36:24,281 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:36:40,770 basehttp 93282 6341865472 "POST /en/admin/appointments/waitinglist/add/ HTTP/1.1" 302 0 INFO 2025-09-11 20:36:40,801 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85896 INFO 2025-09-11 20:36:40,818 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:36:40,826 basehttp 93282 6341865472 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-11 20:36:51,058 basehttp 93282 6341865472 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 79510 INFO 2025-09-11 20:36:51,077 basehttp 93282 6341865472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 20:36:55,168 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:36:56,038 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 INFO 2025-09-11 20:36:56,096 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-11 20:37:04,511 log 93282 6341865472 Not Found: /en/appointments/waiting-list/1/ WARNING 2025-09-11 20:37:04,511 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 404 38364 INFO 2025-09-11 20:37:26,122 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:37:56,105 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:37:56,121 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:38:26,159 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:38:56,109 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:38:56,120 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:39:26,130 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:39:56,111 basehttp 93282 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:39:56,122 basehttp 93282 6341865472 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 22 INFO 2025-09-11 20:40:05,538 autoreload 93282 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-11 20:40:06,029 autoreload 4780 8682856640 Watching for file changes with StatReloader INFO 2025-09-11 20:40:06,444 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 INFO 2025-09-11 20:40:06,494 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:40:09,207 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 37145 INFO 2025-09-11 20:40:09,241 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:40:48,692 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38989 INFO 2025-09-11 20:40:48,699 basehttp 4780 6192590848 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-11 20:40:48,722 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:41:48,733 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:42:40,412 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38976 INFO 2025-09-11 20:42:40,439 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:43:22,588 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38481 INFO 2025-09-11 20:43:22,619 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:43:47,157 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38471 INFO 2025-09-11 20:43:47,187 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:44:07,784 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38483 INFO 2025-09-11 20:44:07,815 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:44:29,054 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38489 INFO 2025-09-11 20:44:29,083 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:45:13,259 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38558 INFO 2025-09-11 20:45:13,332 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:46:13,302 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:46:34,789 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38623 INFO 2025-09-11 20:46:34,819 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:47:34,825 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:48:34,820 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:49:34,832 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:50:28,061 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 38690 INFO 2025-09-11 20:50:28,093 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:51:28,095 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:52:28,103 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:53:28,102 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:54:28,093 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:54:33,147 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 39022 INFO 2025-09-11 20:54:33,177 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:55:33,276 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:56:33,266 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:57:33,278 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:58:33,268 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 20:59:33,275 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:00:33,282 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:01:25,367 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 39678 INFO 2025-09-11 21:01:25,402 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:02:25,420 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:03:15,182 basehttp 4780 6192590848 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 892 INFO 2025-09-11 21:03:25,416 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:03:32,755 basehttp 4780 6192590848 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 82435 INFO 2025-09-11 21:03:32,773 basehttp 4780 6192590848 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-11 21:04:25,405 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:05:25,411 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:06:25,405 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:07:19,464 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40582 INFO 2025-09-11 21:07:19,497 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:08:19,495 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:08:43,586 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40845 INFO 2025-09-11 21:08:43,619 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:09:34,738 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40946 INFO 2025-09-11 21:09:34,767 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:09:45,190 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40937 INFO 2025-09-11 21:09:45,220 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:10:05,786 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40927 INFO 2025-09-11 21:10:05,817 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:11:05,821 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:11:11,242 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41169 INFO 2025-09-11 21:11:11,276 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:12:11,276 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:13:11,279 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:13:36,059 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40970 INFO 2025-09-11 21:13:36,097 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:14:36,278 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:15:37,287 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:15:50,360 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40987 INFO 2025-09-11 21:15:50,390 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:16:20,887 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40998 INFO 2025-09-11 21:16:20,917 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:16:54,520 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 40997 INFO 2025-09-11 21:16:54,548 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:17:54,550 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:18:17,062 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41019 INFO 2025-09-11 21:18:17,091 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:18:26,437 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41020 INFO 2025-09-11 21:18:26,466 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:18:49,492 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41041 INFO 2025-09-11 21:18:49,526 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:19:04,314 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41041 INFO 2025-09-11 21:19:04,342 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:20:04,343 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:20:12,099 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41098 INFO 2025-09-11 21:20:12,130 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:21:12,137 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:21:25,615 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41048 INFO 2025-09-11 21:21:25,642 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:22:25,656 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:23:25,654 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:24:21,146 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41947 INFO 2025-09-11 21:24:21,178 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:24:42,220 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41897 INFO 2025-09-11 21:24:42,250 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:25:42,255 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:25:52,240 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41909 INFO 2025-09-11 21:25:52,269 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:26:52,282 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:26:56,686 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41048 INFO 2025-09-11 21:26:56,727 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:27:56,734 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:28:35,118 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41211 INFO 2025-09-11 21:28:35,163 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:29:18,910 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41203 INFO 2025-09-11 21:29:18,940 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:29:30,115 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41204 INFO 2025-09-11 21:29:30,156 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:29:46,632 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41189 INFO 2025-09-11 21:29:46,661 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:30:46,661 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:31:26,256 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41454 INFO 2025-09-11 21:31:26,298 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:31:40,766 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41453 INFO 2025-09-11 21:31:40,794 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:31:59,366 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41437 INFO 2025-09-11 21:31:59,395 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:32:59,408 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:33:59,409 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:34:33,942 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41655 INFO 2025-09-11 21:34:33,987 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:35:13,571 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 41639 INFO 2025-09-11 21:35:13,600 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:36:13,607 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:37:13,606 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:38:13,608 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:39:13,611 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:40:13,611 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:41:13,608 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:41:47,053 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42917 INFO 2025-09-11 21:41:47,087 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:42:01,978 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42918 INFO 2025-09-11 21:42:02,012 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:42:24,659 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42919 INFO 2025-09-11 21:42:24,687 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:42:55,544 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42918 INFO 2025-09-11 21:42:55,571 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:43:55,571 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:44:32,999 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42871 INFO 2025-09-11 21:44:33,041 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:45:06,073 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42855 INFO 2025-09-11 21:45:06,115 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:46:06,122 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:47:06,114 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:48:00,435 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43092 INFO 2025-09-11 21:48:00,524 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:49:00,476 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:50:00,477 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:50:38,926 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43436 INFO 2025-09-11 21:50:38,957 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:51:24,647 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43486 INFO 2025-09-11 21:51:24,676 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:52:24,686 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:53:24,689 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:53:49,908 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44182 INFO 2025-09-11 21:53:49,978 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:54:49,948 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:55:42,433 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44261 INFO 2025-09-11 21:55:42,468 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:56:42,483 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 21:59:53,289 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 22:57:12,028 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 23:31:53,618 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-11 23:48:20,255 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:09:45,842 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:10:47,930 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:15:21,164 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:17:38,453 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:18:38,443 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:19:36,691 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44281 INFO 2025-09-12 00:19:36,698 basehttp 4780 6192590848 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-12 00:19:36,747 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:19:55,488 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44281 INFO 2025-09-12 00:19:55,535 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:20:03,134 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 44959 INFO 2025-09-12 00:20:03,170 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:21:03,173 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:22:03,177 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:23:03,180 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:23:09,597 basehttp 4780 6192590848 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45461 INFO 2025-09-12 00:23:09,603 basehttp 4780 6192590848 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-12 00:23:09,630 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:24:09,631 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:25:09,549 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:26:09,551 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:27:09,558 basehttp 4780 6192590848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:27:35,504 autoreload 4780 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 00:27:36,059 autoreload 46893 8682856640 Watching for file changes with StatReloader ERROR 2025-09-12 00:27:37,809 log 46893 6195294208 Internal Server Error: /en/appointments/waiting-list/1/edit/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/deprecation.py", line 122, in __call__ response = self.process_response(request, response) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/clickjacking.py", line 27, in process_response if response.get("X-Frame-Options") is not None: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1523, in build_filter arg, value = filter_expr ^^^^^^^^^^ ValueError: too many values to unpack (expected 2) ERROR 2025-09-12 00:27:37,811 basehttp 46893 6195294208 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 500 100598 INFO 2025-09-12 00:29:04,981 autoreload 46893 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 00:29:05,353 autoreload 47595 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 00:29:07,856 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45461 INFO 2025-09-12 00:29:07,912 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:29:16,870 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:29:16,870 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:29:16,909 basehttp 47595 6132871168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 00:30:07,894 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:31:02,225 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45626 WARNING 2025-09-12 00:31:02,237 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:31:02,237 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:31:02,304 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:31:57,972 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45461 WARNING 2025-09-12 00:31:57,988 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:31:57,988 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:31:58,051 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:32:58,054 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:33:58,375 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:34:59,365 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:36:00,347 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:36:13,492 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45480 WARNING 2025-09-12 00:36:13,515 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:36:13,516 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:36:13,582 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:37:13,593 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:37:51,894 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45480 WARNING 2025-09-12 00:37:51,908 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:37:51,909 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:37:51,966 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:38:18,295 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45481 WARNING 2025-09-12 00:38:18,308 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:38:18,309 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:38:18,372 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:39:18,366 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:39:29,304 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 45232 WARNING 2025-09-12 00:39:29,327 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:39:29,327 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:39:29,374 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:40:20,766 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 WARNING 2025-09-12 00:40:20,778 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:40:20,778 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:40:20,839 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:41:20,849 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:41:41,387 basehttp 47595 6132871168 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-12 00:41:41,394 basehttp 47595 6166523904 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:41:41,397 basehttp 47595 13321187328 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-12 00:41:41,397 basehttp 47595 13304360960 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 00:41:41,399 basehttp 47595 13338013696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:41:41,402 basehttp 47595 6132871168 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-12 00:41:41,405 log 47595 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 00:41:41,406 basehttp 47595 6166523904 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 00:41:41,406 basehttp 47595 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:41:41,411 basehttp 47595 6132871168 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:41:41,411 basehttp 47595 13338013696 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:41:41,413 basehttp 47595 6149697536 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:41:41,415 basehttp 47595 6166523904 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-12 00:41:41,417 basehttp 47595 13321187328 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:41:41,417 basehttp 47595 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:41:41,420 basehttp 47595 6149697536 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:41:41,420 basehttp 47595 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:41:41,420 basehttp 47595 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:41:41,424 basehttp 47595 6166523904 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:41:41,432 basehttp 47595 6166523904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:41:41,432 basehttp 47595 13304360960 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:41:41,432 basehttp 47595 6149697536 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:41:41,433 basehttp 47595 6132871168 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:41:41,433 basehttp 47595 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:41:41,435 basehttp 47595 6149697536 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:41:41,435 basehttp 47595 6166523904 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:41:41,436 basehttp 47595 6132871168 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:41:41,436 basehttp 47595 13321187328 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:41:41,436 basehttp 47595 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:41:41,437 basehttp 47595 6166523904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:41:41,438 basehttp 47595 13338013696 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:41:41,439 basehttp 47595 6149697536 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:41:41,440 basehttp 47595 13304360960 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:41:41,440 basehttp 47595 6132871168 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:41:41,440 basehttp 47595 6166523904 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:41:41,441 basehttp 47595 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:41:41,441 basehttp 47595 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:41:41,568 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:41:41,569 basehttp 47595 13321187328 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 00:41:41,857 log 47595 13321187328 Not Found: /favicon.ico WARNING 2025-09-12 00:41:41,858 basehttp 47595 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:42:41,583 basehttp 47595 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:30,337 basehttp 47595 13321187328 "GET /en/appointments/ HTTP/1.1" 200 57564 WARNING 2025-09-12 00:43:30,351 log 47595 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:30,351 basehttp 47595 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:30,429 basehttp 47595 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:30,443 basehttp 47595 13338013696 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 00:43:36,279 basehttp 47595 13338013696 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 WARNING 2025-09-12 00:43:36,301 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:36,301 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:36,369 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:36,435 basehttp 47595 13321187328 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 00:43:36,437 basehttp 47595 6132871168 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 00:43:36,439 basehttp 47595 13338013696 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 00:43:36,440 basehttp 47595 13304360960 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 00:43:36,442 basehttp 47595 6166523904 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 00:43:36,442 basehttp 47595 6149697536 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 WARNING 2025-09-12 00:43:45,179 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:45,180 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:43:45,196 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:45,196 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:51,041 basehttp 47595 6166523904 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 WARNING 2025-09-12 00:43:51,057 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:51,058 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:51,116 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:43:52,412 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27676 WARNING 2025-09-12 00:43:52,434 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:43:52,435 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:43:52,476 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:44:52,487 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:45:52,491 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:46:31,068 log 47595 6149697536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:31,069 basehttp 47595 6149697536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:46:31,073 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:46:31,081 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:31,081 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:45,158 log 47595 6166523904 Not Found: /en/appointments/requests/23 WARNING 2025-09-12 00:46:45,158 basehttp 47595 6166523904 "GET /en/appointments/requests/23 HTTP/1.1" 404 43667 WARNING 2025-09-12 00:46:45,181 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:45,181 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:48,125 log 47595 6166523904 Not Found: /en/appointments/requests/23/ WARNING 2025-09-12 00:46:48,126 basehttp 47595 6166523904 "GET /en/appointments/requests/23/ HTTP/1.1" 404 43670 WARNING 2025-09-12 00:46:48,145 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:48,145 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:51,458 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:51,459 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:52,010 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:52,011 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:46:52,028 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:52,028 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:46:54,541 basehttp 47595 6166523904 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 21633 WARNING 2025-09-12 00:46:54,565 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:46:54,565 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:46:54,610 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:47:07,379 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:47:07,380 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 00:47:07,396 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:47:07,397 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:47:10,520 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27676 WARNING 2025-09-12 00:47:10,542 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:47:10,543 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:47:10,589 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:48:10,596 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:48:57,002 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27666 WARNING 2025-09-12 00:48:57,014 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:48:57,014 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:48:57,050 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:49:57,058 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:50:47,759 basehttp 47595 6166523904 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27754 WARNING 2025-09-12 00:50:47,770 log 47595 6166523904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:50:47,770 basehttp 47595 6166523904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:50:47,808 basehttp 47595 6166523904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:51:47,825 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:51:54,581 basehttp 47595 6132871168 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27908 INFO 2025-09-12 00:51:54,593 basehttp 47595 13304360960 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:51:54,594 basehttp 47595 13338013696 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:51:54,596 basehttp 47595 13321187328 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 WARNING 2025-09-12 00:51:54,601 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:51:54,602 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:51:54,602 basehttp 47595 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 00:51:54,604 basehttp 47595 6149697536 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 00:51:54,605 basehttp 47595 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:51:54,609 basehttp 47595 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:51:54,610 basehttp 47595 6166523904 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:51:54,611 basehttp 47595 6149697536 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:51:54,613 basehttp 47595 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:51:54,613 basehttp 47595 13304360960 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:51:54,613 basehttp 47595 6132871168 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:51:54,616 basehttp 47595 6166523904 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:51:54,617 basehttp 47595 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:51:54,617 basehttp 47595 6132871168 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:51:54,617 basehttp 47595 13304360960 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:51:54,618 basehttp 47595 13338013696 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:51:54,619 basehttp 47595 13304360960 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:51:54,619 basehttp 47595 13338013696 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:51:54,619 basehttp 47595 6166523904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:51:54,620 basehttp 47595 6132871168 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:51:54,620 basehttp 47595 13321187328 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:51:54,622 basehttp 47595 6149697536 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:51:54,622 basehttp 47595 6166523904 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:51:54,622 basehttp 47595 6132871168 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:51:54,623 basehttp 47595 13338013696 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:51:54,624 basehttp 47595 6149697536 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:51:54,624 basehttp 47595 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:51:54,624 basehttp 47595 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:51:54,624 basehttp 47595 13338013696 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:51:54,625 basehttp 47595 6132871168 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:51:54,918 basehttp 47595 6132871168 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:51:54,946 basehttp 47595 6132871168 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 00:51:54,960 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:51:55,263 log 47595 13338013696 Not Found: /favicon.ico WARNING 2025-09-12 00:51:55,264 basehttp 47595 13338013696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:52:40,999 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27892 WARNING 2025-09-12 00:52:41,011 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:52:41,011 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:52:41,072 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:53:39,448 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27892 INFO 2025-09-12 00:53:39,459 basehttp 47595 13304360960 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 00:53:39,460 basehttp 47595 13321187328 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:53:39,460 basehttp 47595 6166523904 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:53:39,466 basehttp 47595 13338013696 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-12 00:53:39,469 log 47595 6132871168 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 00:53:39,469 basehttp 47595 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 00:53:39,469 basehttp 47595 6132871168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:53:39,470 basehttp 47595 13321187328 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:53:39,473 basehttp 47595 13338013696 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:53:39,474 basehttp 47595 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:53:39,474 basehttp 47595 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:53:39,475 basehttp 47595 6132871168 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:53:39,476 basehttp 47595 13338013696 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:53:39,479 basehttp 47595 6149697536 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:53:39,479 basehttp 47595 6132871168 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:53:39,480 basehttp 47595 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:53:39,480 basehttp 47595 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:53:39,482 basehttp 47595 6149697536 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:53:39,483 basehttp 47595 6149697536 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:53:39,484 basehttp 47595 6132871168 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:53:39,485 basehttp 47595 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:53:39,485 basehttp 47595 6166523904 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:53:39,485 basehttp 47595 13321187328 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:53:39,485 basehttp 47595 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:53:39,487 basehttp 47595 6132871168 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:53:39,487 basehttp 47595 6149697536 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:53:39,488 basehttp 47595 6166523904 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:53:39,488 basehttp 47595 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:53:39,488 basehttp 47595 13338013696 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:53:39,489 basehttp 47595 6149697536 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:53:39,490 basehttp 47595 13321187328 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:53:39,490 basehttp 47595 6132871168 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:53:39,491 basehttp 47595 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:53:39,600 basehttp 47595 13338013696 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:53:39,625 basehttp 47595 6132871168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:53:39,630 basehttp 47595 13338013696 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 00:53:39,730 log 47595 13338013696 Not Found: /favicon.ico WARNING 2025-09-12 00:53:39,730 basehttp 47595 13338013696 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:54:39,630 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:55:39,635 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:56:39,640 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:57:11,981 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27905 WARNING 2025-09-12 00:57:11,996 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:57:11,996 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:57:12,071 basehttp 47595 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:57:17,827 basehttp 47595 13338013696 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27905 INFO 2025-09-12 00:57:17,838 basehttp 47595 6149697536 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 00:57:17,839 basehttp 47595 13304360960 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 00:57:17,840 basehttp 47595 6166523904 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 00:57:17,844 basehttp 47595 6149697536 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 00:57:17,849 basehttp 47595 6132871168 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-12 00:57:17,851 log 47595 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:57:17,851 basehttp 47595 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:57:17,852 basehttp 47595 6166523904 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 00:57:17,853 basehttp 47595 6149697536 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 00:57:17,855 basehttp 47595 6132871168 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 00:57:17,856 basehttp 47595 6166523904 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 00:57:17,857 basehttp 47595 6149697536 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 00:57:17,857 basehttp 47595 13338013696 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 00:57:17,860 basehttp 47595 6132871168 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 00:57:17,861 basehttp 47595 6166523904 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 00:57:17,861 basehttp 47595 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 00:57:17,863 basehttp 47595 6166523904 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 00:57:17,864 basehttp 47595 6149697536 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 00:57:17,864 basehttp 47595 13338013696 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 00:57:17,865 basehttp 47595 6132871168 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 00:57:17,867 basehttp 47595 6149697536 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 00:57:17,868 basehttp 47595 6166523904 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 00:57:17,868 basehttp 47595 13338013696 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 00:57:17,869 basehttp 47595 6132871168 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 00:57:17,871 basehttp 47595 13338013696 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 00:57:17,871 basehttp 47595 6149697536 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 00:57:17,871 basehttp 47595 6166523904 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 00:57:17,874 basehttp 47595 6132871168 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 00:57:17,874 basehttp 47595 6149697536 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 00:57:17,875 basehttp 47595 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 00:57:17,875 basehttp 47595 6166523904 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 00:57:17,877 basehttp 47595 13321187328 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 00:57:17,877 basehttp 47595 13304360960 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 00:57:17,994 basehttp 47595 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 00:57:18,013 basehttp 47595 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 00:57:18,025 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:57:18,129 log 47595 13304360960 Not Found: /favicon.ico WARNING 2025-09-12 00:57:18,129 basehttp 47595 13304360960 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 00:58:18,029 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 00:58:29,015 basehttp 47595 13304360960 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27665 WARNING 2025-09-12 00:58:29,026 log 47595 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 00:58:29,026 basehttp 47595 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 00:58:29,089 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 00:58:32,734 log 47595 13304360960 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-12 00:58:32,734 basehttp 47595 13304360960 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=&exclude_appointment=2115 HTTP/1.1" 400 95 INFO 2025-09-12 00:58:39,876 basehttp 47595 13304360960 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=6&exclude_appointment=2115 HTTP/1.1" 200 2180 INFO 2025-09-12 00:59:29,106 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:00:29,110 basehttp 47595 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:00:33,648 autoreload 47595 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 01:00:34,138 autoreload 61567 8682856640 Watching for file changes with StatReloader WARNING 2025-09-12 01:00:35,450 log 61567 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:00:35,450 basehttp 61567 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:00:35,467 log 61567 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:00:35,468 basehttp 61567 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:00:38,712 basehttp 61567 6325039104 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27643 INFO 2025-09-12 01:00:38,727 basehttp 61567 6375518208 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-12 01:00:38,728 log 61567 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 01:00:38,729 basehttp 61567 6392344576 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-12 01:00:38,730 basehttp 61567 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:00:38,733 basehttp 61567 6409170944 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 01:00:38,735 basehttp 61567 6325039104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:00:38,736 basehttp 61567 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:00:38,737 basehttp 61567 6409170944 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:00:38,740 basehttp 61567 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:00:38,741 basehttp 61567 6392344576 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:00:38,741 basehttp 61567 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:00:38,743 basehttp 61567 6409170944 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:00:38,745 basehttp 61567 6358691840 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:00:38,746 basehttp 61567 6325039104 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:00:38,746 basehttp 61567 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:00:38,747 basehttp 61567 6409170944 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:00:38,750 basehttp 61567 6409170944 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:00:38,751 basehttp 61567 6341865472 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:00:38,751 basehttp 61567 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:00:38,752 basehttp 61567 6392344576 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:00:38,752 basehttp 61567 6325039104 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:00:38,754 basehttp 61567 6409170944 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:00:38,755 basehttp 61567 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:00:38,756 basehttp 61567 6392344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:00:38,758 basehttp 61567 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:00:38,759 basehttp 61567 6392344576 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:00:38,759 basehttp 61567 6409170944 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:00:38,760 basehttp 61567 6358691840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:00:38,760 basehttp 61567 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:00:38,763 basehttp 61567 6341865472 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:00:38,763 basehttp 61567 6325039104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:00:38,878 basehttp 61567 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:00:38,905 basehttp 61567 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:00:38,911 basehttp 61567 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:00:39,004 log 61567 6325039104 Not Found: /favicon.ico WARNING 2025-09-12 01:00:39,004 basehttp 61567 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 01:00:49,414 basehttp 61567 6325039104 "GET /en/appointments/slots/available/?new_date=2025-09-23&new_provider=5&exclude_appointment=2115 HTTP/1.1" 200 2181 INFO 2025-09-12 01:01:38,916 basehttp 61567 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:02:38,907 basehttp 61567 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:02:45,484 autoreload 61567 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 01:02:45,948 autoreload 62492 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 01:02:56,696 basehttp 62492 6168621056 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27643 INFO 2025-09-12 01:02:56,714 basehttp 62492 6219100160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:02:56,715 basehttp 62492 6235926528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 01:02:56,717 basehttp 62492 6252752896 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 01:02:56,719 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:02:56,720 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:02:56,722 basehttp 62492 6168621056 - Broken pipe from ('127.0.0.1', 50895) INFO 2025-09-12 01:02:56,722 basehttp 62492 6252752896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:02:56,725 basehttp 62492 6235926528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:02:56,725 basehttp 62492 6185447424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:02:56,726 basehttp 62492 6269579264 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:02:56,728 basehttp 62492 6252752896 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:02:56,729 basehttp 62492 6235926528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:02:56,732 basehttp 62492 6252752896 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:02:56,733 basehttp 62492 6185447424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:02:56,734 basehttp 62492 6235926528 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:02:56,735 basehttp 62492 6269579264 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:02:56,736 basehttp 62492 6252752896 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:02:56,738 basehttp 62492 6185447424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:02:56,739 basehttp 62492 6252752896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:02:56,741 basehttp 62492 6235926528 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:02:56,742 basehttp 62492 6269579264 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:02:56,742 basehttp 62492 6185447424 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:02:56,743 basehttp 62492 6235926528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:02:56,744 basehttp 62492 6252752896 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:02:56,745 basehttp 62492 6235926528 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:02:56,746 basehttp 62492 6269579264 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:02:56,746 basehttp 62492 6202273792 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:02:56,748 basehttp 62492 6252752896 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:02:56,748 basehttp 62492 6219100160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:02:56,749 basehttp 62492 6202273792 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:02:56,749 basehttp 62492 6269579264 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:02:56,751 basehttp 62492 6185447424 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:02:56,871 basehttp 62492 6185447424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:02:56,897 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:02:56,902 basehttp 62492 6185447424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:02:56,995 log 62492 6185447424 Not Found: /favicon.ico WARNING 2025-09-12 01:02:56,995 basehttp 62492 6185447424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 01:03:05,677 basehttp 62492 6185447424 "GET /en/appointments/slots/available/?new_date=2025-09-15&new_provider=5&exclude_appointment=2115 HTTP/1.1" 200 1794 INFO 2025-09-12 01:03:14,613 basehttp 62492 6185447424 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21524 WARNING 2025-09-12 01:03:14,632 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:14,632 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:03:14,694 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:03:22,687 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:22,687 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:22,707 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:22,707 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:40,610 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:40,610 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:40,624 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:40,628 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:43,743 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:43,744 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:03:43,765 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:03:43,765 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:03:56,896 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:04:56,914 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:05:56,915 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:06:28,033 basehttp 62492 6185447424 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27643 WARNING 2025-09-12 01:06:28,045 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:28,045 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:28,082 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:06:31,302 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 WARNING 2025-09-12 01:06:31,315 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:31,315 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:06:32,454 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:32,454 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:06:32,468 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:32,468 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:33,036 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:06:33,038 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:33,038 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:06:33,047 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:33,047 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:34,165 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21632 WARNING 2025-09-12 01:06:34,182 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:06:34,182 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:06:34,226 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:07:34,239 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:07:45,843 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21620 WARNING 2025-09-12 01:07:45,863 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:07:45,863 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:07:45,905 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:08:24,581 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21633 WARNING 2025-09-12 01:08:24,597 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:08:24,597 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:08:24,639 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:08:47,016 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 21634 WARNING 2025-09-12 01:08:47,035 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:08:47,036 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:08:47,078 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:09:47,082 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:10:47,096 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:11:47,087 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:12:47,098 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:13:47,111 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:13:48,530 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 22274 WARNING 2025-09-12 01:13:48,547 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:13:48,547 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:13:48,590 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:14:48,602 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:15:48,607 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:16:48,607 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:17:48,611 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:17:55,486 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 24742 WARNING 2025-09-12 01:17:55,504 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:17:55,505 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:17:55,548 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:18:54,640 basehttp 62492 6269579264 "GET /en/appointments/requests/2115/detail/ HTTP/1.1" 200 24681 WARNING 2025-09-12 01:18:54,667 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:18:54,667 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:18:54,735 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:19:54,724 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:19:58,577 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:19:58,577 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:20:07,356 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:20:07,356 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:20:08,264 basehttp 62492 6269579264 "GET /en/appointments/requests/ HTTP/1.1" 200 160348 WARNING 2025-09-12 01:20:08,279 log 62492 6269579264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:20:08,279 basehttp 62492 6269579264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:20:08,333 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:21:08,361 basehttp 62492 6269579264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:22:08,515 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:23:09,501 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:24:10,505 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:25:11,635 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:26:12,647 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:27:14,642 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:28:38,631 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:28:42,462 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 161135 INFO 2025-09-12 01:28:42,473 basehttp 62492 6168621056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 01:28:42,474 basehttp 62492 6185447424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-12 01:28:42,478 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:28:42,478 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:29:53,410 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 161052 INFO 2025-09-12 01:29:53,424 basehttp 62492 6202273792 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-12 01:29:53,428 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:29:53,428 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:29:53,501 log 62492 6185447424 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:29:53,501 basehttp 62492 6185447424 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:29:58,099 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 161052 WARNING 2025-09-12 01:29:58,116 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:29:58,116 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:29:58,170 log 62492 6185447424 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:29:58,170 basehttp 62492 6185447424 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:30:06,016 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 161052 INFO 2025-09-12 01:30:06,026 basehttp 62492 6219100160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:30:06,027 basehttp 62492 6235926528 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 01:30:06,031 basehttp 62492 6252752896 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 01:30:06,033 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:30:06,034 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:30:06,036 basehttp 62492 6252752896 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-12 01:30:06,038 basehttp 62492 6202273792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:30:06,039 basehttp 62492 6235926528 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:30:06,047 basehttp 62492 6202273792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:30:06,047 basehttp 62492 6252752896 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:30:06,048 basehttp 62492 6235926528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:30:06,048 basehttp 62492 6185447424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:30:06,051 basehttp 62492 6168621056 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:30:06,052 basehttp 62492 6202273792 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:30:06,053 basehttp 62492 6219100160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:30:06,056 basehttp 62492 6185447424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:30:06,056 basehttp 62492 6235926528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:30:06,057 basehttp 62492 6168621056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:30:06,058 basehttp 62492 6168621056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:30:06,058 basehttp 62492 6235926528 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:30:06,059 basehttp 62492 6252752896 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:30:06,060 basehttp 62492 6202273792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:30:06,061 basehttp 62492 6219100160 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:30:06,061 basehttp 62492 6185447424 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:30:06,062 basehttp 62492 6235926528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:30:06,062 basehttp 62492 6168621056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:30:06,062 basehttp 62492 6252752896 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:30:06,064 basehttp 62492 6219100160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:30:06,064 basehttp 62492 6252752896 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:30:06,064 basehttp 62492 6235926528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:30:06,067 basehttp 62492 6185447424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:30:06,068 basehttp 62492 6202273792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:30:06,239 basehttp 62492 6202273792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:30:06,264 basehttp 62492 6202273792 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:30:06,281 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:30:06,281 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:30:06,356 log 62492 6202273792 Not Found: /favicon.ico WARNING 2025-09-12 01:30:06,356 basehttp 62492 6202273792 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-12 01:31:06,636 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:31:06,637 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:32:07,649 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:32:07,650 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:33:08,635 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:33:08,635 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:34:09,651 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:34:09,651 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:35:10,651 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:35:10,651 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:36:11,640 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:36:11,641 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:37:03,834 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 164693 WARNING 2025-09-12 01:37:03,856 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:37:03,857 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:37:03,934 log 62492 6202273792 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:37:03,934 basehttp 62492 6202273792 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:37:08,439 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 164693 INFO 2025-09-12 01:37:08,450 basehttp 62492 6219100160 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:37:08,452 basehttp 62492 6252752896 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-12 01:37:08,455 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 01:37:08,456 basehttp 62492 6235926528 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 01:37:08,456 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:37:08,457 basehttp 62492 6202273792 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:37:08,463 basehttp 62492 6235926528 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-12 01:37:08,464 basehttp 62492 6219100160 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:37:08,464 basehttp 62492 6185447424 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:37:08,467 basehttp 62492 6252752896 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:37:08,473 basehttp 62492 6252752896 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:37:08,473 basehttp 62492 6219100160 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:37:08,474 basehttp 62492 6202273792 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:37:08,474 basehttp 62492 6168621056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:37:08,475 basehttp 62492 6185447424 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:37:08,477 basehttp 62492 6235926528 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:37:08,482 basehttp 62492 6219100160 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:37:08,483 basehttp 62492 6168621056 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:37:08,484 basehttp 62492 6252752896 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:37:08,484 basehttp 62492 6202273792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:37:08,484 basehttp 62492 6235926528 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:37:08,485 basehttp 62492 6185447424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:37:08,485 basehttp 62492 6219100160 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:37:08,486 basehttp 62492 6252752896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:37:08,486 basehttp 62492 6168621056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:37:08,487 basehttp 62492 6202273792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:37:08,488 basehttp 62492 6235926528 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:37:08,490 basehttp 62492 6252752896 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:37:08,490 basehttp 62492 6185447424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:37:08,490 basehttp 62492 6202273792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:37:08,491 basehttp 62492 6235926528 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:37:08,491 basehttp 62492 6219100160 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:37:08,491 basehttp 62492 6168621056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:37:08,717 basehttp 62492 6168621056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-12 01:37:08,731 log 62492 6168621056 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:37:08,731 basehttp 62492 6168621056 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 WARNING 2025-09-12 01:37:08,849 log 62492 6168621056 Not Found: /favicon.ico WARNING 2025-09-12 01:37:08,850 basehttp 62492 6168621056 "GET /favicon.ico HTTP/1.1" 404 2557 WARNING 2025-09-12 01:37:16,217 log 62492 6168621056 Not Found: /en/appointments/requests/question WARNING 2025-09-12 01:37:16,217 basehttp 62492 6168621056 "GET /en/appointments/requests/question HTTP/1.1" 404 43685 INFO 2025-09-12 01:37:56,346 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 164249 WARNING 2025-09-12 01:37:56,362 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:37:56,362 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:37:56,445 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:38:52,263 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 160443 INFO 2025-09-12 01:38:52,275 basehttp 62492 6202273792 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 01:38:52,275 basehttp 62492 6252752896 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-12 01:38:52,278 basehttp 62492 6185447424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-12 01:38:52,283 basehttp 62492 6252752896 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 01:38:52,284 basehttp 62492 6185447424 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-12 01:38:52,286 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:38:52,287 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:38:52,288 basehttp 62492 6235926528 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 01:38:52,289 basehttp 62492 6185447424 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 01:38:52,291 basehttp 62492 6252752896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 01:38:52,292 basehttp 62492 6235926528 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 01:38:52,292 basehttp 62492 6185447424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 01:38:52,294 basehttp 62492 6168621056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 01:38:52,294 basehttp 62492 6235926528 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 01:38:52,296 basehttp 62492 6252752896 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 01:38:52,296 basehttp 62492 6185447424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 01:38:52,297 basehttp 62492 6235926528 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 01:38:52,297 basehttp 62492 6168621056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 01:38:52,297 basehttp 62492 6185447424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 01:38:52,299 basehttp 62492 6219100160 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 01:38:52,299 basehttp 62492 6202273792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 01:38:52,301 basehttp 62492 6185447424 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 01:38:52,301 basehttp 62492 6252752896 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 01:38:52,302 basehttp 62492 6168621056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 01:38:52,302 basehttp 62492 6235926528 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 01:38:52,304 basehttp 62492 6219100160 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 01:38:52,306 basehttp 62492 6185447424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 01:38:52,306 basehttp 62492 6252752896 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 01:38:52,306 basehttp 62492 6202273792 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 01:38:52,306 basehttp 62492 6168621056 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 01:38:52,307 basehttp 62492 6235926528 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 01:38:52,307 basehttp 62492 6219100160 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 01:38:52,437 basehttp 62492 6219100160 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 01:38:52,456 basehttp 62492 6219100160 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 01:38:52,470 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:38:52,562 log 62492 6219100160 Not Found: /favicon.ico WARNING 2025-09-12 01:38:52,562 basehttp 62492 6219100160 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 01:38:56,837 basehttp 62492 6219100160 "GET /en/appointments/requests/2100/detail/ HTTP/1.1" 200 24772 WARNING 2025-09-12 01:38:56,857 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:38:56,857 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:38:56,921 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:39:01,782 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:39:01,782 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:39:01,794 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:39:01,794 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:39:52,473 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:40:52,526 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:41:52,557 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:42:52,531 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:43:32,399 basehttp 62492 6219100160 "GET /en/appointments/requests/ HTTP/1.1" 200 160678 WARNING 2025-09-12 01:43:32,418 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:43:32,418 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:43:32,470 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:44:16,781 basehttp 62492 6219100160 "GET /en/appointments/requests/ HTTP/1.1" 200 160675 WARNING 2025-09-12 01:44:16,795 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:44:16,795 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:44:16,843 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:45:16,859 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:46:16,852 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:47:16,859 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:48:16,862 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:49:16,867 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:50:16,872 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:50:31,528 basehttp 62492 6219100160 "GET /en/appointments/requests/ HTTP/1.1" 200 155413 WARNING 2025-09-12 01:50:31,547 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:31,547 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:50:31,599 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:50:35,571 basehttp 62492 6219100160 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 01:50:35,585 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:35,585 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:50:35,622 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:50:40,407 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:40,407 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:40,417 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:40,417 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:45,364 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:45,364 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:45,377 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:45,377 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:47,037 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:47,038 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:47,052 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:47,052 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:48,139 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:48,139 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:48,153 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:48,153 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:50,200 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:50,200 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:50,213 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:50,214 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:52,502 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:52,502 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:50:52,511 log 62492 6219100160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:50:52,511 basehttp 62492 6219100160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:51:27,715 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:27,715 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:51:27,741 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:27,741 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:51:31,605 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:51:42,565 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:42,566 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:51:42,567 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:51:42,580 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:51:42,580 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:17,070 basehttp 62492 6168621056 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 01:52:17,081 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:17,081 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:17,120 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:52:18,543 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:18,543 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:52:18,551 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:18,551 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:19,802 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155392 WARNING 2025-09-12 01:52:19,815 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:19,815 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:19,863 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:52:43,003 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155385 WARNING 2025-09-12 01:52:43,019 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:52:43,019 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:52:43,066 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:53:43,071 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:53:49,777 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155385 WARNING 2025-09-12 01:53:49,795 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:53:49,796 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:53:49,858 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:53:52,696 basehttp 62492 6168621056 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27718 WARNING 2025-09-12 01:53:52,712 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:53:52,712 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:53:52,755 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:54:20,696 basehttp 62492 6168621056 "GET /en/appointments/reschedule/2115/ HTTP/1.1" 200 27732 WARNING 2025-09-12 01:54:20,707 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:20,707 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:54:20,752 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 01:54:25,438 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:25,438 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 01:54:25,447 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:25,448 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:54:26,328 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155385 WARNING 2025-09-12 01:54:26,345 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:54:26,345 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:54:26,400 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:55:26,417 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:55:27,590 basehttp 62492 6168621056 "GET /en/appointments/requests/ HTTP/1.1" 200 155495 WARNING 2025-09-12 01:55:27,640 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:55:27,640 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:55:27,656 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:56:27,695 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:57:27,689 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:57:29,396 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57564 WARNING 2025-09-12 01:57:29,413 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:57:29,413 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:57:29,448 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:57:31,521 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57564 WARNING 2025-09-12 01:57:31,538 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:57:31,538 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:57:31,589 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:57:31,604 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:58:01,597 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:58:31,611 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:58:31,629 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:59:01,624 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:59:27,750 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57810 WARNING 2025-09-12 01:59:27,764 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 01:59:27,765 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 01:59:27,816 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 01:59:27,829 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 01:59:57,827 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:00:00,582 basehttp 62492 6185447424 "GET /en/appointments/ HTTP/1.1" 200 57725 WARNING 2025-09-12 02:00:00,599 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:00:00,599 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:00:00,654 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:00:00,668 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:00:30,661 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:00:40,852 basehttp 62492 6168621056 "GET /en/appointments/ HTTP/1.1" 200 57712 WARNING 2025-09-12 02:00:40,865 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:00:40,865 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:00:40,914 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:00:40,938 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:01:10,941 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:01:21,521 basehttp 62492 6185447424 "GET /en/appointments/ HTTP/1.1" 200 57724 WARNING 2025-09-12 02:01:21,538 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:21,538 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:01:21,593 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:01:21,607 basehttp 62492 6168621056 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:01:31,644 basehttp 62492 6168621056 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-12 02:01:31,661 log 62492 6168621056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:31,661 basehttp 62492 6168621056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:01:31,717 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 02:01:31,720 log 62492 6202273792 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-12 02:01:31,721 basehttp 62492 6202273792 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-12 02:01:31,761 basehttp 62492 6185447424 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 54693 WARNING 2025-09-12 02:01:51,219 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:51,219 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 02:01:51,230 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:01:51,230 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:01:51,607 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:02:07,154 basehttp 62492 6185447424 "GET /en/appointments/requests/ HTTP/1.1" 200 155495 WARNING 2025-09-12 02:02:07,170 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:02:07,170 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:02:07,224 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:02:16,045 basehttp 62492 6185447424 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 02:02:16,067 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:02:16,068 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:02:16,111 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:03:16,136 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:03:47,089 basehttp 62492 6185447424 "GET /en/appointments/requests/2110/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-12 02:03:47,107 log 62492 6185447424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:47,107 basehttp 62492 6185447424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:03:47,151 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:03:51,125 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 02:03:51,127 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:51,127 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-12 02:03:51,138 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:51,138 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:03:52,335 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155495 WARNING 2025-09-12 02:03:52,352 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:03:52,352 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:03:52,412 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:04:25,837 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155501 WARNING 2025-09-12 02:04:25,853 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:04:25,853 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:04:25,902 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:05:13,714 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155501 WARNING 2025-09-12 02:05:13,731 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:05:13,731 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:05:13,781 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:06:13,783 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:06:15,198 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155518 WARNING 2025-09-12 02:06:15,209 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:06:15,210 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:06:15,261 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:06:40,155 basehttp 62492 6202273792 "GET /en/appointments/requests/ HTTP/1.1" 200 155514 WARNING 2025-09-12 02:06:40,171 log 62492 6202273792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 02:06:40,171 basehttp 62492 6202273792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 02:06:40,231 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 02:07:18,420 log 62492 6202273792 Not Found: /en/appointments/requests/create WARNING 2025-09-12 02:07:18,421 basehttp 62492 6202273792 "GET /en/appointments/requests/create HTTP/1.1" 404 43679 INFO 2025-09-12 02:07:40,243 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:07:46,904 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:07:46,927 basehttp 62492 6185447424 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:08:07,177 basehttp 62492 6185447424 "GET /en/appointments/queue/ HTTP/1.1" 200 31130 INFO 2025-09-12 02:08:07,262 basehttp 62492 6185447424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:08:07,311 basehttp 62492 6202273792 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:08:07,315 basehttp 62492 6219100160 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:08:07,315 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:08:07,317 basehttp 62492 6185447424 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:08:07,317 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:08:07,317 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:09:07,285 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:09:07,292 basehttp 62492 6219100160 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:09:07,292 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:09:07,293 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:09:07,294 basehttp 62492 6252752896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:09:07,295 basehttp 62492 6202273792 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:09:07,301 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:09:40,994 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 31251 INFO 2025-09-12 02:09:41,067 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:09:41,105 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:09:41,109 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:09:41,109 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:09:41,110 basehttp 62492 6185447424 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:09:41,110 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:09:41,111 basehttp 62492 6219100160 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:10:41,110 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:10:41,125 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:10:41,127 basehttp 62492 6168621056 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:10:41,130 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:10:41,132 basehttp 62492 6202273792 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:10:41,132 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:10:41,136 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:11:09,696 basehttp 62492 6219100160 "GET /en/appointments/queue/ HTTP/1.1" 200 31239 INFO 2025-09-12 02:11:09,792 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:11:09,805 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:11:09,807 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:11:09,813 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:11:09,813 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:11:09,813 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:11:09,818 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:12:09,808 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:12:09,828 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:12:09,828 basehttp 62492 6252752896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:12:09,830 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:12:09,831 basehttp 62492 6168621056 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:12:09,832 basehttp 62492 6185447424 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:12:09,833 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:13:09,812 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:13:09,832 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:13:09,833 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:13:09,835 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:13:09,835 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:13:09,836 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:13:09,837 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:14:09,819 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:14:09,830 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:14:09,831 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:14:09,835 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:14:09,835 basehttp 62492 6202273792 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:14:09,837 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:14:09,840 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:15:09,828 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:15:09,839 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:15:09,840 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:15:09,841 basehttp 62492 6185447424 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:15:09,843 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:15:09,845 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:15:09,847 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:16:09,824 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:16:09,831 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:16:09,839 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:16:09,842 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:16:09,842 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:16:09,844 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:16:09,845 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:17:09,832 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:17:09,849 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:17:09,853 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:17:09,853 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:17:09,855 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:17:09,856 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:17:09,860 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:18:09,843 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:18:09,852 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:18:09,857 basehttp 62492 6202273792 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:18:09,857 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:18:09,859 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:18:09,860 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:18:09,863 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:19:09,846 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:19:09,855 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:19:09,859 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:19:09,861 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:19:09,862 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:19:09,862 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:19:09,868 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:20:09,817 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:20:09,849 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:20:09,852 basehttp 62492 6185447424 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:20:09,857 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:20:09,857 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:20:09,858 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:20:09,858 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:21:09,818 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:21:09,857 basehttp 62492 6185447424 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:21:09,858 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:21:09,859 basehttp 62492 6168621056 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:21:09,860 basehttp 62492 6219100160 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:21:09,861 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:21:09,863 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:22:09,838 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:22:09,864 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:22:09,865 basehttp 62492 6202273792 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:22:09,867 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:22:09,869 basehttp 62492 6219100160 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:22:09,869 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:22:09,870 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:23:09,851 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:23:09,880 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:23:09,889 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:23:09,892 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:23:09,892 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:23:09,894 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:23:09,895 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:23:24,537 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 34164 INFO 2025-09-12 02:23:24,593 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:23:24,597 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:23:24,600 basehttp 62492 6202273792 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:23:24,619 basehttp 62492 6235926528 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:23:24,625 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:23:24,627 basehttp 62492 6219100160 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:23:24,628 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:23:57,794 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 34218 INFO 2025-09-12 02:23:57,882 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:23:57,900 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:23:57,903 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:23:57,903 basehttp 62492 6185447424 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:23:57,905 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:23:57,907 basehttp 62492 6219100160 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:23:57,908 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:24:57,906 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:24:57,915 basehttp 62492 6219100160 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:24:57,917 basehttp 62492 6202273792 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:24:57,918 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:24:57,918 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:24:57,921 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:24:57,924 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:25:06,412 basehttp 62492 6168621056 "GET /en/appointments/queue/ HTTP/1.1" 200 34590 INFO 2025-09-12 02:25:06,497 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:25:06,529 basehttp 62492 6168621056 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:25:06,529 basehttp 62492 6252752896 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:25:06,529 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:25:06,530 basehttp 62492 6219100160 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:25:06,532 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:25:06,532 basehttp 62492 6202273792 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:25:53,763 basehttp 62492 6202273792 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 INFO 2025-09-12 02:25:53,862 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:25:53,874 basehttp 62492 6252752896 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:25:53,878 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:25:53,878 basehttp 62492 6168621056 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:25:53,878 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:25:53,879 basehttp 62492 6235926528 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:25:53,886 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:26:09,792 basehttp 62492 6202273792 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 INFO 2025-09-12 02:26:09,856 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:26:09,890 basehttp 62492 6235926528 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:26:09,891 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:26:09,892 basehttp 62492 6252752896 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:26:09,892 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:26:09,894 basehttp 62492 6185447424 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:26:09,895 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:27:09,899 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:27:09,910 basehttp 62492 6219100160 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:27:09,910 basehttp 62492 6185447424 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:27:09,912 basehttp 62492 6168621056 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:27:09,915 basehttp 62492 6235926528 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:27:09,917 basehttp 62492 6252752896 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:27:09,920 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:28:09,921 basehttp 62492 6202273792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:28:09,942 basehttp 62492 6185447424 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 02:28:09,943 basehttp 62492 6235926528 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 02:28:09,944 basehttp 62492 6219100160 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 02:28:09,946 basehttp 62492 6252752896 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 02:28:09,949 basehttp 62492 6168621056 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 02:28:09,950 basehttp 62492 6202273792 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 02:28:17,132 basehttp 62492 6202273792 "GET / HTTP/1.1" 302 0 INFO 2025-09-12 02:28:17,154 basehttp 62492 6168621056 "GET /en/ HTTP/1.1" 200 47972 INFO 2025-09-12 02:28:17,219 basehttp 62492 6168621056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:28:17,220 basehttp 62492 6235926528 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 02:28:17,221 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:28:17,222 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:28:47,202 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:29:17,228 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:29:17,230 basehttp 62492 6252752896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:29:17,231 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:29:47,201 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:30:17,235 basehttp 62492 6252752896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:30:17,235 basehttp 62492 6235926528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:30:17,237 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:30:47,204 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:31:17,225 basehttp 62492 6219100160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:31:17,226 basehttp 62492 6252752896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:31:17,227 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:31:47,222 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:32:17,229 basehttp 62492 6235926528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:32:17,231 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:32:17,232 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:32:47,222 basehttp 62492 6252752896 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:33:17,237 basehttp 62492 6252752896 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:33:17,237 basehttp 62492 6219100160 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:33:17,239 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:33:47,232 basehttp 62492 6235926528 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:34:17,229 basehttp 62492 6235926528 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:34:17,229 basehttp 62492 6252752896 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:34:17,231 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:34:47,236 basehttp 62492 6219100160 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:35:11,921 autoreload 62492 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-12 02:35:12,452 autoreload 4209 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 02:35:12,851 basehttp 4209 6193262592 "GET /en/ HTTP/1.1" 200 47860 INFO 2025-09-12 02:35:12,914 basehttp 4209 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:35:12,917 basehttp 4209 6243741696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 02:35:12,918 basehttp 4209 6226915328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:35:12,920 basehttp 4209 6210088960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:35:42,906 basehttp 4209 6210088960 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-09-12 02:36:12,201 log 4209 6210088960 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/system_configuration.html, core/systemconfiguration_list.html ERROR 2025-09-12 02:36:12,202 basehttp 4209 6210088960 "GET /en/system-configuration/ HTTP/1.1" 500 104632 INFO 2025-09-12 02:38:50,862 autoreload 4209 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-12 02:38:51,372 autoreload 5842 8682856640 Watching for file changes with StatReloader ERROR 2025-09-12 02:38:52,024 log 5842 6192115712 Internal Server Error: /en/system-configuration/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/system_configuration.html, core/systemconfiguration_list.html ERROR 2025-09-12 02:38:52,025 basehttp 5842 6192115712 "GET /en/system-configuration/ HTTP/1.1" 500 104769 INFO 2025-09-12 02:39:06,236 autoreload 5842 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-12 02:39:06,592 autoreload 5930 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 02:39:07,170 basehttp 5930 6157791232 "GET /en/system-configuration/ HTTP/1.1" 200 58675 INFO 2025-09-12 02:39:07,220 basehttp 5930 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:39:31,103 basehttp 5930 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:39:31,108 basehttp 5930 6174617600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:39:31,109 basehttp 5930 6191443968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:40:01,082 basehttp 5930 6191443968 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:40:31,103 basehttp 5930 6174617600 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 02:40:31,103 basehttp 5930 6191443968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:40:31,106 basehttp 5930 6157791232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:41:01,088 basehttp 5930 6157791232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 02:41:07,197 basehttp 5930 6157791232 "GET /en/appointments/ HTTP/1.1" 200 57723 INFO 2025-09-12 02:41:07,249 basehttp 5930 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:41:07,263 basehttp 5930 6174617600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:41:37,214 basehttp 5930 6174617600 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:42:07,217 basehttp 5930 6174617600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:42:07,236 basehttp 5930 6157791232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:42:37,231 basehttp 5930 6157791232 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:42:57,387 autoreload 5930 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 02:42:57,707 autoreload 7650 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 02:43:07,299 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:43:07,312 basehttp 7650 6182285312 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 02:43:30,327 basehttp 7650 6182285312 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34983 INFO 2025-09-12 02:43:30,339 basehttp 7650 6182285312 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-12 02:43:30,339 basehttp 7650 6165458944 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-12 02:43:30,340 basehttp 7650 6232764416 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-12 02:43:30,340 basehttp 7650 6199111680 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-12 02:43:30,342 basehttp 7650 6232764416 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-12 02:43:30,342 basehttp 7650 6249590784 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-12 02:43:30,343 basehttp 7650 6182285312 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-12 02:43:30,343 basehttp 7650 6199111680 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-12 02:43:30,343 basehttp 7650 6215938048 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-12 02:43:30,344 basehttp 7650 6165458944 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-12 02:43:30,346 basehttp 7650 6249590784 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-12 02:43:30,370 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:43:53,756 basehttp 7650 6249590784 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44281 INFO 2025-09-12 02:43:53,765 basehttp 7650 6249590784 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-12 02:43:53,792 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:44:53,807 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:45:53,809 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:46:53,814 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:47:53,812 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:48:42,337 basehttp 7650 6249590784 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44107 INFO 2025-09-12 02:48:42,380 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:49:42,383 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:50:17,544 basehttp 7650 6249590784 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 44076 INFO 2025-09-12 02:50:17,573 basehttp 7650 6249590784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:51:17,581 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:52:17,585 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:53:17,587 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:54:17,599 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:55:17,592 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:56:17,650 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:57:17,601 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:58:17,599 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 02:59:17,607 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:00:17,614 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:00:24,979 basehttp 7650 6165458944 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42547 INFO 2025-09-12 03:00:25,010 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:01:25,020 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:02:25,031 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:03:25,018 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:04:01,999 basehttp 7650 6165458944 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43722 INFO 2025-09-12 03:04:02,027 basehttp 7650 6165458944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 03:04:07,264 log 7650 6165458944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:04:07,264 basehttp 7650 6165458944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:04:10,952 basehttp 7650 6165458944 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43722 INFO 2025-09-12 03:04:10,960 basehttp 7650 13589622784 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-12 03:04:10,962 basehttp 7650 13606449152 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-12 03:04:10,967 log 7650 13640101888 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-12 03:04:10,967 basehttp 7650 13623275520 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-12 03:04:10,968 basehttp 7650 13640101888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:04:10,972 basehttp 7650 13623275520 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-12 03:04:10,973 basehttp 7650 6165458944 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-12 03:04:10,974 basehttp 7650 13606449152 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-12 03:04:10,975 basehttp 7650 13640101888 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-12 03:04:10,978 basehttp 7650 13640101888 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-12 03:04:10,978 basehttp 7650 13623275520 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-12 03:04:10,978 basehttp 7650 6165458944 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-12 03:04:10,981 basehttp 7650 13606449152 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-12 03:04:10,985 basehttp 7650 13572796416 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-12 03:04:10,985 basehttp 7650 6165458944 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-12 03:04:10,987 basehttp 7650 13589622784 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-12 03:04:10,988 basehttp 7650 13606449152 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-12 03:04:10,988 basehttp 7650 13623275520 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-12 03:04:10,990 basehttp 7650 13640101888 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-12 03:04:10,992 basehttp 7650 6165458944 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-12 03:04:10,994 basehttp 7650 13623275520 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-12 03:04:10,996 basehttp 7650 13589622784 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-12 03:04:10,999 basehttp 7650 13640101888 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-12 03:04:11,000 basehttp 7650 13572796416 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-12 03:04:11,000 basehttp 7650 13606449152 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-12 03:04:11,001 basehttp 7650 13623275520 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-12 03:04:11,001 basehttp 7650 6165458944 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-12 03:04:11,002 basehttp 7650 13589622784 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-12 03:04:11,003 basehttp 7650 13572796416 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-12 03:04:11,003 basehttp 7650 6165458944 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-12 03:04:11,003 basehttp 7650 13640101888 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-12 03:04:11,003 basehttp 7650 13589622784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-12 03:04:11,005 basehttp 7650 13606449152 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-12 03:04:11,236 basehttp 7650 13606449152 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-12 03:04:11,300 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 03:04:11,349 log 7650 13606449152 Not Found: /favicon.ico WARNING 2025-09-12 03:04:11,349 basehttp 7650 13606449152 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 03:05:11,288 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:05:34,895 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43698 WARNING 2025-09-12 03:05:34,907 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:05:34,907 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:05:34,971 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:06:34,987 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:06:55,719 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43699 WARNING 2025-09-12 03:06:55,733 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:06:55,733 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:06:55,771 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:07:55,778 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:07:59,466 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43698 WARNING 2025-09-12 03:07:59,486 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:07:59,486 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:07:59,534 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:08:46,726 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43698 WARNING 2025-09-12 03:08:46,743 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:08:46,743 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:08:46,794 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:09:46,791 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:10:46,794 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:10:53,443 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43687 WARNING 2025-09-12 03:10:53,456 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:10:53,456 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:10:53,496 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:11:33,401 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43711 WARNING 2025-09-12 03:11:33,416 log 7650 13606449152 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-12 03:11:33,416 basehttp 7650 13606449152 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-12 03:11:33,456 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:12:33,478 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:12:54,826 basehttp 7650 13606449152 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43719 INFO 2025-09-12 03:12:54,857 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:13:54,865 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:14:54,876 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:15:54,873 basehttp 7650 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:16:09,820 autoreload 7650 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-12 03:16:10,347 autoreload 22368 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 03:16:10,986 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 43828 INFO 2025-09-12 03:16:11,025 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:17:11,041 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:18:11,035 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:19:11,046 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:20:11,052 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:21:11,056 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:22:11,057 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:22:49,752 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 42237 INFO 2025-09-12 03:22:49,783 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:23:49,796 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:24:49,800 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:25:49,800 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:26:49,799 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:27:38,621 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47010 INFO 2025-09-12 03:27:38,662 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:28:33,799 basehttp 22368 6205288448 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 1913 INFO 2025-09-12 03:28:38,671 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:29:38,674 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:30:38,666 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:31:24,932 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48066 INFO 2025-09-12 03:31:24,969 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:31:59,329 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47677 INFO 2025-09-12 03:31:59,833 basehttp 22368 6205288448 "GET /en/admin/appointments/waitinglistcontactlog/ HTTP/1.1" 200 83001 INFO 2025-09-12 03:31:59,875 basehttp 22368 6222114816 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-12 03:31:59,875 basehttp 22368 6238941184 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-12 03:31:59,877 basehttp 22368 6205288448 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-12 03:31:59,878 basehttp 22368 6238941184 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-12 03:31:59,878 basehttp 22368 6222114816 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-12 03:31:59,879 basehttp 22368 6238941184 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-12 03:31:59,881 basehttp 22368 6238941184 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-12 03:31:59,883 basehttp 22368 6238941184 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-12 03:31:59,883 basehttp 22368 6205288448 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-12 03:31:59,886 basehttp 22368 6238941184 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-12 03:31:59,888 basehttp 22368 6205288448 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-12 03:31:59,888 basehttp 22368 6238941184 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-12 03:31:59,890 basehttp 22368 6222114816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-12 03:31:59,891 basehttp 22368 6205288448 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-12 03:31:59,894 basehttp 22368 6238941184 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-12 03:31:59,894 basehttp 22368 6222114816 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-12 03:31:59,895 basehttp 22368 6205288448 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-12 03:31:59,901 basehttp 22368 6205288448 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-12 03:31:59,901 basehttp 22368 6222114816 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-12 03:31:59,925 basehttp 22368 6205288448 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-12 03:31:59,927 basehttp 22368 6238941184 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-12 03:31:59,930 basehttp 22368 6205288448 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 WARNING 2025-09-12 03:31:59,930 log 22368 6222114816 Not Found: /favicon.ico WARNING 2025-09-12 03:31:59,930 basehttp 22368 6222114816 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-12 03:31:59,932 basehttp 22368 6222114816 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-12 03:33:00,761 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:34:01,758 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:35:01,770 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:35:50,644 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47662 INFO 2025-09-12 03:35:50,678 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:36:28,387 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47654 INFO 2025-09-12 03:36:28,424 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:37:05,678 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47664 INFO 2025-09-12 03:37:05,707 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:37:41,798 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47671 INFO 2025-09-12 03:37:41,828 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:38:41,845 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:39:41,849 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:40:41,852 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:41:41,855 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:42:41,866 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:42:58,827 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 50163 INFO 2025-09-12 03:42:58,868 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:43:13,053 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49780 INFO 2025-09-12 03:43:13,094 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:44:13,104 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:45:13,112 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:46:13,115 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 03:46:40,399 log 22368 6205288448 Internal Server Error: /en/appointments/waiting-list/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 16: 'elif', expected 'endwith'. Did you forget to register or load this tag? ERROR 2025-09-12 03:46:40,404 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 500 399790 ERROR 2025-09-12 03:49:33,499 log 22368 6205288448 Internal Server Error: /en/appointments/waiting-list/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'elif' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 199, in render template = context.template.engine.select_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 208, in select_template return self.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 1540, in do_with nodelist = parser.parse(("endwith",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 16: 'elif', expected 'endwith'. Did you forget to register or load this tag? ERROR 2025-09-12 03:49:33,502 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 500 360250 INFO 2025-09-12 03:52:06,205 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 51528 INFO 2025-09-12 03:52:06,249 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:52:23,533 basehttp 22368 6205288448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47665 INFO 2025-09-12 03:52:23,573 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:53:23,585 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:54:23,584 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:55:23,777 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:56:24,776 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:57:25,750 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:58:26,748 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 03:59:28,748 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:00:38,750 basehttp 22368 6205288448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:01:11,208 autoreload 22368 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py changed, reloading. INFO 2025-09-12 04:01:11,715 autoreload 42330 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 04:01:13,594 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59963 INFO 2025-09-12 04:01:13,653 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:01:44,727 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 55074 INFO 2025-09-12 04:01:44,772 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:02:11,957 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47665 INFO 2025-09-12 04:02:11,998 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:02:41,946 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47641 INFO 2025-09-12 04:02:41,986 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:03:35,937 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47709 INFO 2025-09-12 04:03:35,977 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:04:35,989 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:05:35,992 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:06:05,300 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47837 INFO 2025-09-12 04:06:05,341 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:06:37,235 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47847 INFO 2025-09-12 04:06:37,265 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:07:35,337 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47843 INFO 2025-09-12 04:07:35,380 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:08:35,392 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:09:16,114 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47851 INFO 2025-09-12 04:09:16,144 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:10:02,332 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47857 INFO 2025-09-12 04:10:02,370 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:11:02,382 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:12:02,387 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:13:02,287 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:14:02,276 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:14:59,028 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48311 INFO 2025-09-12 04:14:59,088 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:15:35,405 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48187 INFO 2025-09-12 04:15:35,446 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:15:55,535 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48187 INFO 2025-09-12 04:15:55,575 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:16:55,586 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:17:03,886 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48177 INFO 2025-09-12 04:17:03,915 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:18:03,925 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:18:24,289 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48124 INFO 2025-09-12 04:18:24,319 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:19:24,322 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:20:24,329 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:21:24,334 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:22:24,331 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:23:24,339 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:24:04,966 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48607 INFO 2025-09-12 04:24:05,030 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:25:05,013 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:25:18,732 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48493 INFO 2025-09-12 04:25:18,775 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:25:44,515 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48497 INFO 2025-09-12 04:25:44,544 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:26:44,559 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:26:51,190 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48806 INFO 2025-09-12 04:26:51,231 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:27:51,308 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:27:53,070 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48698 INFO 2025-09-12 04:27:53,110 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:28:53,116 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:29:04,273 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48727 INFO 2025-09-12 04:29:04,315 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:29:25,748 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48756 INFO 2025-09-12 04:29:25,788 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:30:26,708 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:31:27,697 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:32:53,476 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:33:54,475 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:34:55,474 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 04:51:41,780 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:06:30,525 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:07:38,854 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:09:38,826 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:11:38,823 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:13:38,824 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:14:39,810 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:15:41,818 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:17:38,811 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:18:38,811 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:18:40,648 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 47631 INFO 2025-09-12 05:18:40,702 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:19:09,692 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48755 INFO 2025-09-12 05:19:09,742 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:20:09,742 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:20:16,870 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48925 INFO 2025-09-12 05:20:16,910 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:21:17,887 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:22:18,885 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:23:18,852 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:23:58,565 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49025 INFO 2025-09-12 05:23:58,635 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:24:58,616 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:25:58,609 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:26:15,245 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48995 INFO 2025-09-12 05:26:15,274 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:26:21,480 basehttp 42330 6131462144 "GET / HTTP/1.1" 302 0 INFO 2025-09-12 05:26:21,504 basehttp 42330 6148288512 "GET /en/ HTTP/1.1" 200 47861 INFO 2025-09-12 05:26:21,565 basehttp 42330 6148288512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:26:21,571 basehttp 42330 6165114880 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 05:26:21,571 basehttp 42330 13707014144 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 05:26:21,572 basehttp 42330 6131462144 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 05:27:06,782 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48993 INFO 2025-09-12 05:27:06,811 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:28:06,813 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:28:24,603 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49013 INFO 2025-09-12 05:28:24,643 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:29:24,552 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49023 INFO 2025-09-12 05:29:24,594 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:30:14,755 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49023 INFO 2025-09-12 05:30:14,792 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:30:58,434 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49015 INFO 2025-09-12 05:30:58,476 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:31:17,216 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 49003 INFO 2025-09-12 05:31:17,256 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:31:59,236 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48479 INFO 2025-09-12 05:31:59,280 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:32:59,290 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:33:12,421 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48757 INFO 2025-09-12 05:33:12,461 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:34:12,461 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:34:34,831 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48559 INFO 2025-09-12 05:34:34,894 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:35:34,869 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:35:52,626 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48403 INFO 2025-09-12 05:35:52,666 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:16,730 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:16,759 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:18,282 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:18,309 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:34,421 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:34,450 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:35,765 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 INFO 2025-09-12 05:36:35,792 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:36:57,606 basehttp 42330 6131462144 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 INFO 2025-09-12 05:36:57,635 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:37:57,824 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:38:58,827 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:39:59,825 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:41:00,826 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:42:00,828 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:43:00,829 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:44:00,831 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:45:00,832 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:46:00,834 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:47:00,840 basehttp 42330 6131462144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:47:37,437 autoreload 42330 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 05:47:37,950 autoreload 76034 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 05:47:38,425 basehttp 76034 6157299712 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 INFO 2025-09-12 05:47:38,472 basehttp 76034 6157299712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:47:42,264 basehttp 76034 6157299712 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-12 05:47:42,272 basehttp 76034 6174126080 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-12 05:47:42,272 basehttp 76034 6157299712 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-12 05:47:42,273 basehttp 76034 6190952448 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-12 05:47:42,304 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:48:05,706 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/1/delete/ HTTP/1.1" 200 19802 INFO 2025-09-12 05:48:05,723 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:49:05,727 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:49:55,987 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:50:25,148 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34983 INFO 2025-09-12 05:50:25,156 basehttp 76034 6190952448 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-12 05:50:25,157 basehttp 76034 6157299712 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-12 05:50:25,157 basehttp 76034 6174126080 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-12 05:50:25,157 basehttp 76034 6224605184 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-12 05:50:25,158 basehttp 76034 6207778816 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-12 05:50:25,161 basehttp 76034 6157299712 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-12 05:50:25,161 basehttp 76034 6207778816 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-12 05:50:25,161 basehttp 76034 6224605184 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-12 05:50:25,162 basehttp 76034 6174126080 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-12 05:50:25,162 basehttp 76034 6241431552 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-12 05:50:25,162 basehttp 76034 6190952448 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 ERROR 2025-09-12 05:50:55,243 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:50:55,244 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:51:25,202 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:51:25,232 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:51:25,233 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:51:55,237 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:51:55,238 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:52:25,205 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:52:25,228 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:52:25,228 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:52:55,238 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:52:55,239 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:53:25,171 basehttp 76034 6190952448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:53:25,195 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:53:25,196 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:53:55,206 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:53:55,207 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:54:19,627 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:54:19,628 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181713 ERROR 2025-09-12 05:55:13,338 log 76034 6190952448 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:55:13,339 basehttp 76034 6190952448 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181713 INFO 2025-09-12 05:55:40,578 autoreload 76034 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 05:55:41,144 autoreload 79593 8682856640 Watching for file changes with StatReloader ERROR 2025-09-12 05:55:42,288 log 79593 6123286528 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:55:42,310 basehttp 79593 6123286528 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181615 ERROR 2025-09-12 05:55:44,206 log 79593 6123286528 Internal Server Error: /en/appointments/waiting-list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_list_edit' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/waiting\\-list/(?P[0-9]+)/edit/\\Z'] ERROR 2025-09-12 05:55:44,207 basehttp 79593 6123286528 "GET /en/appointments/waiting-list/ HTTP/1.1" 500 181615 INFO 2025-09-12 05:57:01,734 autoreload 79593 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 05:57:02,168 autoreload 80136 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 05:57:02,474 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34819 INFO 2025-09-12 05:57:02,536 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:57:29,081 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34801 INFO 2025-09-12 05:57:29,113 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:57:36,206 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 INFO 2025-09-12 05:57:36,241 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 05:57:42,541 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-12 05:57:42,588 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:57:59,163 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:57:59,164 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:58:29,118 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:58:29,143 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:58:29,143 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:58:59,168 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:58:59,169 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 05:59:29,135 basehttp 80136 6155251712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 05:59:29,151 log 80136 6172078080 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:59:29,152 basehttp 80136 6172078080 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 05:59:59,154 log 80136 6172078080 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 05:59:59,154 basehttp 80136 6172078080 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 06:00:29,134 basehttp 80136 6172078080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-12 06:00:29,150 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 06:00:29,150 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 ERROR 2025-09-12 06:00:59,151 log 80136 6155251712 Internal Server Error: /en/appointments/waiting-list/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1550, in waiting_list_stats 'avg_wait_days': int(waiting_list.aggregate( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: int() argument must be a string, a bytes-like object or a real number, not 'datetime.timedelta' ERROR 2025-09-12 06:00:59,152 basehttp 80136 6155251712 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 500 73200 INFO 2025-09-12 06:01:21,543 autoreload 80136 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-12 06:01:22,088 autoreload 82050 8682856640 Watching for file changes with StatReloader INFO 2025-09-12 06:01:22,662 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34801 INFO 2025-09-12 06:01:22,699 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:01:52,730 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:02:22,712 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:02:22,724 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:02:52,731 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:03:22,711 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:03:22,721 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:03:43,986 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34802 INFO 2025-09-12 06:03:44,018 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:04:05,473 basehttp 82050 6202519552 "GET /en/appointments/templates HTTP/1.1" 301 0 INFO 2025-09-12 06:04:05,489 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46939 INFO 2025-09-12 06:04:05,514 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:04:13,604 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:04:13,639 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:05:05,526 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:06:05,519 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:06:27,140 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46871 INFO 2025-09-12 06:06:27,183 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:07:19,786 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46870 INFO 2025-09-12 06:07:19,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:07:46,016 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46869 INFO 2025-09-12 06:07:46,046 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:08:05,132 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46875 INFO 2025-09-12 06:08:05,162 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:08:12,279 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46870 INFO 2025-09-12 06:08:12,315 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:09:12,761 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:10:13,748 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:11:10,274 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46876 INFO 2025-09-12 06:11:10,304 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:11:32,900 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:11:32,934 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:12:33,745 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:01,652 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:13:01,679 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:05,410 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:06,258 basehttp 82050 6219345920 "GET /en/appointments/templates/ HTTP/1.1" 200 46870 INFO 2025-09-12 06:13:06,288 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:19,595 basehttp 82050 6219345920 "GET /en/appointments/templates/1/ HTTP/1.1" 200 21345 INFO 2025-09-12 06:13:19,632 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:28,462 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:13:28,463 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:13:44,926 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:14:14,919 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:14:28,920 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:14:44,916 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:15:14,918 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:15:29,915 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:16:16,916 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:16:30,916 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:33:46,398 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:33:53,408 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:41:52,477 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:41:58,480 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 06:57:58,860 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 06:57:58,862 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:13:58,332 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:14:58,336 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 07:14:58,340 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:23:58,138 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:29:08,011 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 07:29:08,014 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:30:08,025 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 07:47:57,923 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 07:47:57,924 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:04:12,315 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:15:13,815 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:15:13,816 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:20:21,847 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:20:21,849 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:36:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:37:24,352 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:37:24,356 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:38:24,352 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:38:24,355 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:39:24,337 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:40:24,356 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:40:24,359 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:41:24,353 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:42:24,349 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:42:24,351 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:43:24,345 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:44:24,360 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:44:24,361 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:45:24,360 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:45:24,361 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:46:24,348 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:47:24,361 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:47:24,362 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:48:24,367 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:48:24,369 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:49:24,360 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:49:24,360 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:50:24,350 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:51:24,357 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:51:24,359 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:52:24,337 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:52:24,337 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:53:24,330 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:54:24,338 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:54:24,340 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:55:24,329 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:56:24,332 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:56:24,334 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:57:24,342 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:57:24,342 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:58:24,328 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 08:59:24,342 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 08:59:24,344 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:00:24,347 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:00:24,348 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:01:24,330 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:02:24,339 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:02:24,340 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:03:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:04:24,355 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:04:24,357 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:05:24,340 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:05:24,341 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:06:24,347 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:06:24,348 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:07:24,309 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:08:24,330 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:08:24,331 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:09:24,333 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:09:24,335 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:10:24,367 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:11:24,323 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:11:24,325 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:12:24,332 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:12:24,332 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:13:24,312 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:14:24,321 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:14:24,325 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:15:24,331 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:15:24,333 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:16:24,329 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:16:24,330 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:17:24,315 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:18:24,331 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:18:24,333 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:19:24,314 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:19:24,314 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:20:24,327 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:20:24,329 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:21:24,332 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:21:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:22:24,314 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:23:24,328 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:23:24,330 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:24:24,328 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:24:24,329 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:25:24,316 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:26:24,327 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:26:24,328 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:27:24,328 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:27:24,330 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:28:24,332 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:28:24,333 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:29:24,316 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:30:24,330 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:30:24,332 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:31:24,316 basehttp 82050 6219345920 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:31:49,618 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:31:49,620 basehttp 82050 6202519552 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-12 09:31:56,104 basehttp 82050 6202519552 "GET /en/appointments/ HTTP/1.1" 200 56652 INFO 2025-09-12 09:31:56,172 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:32:05,477 basehttp 82050 6202519552 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 INFO 2025-09-12 09:32:05,557 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:32:05,577 basehttp 82050 6219345920 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-12 09:32:05,582 basehttp 82050 6236172288 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-12 09:32:05,583 basehttp 82050 6269825024 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-12 09:32:05,586 basehttp 82050 6286651392 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-12 09:32:05,586 basehttp 82050 6252998656 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-12 09:32:05,587 basehttp 82050 6202519552 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-12 09:32:37,306 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:32:44,173 basehttp 82050 6202519552 "GET /en/appointments/requests/821/detail/ HTTP/1.1" 200 24687 INFO 2025-09-12 09:32:44,202 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:33:01,383 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:33:07,307 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:33:37,312 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:34:01,380 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:34:07,307 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:34:37,316 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:35:01,379 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:35:07,319 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:35:37,307 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:36:01,381 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:36:05,793 basehttp 82050 6202519552 "GET /en/appointments/telemedicine HTTP/1.1" 301 0 INFO 2025-09-12 09:36:05,832 basehttp 82050 6252998656 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 85575 INFO 2025-09-12 09:36:05,857 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:37:05,871 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:38:05,874 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:39:05,881 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:39:48,271 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 INFO 2025-09-12 09:39:48,304 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:39:50,217 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/219/ HTTP/1.1" 200 37809 INFO 2025-09-12 09:39:50,251 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:40:39,608 basehttp 82050 6202519552 "GET /en/hr/employees/2/ HTTP/1.1" 200 34147 INFO 2025-09-12 09:40:39,629 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:41:39,645 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:41:42,991 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:16,458 basehttp 82050 6202519552 "GET /en/appointments/requests/2135/detail/ HTTP/1.1" 200 24921 INFO 2025-09-12 09:42:16,495 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:28,067 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 INFO 2025-09-12 09:42:28,087 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:42,325 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:42,735 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:42,749 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:42:49,343 basehttp 82050 6202519552 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 INFO 2025-09-12 09:42:49,375 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:42:55,214 basehttp 82050 6202519552 "GET /en/appointments/requests/ HTTP/1.1" 200 155514 INFO 2025-09-12 09:42:55,221 basehttp 82050 6202519552 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-12 09:42:55,253 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:43:01,131 basehttp 82050 6202519552 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 INFO 2025-09-12 09:43:01,183 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 09:43:01,188 log 82050 6236172288 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-12 09:43:01,188 basehttp 82050 6236172288 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-12 09:43:01,223 basehttp 82050 6219345920 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 64831 INFO 2025-09-12 09:43:12,755 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:43:42,749 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:43:42,767 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:44:12,752 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:44:42,754 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:44:42,773 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:45:12,765 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:45:42,755 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:45:42,773 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:46:12,770 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:46:42,755 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:46:42,774 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:47:07,637 basehttp 82050 6219345920 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-12 09:47:07,704 log 82050 6202519552 Bad Request: /en/appointments/slots/available/ INFO 2025-09-12 09:47:07,705 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-12 09:47:07,706 basehttp 82050 6202519552 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-12 09:47:07,746 basehttp 82050 6236172288 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 64831 INFO 2025-09-12 09:47:14,601 basehttp 82050 6236172288 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 64831 INFO 2025-09-12 09:47:41,069 basehttp 82050 6236172288 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-12 09:47:42,722 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:47:45,600 basehttp 82050 6236172288 "GET / HTTP/1.1" 302 0 INFO 2025-09-12 09:47:45,623 basehttp 82050 6202519552 "GET /en/ HTTP/1.1" 200 47869 INFO 2025-09-12 09:47:45,691 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:47:45,692 basehttp 82050 6252998656 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-12 09:47:45,693 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:47:45,694 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:48:15,676 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:48:45,703 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:48:45,703 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:48:45,704 basehttp 82050 6252998656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:49:15,672 basehttp 82050 6252998656 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:49:45,701 basehttp 82050 6252998656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:49:45,701 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:49:45,703 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:50:16,354 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:50:46,384 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:50:46,388 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:50:46,389 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:55:27,346 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:55:50,339 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:55:50,341 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:56:27,349 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:56:51,356 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 09:56:51,357 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:57:27,347 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 09:57:52,355 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 09:57:52,355 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 10:14:21,471 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:16:53,793 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 10:16:53,795 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 10:16:53,797 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:23:37,598 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:39:41,888 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 10:39:41,888 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 10:39:41,890 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:51:25,205 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 10:51:25,209 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 10:51:25,209 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 10:56:18,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:14:04,168 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:14:04,168 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:14:04,169 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:15:04,138 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:15:04,140 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:15:04,141 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:16:04,120 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:17:04,145 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:17:04,147 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:17:04,149 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:18:04,116 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:19:04,129 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:19:04,129 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:19:04,143 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:20:04,112 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:21:04,139 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:21:04,141 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:21:04,142 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:22:04,114 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:23:04,127 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:23:04,133 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:23:04,135 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:24:04,137 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:24:04,139 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:24:04,141 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:25:04,107 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:26:04,129 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:26:04,129 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:26:04,130 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:27:04,123 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:27:04,127 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:27:04,127 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:28:04,128 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:28:04,129 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:28:04,130 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:29:04,105 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:30:03,980 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:30:03,981 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:30:03,983 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:31:03,952 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:32:03,962 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:32:03,964 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:32:03,964 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:33:03,936 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:34:03,963 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:34:03,965 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:34:03,966 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:35:03,955 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:35:03,963 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:35:03,963 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-12 11:36:03,939 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:37:03,951 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:37:03,957 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:37:03,958 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:38:03,950 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:38:03,952 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:38:03,953 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:39:03,928 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:40:03,952 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:40:03,953 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:40:03,955 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:41:03,947 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:41:03,949 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:41:03,952 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:42:03,947 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:42:03,948 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:42:03,948 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:43:03,924 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:44:03,944 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:44:03,945 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:44:03,948 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:45:03,869 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:46:03,885 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:46:03,891 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:46:03,892 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:47:03,867 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:48:03,883 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:48:03,883 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:48:03,885 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:49:03,858 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:50:03,874 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:50:03,875 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:50:03,877 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:51:03,845 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:52:03,872 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:52:03,872 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:52:03,873 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:53:03,865 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:53:03,869 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:53:03,869 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:54:03,843 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:55:03,859 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:55:03,860 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:55:03,861 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:56:03,864 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:56:03,865 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:56:03,866 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:57:03,837 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:58:03,850 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:58:03,853 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:58:03,855 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 11:59:03,856 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 11:59:03,857 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 11:59:03,857 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:00:03,823 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:01:03,846 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:01:03,846 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:01:03,849 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:02:03,830 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:02:03,832 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:03:03,836 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:03:03,837 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:03:03,840 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:04:03,837 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:04:03,837 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:04:03,839 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:05:03,837 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:05:03,838 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:05:03,839 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:06:03,804 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:07:03,827 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:07:03,828 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:07:03,829 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:08:03,797 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:09:03,818 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:09:03,819 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:09:03,820 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:10:03,802 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:10:03,804 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:10:03,806 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:11:03,791 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:12:03,884 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:12:03,885 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:12:03,888 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:13:03,786 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:14:03,805 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:14:03,805 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:14:03,808 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:15:03,776 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:32:25,366 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:32:25,367 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-12 12:32:25,368 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:49:48,759 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 12:51:48,018 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 12:51:48,019 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 12:51:48,020 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:23:43,692 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:24:43,953 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:24:43,953 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:24:43,955 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:25:43,925 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:26:43,950 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:26:43,950 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:26:43,953 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:27:43,937 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:27:43,940 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:28:43,946 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:28:43,946 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:28:43,947 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:29:43,932 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:29:43,934 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:30:43,928 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:30:43,929 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:31:43,941 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:31:43,942 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:31:43,943 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:32:43,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:32:43,945 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:32:43,946 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:33:43,919 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:34:44,050 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:34:44,050 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:34:44,053 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:35:43,914 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:36:43,938 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:36:43,938 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:36:43,940 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:37:43,913 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:38:43,937 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:38:43,938 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:38:43,940 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:39:43,964 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:39:43,965 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:39:43,966 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:40:43,942 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:41:43,947 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:41:43,957 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:41:43,958 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:42:43,965 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:42:43,966 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:42:43,967 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:43:43,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:44:43,959 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:44:43,960 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:44:43,962 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:45:43,939 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:46:43,966 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:46:43,966 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:46:43,968 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:47:43,937 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:48:43,947 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:48:43,949 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:48:43,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:49:43,937 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:50:43,961 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:50:43,962 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:50:43,963 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:51:43,939 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:52:43,958 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:52:43,958 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:52:43,960 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:53:43,927 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:54:43,985 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:54:43,986 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:54:43,988 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:55:43,960 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:56:43,971 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:56:43,972 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:56:43,974 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:57:43,985 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:57:43,986 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:57:43,986 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:58:43,962 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 13:59:43,974 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 13:59:43,975 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 13:59:43,977 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:00:44,129 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:00:44,134 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:00:44,134 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:01:43,961 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:02:43,979 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:02:43,980 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:02:43,982 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:03:43,963 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:04:43,988 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:04:43,988 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:04:43,989 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:05:43,963 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:06:43,977 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:06:43,978 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:06:43,980 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:07:43,957 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:08:43,981 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:08:43,982 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:08:43,984 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:09:43,966 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:09:43,966 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:09:43,967 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:10:43,943 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:11:43,968 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:11:43,969 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:11:43,971 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:12:43,943 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:13:43,964 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:13:43,965 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:13:43,967 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:14:43,966 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:14:43,966 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:14:43,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:15:43,949 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:16:43,958 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:16:43,958 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:16:43,960 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:17:43,944 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:18:43,965 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:18:43,966 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:18:43,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:19:43,930 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:20:43,963 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:20:43,963 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:20:43,964 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:21:43,940 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:22:43,962 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:22:43,963 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:22:43,964 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:23:43,955 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:23:43,959 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:23:43,959 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:29:35,512 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:29:35,512 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:29:35,513 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:46:05,849 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:47:05,848 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:47:05,865 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:47:05,866 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:48:05,877 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:48:05,877 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:48:05,879 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:49:05,850 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 14:50:05,878 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 14:50:05,880 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 14:50:05,881 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:02:09,931 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:02:09,932 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:02:09,934 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:03:09,903 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:04:09,927 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:04:09,928 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:04:09,929 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:05:09,935 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:05:09,935 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:05:09,938 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:06:09,899 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:07:09,912 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:07:09,913 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:07:09,915 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:08:09,914 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:08:09,915 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:08:09,916 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:09:09,903 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:10:09,921 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:10:09,921 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:10:09,922 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:11:09,919 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:11:09,920 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:11:09,920 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:12:09,910 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:13:09,921 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:13:09,921 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:13:09,922 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:14:09,915 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:14:09,918 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:14:09,918 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:15:09,907 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:16:09,924 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:16:09,925 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:16:09,925 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:17:09,899 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:18:09,904 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:18:09,907 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:18:09,908 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:19:09,907 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:19:09,908 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:19:09,908 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:20:09,898 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:21:09,906 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:21:09,910 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:21:09,911 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:22:09,913 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:22:09,914 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:22:09,917 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:23:09,916 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:23:09,916 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:23:09,919 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:24:09,901 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:25:09,917 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:25:09,918 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:25:09,920 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:26:09,915 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:26:09,916 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:26:09,917 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:27:09,921 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:27:09,922 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:27:09,922 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:28:09,920 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:28:09,920 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:28:09,921 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:29:09,906 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:30:09,918 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:30:09,920 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:30:09,922 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:31:09,906 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:32:09,825 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:32:09,825 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:32:09,826 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:33:09,827 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:33:09,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:33:09,829 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:34:09,815 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:35:09,823 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:35:09,823 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:35:09,824 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:36:09,810 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:37:09,826 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:37:09,827 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:37:09,827 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:38:09,806 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:39:09,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:39:09,829 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:39:09,830 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:40:09,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:40:09,829 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:40:09,830 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:41:09,809 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:42:09,821 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:42:09,824 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:42:09,825 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:43:09,808 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:44:09,830 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:44:09,831 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:44:09,831 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:45:09,809 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:46:09,827 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:46:09,827 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:46:09,830 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:47:09,892 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:47:09,893 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:47:09,894 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:48:09,891 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:48:09,891 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:48:09,891 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:49:09,873 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:50:09,892 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:50:09,893 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:50:09,893 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:51:09,875 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:52:09,900 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:52:09,902 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:52:09,902 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:53:09,877 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:54:09,898 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:54:09,899 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:54:09,900 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:55:09,883 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:55:09,886 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:55:09,887 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:56:09,889 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:56:09,892 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:56:09,892 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:57:09,881 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:58:09,894 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 15:58:09,894 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 15:58:09,895 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 15:59:09,882 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:00:09,894 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:00:09,897 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:00:09,898 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:01:09,882 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:02:09,898 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:02:09,898 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:02:09,899 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:03:09,899 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:03:09,900 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:03:09,900 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:04:09,889 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:05:09,901 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:05:09,901 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:05:09,903 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:06:09,910 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:06:09,912 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:06:09,912 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:15:16,522 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:16:16,537 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:16:16,543 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:16:16,545 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:17:16,533 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:17:16,534 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:18:16,548 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:18:16,549 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:18:16,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:19:16,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:19:16,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:19:16,557 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:20:16,517 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:21:16,552 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:21:16,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:21:16,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:22:16,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:23:16,547 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:23:16,548 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:23:16,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:24:16,553 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:24:16,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:24:16,555 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:25:16,533 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:26:16,548 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:26:16,549 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:26:16,552 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:27:16,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:27:16,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:28:16,543 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:28:16,544 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:29:16,552 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:29:16,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:29:16,554 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:30:16,530 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:31:16,549 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:31:16,550 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:31:16,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:32:16,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:32:16,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:32:16,555 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:33:16,529 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:34:16,540 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:34:16,541 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:34:16,542 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:35:16,539 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:36:16,556 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:36:16,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:36:16,559 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:37:16,532 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:38:16,543 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:38:16,550 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:38:16,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:39:16,530 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:40:16,558 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:40:16,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:40:16,560 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:41:16,557 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:41:16,558 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:41:16,559 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:42:16,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:43:16,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:43:16,559 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:43:16,561 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:44:16,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:45:16,564 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:45:16,567 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:45:16,568 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:46:16,531 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:47:16,562 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:47:16,563 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:47:16,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:48:16,563 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:48:16,564 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:48:16,565 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:49:16,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:49:16,559 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:49:16,559 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:50:16,538 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:51:16,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:51:16,560 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:51:16,562 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:52:16,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:53:16,562 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:53:16,563 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:53:16,564 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:54:16,543 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:55:16,569 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:55:16,570 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:55:16,571 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:56:16,568 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:56:16,569 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:56:16,570 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:57:16,540 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:58:16,567 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:58:16,568 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:58:16,569 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 16:59:16,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 16:59:16,565 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 16:59:16,567 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:00:16,678 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:01:16,696 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:01:16,697 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:01:16,699 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:02:16,700 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:02:16,700 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:02:16,702 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:03:16,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:04:16,692 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:04:16,692 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:04:16,694 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:05:16,683 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:06:16,705 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:06:16,705 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:06:16,709 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:07:16,685 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:08:16,697 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:08:16,704 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:08:16,705 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:09:16,715 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:09:16,715 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:09:16,717 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:10:16,689 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:11:16,710 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:11:16,710 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:11:16,711 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:12:16,697 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:13:16,715 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:13:16,718 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:13:16,719 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:14:16,721 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:14:16,721 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:14:16,723 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:15:16,687 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:15:16,696 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:15:16,696 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:16:16,680 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:17:16,702 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:17:16,704 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:17:16,705 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:18:16,676 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:19:16,711 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:19:16,712 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:19:16,713 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:20:16,686 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:21:16,699 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:21:16,704 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:21:16,706 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:22:16,715 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:22:16,716 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:22:16,718 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:23:16,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:23:16,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:23:16,717 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:40:53,989 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:41:54,000 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:41:54,000 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:41:54,001 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:42:53,997 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:42:53,998 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:42:53,999 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:43:53,983 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:44:53,994 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:44:53,995 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:44:53,996 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:45:53,997 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:45:53,998 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:45:53,998 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:46:53,983 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:47:53,992 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:47:53,993 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:47:53,993 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:48:53,983 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:48:53,988 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:48:53,988 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:49:53,978 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:50:53,994 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:50:53,994 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:50:53,996 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:51:53,986 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:52:53,995 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:52:53,996 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:52:53,998 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:53:53,987 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:54:54,010 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:54:54,013 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:54:54,015 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:55:53,839 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:56:53,852 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:56:53,853 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:56:53,855 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:57:53,854 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:57:53,854 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:57:53,856 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:58:53,855 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 17:58:53,855 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 17:58:53,857 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 17:59:53,838 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:00:53,845 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:00:53,846 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:00:53,848 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:01:53,848 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:01:53,849 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:01:53,849 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:02:53,938 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:02:53,952 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:02:53,954 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:03:53,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:04:53,847 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:04:53,847 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:04:53,848 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:05:53,835 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:05:53,839 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:05:53,839 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:06:53,859 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:07:53,841 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:07:53,841 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:07:53,844 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:08:53,822 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:09:53,841 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:09:53,841 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:09:53,842 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:10:53,916 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:11:53,893 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:11:53,893 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:11:53,895 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:12:53,956 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:12:53,973 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:12:53,977 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:13:53,896 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:14:53,875 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:14:53,877 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:14:53,879 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:15:53,986 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:15:53,986 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:15:53,999 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:16:53,869 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:17:53,888 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:17:53,888 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:17:53,889 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:18:53,886 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:18:53,889 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:18:53,890 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:19:53,865 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:20:53,887 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:20:53,888 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:20:53,888 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:21:53,885 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:21:53,886 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:21:53,887 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:22:53,889 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:22:53,890 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:22:53,891 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:23:53,861 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:24:53,869 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:24:53,876 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:24:53,879 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:25:54,003 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:25:54,004 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:25:54,006 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:26:53,993 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:27:54,000 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:27:54,000 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:27:54,003 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:28:53,997 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:28:54,000 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:28:54,000 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:29:53,985 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:30:53,996 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:30:54,000 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:30:54,001 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:31:53,981 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:32:54,003 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:32:54,003 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:32:54,004 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:33:54,007 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:33:54,007 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:33:54,009 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:34:53,982 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:35:54,003 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:35:54,004 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:35:54,005 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:36:53,993 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:36:53,994 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:37:54,000 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:37:54,001 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:37:54,002 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:38:53,995 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:38:53,995 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:39:54,001 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:39:54,001 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:40:54,070 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:40:54,071 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:40:54,072 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:51:37,150 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:52:37,172 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:52:37,176 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:52:37,177 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:53:37,150 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:54:37,173 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:54:37,174 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:54:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:55:37,174 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:55:37,175 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:55:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:56:37,171 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:56:37,174 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:56:37,174 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:57:37,150 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:58:37,168 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 18:58:37,170 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 18:58:37,171 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 18:59:37,151 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:00:37,173 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:00:37,173 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:00:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:01:37,157 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:02:37,159 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:02:37,159 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:02:37,161 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:03:37,184 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:03:37,185 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:03:37,187 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:04:37,152 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:05:37,166 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:05:37,166 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:05:37,167 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:06:37,179 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:06:37,181 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:06:37,181 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:07:37,152 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:08:37,181 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:08:37,182 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:08:37,183 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:09:37,150 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:10:37,179 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:10:37,180 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:10:37,181 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:11:37,159 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:12:37,181 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:12:37,181 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:12:37,183 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:13:37,182 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:13:37,182 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:13:37,183 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:14:37,185 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:14:37,185 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:14:37,187 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:15:37,157 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:16:37,166 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:16:37,167 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:16:37,169 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:17:37,185 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:17:37,186 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:17:37,186 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:18:37,184 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:18:37,185 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:18:37,186 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:19:37,161 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:20:37,180 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:20:37,182 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:20:37,183 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:21:37,169 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:22:37,184 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:22:37,187 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:22:37,188 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:23:37,165 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:24:37,189 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:24:37,189 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:24:37,192 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:25:37,172 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:26:37,194 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:26:37,195 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:26:37,196 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:27:37,187 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:27:37,187 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:27:37,188 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:28:37,190 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:28:37,191 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:28:37,191 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:29:37,167 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:30:37,187 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:30:37,189 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:30:37,190 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:31:37,197 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:31:37,197 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:31:37,197 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:32:37,173 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:33:37,187 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:33:37,187 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:33:37,188 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:34:37,197 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:34:37,198 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:34:37,199 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:35:37,175 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:36:37,274 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:36:37,280 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:36:37,280 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:37:37,256 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:37:37,258 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:38:37,282 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:38:37,283 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:38:37,284 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:39:37,254 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:40:37,281 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:40:37,282 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:40:37,284 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:41:37,287 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:41:37,288 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:41:37,289 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:42:37,263 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:43:37,290 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:43:37,290 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:43:37,291 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:44:37,283 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:44:37,284 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:44:37,285 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:45:37,264 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:46:37,280 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:46:37,289 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:46:37,290 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:47:37,272 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:47:37,273 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:48:37,286 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:48:37,288 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:48:37,290 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:49:37,274 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:50:37,297 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 19:50:37,297 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 19:50:37,298 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 19:59:44,181 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:16:14,241 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:16:14,243 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:16:14,243 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:17:14,243 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:17:14,244 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:17:14,245 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:18:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:18:14,246 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:18:14,247 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:19:14,246 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:19:14,248 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:19:14,249 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:20:14,235 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:21:14,245 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:21:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:21:14,247 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:22:14,248 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:22:14,249 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:22:14,250 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:23:14,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:24:14,260 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:24:14,261 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:24:14,262 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:25:14,240 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:26:14,256 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:26:14,256 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:26:14,257 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:27:14,268 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:27:14,269 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:27:14,272 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:28:14,267 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:28:14,267 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:28:14,269 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:29:14,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:30:14,255 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:30:14,257 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:30:14,258 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:31:14,255 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:32:14,272 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:32:14,273 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:32:14,276 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:33:14,258 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:34:14,271 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:34:14,271 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:34:14,272 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:35:14,368 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:35:14,373 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:35:14,374 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:36:14,273 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-12 20:36:14,274 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:37:14,280 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:37:14,280 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:37:14,281 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:38:14,265 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:39:14,360 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:39:14,373 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:39:14,380 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:40:14,274 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:40:14,275 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:41:14,274 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:41:14,275 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:42:14,284 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:42:14,284 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:42:14,286 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:43:14,302 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:44:14,287 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:44:14,287 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:44:14,289 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:45:14,356 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:45:14,373 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:45:14,376 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:46:14,181 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:47:14,243 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:47:14,249 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:47:14,255 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:48:14,149 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:48:14,150 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:48:14,153 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:49:14,168 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:50:14,132 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:50:14,143 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:50:14,145 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:51:14,124 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:52:14,147 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:52:14,148 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:52:14,150 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:53:14,139 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:53:14,140 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:53:14,141 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:54:14,125 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:55:14,142 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:55:14,144 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:55:14,144 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:56:14,146 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:56:14,147 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:56:14,149 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:57:14,130 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:57:14,139 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:57:14,139 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:58:14,125 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 20:59:14,142 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 20:59:14,142 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 20:59:14,143 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:00:14,131 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:00:14,136 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:00:14,136 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:01:14,105 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:01:14,105 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:02:14,100 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:02:14,102 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:03:14,099 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:03:14,100 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:04:14,113 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:04:14,114 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:04:14,115 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:05:14,093 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:05:14,095 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:06:14,115 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:06:14,115 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:06:14,116 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:07:14,104 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:07:14,105 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:07:14,105 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:08:14,106 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:08:14,106 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:08:14,107 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:09:14,092 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:09:14,097 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:09:14,098 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:10:14,085 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:11:14,100 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:11:14,100 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:11:14,101 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:12:14,104 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:12:14,104 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:12:14,104 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:13:14,086 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:14:14,099 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:14:14,099 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:14:14,100 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:15:14,101 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:15:14,101 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:15:14,102 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:33:06,954 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:34:06,966 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:34:06,967 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:34:06,968 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:35:06,958 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:35:06,962 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:35:06,962 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:36:06,944 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:37:06,952 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:37:06,952 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:37:06,953 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:38:06,959 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:38:06,962 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:38:06,962 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:39:06,939 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:40:06,958 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:40:06,958 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:40:06,960 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:41:06,965 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:41:06,965 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:41:06,966 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:42:06,935 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:43:06,953 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:43:06,955 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:43:06,957 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:44:06,926 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:45:06,939 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:45:06,949 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:45:06,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:46:06,927 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:47:06,936 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:47:06,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:47:06,947 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:48:06,927 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:49:06,963 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:49:06,963 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:49:06,965 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:50:06,936 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:51:06,958 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:51:06,959 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:51:06,961 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:52:06,951 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:52:06,952 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:52:06,953 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:53:06,954 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:53:06,955 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:53:06,956 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:54:06,933 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:55:06,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:55:06,944 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:55:06,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:56:06,926 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:57:06,939 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:57:06,941 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:57:06,943 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:58:06,923 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 21:58:06,926 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:58:06,927 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:59:06,947 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 21:59:06,947 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 21:59:06,948 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:00:06,918 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:01:06,946 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:01:06,946 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:01:06,948 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:02:06,920 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:03:06,938 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:03:06,940 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:03:06,942 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:04:06,927 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:05:06,951 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:05:06,952 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:05:06,953 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:06:06,923 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:07:06,947 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:07:06,948 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:07:06,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:08:06,925 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:09:06,943 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:09:06,944 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:09:06,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:10:06,944 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:10:06,945 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:10:06,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:11:06,921 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:12:06,935 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:12:06,935 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:12:06,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:13:06,918 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:14:06,941 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:14:06,941 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:14:06,943 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:15:06,913 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:15:06,914 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:16:06,926 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:16:06,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:17:06,937 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:17:06,937 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:17:06,939 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:18:07,036 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:18:07,043 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:18:07,043 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:19:07,036 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:20:07,057 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:20:07,060 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:20:07,061 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:21:07,047 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:21:07,048 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:22:07,045 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:22:07,048 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:23:07,060 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:23:07,061 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:23:07,063 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:24:07,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:24:07,047 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:25:07,047 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:25:07,049 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:25:07,049 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:26:07,066 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:26:07,067 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:26:07,068 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:27:07,035 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:28:07,060 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:28:07,060 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:28:07,062 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:29:07,058 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:29:07,058 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:29:07,059 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:30:07,061 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:30:07,061 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:30:07,062 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:31:07,035 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:32:07,048 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:32:07,049 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:32:07,051 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:33:06,948 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:33:06,949 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:33:06,950 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:49:05,086 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:50:05,110 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:50:05,115 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:50:05,116 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:51:05,111 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:51:05,111 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:51:05,112 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:52:05,108 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:52:05,108 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:52:05,109 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:53:05,096 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:54:05,107 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:54:05,109 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:54:05,109 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:55:05,098 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:56:05,112 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:56:05,114 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:56:05,115 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:57:05,104 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:57:05,105 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:57:05,106 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:58:05,092 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 22:59:05,126 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 22:59:05,127 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 22:59:05,129 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:00:05,119 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:00:05,120 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:00:05,122 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:01:05,088 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:02:05,108 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:02:05,108 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:02:05,109 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:03:05,092 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:04:05,103 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:04:05,103 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:04:05,106 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:05:05,103 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:05:05,103 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:05:05,104 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:06:05,106 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:06:05,107 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:06:05,108 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:07:05,119 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:08:05,200 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:08:05,205 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:08:05,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:09:05,090 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:10:05,093 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:10:05,100 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:10:05,104 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:11:05,102 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:11:05,102 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:11:05,103 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:12:05,122 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:13:05,096 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:13:05,096 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:13:05,098 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:14:05,107 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:14:05,109 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:14:05,109 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:15:05,116 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:16:05,194 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:16:05,202 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:16:05,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:17:05,082 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:18:05,094 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:18:05,096 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:18:05,097 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:19:05,090 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:19:05,092 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:19:05,093 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:20:05,085 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:20:05,086 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:20:05,087 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:21:05,069 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:22:05,077 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:22:05,080 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:22:05,082 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:23:05,068 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:23:05,078 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:23:05,078 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:24:05,072 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:24:05,078 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:24:05,078 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:25:05,059 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:26:05,082 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:26:05,083 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:26:05,086 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:27:05,079 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:27:05,081 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:27:05,082 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:28:05,076 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:28:05,076 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:28:05,076 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:29:05,059 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:30:05,067 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:30:05,072 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:30:05,073 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:31:05,059 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:32:05,082 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:32:05,083 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:32:05,085 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:33:05,064 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:33:05,066 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:34:05,230 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:34:05,231 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:34:05,233 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:35:05,239 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:35:05,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:35:05,242 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:36:05,234 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:36:05,237 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:36:05,239 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:37:05,220 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:38:05,240 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:38:05,240 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:38:05,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:39:05,220 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:40:05,234 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:40:05,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:40:05,239 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:41:05,222 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:41:05,232 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:41:05,233 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:42:05,228 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:43:05,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:43:05,234 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:43:05,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:44:05,242 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:44:05,243 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:44:05,245 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:45:05,221 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:46:05,241 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:46:05,242 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:46:05,243 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:47:05,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:48:05,243 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:48:05,244 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:48:05,247 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:49:05,237 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:49:05,239 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:49:05,240 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:52:23,409 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:52:23,413 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:52:23,413 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:53:23,386 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:54:23,410 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:54:23,410 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:54:23,413 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:55:23,390 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:56:23,403 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:56:23,405 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:56:23,408 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:57:23,398 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:57:23,399 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:57:23,400 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:58:23,412 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-12 23:58:23,412 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-12 23:58:23,414 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-12 23:59:23,386 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:00:23,396 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:00:23,396 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:00:23,397 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:01:23,387 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:02:23,411 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:02:23,414 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:02:23,415 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:03:23,384 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:04:23,490 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:04:23,490 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:04:23,492 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:05:23,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:06:23,503 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:06:23,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:06:23,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:07:23,503 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:07:23,504 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:07:23,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:08:23,491 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:08:23,495 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:08:23,495 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:09:23,505 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:09:23,505 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:09:23,508 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:10:23,507 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:10:23,508 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:10:23,508 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:11:23,488 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:12:23,510 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:12:23,510 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:12:23,513 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:13:23,510 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:13:23,510 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:13:23,512 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:14:23,487 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:15:23,500 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:15:23,501 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:15:23,503 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:16:23,513 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:16:23,514 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:16:23,516 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:17:23,489 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:18:23,493 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:18:23,496 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:18:23,497 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:19:23,541 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:19:23,542 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:19:23,543 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:20:23,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:21:23,538 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:21:23,545 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:21:23,546 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:22:23,527 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:23:23,553 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:23:23,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:23:23,555 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:24:23,547 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:24:23,548 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:24:23,549 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:25:23,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:26:23,541 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:26:23,547 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:26:23,549 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:27:23,527 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:28:23,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:28:23,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:28:23,557 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:29:23,551 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:29:23,551 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:29:23,552 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:30:23,533 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:31:23,557 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:31:23,558 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:31:23,561 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:32:23,564 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:32:23,565 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:32:23,567 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:33:23,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:34:23,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:34:23,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:34:23,561 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:35:23,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:35:23,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:35:23,560 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:36:23,551 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:36:23,551 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:36:23,552 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:37:23,534 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:38:23,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:38:23,558 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:38:23,559 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:39:23,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:40:23,562 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:40:23,562 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:40:23,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:41:23,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:42:23,568 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:42:23,569 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:42:23,570 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:43:23,529 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:44:23,564 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:44:23,565 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:44:23,566 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:45:23,565 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:45:23,568 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:45:23,569 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:46:23,545 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:47:23,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:47:23,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:47:23,565 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:48:23,692 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:48:23,693 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:48:23,694 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:49:23,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:50:23,605 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:50:23,607 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:50:23,609 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 00:51:23,607 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 00:51:23,607 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 00:51:23,610 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:07:30,483 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:07:30,483 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:07:30,485 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:08:30,451 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:09:30,465 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:09:30,467 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:09:30,468 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:10:30,453 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:11:30,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:11:30,466 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:11:30,466 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:12:30,478 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:12:30,479 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:12:30,479 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:13:30,457 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:14:30,473 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:14:30,473 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:14:30,473 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:15:30,452 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:16:30,496 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:16:30,496 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:16:30,497 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:17:30,487 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:17:30,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:17:30,492 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:18:30,458 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:19:30,481 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:19:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:19:30,482 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:20:30,467 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:21:30,481 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:21:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:21:30,482 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:22:30,474 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:22:30,475 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:22:30,476 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:23:30,450 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:24:30,467 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:24:30,468 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:24:30,470 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:25:30,576 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:25:30,577 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:25:30,587 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:26:30,460 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:27:30,475 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:27:30,476 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:27:30,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:28:30,480 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:28:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:28:30,482 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:29:30,487 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:30:30,475 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:30:30,475 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:30:30,476 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:31:30,478 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:31:30,480 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:31:30,480 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:32:30,463 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:33:30,573 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:33:30,573 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:33:30,585 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:34:30,473 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:34:30,475 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:34:30,475 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:35:30,503 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:36:30,570 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:36:30,572 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:36:30,584 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:37:30,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:37:30,482 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:37:30,483 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:38:30,518 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:39:30,488 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:39:30,489 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:39:30,491 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:40:30,488 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:40:30,491 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:40:30,492 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:41:30,496 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:41:30,497 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:41:30,497 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:42:30,476 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:43:30,496 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:43:30,496 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:43:30,497 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:44:30,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:44:30,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:44:30,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:45:30,478 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:46:30,491 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:46:30,496 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:46:30,496 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:47:30,488 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:47:30,494 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:48:30,490 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:48:30,492 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:49:30,490 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:49:30,492 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:50:30,500 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:50:30,501 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:50:30,502 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:51:30,495 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:51:30,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:52:30,487 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:52:30,487 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:52:30,490 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:53:30,456 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:54:30,469 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:54:30,478 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:54:30,478 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:55:30,482 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:55:30,483 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:55:30,484 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:56:30,458 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:57:30,484 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:57:30,484 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:57:30,485 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:58:30,482 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 01:58:30,486 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 01:58:30,488 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 01:59:30,470 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:00:30,481 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:00:30,483 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:00:30,485 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:01:30,494 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:01:30,495 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:01:30,496 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:02:30,473 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:03:30,487 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:03:30,488 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:03:30,491 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:04:30,489 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:04:30,491 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:04:30,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:05:30,493 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:05:30,494 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:05:30,494 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:06:30,492 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:06:30,492 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:06:30,493 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:07:30,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:23:29,439 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:23:29,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:23:29,442 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:24:29,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:24:29,439 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:24:29,441 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:25:29,414 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:26:29,423 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:26:29,426 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:26:29,428 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:27:29,410 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:28:29,438 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:28:29,438 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:28:29,439 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:29:29,436 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:29:29,438 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:29:29,438 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:30:29,412 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:31:29,433 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:31:29,436 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:31:29,438 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:32:29,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:33:29,423 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:33:29,423 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:33:29,425 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:34:29,407 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:35:29,431 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:35:29,433 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:35:29,433 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:36:29,410 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:37:29,427 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:37:29,427 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:37:29,429 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:38:29,409 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:39:29,428 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:39:29,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:39:29,430 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:40:29,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:40:29,414 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:40:29,415 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:41:29,406 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:42:29,429 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:42:29,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:42:29,431 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:43:29,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:43:29,429 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:43:29,431 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:44:29,431 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:44:29,432 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:44:29,433 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:45:29,405 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:46:29,423 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:46:29,424 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:46:29,427 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:47:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:48:29,425 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:48:29,425 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:48:29,427 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:49:29,426 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:49:29,427 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:49:29,429 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:50:29,400 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:51:29,423 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:51:29,424 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:51:29,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:52:29,423 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:52:29,424 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:52:29,425 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:53:29,380 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:54:29,401 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:54:29,402 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:54:29,403 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:55:29,382 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:56:29,403 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:56:29,404 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:56:29,404 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:57:29,390 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:57:29,390 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:57:29,391 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:58:29,388 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 02:58:29,395 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 02:58:29,397 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 02:59:29,377 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:00:29,400 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:00:29,401 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:00:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:01:29,380 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:02:29,395 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:02:29,398 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:02:29,400 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:03:29,374 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:04:29,392 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:04:29,396 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:04:29,397 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:05:29,384 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:05:29,386 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:06:29,400 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:06:29,400 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:06:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:07:29,388 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:07:29,388 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:07:29,389 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:08:29,405 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:08:29,406 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:08:29,408 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:09:29,386 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:10:29,407 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:10:29,410 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:10:29,411 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:11:29,384 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:12:29,398 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:12:29,399 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:12:29,402 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:13:29,406 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:13:29,408 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:13:29,410 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:14:29,405 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:14:29,405 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:14:29,406 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:15:29,380 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:16:29,407 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:16:29,408 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:16:29,410 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:17:29,378 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:18:29,407 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:18:29,407 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:18:29,408 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:19:29,405 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:19:29,406 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:19:29,407 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:20:29,403 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:20:29,405 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:20:29,406 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:21:29,378 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:22:29,403 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:22:29,404 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:22:29,405 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:40:57,579 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:41:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:41:57,557 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:41:57,558 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:42:57,567 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:42:57,570 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:42:57,570 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:43:57,551 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:44:57,549 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:44:57,553 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:44:57,554 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:45:57,569 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:45:57,570 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:45:57,571 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:46:57,562 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:46:57,562 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:46:57,563 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:47:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:47:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:47:57,557 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:48:57,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:49:57,556 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:49:57,559 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:49:57,560 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:50:57,535 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:51:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:51:57,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:51:57,556 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:52:57,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:52:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:52:57,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:53:57,549 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:53:57,549 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:53:57,551 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:54:57,544 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:55:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:55:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:55:57,557 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:56:57,545 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:57:57,561 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:57:57,564 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:57:57,565 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:58:57,555 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:58:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:58:57,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 03:59:57,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 03:59:57,558 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 03:59:57,560 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:00:57,600 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:01:57,561 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:01:57,561 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:01:57,562 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:02:57,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:02:57,558 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:02:57,559 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:03:57,557 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:03:57,557 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:03:57,558 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:04:57,581 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:05:57,555 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:05:57,555 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:05:57,557 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:06:57,590 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:07:57,659 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:07:57,666 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:07:57,673 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:08:57,548 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:08:57,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:08:57,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:09:57,559 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:09:57,561 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:09:57,563 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:10:57,546 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:11:57,587 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:11:57,587 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:11:57,589 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:12:57,568 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:12:57,568 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:12:57,568 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:13:57,561 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:13:57,563 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:14:57,563 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:14:57,564 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:15:57,573 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:15:57,575 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:15:57,576 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:16:57,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:17:57,565 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:17:57,567 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:17:57,569 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:18:57,576 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:18:57,580 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:18:57,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:19:57,571 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:20:57,585 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:20:57,587 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:20:57,587 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:21:57,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:22:57,579 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:22:57,579 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:22:57,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:23:57,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:24:57,577 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:24:57,577 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:24:57,580 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:25:57,560 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:26:57,595 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:26:57,596 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:26:57,598 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:27:57,565 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:28:57,582 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:28:57,583 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:28:57,584 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:29:57,572 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:30:57,580 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:30:57,580 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:30:57,583 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:31:57,576 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:32:57,582 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:32:57,582 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:32:57,582 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:33:57,556 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:34:57,584 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:34:57,584 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:34:57,587 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:35:57,569 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:36:57,590 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:36:57,591 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:36:57,592 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:37:57,558 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:38:57,582 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:38:57,583 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:38:57,584 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:39:57,568 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:39:57,574 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:39:57,575 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:40:57,451 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:40:57,452 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:40:57,455 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:41:57,444 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 04:41:57,446 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 04:41:57,446 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 04:53:24,405 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:11:30,991 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:11:30,993 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:11:30,994 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:12:30,955 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:13:30,972 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:13:30,977 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:13:30,978 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:14:30,950 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:15:30,978 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:15:30,980 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:15:30,981 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:16:30,979 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:16:30,979 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:16:30,980 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:17:30,951 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:18:30,974 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:18:30,974 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:18:30,976 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:19:30,965 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:19:30,965 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:19:30,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:20:30,979 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:20:30,980 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:20:30,980 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:21:30,953 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:22:30,972 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:22:30,972 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:22:30,974 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:23:30,940 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:24:30,968 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:24:30,970 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:24:30,970 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:25:30,964 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:25:30,965 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:25:30,967 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:26:30,841 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:27:30,857 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:27:30,860 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:27:30,861 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:28:30,864 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:28:30,864 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:28:30,866 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:29:30,831 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:30:30,841 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:30:30,841 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:30:30,843 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:31:30,861 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:31:30,863 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:31:30,864 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:32:30,860 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:32:30,861 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:32:30,863 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:33:30,830 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:34:30,842 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:34:30,845 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:34:30,846 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:35:30,848 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:35:30,849 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:35:30,850 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:36:30,821 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:37:30,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:37:30,831 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:37:30,832 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:38:30,815 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:39:30,841 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:39:30,841 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:39:30,842 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:40:30,812 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:41:30,836 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:41:30,836 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:41:30,837 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:42:30,823 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:43:30,848 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:43:30,851 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:43:30,853 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:44:30,818 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:45:30,840 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:45:30,841 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:45:30,842 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:46:30,838 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:46:30,840 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:46:30,841 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:47:30,821 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:48:30,834 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:48:30,835 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:48:30,837 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:49:30,820 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:49:30,830 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:49:30,830 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:50:30,811 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:51:30,821 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:51:30,823 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:51:30,824 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:52:30,804 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:53:30,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:53:30,829 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:53:30,831 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:54:30,806 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:55:30,822 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:55:30,822 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:55:30,824 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:56:30,845 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:56:30,847 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:56:30,847 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:57:30,832 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:58:30,850 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:58:30,851 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:58:30,853 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 05:59:30,845 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 05:59:30,845 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 05:59:30,846 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:00:30,849 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:00:30,850 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:00:30,851 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:01:30,824 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:02:30,842 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:02:30,843 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:02:30,845 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:03:30,840 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:03:30,840 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:03:30,843 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:04:30,843 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:04:30,843 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:04:30,845 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:05:30,841 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:05:30,842 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:05:30,844 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:06:30,837 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:06:30,837 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:06:30,838 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:07:30,807 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:08:30,836 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:08:30,837 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:08:30,838 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:09:30,808 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:10:30,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:10:30,829 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:10:30,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:11:30,828 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:11:30,828 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:11:30,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:27:54,844 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:27:54,845 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:27:54,845 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:28:54,820 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:29:54,847 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:29:54,849 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:29:54,850 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:30:54,844 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:30:54,844 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:30:54,846 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:31:54,848 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:31:54,850 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:31:54,851 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:32:54,833 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:33:54,857 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:33:54,857 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:33:54,859 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:34:54,842 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:34:54,846 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:35:54,833 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:35:54,834 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:36:54,854 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:36:54,856 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:36:54,857 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:37:54,840 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:37:54,841 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:37:54,843 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:38:54,830 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:39:54,843 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:39:54,844 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:39:54,844 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:40:54,837 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:40:54,840 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:40:54,841 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:41:54,813 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:42:54,933 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:42:54,933 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:42:54,934 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:43:54,918 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:44:54,931 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:44:54,933 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:44:54,934 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:45:54,934 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:45:54,934 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:45:54,935 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:46:54,939 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:46:54,940 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:46:54,942 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:47:54,927 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:48:54,938 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:48:54,938 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:48:54,939 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:49:54,939 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:49:54,940 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:49:54,941 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:50:54,942 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:50:54,942 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:50:54,943 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:51:54,942 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:51:54,942 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:51:54,942 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:52:54,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:53:54,943 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:53:54,943 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:53:54,945 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:54:54,944 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:54:54,944 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:54:54,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:55:54,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:56:54,945 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:56:54,948 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:56:54,948 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:57:54,947 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:57:54,947 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:57:54,947 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:58:54,930 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 06:59:54,945 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 06:59:54,945 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 06:59:54,946 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:00:54,947 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:00:54,948 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:00:54,948 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:01:54,952 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:01:54,952 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:01:54,954 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:02:54,952 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:02:54,955 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:02:54,955 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:03:54,933 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:04:54,953 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:04:54,953 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:04:54,954 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:05:54,933 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:06:54,951 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:06:54,955 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:06:54,956 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:07:54,949 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:07:54,954 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:07:54,955 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:08:54,943 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:09:54,956 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:09:54,957 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:09:54,958 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:10:54,960 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:10:54,960 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:10:54,960 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:11:54,941 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:12:55,026 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:12:55,028 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:12:55,029 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:13:55,016 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:13:55,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:14:55,012 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:14:55,015 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:15:55,027 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:15:55,028 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:15:55,029 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:16:55,011 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:17:55,034 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:17:55,034 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:17:55,035 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:18:55,012 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:19:55,036 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:19:55,036 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:19:55,038 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:20:55,015 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:21:55,033 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:21:55,035 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:21:55,036 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:22:55,044 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:22:55,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:22:55,046 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:23:55,026 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:24:55,036 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:24:55,037 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:24:55,038 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:25:55,044 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:25:55,044 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:25:55,046 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:26:55,023 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:27:55,040 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:27:55,042 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:27:55,044 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:28:55,046 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:28:55,047 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:28:55,048 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:29:55,037 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:29:55,039 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:29:55,039 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:30:55,024 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:31:55,043 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:31:55,045 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:31:55,046 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:32:55,044 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:32:55,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:32:55,045 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:33:55,030 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:34:55,038 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:34:55,042 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:34:55,043 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:35:55,047 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:35:55,047 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:35:55,048 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:36:55,033 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:44:54,451 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:44:54,452 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:44:54,453 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:45:54,410 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:46:54,422 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:46:54,430 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:46:54,432 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:47:54,415 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:47:54,417 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:47:54,419 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:48:54,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:48:54,442 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:48:54,443 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:49:54,567 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:49:54,574 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:49:54,574 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:50:54,417 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:51:54,419 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:51:54,429 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:51:54,430 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:52:54,424 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:53:54,442 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:53:54,446 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:53:54,447 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:54:54,444 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:54:54,445 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:54:54,447 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:55:54,430 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:56:54,441 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:56:54,442 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:56:54,444 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:57:54,434 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:57:54,436 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:58:54,445 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:58:54,445 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:58:54,446 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 07:59:54,505 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 07:59:54,505 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 07:59:54,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:00:54,484 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:01:54,496 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:01:54,497 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:01:54,499 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:02:54,491 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:02:54,494 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:02:54,494 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:03:54,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:04:54,518 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:04:54,518 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:04:54,519 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:05:54,522 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:05:54,523 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:05:54,524 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:06:54,494 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:07:54,523 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:07:54,523 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:07:54,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:08:54,522 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:08:54,523 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:08:54,524 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:09:54,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:10:54,525 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:10:54,526 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:10:54,527 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:11:54,522 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:11:54,523 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:11:54,524 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:12:54,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:13:54,531 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:13:54,532 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:13:54,534 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:14:54,530 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:14:54,530 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:14:54,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:15:54,510 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:15:54,510 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:16:54,528 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:16:54,531 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:16:54,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:17:54,534 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:17:54,534 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:17:54,536 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:18:54,522 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:18:54,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:19:54,516 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:19:54,522 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:20:54,515 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:20:54,515 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:21:54,541 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:21:54,542 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:21:54,545 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:22:54,520 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:23:54,545 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:23:54,546 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:23:54,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:24:54,525 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:25:54,556 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:25:54,556 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:25:54,558 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:26:54,529 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:26:54,530 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:27:54,545 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:27:54,545 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:28:54,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:28:54,543 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:29:54,348 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:29:54,348 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:29:54,350 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:30:54,347 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:30:54,348 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:30:54,350 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:31:54,326 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:32:54,350 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:32:54,351 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:32:54,353 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:33:54,341 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:33:54,342 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:33:54,343 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:34:54,326 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:35:54,348 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:35:54,348 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:35:54,351 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:36:54,327 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:37:54,334 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:37:54,336 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:37:54,338 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:38:54,349 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:38:54,350 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:38:54,351 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:39:54,324 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:40:54,351 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:40:54,353 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:40:54,354 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:41:54,325 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:42:54,348 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:42:54,349 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:42:54,351 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:43:54,350 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:43:54,351 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:43:54,352 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:44:54,419 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:44:54,421 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:44:54,421 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:54:06,653 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:55:06,658 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:55:06,661 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:55:06,662 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:56:06,653 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:56:06,653 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:56:06,654 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:57:06,638 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:58:06,666 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 08:58:06,668 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 08:58:06,668 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 08:59:06,652 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:00:06,665 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:00:06,668 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:00:06,668 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:01:06,652 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:01:06,652 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:01:06,653 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:02:06,663 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:02:06,664 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:02:06,666 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:03:06,650 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:04:06,669 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:04:06,669 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:04:06,671 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:05:06,654 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:06:06,662 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:06:06,662 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:06:06,662 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:07:06,654 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:08:06,672 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:08:06,673 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:08:06,674 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:09:06,712 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:09:06,712 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:09:06,714 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:10:06,695 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:11:06,699 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:11:06,699 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:11:06,701 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:12:06,704 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:12:06,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:12:06,705 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:13:06,693 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:14:06,713 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:14:06,714 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:14:06,715 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:15:06,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:16:06,707 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:16:06,710 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:16:06,711 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:17:06,738 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:18:06,696 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:18:06,702 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:18:06,702 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:19:06,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:19:06,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:19:06,716 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:20:06,722 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:20:06,722 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:20:06,724 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:21:06,697 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:22:06,710 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:22:06,711 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:22:06,712 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:23:06,708 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:24:06,738 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:24:06,739 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:24:06,741 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:25:06,724 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:26:06,730 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:26:06,730 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:26:06,732 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:27:06,721 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:28:06,734 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:28:06,734 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:28:06,736 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:29:06,742 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:29:06,744 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:29:06,745 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:30:06,722 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:31:06,736 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:31:06,736 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:31:06,737 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:32:06,732 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:32:06,734 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:32:06,734 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:33:06,719 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:34:06,749 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:34:06,750 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:34:06,751 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:35:06,724 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:36:06,737 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:36:06,737 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:36:06,739 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:37:06,747 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:37:06,748 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:37:06,749 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:38:06,740 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:38:06,742 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:38:06,743 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:39:06,730 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:40:06,744 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:40:06,745 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:40:06,747 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:41:06,744 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:41:06,745 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:41:06,747 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:42:06,752 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:42:06,755 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:42:06,755 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:43:06,727 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:44:06,746 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:44:06,750 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:44:06,751 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:45:06,735 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:46:06,743 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:46:06,743 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:46:06,744 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:47:06,767 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:47:06,768 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:47:06,770 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:48:06,770 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:48:06,771 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:48:06,771 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:49:06,732 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:50:13,088 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 09:50:13,089 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 09:50:13,089 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 09:51:55,299 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:00:04,828 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:00:04,829 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:00:04,831 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:08:06,733 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:08:06,734 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:08:06,736 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:09:06,787 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:10:06,792 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:10:06,795 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:10:06,797 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:11:06,772 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:12:06,785 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:12:06,786 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:12:06,787 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:13:06,795 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:13:06,797 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:13:06,799 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:14:06,779 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:15:06,806 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:15:06,807 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:15:06,811 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:16:06,781 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:17:06,807 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:17:06,808 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:17:06,809 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:18:06,791 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:19:06,819 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:19:06,821 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:19:06,822 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:20:06,810 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:20:06,811 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:20:06,813 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:21:06,798 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:21:06,803 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:21:06,804 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:22:06,783 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:23:06,804 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:23:06,804 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:23:06,806 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:24:06,794 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:25:06,806 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:25:06,807 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:25:06,808 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:26:06,790 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:27:06,814 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:27:06,815 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:27:06,816 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:28:06,785 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:29:06,713 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:29:06,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:29:06,717 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:30:06,710 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:30:06,711 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:30:06,712 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:31:06,685 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:32:06,709 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:32:06,711 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:32:06,712 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:33:06,692 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:33:06,701 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:33:06,701 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:34:06,693 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:35:06,702 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 10:35:06,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:35:06,706 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:36:06,681 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:37:06,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:37:06,705 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:37:06,705 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:38:06,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:39:06,703 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:39:06,704 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:39:06,705 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:40:06,684 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:41:06,694 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:41:06,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:41:06,697 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:42:06,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:43:06,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:43:06,698 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:43:06,700 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:44:06,697 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:44:06,699 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:44:06,700 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:45:06,697 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:45:06,698 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:45:06,699 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:46:06,668 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:47:06,694 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:47:06,696 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:47:06,697 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:48:06,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:49:06,694 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:49:06,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:49:06,697 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:50:06,693 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:50:06,694 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:50:06,696 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:51:06,681 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:51:06,685 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:51:06,685 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:52:06,663 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:53:06,683 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:53:06,683 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:53:06,685 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:54:06,662 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:55:06,688 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:55:06,689 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:55:06,691 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:56:06,688 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:56:06,688 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:56:06,689 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:57:06,663 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:58:06,683 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:58:06,683 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:58:06,684 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 10:59:06,597 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 10:59:06,598 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 10:59:06,599 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:00:06,569 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:01:06,590 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:01:06,591 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:01:06,592 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:02:06,575 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:03:06,589 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:03:06,592 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:03:06,593 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:04:06,564 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:05:06,584 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:05:06,585 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:05:06,586 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:06:06,559 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:07:06,580 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:07:06,580 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:07:06,581 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:08:06,577 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:08:06,577 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:08:06,579 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:09:06,575 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:09:06,576 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:09:06,578 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:18:04,525 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:19:04,530 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:19:04,532 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:19:04,534 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:20:04,521 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:21:04,527 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:21:04,528 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:21:04,529 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:22:04,520 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:23:04,531 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:23:04,533 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:23:04,533 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:24:04,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:25:04,528 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:25:04,529 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:25:04,530 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:26:04,514 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:26:04,515 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:26:04,515 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:27:04,507 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:28:04,524 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:28:04,525 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:28:04,527 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:29:04,511 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:29:04,512 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:29:04,513 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:30:04,505 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:31:04,514 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:31:04,515 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:31:04,516 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:32:04,514 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:32:04,515 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:32:04,516 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:33:04,674 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:33:04,674 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:33:04,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:34:04,668 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:35:04,675 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-13 11:35:04,676 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:35:04,676 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:36:04,655 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:37:04,677 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:37:04,678 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:37:04,679 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:38:04,664 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:39:04,766 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:39:04,771 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:39:04,778 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:40:04,656 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:41:04,667 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:41:04,669 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:41:04,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:42:04,694 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:43:04,673 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:43:04,673 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:43:04,674 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:44:04,663 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:45:04,669 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:45:04,672 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:45:04,673 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:46:04,683 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:46:04,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:46:04,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:47:04,653 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:48:04,722 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:48:04,723 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:48:04,724 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:49:04,730 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:49:04,731 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:49:04,732 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:50:04,702 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:51:04,720 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:51:04,720 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:51:04,722 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:52:04,730 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:52:04,732 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:52:04,733 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:53:04,712 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:54:04,722 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:54:04,723 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:54:04,725 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:55:04,709 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:55:04,713 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:55:04,714 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:56:04,708 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:57:04,708 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:57:04,713 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:57:04,716 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:58:04,728 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:58:04,729 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:58:04,729 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 11:59:04,720 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 11:59:04,722 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 11:59:04,723 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:00:04,703 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:01:04,726 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:01:04,728 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:01:04,728 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:02:04,721 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:02:04,721 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:02:04,722 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:03:04,693 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:04:04,690 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:04:04,690 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:04:04,693 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:05:04,700 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:05:04,702 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:05:04,703 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:06:04,671 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:07:04,697 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:07:04,699 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:07:04,700 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:08:04,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:08:04,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:08:04,699 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:09:04,704 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:09:04,704 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:09:04,706 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:10:04,695 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:11:04,692 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:11:04,699 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:11:04,700 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:12:04,670 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:13:04,686 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:13:04,686 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:13:04,687 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:14:04,669 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:15:04,684 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:15:04,685 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:15:04,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:16:04,687 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:16:04,689 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:16:04,690 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:17:04,670 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:25:39,259 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:25:39,259 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:25:39,261 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:26:39,274 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:26:39,274 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:26:39,276 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:27:39,252 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:28:39,271 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:28:39,273 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:28:39,274 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:29:39,250 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:30:39,259 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:30:39,266 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:30:39,267 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:31:39,264 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:31:39,265 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:31:39,266 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:32:39,269 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:32:39,270 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:32:39,270 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:33:39,246 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:34:39,260 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:34:39,266 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:34:39,267 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:35:39,253 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:35:39,262 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-13 12:35:39,262 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:36:39,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:37:39,262 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:37:39,262 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:37:39,265 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:38:39,264 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:38:39,265 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:38:39,267 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:39:39,239 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:40:39,254 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:40:39,255 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:40:39,257 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:41:39,227 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:42:39,253 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:42:39,253 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:42:39,255 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:43:39,227 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:44:39,234 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:44:39,235 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:44:39,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:45:39,223 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:46:39,246 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:46:39,246 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:46:39,248 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:47:39,225 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:48:39,235 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:48:39,241 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:48:39,243 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:49:39,219 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:50:39,250 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:50:39,251 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:50:39,253 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:51:39,241 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:51:39,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:51:39,245 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:52:39,218 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:53:39,241 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:53:39,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:53:39,242 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:54:39,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:55:39,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:55:39,230 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:55:39,232 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:56:39,223 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:56:39,224 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:56:39,225 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:57:39,226 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:57:39,229 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:57:39,230 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:58:39,197 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 12:59:39,221 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 12:59:39,221 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 12:59:39,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:00:39,223 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:00:39,223 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:00:39,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:01:39,189 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:02:39,207 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:02:39,214 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:02:39,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:03:39,190 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:04:39,213 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:04:39,214 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:04:39,215 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:05:39,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:05:39,212 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:05:39,212 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:06:39,215 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:06:39,217 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:06:39,218 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:07:39,186 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:08:39,200 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:08:39,206 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:08:39,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:09:39,190 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:10:39,218 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:10:39,218 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:10:39,221 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:11:39,199 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:12:39,227 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:12:39,228 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:12:39,229 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:13:39,223 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:13:39,224 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:13:39,225 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:14:39,198 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:15:39,221 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:15:39,221 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:15:39,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:16:39,196 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:17:39,220 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:17:39,223 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:17:39,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:18:39,226 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:18:39,227 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:18:39,229 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:19:39,187 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:20:39,210 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:20:39,215 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:20:39,217 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:21:39,196 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:22:39,217 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:22:39,218 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:22:39,220 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:23:39,206 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:23:39,206 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:23:39,208 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:24:39,190 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:25:39,196 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:25:39,197 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:25:39,199 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:41:48,933 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:41:48,933 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:41:48,934 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:42:48,960 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:42:48,961 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:42:48,962 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:43:48,923 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:44:48,943 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:44:48,943 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:44:48,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:45:48,970 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:45:48,970 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:45:48,972 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:55:57,099 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:56:56,978 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:56:56,980 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:56:56,981 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:57:56,986 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:57:56,988 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:57:56,989 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:58:56,961 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 13:59:56,985 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 13:59:56,986 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 13:59:56,988 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:17:06,164 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:17:06,165 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:17:06,165 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:18:06,143 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:19:06,164 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:19:06,166 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:19:06,166 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:20:06,164 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:20:06,166 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:20:06,167 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:21:06,146 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:22:06,163 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:22:06,164 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:22:06,165 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:23:06,164 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:23:06,165 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:23:06,167 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:24:06,139 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:25:06,158 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:25:06,159 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:25:06,161 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:26:06,165 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:26:06,166 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:26:06,168 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:27:06,169 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:27:06,171 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:27:06,172 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:28:06,155 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:29:06,163 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:29:06,164 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:29:06,165 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:30:06,164 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:30:06,165 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:30:06,165 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:31:06,167 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:31:06,168 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:31:06,169 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:32:06,178 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:33:06,205 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:33:06,205 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:33:06,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:34:06,204 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:34:06,204 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:34:06,206 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:35:06,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:35:06,212 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:35:06,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:36:06,179 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:37:06,213 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:37:06,216 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:37:06,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:38:06,208 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:38:06,209 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:38:06,211 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:39:06,188 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:40:06,210 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:40:06,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:40:06,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:41:06,187 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:42:06,216 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:42:06,216 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:42:06,218 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:43:06,182 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:44:06,209 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:44:06,214 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:44:06,215 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:45:06,195 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:46:06,212 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:46:06,214 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:46:06,216 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:47:06,216 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:48:06,236 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:48:06,238 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:48:06,238 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:49:06,216 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:50:06,229 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:50:06,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:50:06,231 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:51:06,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:52:06,242 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:52:06,243 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:52:06,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:53:06,247 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:53:06,247 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:53:06,249 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:54:06,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:55:06,237 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:55:06,240 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:55:06,242 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:56:06,250 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:56:06,251 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:56:06,251 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:57:06,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:58:06,253 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:58:06,255 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:58:06,256 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 14:59:06,250 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 14:59:06,252 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 14:59:06,254 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:00:06,236 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:01:06,254 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:01:06,255 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:01:06,256 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:02:06,279 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:03:06,291 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:03:06,292 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:03:06,293 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:04:06,282 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:05:06,295 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:05:06,298 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:05:06,299 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:06:06,300 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:06:06,301 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:06:06,302 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:07:06,287 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:08:06,309 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:08:06,310 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:08:06,312 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:09:06,295 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:09:06,298 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:09:06,299 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:10:06,275 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:11:06,296 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:11:06,299 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:11:06,301 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:12:06,276 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:13:06,294 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:13:06,301 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:13:06,301 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:14:06,280 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:15:06,302 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:15:06,302 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:15:06,304 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:16:06,296 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:16:06,296 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:16:06,297 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:19:07,407 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:20:07,421 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:20:07,425 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:20:07,426 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:21:07,434 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:21:07,435 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:21:07,436 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:22:07,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:23:07,431 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:23:07,432 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:23:07,432 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:24:07,433 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:24:07,434 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:24:07,435 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:25:07,426 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:25:07,432 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:25:07,432 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:26:07,423 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:27:07,435 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:27:07,436 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:27:07,436 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:28:07,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:29:07,443 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:29:07,444 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:29:07,445 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:30:07,423 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:31:07,440 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:31:07,442 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:31:07,444 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:32:07,411 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:33:07,425 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:33:07,426 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:33:07,428 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:34:07,413 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:35:07,437 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:35:07,437 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:35:07,438 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:36:07,419 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:36:07,425 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:36:07,425 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:37:07,413 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:38:07,414 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:38:07,424 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:38:07,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:39:07,426 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:39:07,427 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:40:07,425 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:40:07,427 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:41:07,423 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:41:07,425 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:42:07,431 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:42:07,431 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:42:07,432 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:43:07,429 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:43:07,430 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:44:07,486 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:44:07,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:45:07,436 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:45:07,439 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:45:07,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:46:07,445 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:46:07,446 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:46:07,447 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:47:07,428 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:48:07,443 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:48:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:48:07,445 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:49:07,443 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:49:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:49:07,445 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:50:07,432 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:51:07,447 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:51:07,448 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:51:07,449 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:52:07,456 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:52:07,458 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:52:07,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:53:07,441 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:54:07,455 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:54:07,455 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:54:07,457 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:55:07,434 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:55:07,444 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:55:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:56:07,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:57:07,461 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:57:07,463 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:57:07,464 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:58:07,442 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 15:59:07,461 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 15:59:07,461 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 15:59:07,463 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:00:07,445 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:01:07,458 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:01:07,461 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:01:07,462 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:02:07,445 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:02:07,445 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:02:07,448 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:03:07,438 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:03:07,439 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:03:07,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:04:07,422 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:05:07,440 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:05:07,440 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:05:07,441 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:06:07,441 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:06:07,442 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:06:07,442 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:07:07,423 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:08:07,441 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:08:07,442 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:08:07,443 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:09:07,430 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:10:07,447 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:10:07,448 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:10:07,449 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:11:07,433 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:12:07,444 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:12:07,445 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:12:07,445 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:13:07,454 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:13:07,454 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:13:07,455 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:14:07,443 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:14:07,445 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:14:07,446 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:15:07,436 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:16:07,453 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:16:07,453 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:16:07,454 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:17:07,458 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:17:07,458 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:17:07,460 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:18:07,441 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:19:07,461 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:19:07,463 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:19:07,464 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:29:26,789 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:29:26,791 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:29:26,791 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:30:26,784 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:30:26,784 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:30:26,786 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:31:26,765 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:32:26,784 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:32:26,784 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:32:26,785 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:33:26,793 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:33:26,795 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:33:26,796 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:34:26,767 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:35:26,781 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:35:26,782 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:35:26,783 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:36:26,767 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:37:26,795 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:37:26,796 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:37:26,797 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:38:26,792 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:38:26,792 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:38:26,793 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:39:26,783 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:40:26,792 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:40:26,795 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:40:26,798 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:41:26,772 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:42:26,786 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:42:26,787 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:42:26,788 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:43:26,798 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:43:26,798 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:43:26,800 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:44:26,556 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:45:26,576 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:45:26,578 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:45:26,579 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:46:26,547 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:47:26,576 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:47:26,577 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:47:26,579 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:48:26,550 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:49:26,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:49:26,564 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:49:26,566 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:50:26,578 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:50:26,579 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:50:26,581 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:51:26,545 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:52:26,553 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:52:26,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:52:26,555 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:53:26,547 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:54:26,561 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:54:26,566 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:54:26,568 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:55:26,536 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:56:26,556 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:56:26,564 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:56:26,565 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:57:26,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:58:26,544 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:58:26,548 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:58:26,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 16:59:26,463 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 16:59:26,463 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 16:59:26,466 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:00:26,467 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:00:26,468 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:00:26,469 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:01:26,442 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:02:26,456 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:02:26,458 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:02:26,461 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:03:26,433 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:04:26,456 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:04:26,457 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:04:26,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:05:26,439 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:05:26,443 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:05:26,443 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:06:26,430 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:07:26,450 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:07:26,451 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:07:26,453 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:08:26,421 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:08:26,428 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:08:26,429 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:09:26,426 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:10:26,433 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:10:26,438 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:10:26,440 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:11:26,416 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:12:26,431 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:12:26,437 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:12:26,439 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:13:26,413 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:14:26,555 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:14:26,556 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:14:26,556 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:15:26,549 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:15:26,549 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:15:26,551 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:16:26,527 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:17:26,552 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:17:26,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:17:26,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:18:26,552 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:18:26,552 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:18:26,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:19:26,525 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:20:26,550 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:20:26,550 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:20:26,551 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:21:26,541 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:21:26,541 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:21:26,543 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:22:26,529 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:23:26,545 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:23:26,545 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:23:26,548 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:24:26,519 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:25:26,544 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:25:26,544 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:25:26,545 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:26:26,545 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:26:26,546 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:26:26,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:27:26,515 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:28:26,543 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:28:26,544 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:28:26,546 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:45:49,502 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:45:49,504 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:45:49,505 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:46:49,493 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:47:49,510 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:47:49,510 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:47:49,511 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:48:49,493 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:49:49,511 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:49:49,511 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:49:49,512 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:50:49,500 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:51:49,506 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:51:49,506 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:51:49,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:52:49,505 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:52:49,506 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:52:49,507 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:53:49,491 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:54:49,507 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:54:49,507 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:54:49,509 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:55:49,498 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:56:49,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:56:49,504 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:56:49,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:57:49,497 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:57:49,498 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:58:49,510 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:58:49,510 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 17:58:49,512 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:59:49,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 17:59:49,500 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 17:59:49,501 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:00:49,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:01:49,505 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:01:49,506 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:01:49,508 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:02:49,504 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:02:49,505 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:02:49,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:03:49,490 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:04:49,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:04:49,504 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:04:49,505 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:05:49,509 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:05:49,510 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:05:49,511 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:06:49,489 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:07:49,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:07:49,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:07:49,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:08:49,507 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:08:49,507 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:08:49,508 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:09:49,485 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:09:49,497 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:09:49,497 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:10:49,504 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:11:49,537 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:11:49,585 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:11:49,590 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:12:49,580 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:12:49,591 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:12:49,592 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:13:49,491 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:14:49,506 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:14:49,509 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:14:49,509 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:15:49,534 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:15:49,534 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:15:49,534 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:16:49,531 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:16:49,532 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:16:49,533 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:17:49,533 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:17:49,535 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:17:49,536 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:18:49,533 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:18:49,534 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:18:49,535 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:19:49,518 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:20:49,539 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:20:49,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:20:49,541 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:21:49,518 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:22:49,536 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:22:49,537 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:22:49,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:23:49,539 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:23:49,539 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:23:49,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:24:49,531 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:24:49,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:24:49,532 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:25:49,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:26:49,525 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:26:49,531 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:26:49,533 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:27:49,536 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:27:49,536 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:27:49,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:28:49,529 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:29:49,545 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:29:49,546 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:29:49,547 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:30:49,542 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:30:49,542 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:30:49,543 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:31:49,520 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:32:49,538 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:32:49,538 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:32:49,541 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:33:49,519 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:34:49,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:34:49,542 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:34:49,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:35:49,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:36:49,539 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:36:49,539 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:36:49,540 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:37:49,527 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:38:49,552 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:38:49,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:38:49,555 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:39:49,536 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:39:49,536 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:39:49,537 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:40:49,548 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:40:49,550 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:40:49,551 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:41:49,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:42:49,541 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:42:49,542 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:42:49,543 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:43:49,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:44:49,550 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:44:49,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:44:49,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:45:49,618 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:45:49,619 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:45:49,620 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:57:33,675 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:58:33,676 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:58:33,679 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:58:33,680 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 18:59:33,689 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 18:59:33,691 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 18:59:33,691 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:00:33,680 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:01:33,680 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:01:33,683 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:01:33,684 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:02:33,696 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:02:33,699 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:02:33,699 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:03:33,672 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:04:33,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:04:33,685 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:04:33,687 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:05:33,695 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:05:33,695 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:05:33,696 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:06:33,676 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:07:33,803 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:07:33,808 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:07:33,816 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:08:33,686 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:08:33,687 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:08:33,689 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:09:33,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:10:33,770 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:10:33,776 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:10:33,784 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:11:33,674 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:12:33,702 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:12:33,704 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:12:33,705 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:13:33,798 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:13:33,800 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:13:33,812 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:14:33,672 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:15:33,697 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:15:33,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:15:33,699 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:16:33,705 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:16:33,706 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:16:33,708 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:17:33,696 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:18:33,711 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:18:33,715 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:18:33,716 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:19:33,707 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:19:33,710 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:19:33,711 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:20:33,697 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:20:33,697 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:20:33,700 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:21:33,700 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:22:33,714 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:22:33,716 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:22:33,718 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:23:33,705 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:24:33,712 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:24:33,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:24:33,715 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:25:33,688 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:26:33,713 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:26:33,715 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:26:33,715 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:27:33,681 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:28:33,693 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:28:33,695 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:28:33,695 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:29:33,684 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:29:33,685 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:29:33,686 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:30:33,679 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:31:33,684 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:31:33,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:31:33,687 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:32:33,696 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:32:33,697 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:32:33,697 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:33:33,691 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:33:33,691 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:33:33,692 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:34:33,674 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:35:33,694 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:35:33,694 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:35:33,695 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:36:33,707 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:36:33,708 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:36:33,710 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:37:33,669 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:38:33,694 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:38:33,694 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:38:33,695 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:39:33,673 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:40:33,689 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:40:33,691 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:40:33,693 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:41:33,674 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:42:33,651 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:42:33,653 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:42:33,654 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:43:33,651 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:43:33,652 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:43:33,653 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:44:33,648 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:44:33,649 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:44:33,649 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:45:33,630 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:46:33,631 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:46:33,642 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:46:33,643 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:47:33,651 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:47:33,655 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:47:33,655 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:48:33,633 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:49:33,654 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:49:33,654 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:49:33,657 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:50:33,650 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:50:33,652 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:50:33,653 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:51:33,650 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:51:33,651 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:51:33,653 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:52:33,655 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:52:33,656 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:52:33,657 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:53:33,632 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:54:33,644 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:54:33,647 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:54:33,649 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:55:33,649 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:55:33,650 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:55:33,651 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 19:56:33,656 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 19:56:33,656 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 19:56:33,658 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:12:47,714 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:13:47,736 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:13:47,737 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:13:47,739 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:14:47,698 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:15:47,732 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:15:47,733 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:15:47,735 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:16:47,703 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:17:47,712 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:17:47,717 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:17:47,718 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:18:47,731 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:18:47,732 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:18:47,733 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:19:47,735 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:19:47,735 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:19:47,736 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:20:47,709 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:21:47,735 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:21:47,735 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:21:47,736 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:22:47,715 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:23:47,723 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:23:47,723 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:23:47,725 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:24:47,735 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:24:47,738 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:24:47,738 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:25:47,740 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:25:47,741 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:25:47,742 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:26:47,740 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:26:47,741 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:26:47,743 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:27:47,713 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:28:47,738 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:28:47,740 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:28:47,742 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:29:47,717 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:30:47,741 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:30:47,741 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:30:47,743 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:31:47,717 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:31:47,728 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:31:47,728 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:32:47,743 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:32:47,745 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:32:47,746 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:33:47,717 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:34:47,731 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:34:47,732 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:34:47,734 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:35:47,743 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-13 20:35:47,745 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:35:47,746 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:36:47,747 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:36:47,747 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:36:47,748 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:37:47,741 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:37:47,742 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:37:47,743 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:38:47,728 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:39:47,744 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:39:47,746 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:39:47,747 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:40:47,748 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:40:47,748 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:40:47,749 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:41:47,725 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:42:47,752 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:42:47,752 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:42:47,754 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:43:47,754 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:43:47,756 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:43:47,758 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:44:47,726 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:45:47,751 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:45:47,751 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:45:47,752 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:46:47,728 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:47:47,742 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:47:47,743 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:47:47,744 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:48:47,731 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:49:47,755 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:49:47,756 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:49:47,757 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:50:47,733 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:51:47,759 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:51:47,762 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:51:47,764 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:52:47,736 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:53:47,761 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:53:47,762 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:53:47,764 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:54:47,756 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:54:47,759 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:54:47,760 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:55:47,737 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:56:47,761 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:56:47,762 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:56:47,762 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:57:47,762 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:57:47,762 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:57:47,763 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:58:47,750 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 20:58:47,752 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 20:58:47,753 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 20:59:47,737 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:00:47,761 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:00:47,761 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:00:47,763 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:01:47,763 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:01:47,764 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:01:47,764 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:02:47,766 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:02:47,768 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:02:47,770 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:03:47,740 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:04:47,754 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:04:47,760 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:04:47,761 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:05:47,764 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:05:47,764 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:05:47,765 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:06:47,745 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:07:47,768 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:07:47,769 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:07:47,771 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:08:47,743 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:09:47,768 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:09:47,769 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:09:47,771 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:10:47,745 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:11:47,773 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:11:47,773 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:11:47,775 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:12:47,763 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:12:47,764 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:12:47,765 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:13:47,741 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:14:47,743 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:14:47,744 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:14:47,745 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:15:47,760 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:15:47,761 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:15:47,762 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:16:47,734 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:17:47,747 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:17:47,747 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:17:47,748 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:18:47,737 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:19:47,766 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:19:47,767 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:19:47,767 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:20:47,732 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:21:47,751 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:21:47,753 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:21:47,754 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:22:47,748 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:23:47,755 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:23:47,755 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:23:47,756 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:24:47,741 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:24:47,747 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:24:47,747 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:25:47,738 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:25:47,749 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:25:47,750 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:26:47,754 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:27:47,449 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:27:47,449 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:27:47,451 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:28:47,427 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:29:47,447 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:29:47,449 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:29:47,449 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:30:47,440 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:30:47,440 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:30:47,441 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:31:47,437 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:31:47,438 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:31:47,439 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:32:47,426 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:33:47,533 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:33:47,545 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:33:47,550 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:34:47,423 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:34:47,424 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:35:47,434 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:35:47,437 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:35:47,437 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:36:47,519 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:36:47,523 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:36:47,524 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:37:47,411 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:38:47,435 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:38:47,436 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:38:47,437 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:39:47,427 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:39:47,429 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:39:47,430 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:40:47,431 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:40:47,433 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:40:47,434 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:41:47,425 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:41:47,426 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:41:47,428 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:42:47,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:43:47,571 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:43:47,573 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:43:47,574 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:44:47,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:45:47,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:45:47,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:45:47,565 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:46:47,538 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:47:47,566 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:47:47,566 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:47:47,567 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:48:47,549 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:49:47,551 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:49:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:49:47,554 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:50:47,531 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:51:47,571 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:51:47,572 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:51:47,572 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:52:47,539 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:53:47,550 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:53:47,550 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:53:47,551 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:54:47,552 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:54:47,552 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:54:47,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:55:47,546 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:55:47,546 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:55:47,548 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:56:47,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:56:47,541 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:56:47,541 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:57:47,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:58:47,540 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:58:47,544 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:58:47,545 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 21:59:47,548 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 21:59:47,548 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 21:59:47,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:00:47,546 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:00:47,547 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:00:47,548 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:01:47,551 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:01:47,552 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:01:47,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:02:47,544 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:03:47,544 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:03:47,545 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:03:47,547 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:04:47,544 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:04:47,548 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:04:47,549 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:05:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:05:47,553 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:05:47,555 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:06:47,544 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:06:47,547 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:06:47,547 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:07:47,537 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:08:47,550 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:08:47,550 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:08:47,553 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:09:47,533 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:09:47,539 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:09:47,540 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:10:47,525 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:11:47,547 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:11:47,548 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:11:47,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:12:47,532 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:12:47,533 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:12:47,534 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:13:47,519 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:13:47,519 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:13:47,519 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:14:47,502 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:15:47,516 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:15:47,516 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:15:47,518 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:16:47,525 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:16:47,525 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:16:47,527 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:17:47,524 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:17:47,525 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:17:47,526 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:18:47,522 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:18:47,525 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:18:47,526 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:19:47,500 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:20:47,521 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:20:47,522 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:20:47,523 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:21:47,529 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:21:47,530 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:21:47,531 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:22:47,496 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:23:47,527 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:23:47,527 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:23:47,527 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:24:47,520 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:24:47,521 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:24:47,522 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:25:47,495 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:26:47,526 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:26:47,526 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:26:47,528 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:27:47,550 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:28:47,567 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:28:47,567 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:28:47,570 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:29:47,561 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:30:47,577 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:30:47,578 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:30:47,578 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:31:47,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:32:47,560 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:32:47,560 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:32:47,562 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:33:47,576 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:33:47,576 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:33:47,579 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:34:47,551 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:35:47,573 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:35:47,574 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:35:47,575 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:36:47,577 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:36:47,577 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:36:47,579 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:37:47,568 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:37:47,568 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:37:47,569 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:38:47,549 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:39:47,574 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:39:47,575 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:39:47,577 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:40:47,549 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:41:47,571 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:41:47,573 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:41:47,574 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:42:47,563 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:42:47,563 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:42:47,564 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:43:47,531 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:44:47,561 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:44:47,562 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:44:47,563 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:45:47,550 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:45:47,550 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:45:47,553 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:46:47,535 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:47:47,564 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:47:47,567 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:47:47,568 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:48:47,546 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:48:47,553 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:48:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:49:47,547 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:49:47,553 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:49:47,553 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:50:47,536 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:51:47,561 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:51:47,563 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:51:47,564 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:52:47,548 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:52:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:52:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:53:47,560 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:53:47,562 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:53:47,563 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:54:47,543 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:54:47,549 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:54:47,549 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:55:47,558 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:55:47,559 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:55:47,560 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:56:47,531 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:57:47,558 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:57:47,559 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:57:47,561 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:58:47,561 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 22:58:47,563 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 22:58:47,564 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 22:59:47,535 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:00:47,554 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:00:47,556 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:00:47,557 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:01:47,529 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:02:47,554 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:02:47,555 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:02:47,557 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:03:47,555 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:03:47,555 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:03:47,556 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:04:47,528 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:05:47,553 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:05:47,554 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:05:47,556 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:06:47,530 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:07:47,556 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:07:47,556 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:07:47,557 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:08:47,531 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:08:47,532 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:09:47,547 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:09:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:09:47,554 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:10:47,551 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:10:47,552 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:10:47,553 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:11:47,538 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:11:47,543 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:11:47,543 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:12:47,620 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:13:47,643 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:13:47,645 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:13:47,646 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:30:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:30:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:30:14,241 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:31:14,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:32:14,208 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:32:14,211 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:32:14,214 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:33:14,206 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:33:14,208 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:33:14,208 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:34:14,202 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:34:14,206 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:34:14,207 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:35:14,203 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:36:14,207 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:36:14,208 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:36:14,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:37:14,210 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:37:14,211 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:37:14,211 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:38:14,204 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:39:14,207 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:39:14,208 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:39:14,209 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:40:14,219 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:40:14,220 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:40:14,220 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:41:14,182 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:42:14,205 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:42:14,205 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:42:14,206 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:43:14,209 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:43:14,210 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:43:14,211 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:44:14,189 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:45:14,091 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:45:14,092 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:45:14,093 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:46:14,083 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:47:14,088 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:47:14,089 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:47:14,090 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:48:14,079 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:49:14,095 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:49:14,096 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:49:14,097 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:50:14,088 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:50:14,089 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:50:14,089 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:51:14,080 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:52:14,182 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:52:14,188 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:52:14,196 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:53:14,072 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:54:14,081 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:54:14,082 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:54:14,082 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:55:14,173 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:55:14,181 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:55:14,188 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:56:14,066 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:57:14,073 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:57:14,074 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:57:14,075 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:58:14,081 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-13 23:58:14,083 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-13 23:58:14,083 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-13 23:59:14,055 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:00:14,016 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:00:14,017 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:00:14,018 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:01:14,005 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:01:14,006 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:01:14,007 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:02:14,013 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:02:14,013 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:02:14,015 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:03:13,993 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:04:14,008 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:04:14,008 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:04:14,009 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:05:14,001 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:05:14,001 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:05:14,002 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:06:13,993 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:07:14,013 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:07:14,015 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:07:14,016 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:08:14,011 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:08:14,014 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:08:14,014 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:09:13,975 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:10:13,988 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:10:13,989 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:10:13,991 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:11:13,969 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:12:13,981 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:12:13,982 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:12:13,983 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:13:13,992 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:13:13,993 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:13:13,994 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:14:13,968 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:14:13,972 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:14:13,973 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:15:13,952 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:16:13,970 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:16:13,971 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:16:13,972 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:17:13,960 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:17:13,960 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:17:13,961 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:18:13,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:19:13,955 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:19:13,955 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:19:13,957 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:20:13,956 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:20:13,957 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:20:13,957 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:21:13,930 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:22:13,950 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:22:13,951 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:22:13,952 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:23:13,924 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:24:13,958 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:24:13,959 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:24:13,961 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:25:13,924 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:26:13,951 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:26:13,952 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:26:13,953 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:27:13,940 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:27:13,940 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:27:13,941 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:28:13,939 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:28:13,939 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:28:13,940 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:29:13,933 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:29:13,935 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:29:13,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:30:13,910 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:48:15,552 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:48:15,553 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:48:15,554 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:58:12,013 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:58:12,015 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 00:58:12,016 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 00:59:11,990 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 00:59:11,991 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:00:11,987 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:00:11,989 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:01:12,002 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:01:12,002 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:01:12,004 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:02:11,972 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:03:12,012 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:03:12,016 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:03:12,018 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:04:12,025 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:04:12,026 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:04:12,027 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:05:12,002 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:06:12,012 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:06:12,018 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:06:12,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:07:11,996 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:08:12,019 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:08:12,020 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:08:12,022 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:09:12,014 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:09:12,015 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:09:12,016 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:10:11,990 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:11:12,014 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:11:12,014 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:11:12,017 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:12:11,986 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:13:12,006 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:13:12,009 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:13:12,009 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:14:11,983 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:15:12,009 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:15:12,009 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:15:12,011 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:16:11,979 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:17:12,005 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:17:12,005 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:17:12,006 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:18:12,030 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:18:12,031 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:18:12,032 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:19:12,013 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:20:12,032 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:20:12,033 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:20:12,034 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:21:12,033 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:21:12,033 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:21:12,034 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:22:12,002 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:23:12,026 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:23:12,028 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:23:12,029 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:24:12,002 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:25:12,028 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:25:12,030 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:25:12,031 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:26:11,999 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:27:12,015 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:27:12,019 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:27:12,020 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:28:12,013 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:28:12,016 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:28:12,016 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:29:11,997 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:30:12,005 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:30:12,006 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:30:12,007 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:31:12,013 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:31:12,015 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:31:12,017 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:32:11,990 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:33:12,047 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:33:12,048 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:33:12,050 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:34:12,051 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:34:12,053 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:34:12,054 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:35:12,077 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:35:12,078 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:35:12,079 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:36:12,024 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:37:12,050 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:37:12,050 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:37:12,051 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:38:12,021 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:39:12,050 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:39:12,050 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:39:12,052 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:40:12,032 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:40:12,034 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:40:12,035 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:41:12,019 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:42:12,027 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:42:12,030 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:42:12,032 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:43:12,042 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:43:12,043 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:43:12,043 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:44:12,016 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:45:12,037 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:45:12,037 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:45:12,038 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:46:12,012 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:47:12,036 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:47:12,036 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:47:12,037 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:48:12,024 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:49:12,056 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:49:12,058 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:49:12,060 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:50:12,024 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:51:12,050 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:51:12,050 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:51:12,051 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:52:12,022 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:53:12,043 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:53:12,043 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:53:12,045 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:54:12,045 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:54:12,046 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:54:12,047 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:55:12,023 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:56:12,029 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:56:12,031 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:56:12,032 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:57:12,043 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 01:57:12,045 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 01:57:12,046 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 01:58:12,014 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:14:14,194 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:14:14,197 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:14:14,198 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:15:14,197 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:15:14,200 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:15:14,200 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:16:14,177 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:17:14,189 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:17:14,190 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:17:14,191 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:18:14,191 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:18:14,191 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:18:14,192 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:19:14,203 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:20:14,183 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:20:14,186 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:20:14,188 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:21:14,185 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:21:14,186 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:21:14,187 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:22:14,168 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:23:14,170 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:23:14,173 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:23:14,174 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:24:14,179 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:24:14,179 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:24:14,180 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:25:14,174 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:25:14,174 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:25:14,174 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:26:14,172 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:27:14,172 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:27:14,174 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:27:14,174 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:28:14,157 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:29:14,215 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:29:14,215 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:29:14,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:30:14,216 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:30:14,216 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:30:14,217 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:31:14,200 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:32:14,216 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:32:14,217 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:32:14,218 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:33:14,220 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:33:14,221 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:33:14,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:34:14,197 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:35:14,210 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:35:14,211 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:35:14,213 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:36:14,297 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:36:14,307 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:36:14,310 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:37:14,191 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:38:14,205 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:38:14,206 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:38:14,208 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:39:14,239 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:40:14,192 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:40:14,197 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:40:14,198 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:41:14,200 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:41:14,202 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:41:14,202 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:42:14,202 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:42:14,203 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:42:14,204 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:43:14,181 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:44:14,225 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:44:14,226 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:44:14,227 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:45:14,209 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:46:14,200 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:46:14,213 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:46:14,215 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:47:14,207 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:47:14,208 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:48:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:48:14,232 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:48:14,234 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:49:14,209 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:50:14,213 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:50:14,214 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:50:14,215 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:51:14,211 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:51:14,212 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:51:14,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:52:14,190 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:53:14,215 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:53:14,215 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:53:14,217 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:54:14,211 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:54:14,215 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:54:14,216 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:55:14,210 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:55:14,210 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:55:14,212 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:56:14,193 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:57:14,206 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:57:14,207 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:57:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:58:14,206 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 02:58:14,207 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 02:58:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 02:59:14,213 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:00:14,227 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:00:14,227 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:00:14,229 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:01:14,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:02:14,223 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:02:14,223 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:02:14,225 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:03:14,223 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:03:14,224 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:03:14,225 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:04:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:05:14,220 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:05:14,221 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:05:14,223 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:06:14,218 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:06:14,219 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:06:14,220 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:07:14,224 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:07:14,224 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:07:14,226 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:08:14,204 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:08:14,213 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:08:14,214 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:09:14,206 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:10:14,201 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:10:14,213 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:10:14,214 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:11:14,217 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:11:14,217 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:11:14,218 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:12:14,202 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:12:14,208 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:12:14,209 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:13:14,200 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:14:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:14:14,243 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:14:14,245 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:15:14,219 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:16:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:16:14,226 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:16:14,227 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:17:14,213 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:18:14,239 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:18:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:18:14,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:19:14,206 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:20:14,236 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:20:14,237 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:20:14,238 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:21:14,233 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:21:14,234 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:21:14,235 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:22:14,210 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:23:14,233 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:23:14,234 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:23:14,235 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:24:14,233 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:24:14,233 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:24:14,235 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:25:14,207 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:26:14,232 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:26:14,233 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:26:14,235 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:27:14,228 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:27:14,229 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:27:14,231 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:28:14,205 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:29:14,231 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:29:14,231 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:29:14,233 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:30:14,236 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:30:14,239 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:30:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:31:14,251 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:31:14,252 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:31:14,253 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:32:14,249 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:32:14,251 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:32:14,251 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:33:14,221 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:34:14,221 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:34:14,225 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:34:14,227 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:35:14,237 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:35:14,238 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:35:14,240 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:36:14,245 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:36:14,246 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:36:14,248 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:37:14,241 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:37:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:37:14,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:38:14,214 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:39:14,239 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:39:14,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:39:14,241 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:40:14,232 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:40:14,234 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:40:14,234 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:41:14,210 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:42:14,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:42:14,238 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:42:14,239 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:43:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:43:14,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:43:14,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:44:14,237 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:44:14,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:44:14,238 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:45:14,209 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:46:14,220 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:46:14,221 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:46:14,222 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:47:14,220 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:47:14,221 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:48:14,234 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:48:14,236 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:48:14,237 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:49:14,202 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:50:14,226 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:50:14,227 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:50:14,228 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:51:14,204 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:52:14,220 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:52:14,221 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:52:14,222 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:53:14,228 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:53:14,229 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:53:14,231 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:54:14,207 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:55:14,228 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:55:14,229 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:55:14,230 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:56:14,203 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:57:14,228 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:57:14,228 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:57:14,230 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:58:14,229 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 03:58:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 03:58:14,231 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 03:59:14,223 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:00:14,245 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:00:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:00:14,248 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:01:14,245 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:01:14,246 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:01:14,247 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:02:14,221 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:03:14,243 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:03:14,244 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:03:14,245 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:04:14,221 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:05:14,246 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:05:14,246 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:05:14,247 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:06:14,242 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:06:14,242 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:06:14,244 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:07:14,245 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:07:14,246 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:07:14,247 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:08:14,217 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:09:14,232 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:09:14,235 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:09:14,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:10:14,241 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:10:14,241 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:10:14,243 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:11:14,218 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:12:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:12:14,230 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:12:14,231 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:13:14,242 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:13:14,243 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:13:14,244 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:14:14,236 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:14:14,237 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:14:14,237 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:15:14,212 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:32:08,698 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:32:08,699 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:32:08,701 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:33:08,686 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:33:08,688 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:34:08,700 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:34:08,700 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:34:08,702 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:35:08,676 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:36:08,701 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:36:08,702 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:36:08,703 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:37:08,676 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:38:08,697 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:38:08,698 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:38:08,699 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:39:08,675 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:40:08,681 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:40:08,683 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:40:08,684 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:51:21,509 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:51:21,509 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:51:21,510 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:52:21,607 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:53:21,616 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:53:21,622 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:53:21,624 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:54:21,600 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:54:21,600 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:54:21,602 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:55:21,598 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:56:21,622 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:56:21,625 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:56:21,627 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:57:21,621 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:57:21,622 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:57:21,623 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:58:21,601 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 04:59:21,628 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 04:59:21,629 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 04:59:21,629 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:00:21,601 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:01:21,632 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:01:21,633 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:01:21,636 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:02:21,612 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:02:21,612 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:03:21,616 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:03:21,618 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:04:21,631 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:04:21,632 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:04:21,633 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:05:21,595 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:06:21,612 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:06:21,616 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:06:21,618 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:07:21,556 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:08:21,585 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:08:21,585 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:08:21,586 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:09:21,562 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:09:21,567 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:09:21,568 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:10:21,558 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:11:21,566 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:11:21,574 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:11:21,575 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:12:21,586 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:12:21,588 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:12:21,589 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:13:21,557 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:14:21,591 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:14:21,591 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:14:21,592 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:15:21,582 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:15:21,582 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:15:21,583 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:16:21,588 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:16:21,589 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:16:21,590 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:17:21,574 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:18:21,592 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:18:21,594 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:18:21,595 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:19:21,571 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:20:21,597 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:20:21,599 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:20:21,600 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:21:21,599 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:21:21,601 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:21:21,601 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:22:21,597 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:23:21,603 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:23:21,603 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:23:21,604 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:24:21,612 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:24:21,614 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:24:21,615 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:25:21,600 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:26:21,606 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:26:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:26:21,609 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:27:21,576 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:28:21,608 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:28:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:28:21,609 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:29:21,586 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:30:21,606 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:30:21,607 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:30:21,608 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:31:21,585 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:32:21,610 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:32:21,611 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:32:21,613 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:33:21,586 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:34:21,611 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:34:21,612 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:34:21,613 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:35:21,585 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:36:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:36:21,608 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:36:21,610 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:37:21,583 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:37:21,584 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:37:21,584 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:38:21,587 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:38:21,590 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:38:21,590 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:39:21,580 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:40:21,598 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:40:21,600 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:40:21,601 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:41:21,595 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:41:21,595 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:41:21,595 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:42:21,577 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:43:21,605 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:43:21,605 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:43:21,606 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:44:21,608 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:44:21,608 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:44:21,610 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:45:21,572 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:46:21,598 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:46:21,599 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:46:21,601 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:47:21,577 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:48:21,587 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:48:21,589 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:48:21,590 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:49:21,605 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:49:21,605 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:49:21,608 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:50:21,602 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:50:21,604 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:50:21,606 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:51:21,578 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 05:59:07,862 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 05:59:07,863 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 05:59:07,863 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:00:07,851 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:01:07,863 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:01:07,863 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:01:07,864 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:02:07,866 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:02:07,867 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:02:07,869 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:03:07,848 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:04:07,869 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:04:07,869 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:04:07,871 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:05:07,853 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:05:07,859 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:05:07,860 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:06:07,854 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:06:07,859 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:06:07,859 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:07:07,851 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:08:07,883 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:08:07,884 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:08:07,885 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:09:07,863 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:10:07,872 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:10:07,873 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:10:07,873 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:11:07,882 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:11:07,883 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:11:07,884 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:12:07,865 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:13:07,885 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:13:07,885 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:13:07,887 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:14:08,044 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:14:08,045 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:14:08,046 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:15:08,026 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:15:08,033 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:15:08,033 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:16:08,041 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:17:08,054 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:17:08,055 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:17:08,055 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:18:08,041 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:19:08,049 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:19:08,051 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:19:08,051 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:20:08,044 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:21:08,051 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:21:08,052 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:21:08,053 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:22:08,038 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:23:08,155 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:23:08,162 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:23:08,169 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:24:08,168 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:24:08,169 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:24:08,179 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:25:08,046 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:26:08,149 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:26:08,153 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:26:08,161 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:27:08,045 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:28:08,074 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:28:08,077 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:28:08,078 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:29:08,059 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:30:08,067 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:30:08,067 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:30:08,069 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:31:08,067 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:31:08,068 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:32:08,068 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:32:08,069 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:32:08,071 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:33:08,068 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:33:08,070 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:33:08,071 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:34:08,065 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:35:08,071 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:35:08,071 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:35:08,072 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:36:08,056 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:37:08,075 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:37:08,076 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:37:08,079 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:38:08,064 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:39:08,082 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:39:08,083 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:39:08,083 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:40:08,086 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:40:08,088 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:40:08,088 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:41:08,067 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:42:08,090 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:42:08,092 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:42:08,093 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:43:08,084 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:44:08,146 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:44:08,148 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:44:08,149 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:45:08,141 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:45:08,141 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:45:08,143 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:46:08,131 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:47:08,142 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:47:08,142 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:47:08,145 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:48:08,144 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:48:08,145 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:48:08,145 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:49:08,143 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:50:08,159 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:50:08,160 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:50:08,161 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:51:08,147 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:51:08,150 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:51:08,150 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:52:08,141 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:53:08,140 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:53:08,152 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:53:08,153 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:54:08,150 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:55:08,155 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:55:08,156 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:55:08,157 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:56:08,143 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:57:08,162 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 06:57:08,162 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 06:57:08,164 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 06:58:08,160 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:15:29,110 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:15:29,111 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:15:29,113 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:16:29,063 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:17:29,066 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:17:29,068 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:17:29,068 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:18:29,067 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:18:29,068 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:18:29,070 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:19:29,076 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:19:29,077 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:19:29,078 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:20:29,078 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:20:29,080 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:20:29,081 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:21:29,065 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:22:29,076 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:22:29,076 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:22:29,077 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:23:29,071 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:23:29,071 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:23:29,073 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:24:29,072 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:25:29,082 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:25:29,084 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:25:29,084 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:26:29,080 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:27:29,074 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:27:29,075 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:27:29,077 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:28:29,089 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:28:29,090 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:28:29,092 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:29:29,066 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:30:29,086 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:30:29,088 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:30:29,088 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:31:29,085 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:31:29,086 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:31:29,087 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:32:29,100 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:33:29,193 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:33:29,194 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:33:29,205 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:34:29,090 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:34:29,091 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:34:29,092 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:35:29,077 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:36:29,149 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:36:29,180 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:36:29,184 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:37:29,074 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:38:29,099 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:38:29,103 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:38:29,104 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:39:29,083 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:39:29,089 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:39:29,090 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:40:29,086 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:41:29,112 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:41:29,113 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:41:29,115 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:42:29,078 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:43:29,098 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:43:29,099 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:43:29,100 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:44:29,109 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:44:29,113 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:44:29,113 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:45:29,007 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:46:29,024 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:46:29,026 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:46:29,027 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:47:29,020 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:47:29,021 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:48:29,018 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:48:29,018 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:49:29,012 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:49:29,013 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:50:29,029 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:50:29,031 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:50:29,031 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:51:29,036 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:51:29,037 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:51:29,038 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:52:29,004 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:53:29,018 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:53:29,018 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:53:29,020 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:54:29,022 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:54:29,024 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:54:29,024 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:55:29,018 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:55:29,019 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:55:29,020 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:56:29,021 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:57:29,026 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:57:29,027 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:57:29,027 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:58:29,014 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 07:58:29,017 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 07:58:29,017 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 07:59:29,004 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:00:29,109 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:00:29,110 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:00:29,111 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:01:29,102 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:01:29,103 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:01:29,105 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:02:29,094 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:03:29,105 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:03:29,105 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:03:29,107 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:04:29,098 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:05:29,117 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:05:29,119 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:05:29,120 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:06:29,093 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:07:29,111 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:07:29,112 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:07:29,113 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:08:29,097 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:09:29,101 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:09:29,102 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:09:29,104 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:10:29,117 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:10:29,118 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:10:29,119 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:11:29,112 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:11:29,114 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:11:29,114 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:12:29,089 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:13:29,109 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:13:29,109 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:13:29,110 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:14:29,121 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:14:29,123 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:14:29,124 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:15:29,076 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:32:14,503 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:32:14,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:32:14,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:33:14,471 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:34:14,488 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:34:14,491 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:34:14,493 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:35:14,469 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:35:14,480 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:35:14,482 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:36:14,469 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:37:14,496 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:37:14,496 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:37:14,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:38:14,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:38:14,482 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:38:14,482 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:39:14,473 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:40:14,497 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:40:14,499 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:40:14,500 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:41:14,477 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:42:14,496 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:42:14,498 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:42:14,499 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:43:14,496 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:43:14,498 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:43:14,499 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:44:14,501 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:44:14,502 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:44:14,504 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:45:14,477 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:46:14,504 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:46:14,505 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:46:14,506 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:47:14,459 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:48:14,480 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:48:14,482 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:48:14,483 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:49:14,494 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:49:14,495 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:49:14,496 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:50:14,465 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:51:14,486 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:51:14,486 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:51:14,488 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:52:14,465 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:53:14,501 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:53:14,504 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:53:14,505 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:54:14,491 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:54:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:54:14,493 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:55:14,492 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:55:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:55:14,494 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:56:14,468 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:57:14,488 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:57:14,489 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:57:14,490 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:58:14,465 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 08:59:14,481 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 08:59:14,481 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 08:59:14,483 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:00:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:00:14,492 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:00:14,494 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:01:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:01:14,494 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:01:14,495 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:02:14,465 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:03:14,483 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:03:14,485 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:03:14,486 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:04:14,465 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:05:14,489 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:05:14,491 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:05:14,493 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:06:14,487 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:06:14,488 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:06:14,489 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:07:14,492 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:07:14,492 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:07:14,492 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:08:14,496 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:08:14,497 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:08:14,499 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:09:14,470 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:10:14,494 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:10:14,495 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:10:14,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:11:14,495 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:11:14,496 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:11:14,497 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:12:14,469 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:13:14,490 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:13:14,494 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:13:14,496 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:14:14,495 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:14:14,495 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:14:14,498 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:15:14,470 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:16:14,497 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:16:14,498 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:16:14,500 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:17:14,240 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:17:14,240 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:17:14,241 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:18:14,217 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:19:14,237 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:19:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:19:14,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:20:14,241 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:20:14,242 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:20:14,244 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:21:14,214 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:22:14,239 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:22:14,240 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:22:14,240 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:23:14,209 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:24:14,230 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:24:14,232 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:24:14,233 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:25:14,208 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:26:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:26:14,231 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:26:14,233 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:27:14,197 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:28:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:28:14,226 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:28:14,227 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:29:14,223 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:29:14,225 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:29:14,225 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:30:14,197 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:31:14,217 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:31:14,222 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:31:14,224 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:32:14,230 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:32:14,230 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:32:14,233 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:50:39,812 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:51:39,828 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:51:39,828 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:51:39,830 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:52:39,810 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:53:39,821 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:53:39,824 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:53:39,825 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:54:39,816 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:55:39,818 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:55:39,820 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:55:39,820 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:56:39,812 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:56:39,812 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:56:39,813 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:57:39,804 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:58:39,814 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:58:39,815 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:58:39,817 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 09:59:39,814 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 09:59:39,816 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 09:59:39,816 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:00:39,819 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:00:39,821 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:00:39,821 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:01:39,802 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:02:39,800 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:02:39,801 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:02:39,802 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:03:39,803 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:03:39,803 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:03:39,805 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:04:39,783 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:05:39,800 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:05:39,801 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:05:39,801 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:06:39,787 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:07:39,808 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:07:39,809 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:07:39,810 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:08:39,790 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:08:39,790 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:08:39,791 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:09:39,805 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:09:39,806 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:09:39,806 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:10:39,814 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:10:39,814 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:10:39,817 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:11:39,781 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:12:39,784 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:12:39,785 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:12:39,786 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:13:39,794 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:13:39,795 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:13:39,795 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:14:39,793 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:14:39,795 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:14:39,795 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:15:39,784 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:15:39,784 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:15:39,785 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:16:39,796 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:17:39,885 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:17:39,886 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:17:39,889 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:18:39,785 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:18:39,786 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:18:39,787 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:19:39,759 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:20:39,799 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:20:39,804 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:20:39,812 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:21:39,689 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:22:39,709 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:22:39,711 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:22:39,711 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:23:39,698 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:23:39,698 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:23:39,700 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:24:39,806 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:24:39,811 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:24:39,816 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:25:39,683 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:26:39,781 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:26:39,789 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:26:39,794 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:27:39,681 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:28:39,694 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:28:39,695 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:28:39,696 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:29:39,665 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:30:39,693 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:30:39,694 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:30:39,695 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:31:39,664 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:32:39,688 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:32:39,689 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:32:39,690 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:33:39,661 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:34:39,676 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:34:39,676 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:34:39,678 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:35:39,686 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 10:35:39,687 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:35:39,689 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:36:39,683 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:36:39,684 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:36:39,686 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:37:39,684 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:37:39,686 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:37:39,688 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:38:39,655 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:39:39,676 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:39:39,677 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:39:39,678 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:40:39,676 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:40:39,677 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:40:39,678 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:41:39,650 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:42:39,664 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:42:39,664 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:42:39,666 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:43:39,658 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:44:39,663 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:44:39,664 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:44:39,665 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:45:39,647 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:46:39,660 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:46:39,661 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:46:39,662 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:47:39,636 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:48:39,663 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:48:39,663 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:48:39,664 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:49:39,662 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 10:49:39,663 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 10:49:39,665 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 10:59:19,882 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:00:19,954 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:00:19,955 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:00:19,956 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:01:19,931 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:02:19,937 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:02:19,943 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:02:19,945 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:03:19,949 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:03:19,950 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:03:19,950 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:04:19,924 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:05:19,928 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:05:19,929 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:05:19,930 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:06:19,944 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:06:19,945 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:06:19,946 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:07:19,927 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:07:19,929 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:08:19,927 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:08:19,929 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:09:19,924 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:09:19,926 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:10:19,933 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:10:19,936 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:10:19,937 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:11:19,925 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:12:19,930 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:12:19,932 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:12:19,933 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:13:19,907 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:14:19,930 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:14:19,932 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:14:19,933 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:15:19,909 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:16:19,937 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:16:19,937 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:16:19,937 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:17:19,933 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:17:19,934 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:17:19,936 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:18:19,900 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:19:19,934 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:19:19,935 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:19:19,937 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:20:19,928 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:20:19,929 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:20:19,931 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:21:19,917 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:21:19,918 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:22:19,912 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:22:19,914 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:23:19,901 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:23:19,902 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:24:19,914 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:24:19,915 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:24:19,917 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:24:50,885 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:25:20,894 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:25:20,895 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:25:20,896 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:26:19,869 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:27:19,876 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:27:19,876 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:27:19,878 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:27:49,858 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:28:19,889 basehttp 82050 6236172288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:28:19,890 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:28:19,891 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:28:50,931 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:29:20,971 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-14 11:29:20,972 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 11:29:20,973 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 11:46:35,518 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:00:21,493 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-14 12:00:21,494 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:00:21,496 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:01:21,578 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:02:21,603 basehttp 82050 6236172288 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:02:21,605 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-14 12:02:21,607 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:18:27,133 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:26:59,571 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-14 12:26:59,573 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:26:59,574 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:43:19,569 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 12:45:28,238 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 12:45:28,240 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 12:45:28,241 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:04:26,386 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:30:13,633 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:30:13,635 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:30:13,636 basehttp 82050 6236172288 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:48:45,020 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:49:01,155 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:49:01,158 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:49:15,011 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:49:45,024 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:50:01,161 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:50:01,161 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:50:15,027 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:50:45,030 basehttp 82050 6202519552 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:51:01,163 basehttp 82050 6202519552 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:51:01,163 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:51:15,024 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:51:45,036 basehttp 82050 6219345920 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 13:52:01,167 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:52:01,167 basehttp 82050 6219345920 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 13:52:06,787 basehttp 82050 6202519552 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:52:06,791 basehttp 82050 6202519552 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-14 13:52:06,792 basehttp 82050 6202519552 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-14 13:52:06,834 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:52:06,847 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:52:36,854 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:53:06,856 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:53:06,874 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:53:36,847 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:54:06,847 basehttp 82050 6202519552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:54:06,866 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:54:36,868 basehttp 82050 6219345920 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:55:06,851 basehttp 82050 6219345920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:55:06,870 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:55:36,876 basehttp 82050 6202519552 "GET /en/appointments/stats/ HTTP/1.1" 200 3132 INFO 2025-09-14 13:56:02,966 autoreload 82050 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 13:56:03,538 autoreload 57017 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 13:56:06,947 basehttp 57017 6197702656 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:56:06,965 basehttp 57017 6214529024 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:56:06,981 basehttp 57017 6231355392 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:56:07,017 basehttp 57017 6231355392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:56:07,037 basehttp 57017 6214529024 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:56:09,705 basehttp 57017 6214529024 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:56:09,749 basehttp 57017 6214529024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:56:09,763 basehttp 57017 6231355392 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:56:39,775 basehttp 57017 6231355392 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:57:09,765 basehttp 57017 6231355392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:57:09,783 basehttp 57017 6214529024 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:57:39,780 basehttp 57017 6197702656 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:07,398 autoreload 57017 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 13:58:07,753 autoreload 57958 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 13:58:08,839 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:08,891 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:08,904 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:10,442 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:10,489 basehttp 57958 6186610688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:10,503 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:14,506 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:14,549 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:14,564 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 3134 INFO 2025-09-14 13:58:29,704 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:29,749 basehttp 57958 6186610688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:29,764 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:58:34,470 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:58:34,514 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:58:34,529 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:59:04,532 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:59:29,335 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:59:29,379 basehttp 57958 6186610688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:59:29,391 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 13:59:30,442 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 INFO 2025-09-14 13:59:30,494 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:59:30,510 basehttp 57958 6186610688 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 WARNING 2025-09-14 13:59:35,238 log 57958 6186610688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 13:59:35,238 basehttp 57958 6186610688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 13:59:38,778 basehttp 57958 6186610688 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 13:59:38,790 log 57958 6203437056 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 13:59:38,791 basehttp 57958 6220263424 "GET /static/css/custom.css HTTP/1.1" 200 2063 WARNING 2025-09-14 13:59:38,791 basehttp 57958 6203437056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 13:59:38,792 basehttp 57958 6203437056 - Broken pipe from ('127.0.0.1', 65074) INFO 2025-09-14 13:59:38,795 basehttp 57958 6237089792 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 13:59:38,795 basehttp 57958 6186610688 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 13:59:38,798 basehttp 57958 6169784320 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 13:59:38,799 basehttp 57958 6237089792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 13:59:38,800 basehttp 57958 6186610688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 13:59:38,803 basehttp 57958 6220263424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 13:59:38,892 basehttp 57958 6220263424 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 13:59:39,427 basehttp 57958 6186610688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 13:59:39,427 basehttp 57958 6220263424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 13:59:39,428 basehttp 57958 6203437056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 13:59:39,428 basehttp 57958 6237089792 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 13:59:39,428 basehttp 57958 6169784320 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 13:59:39,431 basehttp 57958 6169784320 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 13:59:39,432 basehttp 57958 6253916160 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 13:59:39,432 basehttp 57958 6203437056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 13:59:39,433 basehttp 57958 6237089792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 13:59:39,433 basehttp 57958 6220263424 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 13:59:39,434 basehttp 57958 6186610688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 13:59:39,438 basehttp 57958 6169784320 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 13:59:39,438 basehttp 57958 6253916160 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 13:59:39,439 basehttp 57958 6237089792 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 13:59:39,439 basehttp 57958 6203437056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 13:59:39,439 basehttp 57958 6186610688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 13:59:39,439 basehttp 57958 6220263424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 13:59:39,443 basehttp 57958 6186610688 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 13:59:39,444 basehttp 57958 6237089792 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 13:59:39,444 basehttp 57958 6253916160 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 13:59:39,444 basehttp 57958 6220263424 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 13:59:39,444 basehttp 57958 6203437056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 13:59:39,452 basehttp 57958 6169784320 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 13:59:39,486 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 13:59:39,501 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 WARNING 2025-09-14 13:59:39,552 log 57958 6203437056 Not Found: /favicon.ico WARNING 2025-09-14 13:59:39,552 basehttp 57958 6203437056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 14:00:09,517 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:00:39,507 basehttp 57958 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:00:39,525 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:00:52,723 basehttp 57958 6169784320 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:00:52,736 log 57958 6169784320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:00:52,736 basehttp 57958 6169784320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:00:52,809 basehttp 57958 6169784320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:00:52,823 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:01:22,827 basehttp 57958 6203437056 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:01:52,807 basehttp 57958 6203437056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:01:52,820 basehttp 57958 6169784320 "GET /en/appointments/stats/ HTTP/1.1" 200 2630 INFO 2025-09-14 14:02:02,193 autoreload 57958 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 14:02:02,604 autoreload 59732 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 14:02:03,385 log 59732 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:02:03,385 basehttp 59732 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:02:03,396 log 59732 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:02:03,396 basehttp 59732 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:02:05,532 basehttp 59732 6130348032 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:02:05,552 log 59732 6130348032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:02:05,552 basehttp 59732 6130348032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:02:05,607 basehttp 59732 6130348032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:02:05,622 basehttp 59732 6147174400 "GET /en/appointments/stats/ HTTP/1.1" 200 2634 INFO 2025-09-14 14:03:05,617 basehttp 59732 6147174400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:03:05,632 basehttp 59732 6130348032 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 INFO 2025-09-14 14:04:05,387 basehttp 59732 6130348032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:04:05,404 basehttp 59732 6147174400 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 INFO 2025-09-14 14:05:05,404 basehttp 59732 6147174400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:05:05,421 basehttp 59732 6130348032 "GET /en/appointments/stats/ HTTP/1.1" 200 3136 INFO 2025-09-14 14:05:42,817 autoreload 59732 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 14:05:43,223 autoreload 61365 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 14:05:44,394 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:05:44,395 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:05:44,405 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:05:44,405 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:05:45,151 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:05:45,167 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:05:45,167 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:05:45,219 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:05:45,231 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3229 INFO 2025-09-14 14:06:10,298 basehttp 61365 6325039104 "GET /en/appointments/ HTTP/1.1" 200 55534 WARNING 2025-09-14 14:06:10,312 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:06:10,313 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:06:10,368 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:06:10,381 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:06:49,722 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:06:49,739 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:06:49,739 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:06:49,789 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:06:49,800 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:07:49,925 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:07:49,938 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:08:50,920 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:08:50,931 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3147 INFO 2025-09-14 14:09:51,931 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:09:51,949 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3093 INFO 2025-09-14 14:09:53,763 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:09:53,778 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:09:53,778 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:09:53,855 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:09:53,867 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3093 INFO 2025-09-14 14:10:53,851 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:10:53,862 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3093 INFO 2025-09-14 14:11:04,525 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:11:04,541 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:11:04,542 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:11:04,617 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:11:04,634 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:12:04,628 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:12:04,643 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:13:04,621 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:13:04,638 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:14:04,622 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:14:04,633 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 3035 INFO 2025-09-14 14:14:41,557 basehttp 61365 6160232448 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:14:41,570 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:14:41,570 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:14:41,633 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:14:41,645 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2807 INFO 2025-09-14 14:14:51,076 basehttp 61365 6325039104 "GET /en/ HTTP/1.1" 200 47871 WARNING 2025-09-14 14:14:51,094 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:14:51,094 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:14:51,162 basehttp 61365 6341865472 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-14 14:14:51,162 basehttp 61365 6160232448 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-14 14:14:51,162 basehttp 61365 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-14 14:15:21,153 basehttp 61365 6325039104 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 WARNING 2025-09-14 14:15:31,367 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:15:31,367 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:15:31,380 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:15:31,380 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:15:41,631 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:15:41,644 basehttp 61365 6341865472 "GET /en/appointments/stats/ HTTP/1.1" 200 2807 INFO 2025-09-14 14:16:02,891 basehttp 61365 6341865472 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 14:16:02,904 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:16:02,904 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:16:02,965 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:16:02,977 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 14:16:19,001 basehttp 61365 6325039104 "GET /en/appointments/requests/929/detail/ HTTP/1.1" 200 24791 WARNING 2025-09-14 14:16:19,023 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:16:19,024 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:16:19,061 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:17:02,911 basehttp 61365 6325039104 "GET /en/patients/patientprofile/25/details/ HTTP/1.1" 200 35487 WARNING 2025-09-14 14:17:02,930 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:17:02,931 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:17:02,972 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:17:34,753 basehttp 61365 6325039104 "GET /en/patients/insurance-info/create/25/ HTTP/1.1" 200 32398 WARNING 2025-09-14 14:17:34,773 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 14:17:34,773 basehttp 61365 6341865472 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 WARNING 2025-09-14 14:17:34,773 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:17:34,774 basehttp 61365 6160232448 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 14:17:34,821 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:17:59,805 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:17:59,805 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:17:59,814 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:17:59,815 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:18:02,976 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:18:20,621 basehttp 61365 6160232448 "GET /en/patients/25/emergency-contacts/create/ HTTP/1.1" 200 34122 WARNING 2025-09-14 14:18:20,641 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:18:20,642 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:18:20,681 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:07,718 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:07,718 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:07,723 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:07,728 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:07,728 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:19:25,090 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,090 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:25,091 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:25,107 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,107 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 14:19:25,756 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,758 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:25,760 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 14:19:25,771 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:25,772 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:25,777 basehttp 61365 6160232448 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 14:19:37,424 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34961 INFO 2025-09-14 14:19:37,439 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 14:19:37,443 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 14:19:37,444 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 14:19:37,445 basehttp 61365 6375518208 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 14:19:37,445 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 WARNING 2025-09-14 14:19:37,447 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 14:19:37,447 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 WARNING 2025-09-14 14:19:37,448 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:37,449 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-14 14:19:37,450 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-14 14:19:37,451 basehttp 61365 6358691840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-14 14:19:37,451 basehttp 61365 6375518208 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-14 14:19:37,451 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-14 14:19:37,496 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:19:55,935 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48465 WARNING 2025-09-14 14:19:55,954 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:19:55,955 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:19:55,998 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:20:56,003 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:21:13,722 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48462 WARNING 2025-09-14 14:21:13,732 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:21:13,732 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:21:13,774 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:22:13,780 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:23:13,788 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:24:13,790 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:25:13,781 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:26:13,792 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:26:13,964 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48462 WARNING 2025-09-14 14:26:13,976 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:26:13,976 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:26:14,020 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:27:14,033 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:27:31,332 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48458 WARNING 2025-09-14 14:27:31,348 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:27:31,348 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:27:31,400 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:28:31,405 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:28:44,170 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48454 WARNING 2025-09-14 14:28:44,184 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:28:44,184 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:28:44,235 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:29:40,309 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:29:40,320 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:29:40,320 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:29:40,363 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:30:01,057 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:30:01,071 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:30:01,071 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:30:01,111 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:30:51,854 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:30:51,867 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:30:51,867 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:30:51,915 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:31:22,388 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48451 WARNING 2025-09-14 14:31:22,403 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:31:22,403 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:31:22,458 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:32:00,558 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:32:00,568 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:32:00,568 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:32:00,610 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:32:24,228 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:32:24,239 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:32:24,239 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:32:24,282 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:32:27,790 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:32:27,801 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:32:27,802 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:32:27,846 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:33:27,867 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:34:02,089 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48452 WARNING 2025-09-14 14:34:02,103 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:34:02,103 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:34:02,145 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:34:39,138 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:34:39,149 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:34:39,150 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:34:39,192 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:34:56,645 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:34:56,658 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:34:56,659 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:34:56,706 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:35:56,730 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:36:56,738 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:37:05,237 basehttp 61365 6160232448 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85670 INFO 2025-09-14 14:37:05,248 basehttp 61365 6325039104 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 14:37:05,249 basehttp 61365 6160232448 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 14:37:05,249 basehttp 61365 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 14:37:05,250 basehttp 61365 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 14:37:05,250 basehttp 61365 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 14:37:05,250 basehttp 61365 6325039104 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 14:37:05,252 basehttp 61365 6325039104 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 14:37:05,252 basehttp 61365 6375518208 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 14:37:05,253 basehttp 61365 6358691840 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 14:37:05,253 basehttp 61365 6160232448 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 14:37:05,254 basehttp 61365 6325039104 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 14:37:05,255 basehttp 61365 6375518208 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 14:37:05,257 basehttp 61365 6358691840 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 14:37:05,258 basehttp 61365 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 14:37:05,258 basehttp 61365 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 14:37:05,260 basehttp 61365 6341865472 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 14:37:05,262 basehttp 61365 6160232448 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 14:37:05,262 basehttp 61365 6341865472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 14:37:05,270 basehttp 61365 6160232448 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 14:37:05,271 basehttp 61365 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 14:37:05,271 basehttp 61365 6160232448 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 14:37:05,271 basehttp 61365 6392344576 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-14 14:37:07,081 basehttp 61365 6392344576 "GET /en/admin/appointments/waitinglist/1/change/ HTTP/1.1" 200 300994 INFO 2025-09-14 14:37:07,099 basehttp 61365 6392344576 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-14 14:37:07,100 basehttp 61365 6375518208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-14 14:37:07,100 basehttp 61365 6341865472 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-14 14:37:07,100 basehttp 61365 6358691840 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-14 14:37:07,103 basehttp 61365 6341865472 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-14 14:37:07,104 basehttp 61365 6160232448 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 14:37:07,104 basehttp 61365 6341865472 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-14 14:37:07,105 basehttp 61365 6160232448 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-14 14:37:07,109 basehttp 61365 6160232448 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-14 14:37:07,144 basehttp 61365 6341865472 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-14 14:37:07,144 basehttp 61365 6160232448 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-14 14:37:51,555 basehttp 61365 6160232448 "POST /en/admin/appointments/waitinglist/1/change/ HTTP/1.1" 302 0 INFO 2025-09-14 14:37:51,575 basehttp 61365 6160232448 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85931 INFO 2025-09-14 14:37:51,587 basehttp 61365 6160232448 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 14:37:51,595 basehttp 61365 6160232448 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-14 14:37:54,917 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48448 WARNING 2025-09-14 14:37:54,933 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:37:54,933 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:37:54,982 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:38:13,102 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48461 WARNING 2025-09-14 14:38:13,116 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:38:13,187 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:38:13,205 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:38:29,283 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 48461 WARNING 2025-09-14 14:38:29,297 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:38:29,297 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:38:29,339 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:39:29,344 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:40:29,349 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:41:29,345 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:42:29,351 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:43:12,291 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 57288 WARNING 2025-09-14 14:43:12,303 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:43:12,303 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:43:12,347 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:44:12,354 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:45:12,357 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:45:28,029 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 57202 WARNING 2025-09-14 14:45:28,040 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:45:28,040 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:45:28,088 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:45:42,368 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 57200 WARNING 2025-09-14 14:45:42,379 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:45:42,379 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:45:42,426 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:46:42,437 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:46:45,349 basehttp 61365 6341865472 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 3908 INFO 2025-09-14 14:47:42,854 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:48:43,851 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:49:45,012 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:49:56,685 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59411 WARNING 2025-09-14 14:49:56,700 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:49:56,701 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:49:56,747 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:50:56,767 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:51:56,768 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:52:04,837 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59992 WARNING 2025-09-14 14:52:04,852 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:52:04,852 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:52:04,895 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:53:04,910 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:53:36,853 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59680 WARNING 2025-09-14 14:53:36,869 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:53:36,869 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:53:36,918 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:54:05,632 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59650 WARNING 2025-09-14 14:54:05,645 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:54:05,645 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:54:05,694 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:55:02,513 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59710 WARNING 2025-09-14 14:55:02,526 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:55:02,527 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:55:02,571 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:56:02,583 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:57:02,581 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:58:02,593 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:58:08,351 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58249 WARNING 2025-09-14 14:58:08,364 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:58:08,364 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:58:08,417 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:58:55,361 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58235 WARNING 2025-09-14 14:58:55,376 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:58:55,376 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:58:55,424 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:59:10,311 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58235 WARNING 2025-09-14 14:59:10,329 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:59:10,329 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:59:10,376 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 14:59:58,509 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58250 WARNING 2025-09-14 14:59:58,534 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 14:59:58,534 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 14:59:58,573 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:00:43,413 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58250 WARNING 2025-09-14 15:00:43,432 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:00:43,432 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:00:43,479 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:01:43,491 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:01:57,763 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58364 WARNING 2025-09-14 15:01:57,778 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:01:57,778 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:01:57,826 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:02:23,014 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58364 WARNING 2025-09-14 15:02:23,031 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:02:23,031 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:02:23,080 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:02:37,314 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58364 WARNING 2025-09-14 15:02:37,330 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:02:37,330 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:02:37,379 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:03:37,381 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:04:05,813 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58319 WARNING 2025-09-14 15:04:05,827 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:04:05,827 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:04:05,880 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:04:19,488 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58322 WARNING 2025-09-14 15:04:19,503 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:04:19,503 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:04:19,551 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:04:33,434 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58322 WARNING 2025-09-14 15:04:33,451 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:04:33,452 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:04:33,496 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:05:03,924 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58331 WARNING 2025-09-14 15:05:03,938 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:05:03,939 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:05:03,999 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:05:14,066 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58331 WARNING 2025-09-14 15:05:14,084 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:05:14,084 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:05:14,128 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:06:14,137 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:07:14,148 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:07:19,402 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58518 WARNING 2025-09-14 15:07:19,419 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:07:19,419 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:07:19,477 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:07:25,845 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58518 WARNING 2025-09-14 15:07:25,862 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:07:25,862 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:07:25,911 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:08:25,927 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:09:25,927 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:09:38,244 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58365 INFO 2025-09-14 15:09:38,253 basehttp 61365 6358691840 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:09:38,254 basehttp 61365 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 15:09:38,258 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:09:38,259 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:09:38,259 basehttp 61365 6392344576 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:09:38,260 basehttp 61365 6325039104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:09:38,267 basehttp 61365 6375518208 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:09:38,267 basehttp 61365 6325039104 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:09:38,269 basehttp 61365 6392344576 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:09:38,273 basehttp 61365 6160232448 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:09:38,275 basehttp 61365 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:09:38,276 basehttp 61365 6392344576 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:09:38,277 basehttp 61365 6160232448 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:09:38,278 basehttp 61365 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:09:38,279 basehttp 61365 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:09:38,280 basehttp 61365 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:09:38,283 basehttp 61365 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:09:38,284 basehttp 61365 6375518208 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:09:38,285 basehttp 61365 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:09:38,285 basehttp 61365 6160232448 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:09:38,286 basehttp 61365 6358691840 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:09:38,287 basehttp 61365 6392344576 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:09:38,287 basehttp 61365 6375518208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:09:38,288 basehttp 61365 6392344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:09:38,290 basehttp 61365 6341865472 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:09:38,290 basehttp 61365 6325039104 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:09:38,290 basehttp 61365 6160232448 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:09:38,291 basehttp 61365 6358691840 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:09:38,292 basehttp 61365 6375518208 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:09:38,292 basehttp 61365 6392344576 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:09:38,293 basehttp 61365 6325039104 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:09:38,293 basehttp 61365 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:09:38,293 basehttp 61365 6160232448 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:09:39,102 basehttp 61365 6160232448 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:09:39,154 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:09:39,189 log 61365 6160232448 Not Found: /favicon.ico WARNING 2025-09-14 15:09:39,189 basehttp 61365 6160232448 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:09:53,273 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58365 WARNING 2025-09-14 15:09:53,293 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:09:53,293 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:09:53,362 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:10:31,184 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:10:31,200 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:10:31,200 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:10:31,253 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:10:33,508 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 INFO 2025-09-14 15:10:33,517 basehttp 61365 6392344576 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:10:33,518 basehttp 61365 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 15:10:33,520 basehttp 61365 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-14 15:10:33,527 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:10:33,528 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:10:33,528 basehttp 61365 6358691840 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:10:33,529 basehttp 61365 6375518208 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:10:33,530 basehttp 61365 6341865472 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:10:33,533 basehttp 61365 6358691840 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:10:33,534 basehttp 61365 6160232448 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:10:33,534 basehttp 61365 6375518208 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:10:33,536 basehttp 61365 6341865472 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:10:33,536 basehttp 61365 6358691840 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:10:33,537 basehttp 61365 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:10:33,539 basehttp 61365 6341865472 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:10:33,540 basehttp 61365 6358691840 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:10:33,541 basehttp 61365 6160232448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:10:33,541 basehttp 61365 6375518208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:10:33,542 basehttp 61365 6341865472 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:10:33,543 basehttp 61365 6358691840 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:10:33,544 basehttp 61365 6341865472 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:10:33,545 basehttp 61365 6160232448 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:10:33,547 basehttp 61365 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:10:33,549 basehttp 61365 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:10:33,550 basehttp 61365 6160232448 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:10:33,551 basehttp 61365 6358691840 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:10:33,551 basehttp 61365 6375518208 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:10:33,553 basehttp 61365 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:10:33,554 basehttp 61365 6160232448 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:10:33,555 basehttp 61365 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:10:33,555 basehttp 61365 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:10:33,557 basehttp 61365 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:10:33,558 basehttp 61365 6392344576 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:10:33,954 basehttp 61365 6392344576 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 WARNING 2025-09-14 15:10:34,041 log 61365 6325039104 Not Found: /favicon.ico WARNING 2025-09-14 15:10:34,042 basehttp 61365 6325039104 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:10:34,046 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:10:43,371 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:10:43,386 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:10:43,386 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:10:43,456 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:11:09,716 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:11:09,732 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:11:09,732 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:11:09,783 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:11:21,141 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58368 WARNING 2025-09-14 15:11:21,154 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:11:21,154 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:11:21,200 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:12:22,101 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:13:17,184 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58353 INFO 2025-09-14 15:13:17,194 basehttp 61365 6375518208 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:13:17,196 basehttp 61365 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:13:17,198 basehttp 61365 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 15:13:17,202 basehttp 61365 6392344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-14 15:13:17,204 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:13:17,206 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:13:17,208 basehttp 61365 6392344576 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:13:17,208 basehttp 61365 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:13:17,209 basehttp 61365 6160232448 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:13:17,211 basehttp 61365 6392344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:13:17,212 basehttp 61365 6358691840 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:13:17,212 basehttp 61365 6341865472 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:13:17,212 basehttp 61365 6160232448 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:13:17,216 basehttp 61365 6358691840 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:13:17,217 basehttp 61365 6160232448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:13:17,219 basehttp 61365 6358691840 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:13:17,220 basehttp 61365 6392344576 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:13:17,221 basehttp 61365 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:13:17,222 basehttp 61365 6160232448 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:13:17,224 basehttp 61365 6160232448 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:13:17,224 basehttp 61365 6392344576 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:13:17,224 basehttp 61365 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:13:17,224 basehttp 61365 6325039104 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:13:17,226 basehttp 61365 6341865472 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:13:17,227 basehttp 61365 6160232448 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:13:17,227 basehttp 61365 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:13:17,227 basehttp 61365 6325039104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:13:17,227 basehttp 61365 6392344576 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:13:17,228 basehttp 61365 6341865472 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:13:17,230 basehttp 61365 6392344576 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:13:17,230 basehttp 61365 6325039104 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:13:17,230 basehttp 61365 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:13:17,230 basehttp 61365 6375518208 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:13:17,635 basehttp 61365 6375518208 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:13:17,684 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:13:17,756 log 61365 6375518208 Not Found: /favicon.ico WARNING 2025-09-14 15:13:17,756 basehttp 61365 6375518208 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:14:05,829 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58353 WARNING 2025-09-14 15:14:05,846 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:14:05,846 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:14:05,916 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:15:05,924 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:16:05,935 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:17:05,935 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:17:27,694 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59162 WARNING 2025-09-14 15:17:27,711 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:17:27,711 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:17:27,762 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:18:27,769 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:18:41,898 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59129 WARNING 2025-09-14 15:18:41,910 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:18:41,910 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:18:41,960 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:19:10,591 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 59048 WARNING 2025-09-14 15:19:10,605 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:19:10,605 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:19:10,654 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:20:05,543 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58868 WARNING 2025-09-14 15:20:05,557 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:20:05,558 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:20:05,604 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:20:23,985 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58892 WARNING 2025-09-14 15:20:23,996 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:20:23,996 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:20:24,038 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:20:46,961 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58883 WARNING 2025-09-14 15:20:46,973 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:20:46,973 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:20:47,021 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:21:47,031 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:21:48,167 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:21:48,183 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:21:48,183 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:21:48,232 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:15,353 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:15,368 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:15,368 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:15,414 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:35,879 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:35,894 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:35,894 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:35,946 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:47,321 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:47,335 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:47,336 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:47,380 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:22:58,406 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:22:58,420 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:22:58,420 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:22:58,468 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:23:11,443 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:23:11,458 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:23:11,459 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:23:11,508 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:23:57,740 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58987 WARNING 2025-09-14 15:23:57,755 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:23:57,755 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:23:57,821 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:24:24,622 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58989 WARNING 2025-09-14 15:24:24,632 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:24:24,632 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:24:24,675 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:24:36,774 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:24:36,784 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:24:36,784 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:24:36,828 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:24:54,456 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58967 WARNING 2025-09-14 15:24:54,468 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:24:54,468 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:24:54,509 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:25:51,139 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58351 WARNING 2025-09-14 15:25:51,154 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:25:51,154 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:25:51,204 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:26:26,215 basehttp 61365 6375518208 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58333 WARNING 2025-09-14 15:26:26,226 log 61365 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:26:26,226 basehttp 61365 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:26:26,284 basehttp 61365 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:27:26,287 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:27:34,492 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58384 WARNING 2025-09-14 15:27:34,506 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:27:34,506 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:27:34,558 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:28:10,619 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:28:10,635 log 61365 6160232448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:28:10,635 basehttp 61365 6160232448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:28:10,682 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:28:19,307 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 INFO 2025-09-14 15:28:19,317 basehttp 61365 6358691840 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:28:19,319 basehttp 61365 6375518208 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:28:19,320 basehttp 61365 6160232448 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:28:19,322 basehttp 61365 6375518208 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 15:28:19,328 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:28:19,329 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:28:19,330 basehttp 61365 6392344576 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:28:19,331 basehttp 61365 6375518208 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:28:19,333 basehttp 61365 6160232448 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:28:19,335 basehttp 61365 6392344576 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:28:19,339 basehttp 61365 6392344576 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:28:19,339 basehttp 61365 6325039104 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:28:19,342 basehttp 61365 6325039104 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:28:19,343 basehttp 61365 6392344576 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:28:19,345 basehttp 61365 6160232448 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:28:19,346 basehttp 61365 6392344576 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:28:19,346 basehttp 61365 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:28:19,347 basehttp 61365 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:28:19,348 basehttp 61365 6160232448 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:28:19,349 basehttp 61365 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:28:19,349 basehttp 61365 6392344576 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:28:19,350 basehttp 61365 6325039104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:28:19,352 basehttp 61365 6325039104 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:28:19,353 basehttp 61365 6375518208 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:28:19,353 basehttp 61365 6160232448 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:28:19,353 basehttp 61365 6392344576 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:28:19,354 basehttp 61365 6341865472 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:28:19,355 basehttp 61365 6325039104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:28:19,357 basehttp 61365 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:28:19,357 basehttp 61365 6392344576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:28:19,358 basehttp 61365 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:28:19,358 basehttp 61365 6160232448 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:28:19,359 basehttp 61365 6358691840 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:28:20,216 basehttp 61365 6358691840 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:28:20,271 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:28:20,345 log 61365 6358691840 Not Found: /favicon.ico WARNING 2025-09-14 15:28:20,345 basehttp 61365 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:29:20,270 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:30:20,272 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:20,283 basehttp 61365 6358691840 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-14 15:30:20,308 log 61365 6160232448 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:20,310 basehttp 61365 6160232448 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 160589 INFO 2025-09-14 15:30:23,339 basehttp 61365 6160232448 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:23,350 basehttp 61365 6160232448 "GET /accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 302 0 ERROR 2025-09-14 15:30:23,371 log 61365 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:23,373 basehttp 61365 6341865472 "GET /en/accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 500 160719 WARNING 2025-09-14 15:30:23,393 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:23,393 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:30:23,415 log 61365 6341865472 Not Found: /favicon.ico WARNING 2025-09-14 15:30:23,415 basehttp 61365 6341865472 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:30:29,231 basehttp 61365 6341865472 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:29,249 basehttp 61365 6341865472 "GET /en/admin/login/?next=/en/admin/appointments/waitinglist/ HTTP/1.1" 200 4262 INFO 2025-09-14 15:30:29,259 basehttp 61365 6392344576 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 15:30:29,259 basehttp 61365 6160232448 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-14 15:30:29,260 basehttp 61365 6341865472 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 15:30:29,260 basehttp 61365 6325039104 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 15:30:29,260 basehttp 61365 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 15:30:29,261 basehttp 61365 6358691840 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 15:30:29,263 basehttp 61365 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 15:30:30,497 basehttp 61365 6358691840 "POST /en/admin/login/?next=/en/admin/appointments/waitinglist/ HTTP/1.1" 302 0 INFO 2025-09-14 15:30:30,521 basehttp 61365 6358691840 "GET /en/admin/appointments/waitinglist/ HTTP/1.1" 200 85670 INFO 2025-09-14 15:30:30,536 basehttp 61365 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 15:30:30,536 basehttp 61365 6160232448 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 15:30:30,536 basehttp 61365 6325039104 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 15:30:30,537 basehttp 61365 6392344576 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 15:30:30,538 basehttp 61365 6160232448 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 15:30:30,538 basehttp 61365 6358691840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 15:30:30,538 basehttp 61365 6325039104 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 15:30:30,541 basehttp 61365 6392344576 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 15:30:30,541 basehttp 61365 6341865472 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 15:30:30,545 basehttp 61365 6392344576 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 15:30:30,545 basehttp 61365 6375518208 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 15:30:30,546 basehttp 61365 6375518208 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 15:30:30,557 basehttp 61365 6375518208 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 15:30:30,558 basehttp 61365 6392344576 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 15:30:30,558 basehttp 61365 6375518208 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 15:30:30,558 basehttp 61365 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 ERROR 2025-09-14 15:30:32,106 log 61365 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 46, in dispatch redirect_to = self.get_authenticated_redirect_url() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 60, in get_authenticated_redirect_url url=self.get_success_url(), ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 163, in get_success_url url = self.get_next_url() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 188, in get_next_url return get_next_redirect_url(self.request, self.redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:32,107 basehttp 61365 6341865472 "GET /en/accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 500 146450 WARNING 2025-09-14 15:30:32,123 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:32,123 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 15:30:33,198 log 61365 6341865472 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 46, in dispatch redirect_to = self.get_authenticated_redirect_url() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 60, in get_authenticated_redirect_url url=self.get_success_url(), ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 163, in get_success_url url = self.get_next_url() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 188, in get_next_url return get_next_redirect_url(self.request, self.redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-14 15:30:33,199 basehttp 61365 6341865472 "GET /en/accounts/login/?next=/en/appointments/waiting-list/1/ HTTP/1.1" 500 146450 WARNING 2025-09-14 15:30:33,212 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:33,213 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:30:43,263 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 INFO 2025-09-14 15:30:43,278 basehttp 61365 6325039104 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:30:43,280 basehttp 61365 6358691840 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:30:43,283 basehttp 61365 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 15:30:43,288 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:30:43,288 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:30:43,289 basehttp 61365 6375518208 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:30:43,290 basehttp 61365 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 15:30:43,295 basehttp 61365 6341865472 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:30:43,295 basehttp 61365 6160232448 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:30:43,296 basehttp 61365 6375518208 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-14 15:30:43,297 basehttp 61365 6358691840 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:30:43,298 basehttp 61365 6160232448 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:30:43,298 basehttp 61365 6341865472 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:30:43,301 basehttp 61365 6375518208 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:30:43,303 basehttp 61365 6160232448 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:30:43,303 basehttp 61365 6341865472 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:30:43,304 basehttp 61365 6358691840 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:30:43,306 basehttp 61365 6375518208 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:30:43,307 basehttp 61365 6341865472 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:30:43,307 basehttp 61365 6160232448 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:30:43,307 basehttp 61365 6358691840 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:30:43,309 basehttp 61365 6392344576 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:30:43,309 basehttp 61365 6375518208 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:30:43,310 basehttp 61365 6160232448 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:30:43,311 basehttp 61365 6341865472 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:30:43,311 basehttp 61365 6358691840 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:30:43,312 basehttp 61365 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:30:43,312 basehttp 61365 6375518208 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:30:43,313 basehttp 61365 6358691840 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:30:43,314 basehttp 61365 6341865472 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:30:43,314 basehttp 61365 6392344576 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:30:43,315 basehttp 61365 6325039104 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:30:43,714 basehttp 61365 6325039104 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:30:43,714 basehttp 61365 6392344576 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:30:43,758 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:31:22,451 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:31:22,470 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:31:22,470 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:31:22,540 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:31:23,220 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:31:23,239 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:31:23,239 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:31:23,286 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:31:40,510 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49717 INFO 2025-09-14 15:31:40,527 basehttp 61365 6325039104 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-14 15:31:40,528 basehttp 61365 6392344576 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-14 15:31:40,529 basehttp 61365 6358691840 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-14 15:31:40,534 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:31:40,534 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:31:40,599 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:32:40,603 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:33:18,733 basehttp 61365 6341865472 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49619 WARNING 2025-09-14 15:33:18,752 log 61365 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:33:18,752 basehttp 61365 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:33:18,823 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:34:01,851 basehttp 61365 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:34:01,854 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:01,857 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:34:01,879 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:01,879 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:34:02,613 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:02,614 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:03,756 basehttp 61365 6358691840 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 INFO 2025-09-14 15:34:03,771 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 15:34:03,771 basehttp 61365 6358691840 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 15:34:03,771 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-14 15:34:03,773 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 15:34:03,774 basehttp 61365 6358691840 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 WARNING 2025-09-14 15:34:03,777 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:03,778 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:03,779 basehttp 61365 6341865472 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-14 15:34:03,780 basehttp 61365 6375518208 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-14 15:34:03,780 basehttp 61365 6358691840 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 15:34:03,781 basehttp 61365 6392344576 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-14 15:34:03,782 basehttp 61365 6160232448 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-14 15:34:03,784 basehttp 61365 6325039104 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-14 15:34:04,706 basehttp 61365 6325039104 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 WARNING 2025-09-14 15:34:04,726 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:04,726 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:04,777 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:34:08,235 basehttp 61365 6325039104 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-14 15:34:08,253 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:08,253 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:08,278 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:34:09,977 basehttp 61365 6325039104 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:34:09,991 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:34:09,991 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:34:10,049 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:34:10,052 log 61365 6392344576 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:34:10,053 basehttp 61365 6392344576 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:34:10,098 basehttp 61365 6160232448 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:35:10,034 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:36:10,044 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:37:10,049 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:38:05,466 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:38:05,467 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:05,468 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:05,477 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:05,477 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:05,484 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:38:10,515 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34792 WARNING 2025-09-14 15:38:10,535 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:10,535 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:10,552 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:38:14,857 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 58392 WARNING 2025-09-14 15:38:14,878 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:14,878 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:14,920 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:38:39,087 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:39,087 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:39,121 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:39,121 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:40,621 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-14 15:38:41,590 basehttp 61365 6392344576 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 49619 WARNING 2025-09-14 15:38:41,611 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:41,611 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:38:41,684 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:38:43,875 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:43,876 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:43,889 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:43,889 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:48,685 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:48,685 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:38:48,698 log 61365 6392344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:38:48,698 basehttp 61365 6392344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:39:05,472 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:39:05,489 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:40:05,477 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:40:05,493 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:41:05,480 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:41:05,496 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:42:05,484 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:42:05,500 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:43:05,493 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:43:05,514 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:44:05,491 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:44:05,506 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:45:05,495 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:45:05,517 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:46:05,499 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:46:05,515 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:47:05,502 basehttp 61365 6392344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:47:05,519 basehttp 61365 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:48:05,506 basehttp 61365 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:48:05,522 basehttp 61365 6392344576 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-14 15:48:55,340 basehttp 61365 6392344576 "GET /en/appointments/ HTTP/1.1" 200 55246 INFO 2025-09-14 15:48:55,351 basehttp 61365 6341865472 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 15:48:55,351 basehttp 61365 6358691840 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 15:48:55,352 basehttp 61365 6375518208 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 15:48:55,356 basehttp 61365 6392344576 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 15:48:55,357 basehttp 61365 6358691840 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-14 15:48:55,360 log 61365 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:48:55,361 basehttp 61365 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:48:55,361 basehttp 61365 6160232448 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 15:48:55,362 basehttp 61365 6341865472 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 15:48:55,407 basehttp 61365 6341865472 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 15:48:56,192 basehttp 61365 6392344576 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 15:48:56,192 basehttp 61365 6160232448 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 15:48:56,193 basehttp 61365 6341865472 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 15:48:56,193 basehttp 61365 6325039104 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 15:48:56,195 basehttp 61365 6358691840 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 15:48:56,195 basehttp 61365 6375518208 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 15:48:56,197 basehttp 61365 6160232448 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 15:48:56,197 basehttp 61365 6341865472 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 15:48:56,197 basehttp 61365 6325039104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 15:48:56,198 basehttp 61365 6375518208 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 15:48:56,199 basehttp 61365 6358691840 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 15:48:56,200 basehttp 61365 6392344576 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 15:48:56,201 basehttp 61365 6325039104 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 15:48:56,202 basehttp 61365 6375518208 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 15:48:56,202 basehttp 61365 6341865472 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 15:48:56,203 basehttp 61365 6358691840 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 15:48:56,203 basehttp 61365 6160232448 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 15:48:56,205 basehttp 61365 6392344576 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 15:48:56,207 basehttp 61365 6325039104 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 15:48:56,207 basehttp 61365 6375518208 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 15:48:56,207 basehttp 61365 6341865472 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 15:48:56,207 basehttp 61365 6358691840 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 15:48:56,210 basehttp 61365 6160232448 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 15:48:56,244 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:48:56,252 basehttp 61365 6358691840 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 WARNING 2025-09-14 15:48:56,308 log 61365 6358691840 Not Found: /favicon.ico WARNING 2025-09-14 15:48:56,308 basehttp 61365 6358691840 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 15:49:54,813 basehttp 61365 6358691840 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:49:54,832 log 61365 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:49:54,832 basehttp 61365 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:49:54,920 basehttp 61365 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:49:54,921 log 61365 6375518208 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:49:54,921 basehttp 61365 6375518208 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:49:54,952 basehttp 61365 6160232448 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:50:54,895 basehttp 61365 6160232448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:51:33,104 autoreload 61365 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 15:51:33,658 autoreload 8782 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 15:51:34,362 basehttp 8782 6170341376 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:51:34,389 log 8782 6170341376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:51:34,390 basehttp 8782 6170341376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:51:34,457 basehttp 8782 6170341376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:51:34,462 log 8782 12918534144 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:51:34,463 basehttp 8782 12918534144 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:51:34,498 basehttp 8782 12901707776 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:52:34,413 basehttp 8782 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:52:57,034 autoreload 8782 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 15:52:57,391 autoreload 9412 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 15:52:57,684 basehttp 9412 6203568128 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:52:57,701 log 9412 6203568128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:52:57,701 basehttp 9412 6203568128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 15:52:57,774 basehttp 9412 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 15:52:57,775 log 9412 6237220864 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:52:57,776 basehttp 9412 6237220864 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:52:57,809 basehttp 9412 6220394496 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:53:36,479 basehttp 9412 6220394496 "GET /en/appointments/calendar/ HTTP/1.1" 200 21443 WARNING 2025-09-14 15:53:36,490 log 9412 6220394496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 15:53:36,490 basehttp 9412 6220394496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 15:53:36,558 log 9412 6203568128 Bad Request: /en/appointments/slots/available/ WARNING 2025-09-14 15:53:36,559 basehttp 9412 6203568128 "GET /en/appointments/slots/available/ HTTP/1.1" 400 95 INFO 2025-09-14 15:53:36,566 basehttp 9412 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:53:36,601 basehttp 9412 6237220864 "GET /en/appointments/calendar/appointments/ HTTP/1.1" 200 59131 INFO 2025-09-14 15:54:36,544 basehttp 9412 6237220864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:55:36,548 basehttp 9412 6237220864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:56:36,548 basehttp 9412 6237220864 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:57:36,553 basehttp 9412 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:58:36,571 basehttp 9412 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 15:58:57,314 autoreload 9412 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 15:58:57,784 autoreload 12068 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:06:09,696 autoreload 12068 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:06:10,176 autoreload 15303 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:06:43,831 autoreload 15303 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 16:06:44,170 autoreload 15631 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 16:06:47,907 log 15631 6127382528 Internal Server Error: /en/appointments/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2347, in calendar_view return render(request, "appointments/calendar.html") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_reschedule' not found. 'appointment_reschedule' is not a valid view function or pattern name. ERROR 2025-09-14 16:06:47,910 basehttp 15631 6127382528 "GET /en/appointments/calendar/ HTTP/1.1" 500 166534 WARNING 2025-09-14 16:06:47,928 log 15631 6127382528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:06:47,928 basehttp 15631 6127382528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:07:28,935 basehttp 15631 6127382528 "GET /en/appointments/calendar/ HTTP/1.1" 200 22565 WARNING 2025-09-14 16:07:28,958 log 15631 6127382528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:07:28,958 basehttp 15631 6127382528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:07:28,959 basehttp 15631 13052751872 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-14 16:07:28,959 basehttp 15631 13035925504 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-14 16:07:28,960 basehttp 15631 13069578240 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-14 16:07:28,961 basehttp 15631 6144208896 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-14 16:07:28,962 basehttp 15631 6127382528 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-14 16:07:28,963 basehttp 15631 13035925504 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-14 16:07:28,964 basehttp 15631 6161035264 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-14 16:07:29,026 basehttp 15631 13035925504 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-14 16:07:29,058 basehttp 15631 6161035264 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:07:29,061 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:07:35,787 basehttp 15631 13035925504 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 670534 INFO 2025-09-14 16:07:42,179 basehttp 15631 13035925504 "GET /en/appointments/330/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:07:42,184 basehttp 15631 13035925504 "GET /en/appointments/330/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:07:42,225 basehttp 15631 13035925504 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-14 16:08:11,931 basehttp 15631 13035925504 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:08:11,941 basehttp 15631 13035925504 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:08:14,728 basehttp 15631 13035925504 "GET /en/appointments/934/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:08:14,739 basehttp 15631 13035925504 "GET /en/appointments/934/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:08:29,056 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:08:51,044 basehttp 15631 13035925504 "GET /en/appointments/379/detail-card/ HTTP/1.1" 200 568 INFO 2025-09-14 16:08:51,049 basehttp 15631 13035925504 "GET /en/appointments/379/detail-card/ HTTP/1.1" 200 568 INFO 2025-09-14 16:09:29,049 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:09:50,482 basehttp 15631 13035925504 "GET /en/appointments/calendar/ HTTP/1.1" 200 22782 WARNING 2025-09-14 16:09:50,501 log 15631 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:09:50,501 basehttp 15631 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:09:50,588 basehttp 15631 13035925504 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:09:50,594 basehttp 15631 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:10:50,584 basehttp 15631 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:10:55,424 basehttp 15631 6161035264 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:10:55,444 log 15631 6161035264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:10:55,444 basehttp 15631 6161035264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:10:55,505 basehttp 15631 6161035264 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:10:55,509 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:11:26,556 basehttp 15631 13035925504 "GET /en/appointments/calendar/ HTTP/1.1" 200 22954 WARNING 2025-09-14 16:11:26,569 log 15631 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:11:26,569 basehttp 15631 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:11:26,653 basehttp 15631 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:11:26,671 basehttp 15631 13035925504 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127034 INFO 2025-09-14 16:12:26,636 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:13:26,650 basehttp 15631 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:13:32,075 autoreload 15631 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:13:32,427 autoreload 18646 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:13:33,702 log 18646 6163902464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:13:33,702 basehttp 18646 6163902464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:13:33,712 log 18646 6163902464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:13:33,712 basehttp 18646 6163902464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:13:34,414 basehttp 18646 6163902464 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 WARNING 2025-09-14 16:13:34,428 log 18646 6163902464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:13:34,428 basehttp 18646 6163902464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:13:34,482 basehttp 18646 6163902464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:14:22,711 autoreload 18646 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:14:23,092 autoreload 18964 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:14:24,094 log 18964 6156496896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:24,094 basehttp 18964 6156496896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:14:24,110 log 18964 6156496896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:24,110 basehttp 18964 6156496896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:14:26,963 basehttp 18964 6156496896 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 INFO 2025-09-14 16:14:26,976 basehttp 18964 13035925504 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 16:14:26,977 basehttp 18964 13052751872 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 INFO 2025-09-14 16:14:26,979 basehttp 18964 13069578240 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 16:14:26,982 basehttp 18964 6156496896 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-14 16:14:26,987 log 18964 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:26,988 basehttp 18964 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:14:26,988 basehttp 18964 13069578240 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-14 16:14:26,989 basehttp 18964 13052751872 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 16:14:26,994 basehttp 18964 13035925504 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-14 16:14:27,015 basehttp 18964 6156496896 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-14 16:14:27,017 basehttp 18964 13052751872 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-14 16:14:27,019 basehttp 18964 6156496896 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-14 16:14:27,020 basehttp 18964 13035925504 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-14 16:14:27,020 basehttp 18964 13069578240 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 16:14:27,021 basehttp 18964 6173323264 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 16:14:27,023 basehttp 18964 13052751872 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-14 16:14:27,025 basehttp 18964 13086404608 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 16:14:27,027 basehttp 18964 13035925504 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 16:14:27,028 basehttp 18964 6156496896 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 16:14:27,030 basehttp 18964 6173323264 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 16:14:27,031 basehttp 18964 13035925504 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 16:14:27,031 basehttp 18964 13052751872 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 16:14:27,032 basehttp 18964 13069578240 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 16:14:27,033 basehttp 18964 6156496896 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 16:14:27,035 basehttp 18964 13035925504 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 16:14:27,035 basehttp 18964 6173323264 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 16:14:27,035 basehttp 18964 13069578240 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 16:14:27,036 basehttp 18964 13052751872 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 16:14:27,036 basehttp 18964 6156496896 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 16:14:27,038 basehttp 18964 13086404608 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 16:14:27,039 basehttp 18964 6173323264 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 16:14:27,040 basehttp 18964 6156496896 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 16:14:27,040 basehttp 18964 13035925504 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 16:14:27,042 basehttp 18964 13035925504 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 16:14:27,042 basehttp 18964 6173323264 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 16:14:27,042 basehttp 18964 13069578240 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 16:14:27,042 basehttp 18964 13086404608 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 16:14:27,042 basehttp 18964 13052751872 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 16:14:27,042 basehttp 18964 6156496896 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 16:14:27,842 basehttp 18964 6173323264 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 16:14:27,854 basehttp 18964 6173323264 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-14 16:14:27,862 basehttp 18964 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:14:28,067 log 18964 13035925504 Not Found: /favicon.ico WARNING 2025-09-14 16:14:28,067 basehttp 18964 13035925504 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 16:14:51,491 autoreload 18964 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:14:51,850 autoreload 19208 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:14:52,527 basehttp 19208 6159495168 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 WARNING 2025-09-14 16:14:52,544 log 19208 6159495168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:14:52,544 basehttp 19208 6159495168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:14:52,621 basehttp 19208 6159495168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:15:02,522 autoreload 19208 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:15:02,907 autoreload 19297 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:15:03,714 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:03,714 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:15:03,751 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:03,751 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:15:04,416 basehttp 19297 6126088192 "GET /en/appointments/calendar/ HTTP/1.1" 200 23100 WARNING 2025-09-14 16:15:04,433 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:04,434 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:15:04,488 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:15:55,663 basehttp 19297 6126088192 "GET /en/appointments/calendar/ HTTP/1.1" 200 22565 WARNING 2025-09-14 16:15:55,676 log 19297 6126088192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:15:55,677 basehttp 19297 6126088192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:15:55,765 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:15:55,769 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:16:13,198 basehttp 19297 6142914560 "GET /en/appointments/1156/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:16:13,207 basehttp 19297 6142914560 "GET /en/appointments/1156/detail-card/ HTTP/1.1" 200 564 INFO 2025-09-14 16:16:13,212 basehttp 19297 6142914560 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-14 16:16:55,751 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:17:55,760 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:18:55,050 basehttp 19297 6142914560 "GET /en/appointments/calendar/ HTTP/1.1" 200 22926 WARNING 2025-09-14 16:18:55,064 log 19297 6142914560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:18:55,064 basehttp 19297 6142914560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:18:55,152 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:18:55,173 basehttp 19297 6142914560 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:19:55,137 basehttp 19297 6142914560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:20:14,504 basehttp 19297 6142914560 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:20:14,520 log 19297 6142914560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:20:14,520 basehttp 19297 6142914560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:20:14,611 basehttp 19297 6142914560 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:20:14,616 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:20:23,148 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=PENDING HTTP/1.1" 200 2 INFO 2025-09-14 16:20:27,735 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=CONFIRMED HTTP/1.1" 200 78071 INFO 2025-09-14 16:20:32,301 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=CHECKED_IN HTTP/1.1" 200 2 INFO 2025-09-14 16:20:34,820 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=IN_PROGRESS HTTP/1.1" 200 2 INFO 2025-09-14 16:20:37,494 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=COMPLETED HTTP/1.1" 200 2 INFO 2025-09-14 16:20:39,880 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=CANCELLED HTTP/1.1" 200 2 INFO 2025-09-14 16:20:42,518 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&status=NO_SHOW HTTP/1.1" 200 2 INFO 2025-09-14 16:20:45,163 basehttp 19297 6126088192 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:20:47,330 basehttp 19297 6126088192 "GET /en/appointments/1203/detail-card/ HTTP/1.1" 200 548 INFO 2025-09-14 16:20:47,339 basehttp 19297 6126088192 "GET /en/appointments/1203/detail-card/ HTTP/1.1" 200 548 INFO 2025-09-14 16:21:04,398 basehttp 19297 6126088192 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:21:04,408 basehttp 19297 6126088192 "GET /en/appointments/967/detail-card/ HTTP/1.1" 200 648 INFO 2025-09-14 16:21:14,598 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:21:38,512 basehttp 19297 6126088192 "GET /en/appointments/946/detail-card/ HTTP/1.1" 200 545 INFO 2025-09-14 16:21:38,519 basehttp 19297 6126088192 "GET /en/appointments/946/detail-card/ HTTP/1.1" 200 545 INFO 2025-09-14 16:22:14,595 basehttp 19297 6126088192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:23:09,307 autoreload 19297 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:23:09,737 autoreload 22846 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:23:10,508 log 22846 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:10,508 basehttp 22846 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:23:10,538 log 22846 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:10,539 basehttp 22846 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:23:11,502 basehttp 22846 6196768768 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:23:11,521 log 22846 6196768768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:11,521 basehttp 22846 6196768768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:23:11,594 basehttp 22846 6196768768 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:23:11,604 basehttp 22846 6213595136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:23:12,706 basehttp 22846 6213595136 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:23:12,721 log 22846 6213595136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:23:12,721 basehttp 22846 6213595136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:23:12,809 basehttp 22846 6213595136 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:23:12,812 basehttp 22846 6196768768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:24:00,099 autoreload 22846 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:24:00,542 autoreload 23234 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:24:00,883 basehttp 23234 6129250304 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:00,903 log 23234 6129250304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:00,903 basehttp 23234 6129250304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:24:01,002 log 23234 6129250304 Internal Server Error: /en/appointments/calendar/events/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/http.py", line 64, in inner return func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2403, in calendar_events "backgroundColor": color["bg"], ~~~~~^^^^^^ TypeError: 'NoneType' object is not subscriptable INFO 2025-09-14 16:24:01,003 basehttp 23234 6146076672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 16:24:01,005 basehttp 23234 6129250304 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 500 81357 INFO 2025-09-14 16:24:10,194 autoreload 23234 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:24:10,566 autoreload 23329 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:24:11,174 basehttp 23329 6191984640 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:11,196 log 23329 6191984640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:11,197 basehttp 23329 6191984640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:11,278 basehttp 23329 6208811008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:24:11,297 basehttp 23329 6191984640 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:24:52,319 autoreload 23329 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:24:52,705 autoreload 23641 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:24:53,725 log 23641 6202896384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:53,725 basehttp 23641 6202896384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:24:53,756 log 23641 6202896384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:53,757 basehttp 23641 6202896384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:54,395 basehttp 23641 6202896384 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:54,412 log 23641 6202896384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:54,412 basehttp 23641 6202896384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:54,487 basehttp 23641 6202896384 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:24:54,495 basehttp 23641 6219722752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:24:55,767 basehttp 23641 6219722752 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:24:55,788 log 23641 6219722752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:24:55,788 basehttp 23641 6219722752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:24:55,907 basehttp 23641 6219722752 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:24:55,909 basehttp 23641 6202896384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:25:07,542 autoreload 23641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:25:07,973 autoreload 23801 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:25:09,286 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:25:09,286 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:25:09,304 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:25:09,312 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:25:11,292 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:25:11,315 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:25:11,315 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:25:11,387 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:25:11,408 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:26:11,391 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:26:26,698 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:26:26,717 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:26:26,718 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:26:26,792 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:26:26,811 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:26:31,311 basehttp 23801 6341865472 "GET /en/appointments/953/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:26:31,319 basehttp 23801 6341865472 "GET /en/appointments/953/detail-card/ HTTP/1.1" 200 571 INFO 2025-09-14 16:26:37,921 basehttp 23801 6341865472 "GET /en/appointments/1162/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:26:37,929 basehttp 23801 6341865472 "GET /en/appointments/1162/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:26:44,303 basehttp 23801 6341865472 "GET /en/appointments/929/detail-card/ HTTP/1.1" 200 565 INFO 2025-09-14 16:26:44,313 basehttp 23801 6341865472 "GET /en/appointments/929/detail-card/ HTTP/1.1" 200 565 INFO 2025-09-14 16:27:07,085 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-21T00%3A00%3A00&end=2025-09-28T00%3A00%3A00 HTTP/1.1" 200 134211 INFO 2025-09-14 16:27:07,981 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:27:09,431 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 673095 INFO 2025-09-14 16:27:26,810 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:28:26,813 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:29:26,805 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:30:26,814 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:26,823 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:36,680 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 23004 WARNING 2025-09-14 16:31:36,708 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:31:36,708 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:31:36,772 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:52,839 basehttp 23801 6341865472 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:31:52,855 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:31:52,855 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:31:52,946 basehttp 23801 6341865472 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:31:52,950 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:31:58,627 basehttp 23801 6358691840 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00&provider_id=3 HTTP/1.1" 200 19990 INFO 2025-09-14 16:32:52,936 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:33:04,326 basehttp 23801 6358691840 "GET /en/appointments/1140/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:33:04,337 basehttp 23801 6358691840 "GET /en/appointments/1140/detail-card/ HTTP/1.1" 200 563 INFO 2025-09-14 16:33:52,941 basehttp 23801 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:34:20,393 basehttp 23801 6358691840 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:34:20,410 log 23801 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:34:20,410 basehttp 23801 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:34:20,498 basehttp 23801 6358691840 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:34:20,502 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:34:21,942 basehttp 23801 6341865472 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:34:21,953 basehttp 23801 6341865472 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:34:23,534 basehttp 23801 6341865472 "GET /en/appointments/reschedule/1111/ HTTP/1.1" 200 27765 WARNING 2025-09-14 16:34:23,556 log 23801 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:34:23,556 basehttp 23801 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:34:23,598 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:23,598 basehttp 23801 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:32,769 autoreload 23801 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:35:33,169 autoreload 28401 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:35:33,784 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:35:33,785 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:35:33,867 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 16:35:33,867 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:35:33,868 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:35:34,680 basehttp 28401 6181302272 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:35:34,702 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:35:34,703 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:35:34,771 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:34,790 basehttp 28401 6181302272 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:35:35,758 basehttp 28401 6181302272 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:35:35,773 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:35:35,774 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:35:35,838 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:35:35,887 basehttp 28401 6181302272 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:35:43,830 basehttp 28401 6181302272 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:35:43,836 basehttp 28401 6181302272 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:36:35,846 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:36:53,569 basehttp 28401 6181302272 "POST /en/appointments/reschedule/1111/ HTTP/1.1" 200 28162 INFO 2025-09-14 16:36:58,000 basehttp 28401 6181302272 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:36:58,009 basehttp 28401 6181302272 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 711 INFO 2025-09-14 16:36:59,740 basehttp 28401 6181302272 "GET /en/appointments/reschedule/1111/ HTTP/1.1" 200 27765 WARNING 2025-09-14 16:36:59,762 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:36:59,762 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:36:59,800 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:37:04,380 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:37:04,380 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:37:04,395 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:37:04,395 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:37:35,850 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:38:35,851 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:39:35,856 basehttp 28401 6181302272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:39:59,433 basehttp 28401 6181302272 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:39:59,451 log 28401 6181302272 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:39:59,451 basehttp 28401 6181302272 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:39:59,539 basehttp 28401 6181302272 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:39:59,545 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:40:01,557 basehttp 28401 6164475904 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:40:01,564 basehttp 28401 6164475904 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:40:04,267 basehttp 28401 6164475904 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 24788 WARNING 2025-09-14 16:40:04,289 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:04,289 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:40:04,326 basehttp 28401 6164475904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:40:10,102 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:10,102 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:40:10,113 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:10,113 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:40:16,140 log 28401 6164475904 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cancel_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-14 16:40:16,141 basehttp 28401 6164475904 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 68239 WARNING 2025-09-14 16:40:16,162 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:40:16,162 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:41:42,040 log 28401 6164475904 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: cancel_appointment() got an unexpected keyword argument 'appointment_id' ERROR 2025-09-14 16:41:42,041 basehttp 28401 6164475904 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 68376 WARNING 2025-09-14 16:41:42,057 log 28401 6164475904 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:41:42,058 basehttp 28401 6164475904 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:42:31,532 autoreload 28401 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 16:42:32,010 autoreload 31523 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 16:42:32,906 log 31523 6167965696 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1952, in cancel_appointment return redirect('appointments:appointment_request_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_detail' not found. 'appointment_request_detail' is not a valid view function or pattern name. ERROR 2025-09-14 16:42:32,907 basehttp 31523 6167965696 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 93095 WARNING 2025-09-14 16:42:32,921 log 31523 6167965696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:42:32,922 basehttp 31523 6167965696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 16:43:06,434 log 31523 6167965696 Internal Server Error: /en/appointments/cancel/1122/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1952, in cancel_appointment return redirect('appointments:appointment_request_detail', pk=pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'appointment_request_detail' not found. 'appointment_request_detail' is not a valid view function or pattern name. ERROR 2025-09-14 16:43:06,435 basehttp 31523 6167965696 "GET /en/appointments/cancel/1122/ HTTP/1.1" 500 93409 WARNING 2025-09-14 16:43:06,450 log 31523 6167965696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:43:06,450 basehttp 31523 6167965696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:43:33,670 autoreload 31523 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:43:34,093 autoreload 32003 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 16:43:34,904 basehttp 32003 6162673664 "GET /en/appointments/cancel/1122/ HTTP/1.1" 302 0 INFO 2025-09-14 16:43:34,926 basehttp 32003 6162673664 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 25894 WARNING 2025-09-14 16:43:34,953 log 32003 6162673664 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:43:34,960 basehttp 32003 6162673664 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:43:35,028 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:44:35,020 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:45:35,025 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:46:35,025 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:47:35,027 basehttp 32003 6162673664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:48:24,262 autoreload 32003 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:48:24,610 autoreload 34100 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:48:25,787 log 34100 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:25,792 basehttp 34100 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:25,859 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:48:25,861 log 34100 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:25,862 basehttp 34100 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:26,467 basehttp 34100 6325039104 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:48:26,486 log 34100 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:26,487 basehttp 34100 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:26,599 basehttp 34100 6325039104 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:48:26,604 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:48:29,299 basehttp 34100 6157201408 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1008 INFO 2025-09-14 16:48:29,305 basehttp 34100 6157201408 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1008 INFO 2025-09-14 16:48:41,374 basehttp 34100 6157201408 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-14 16:48:41,391 log 34100 6157201408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:48:41,391 basehttp 34100 6157201408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:48:41,451 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:49:41,459 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:50:41,453 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:51:41,447 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:52:41,449 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:53:41,443 basehttp 34100 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:54:29,003 autoreload 34100 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 16:54:29,445 autoreload 36814 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 16:54:30,618 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:30,618 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 16:54:30,630 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:30,630 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:31,161 basehttp 36814 6200619008 "GET /en/appointments/requests/1122/detail/ HTTP/1.1" 200 24790 WARNING 2025-09-14 16:54:31,182 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:31,182 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:31,224 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:54:32,297 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:32,297 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:32,303 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 16:54:32,309 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:32,309 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:32,837 basehttp 36814 6217445376 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 16:54:32,855 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:32,855 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:32,968 basehttp 36814 6217445376 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 16:54:32,970 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:54:35,465 basehttp 36814 6200619008 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:54:35,479 basehttp 36814 6200619008 "GET /en/appointments/1111/detail-card/ HTTP/1.1" 200 1006 INFO 2025-09-14 16:54:37,201 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 28082 WARNING 2025-09-14 16:54:37,219 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:54:37,219 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:54:37,258 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:55:37,266 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:56:34,093 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27500 WARNING 2025-09-14 16:56:34,112 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:56:34,113 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:56:34,157 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:57:25,731 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27408 WARNING 2025-09-14 16:57:25,755 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:57:25,755 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:57:25,774 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:57:53,192 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27417 WARNING 2025-09-14 16:57:53,210 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:57:53,210 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:57:53,252 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:58:53,254 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 16:59:13,415 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27449 WARNING 2025-09-14 16:59:13,435 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 16:59:13,435 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 16:59:13,473 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:00:07,090 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27574 WARNING 2025-09-14 17:00:07,109 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:00:07,110 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:00:07,154 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:01:07,165 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:01:28,054 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27613 WARNING 2025-09-14 17:01:28,077 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:01:28,082 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:01:28,095 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:02:28,093 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:02:33,497 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27621 WARNING 2025-09-14 17:02:33,516 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:02:33,516 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:02:33,578 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:02:50,324 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 27616 WARNING 2025-09-14 17:02:50,341 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:02:50,341 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:02:50,379 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:03:13,682 basehttp 36814 6200619008 "GET /en/appointments/requests/1111/detail/ HTTP/1.1" 200 24805 WARNING 2025-09-14 17:03:13,696 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:03:13,696 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:03:13,733 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 17:03:15,591 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:03:15,591 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 17:03:15,609 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:03:15,610 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:03:50,381 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:04:49,711 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 28408 WARNING 2025-09-14 17:04:49,725 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:04:49,725 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:04:49,769 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:05:49,781 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:06:39,425 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 30007 WARNING 2025-09-14 17:06:39,442 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:06:39,442 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:06:39,468 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:07:39,478 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:07:50,333 basehttp 36814 6200619008 "GET /en/appointments/cancel/1111/ HTTP/1.1" 200 29974 WARNING 2025-09-14 17:07:50,346 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:07:50,346 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:07:50,386 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 17:07:55,648 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:07:55,648 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:08:55,707 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:09:44,823 basehttp 36814 6200619008 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:09:44,848 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:09:44,849 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:09:44,935 basehttp 36814 6200619008 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:09:44,944 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:09:46,095 basehttp 36814 6217445376 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1010 INFO 2025-09-14 17:09:46,107 basehttp 36814 6217445376 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1010 INFO 2025-09-14 17:09:47,739 basehttp 36814 6217445376 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30011 WARNING 2025-09-14 17:09:47,761 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:09:47,761 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:09:47,794 basehttp 36814 6217445376 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-14 17:09:47,799 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:10:16,656 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30021 WARNING 2025-09-14 17:10:16,672 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:10:16,672 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:10:16,717 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:10:19,191 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30021 WARNING 2025-09-14 17:10:19,210 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:10:19,210 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:10:19,252 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:10:43,871 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30022 WARNING 2025-09-14 17:10:43,883 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:10:43,883 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:10:43,921 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:01,556 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30016 WARNING 2025-09-14 17:11:01,575 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:01,575 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:01,616 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:15,025 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30017 WARNING 2025-09-14 17:11:15,038 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:15,038 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:15,059 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:28,503 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30022 WARNING 2025-09-14 17:11:28,516 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:28,516 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:28,557 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:11:43,243 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30032 WARNING 2025-09-14 17:11:43,256 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:11:43,256 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:11:43,295 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:00,023 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30022 WARNING 2025-09-14 17:12:00,036 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:00,036 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:00,077 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:14,488 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30027 WARNING 2025-09-14 17:12:14,501 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:14,501 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:14,524 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:23,923 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30032 WARNING 2025-09-14 17:12:23,936 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:23,937 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:23,976 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:36,505 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30032 WARNING 2025-09-14 17:12:36,525 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:36,526 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:36,567 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:12:52,827 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30020 WARNING 2025-09-14 17:12:52,846 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:12:52,846 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:12:52,888 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:13:02,638 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30020 WARNING 2025-09-14 17:13:02,650 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:13:02,650 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:13:02,689 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:13:45,657 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30097 WARNING 2025-09-14 17:13:45,675 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:13:45,675 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:13:45,718 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:14:27,582 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 29452 WARNING 2025-09-14 17:14:27,594 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:14:27,594 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:14:27,635 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:15:27,648 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:16:12,361 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 29466 WARNING 2025-09-14 17:16:12,375 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:16:12,375 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:16:12,397 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:17:12,399 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:18:12,414 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:19:12,406 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:20:12,418 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:21:00,327 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30558 WARNING 2025-09-14 17:21:00,343 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:21:00,343 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:21:00,384 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:22:01,127 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:23:02,142 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:24:03,160 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:24:13,324 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30725 WARNING 2025-09-14 17:24:13,342 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:24:13,343 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:24:13,405 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:25:13,421 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:26:14,144 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:26:55,317 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30734 WARNING 2025-09-14 17:26:55,332 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:26:55,333 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:26:55,398 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:27:41,454 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30734 WARNING 2025-09-14 17:27:41,472 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:27:41,472 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:27:41,514 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:28:13,525 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30750 WARNING 2025-09-14 17:28:13,543 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:28:13,543 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:28:13,587 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:29:14,125 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:30:15,140 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:31:16,140 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:32:17,134 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:32:20,345 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30968 WARNING 2025-09-14 17:32:20,365 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:32:20,365 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:32:20,424 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:32:49,681 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 31085 WARNING 2025-09-14 17:32:49,702 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:32:49,703 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:32:49,767 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:33:36,163 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 31006 WARNING 2025-09-14 17:33:36,179 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:33:36,179 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:33:36,220 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:34:36,237 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:35:28,554 basehttp 36814 6200619008 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30689 WARNING 2025-09-14 17:35:28,573 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:35:28,573 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:35:28,615 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:36:28,479 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 17:36:57,703 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:36:57,703 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:37:46,866 basehttp 36814 6200619008 "GET /en/appointments/1167/detail-card/ HTTP/1.1" 200 1003 INFO 2025-09-14 17:37:46,873 basehttp 36814 6200619008 "GET /en/appointments/1167/detail-card/ HTTP/1.1" 200 1003 INFO 2025-09-14 17:37:57,779 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:38:57,783 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:39:57,774 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:40:57,779 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:41:28,537 basehttp 36814 6200619008 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:41:28,556 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:41:28,556 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:41:28,643 basehttp 36814 6200619008 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:41:28,648 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:41:29,917 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1026 INFO 2025-09-14 17:41:29,926 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1026 INFO 2025-09-14 17:42:28,624 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:43:23,874 basehttp 36814 6217445376 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:43:23,887 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:43:23,887 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:43:23,956 basehttp 36814 6217445376 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:43:23,961 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:43:25,023 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1027 INFO 2025-09-14 17:43:25,029 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 1027 INFO 2025-09-14 17:44:23,955 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:45:06,190 basehttp 36814 6200619008 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:45:06,212 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:45:06,212 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:45:06,283 basehttp 36814 6200619008 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:45:06,297 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:45:08,170 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 916 INFO 2025-09-14 17:45:08,179 basehttp 36814 6217445376 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 916 INFO 2025-09-14 17:45:21,201 basehttp 36814 6217445376 "GET /en/appointments/1106/detail-card/ HTTP/1.1" 200 1016 INFO 2025-09-14 17:45:21,210 basehttp 36814 6217445376 "GET /en/appointments/1106/detail-card/ HTTP/1.1" 200 1016 INFO 2025-09-14 17:46:06,283 basehttp 36814 6217445376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:46:09,087 basehttp 36814 6217445376 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 WARNING 2025-09-14 17:46:09,109 log 36814 6217445376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:46:09,109 basehttp 36814 6217445376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:46:09,208 basehttp 36814 6217445376 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-14 17:46:09,211 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:46:10,031 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 807 INFO 2025-09-14 17:46:10,040 basehttp 36814 6200619008 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 807 INFO 2025-09-14 17:46:14,457 basehttp 36814 6200619008 "GET /en/appointments/1112/detail-card/ HTTP/1.1" 200 1050 INFO 2025-09-14 17:46:14,469 basehttp 36814 6200619008 "GET /en/appointments/1112/detail-card/ HTTP/1.1" 200 1050 INFO 2025-09-14 17:46:16,271 basehttp 36814 6200619008 "GET /en/appointments/cancel/1112/ HTTP/1.1" 200 30683 WARNING 2025-09-14 17:46:16,292 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:46:16,293 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:46:16,330 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:46:19,230 basehttp 36814 6200619008 "GET /en/appointments/requests/1112/detail/ HTTP/1.1" 200 24799 WARNING 2025-09-14 17:46:19,254 log 36814 6200619008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 17:46:19,255 basehttp 36814 6200619008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 17:46:19,291 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:47:19,993 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:48:20,988 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:49:21,984 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:50:22,975 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:51:23,991 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:52:24,992 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:53:24,986 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:54:24,991 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:55:24,991 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:56:24,989 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:57:25,008 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:58:25,004 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 17:59:24,995 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:00:25,009 basehttp 36814 6200619008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:01:21,446 autoreload 36814 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 18:01:21,925 autoreload 66588 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:01:25,063 basehttp 66588 6191509504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:01:25,525 basehttp 66588 6191509504 "GET /en/appointments/api HTTP/1.1" 301 0 INFO 2025-09-14 18:01:25,539 basehttp 66588 6208335872 "GET /en/appointments/api/ HTTP/1.1" 200 10229 INFO 2025-09-14 18:01:25,620 basehttp 66588 6275641344 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3796 INFO 2025-09-14 18:01:25,620 basehttp 66588 6241988608 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152 INFO 2025-09-14 18:01:25,621 basehttp 66588 6191509504 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3426 INFO 2025-09-14 18:01:25,622 basehttp 66588 6225162240 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817 INFO 2025-09-14 18:01:25,624 basehttp 66588 6275641344 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1793 INFO 2025-09-14 18:01:25,625 basehttp 66588 6225162240 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268 INFO 2025-09-14 18:01:25,625 basehttp 66588 6191509504 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632 INFO 2025-09-14 18:01:25,627 basehttp 66588 6208335872 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457 INFO 2025-09-14 18:01:25,627 basehttp 66588 6241988608 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680 INFO 2025-09-14 18:01:25,627 basehttp 66588 6258814976 "GET /static/rest_framework/js/jquery-3.7.1.min.js HTTP/1.1" 200 87533 INFO 2025-09-14 18:01:25,627 basehttp 66588 6275641344 "GET /static/rest_framework/js/load-ajax-form.js HTTP/1.1" 200 59 INFO 2025-09-14 18:01:25,630 basehttp 66588 6258814976 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458 WARNING 2025-09-14 18:01:25,631 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:25,634 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:01:25,638 basehttp 66588 6225162240 "GET /static/rest_framework/css/bootstrap.min.css.map HTTP/1.1" 200 540434 ERROR 2025-09-14 18:01:31,032 log 66588 6225162240 Internal Server Error: /en/appointments/api/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/response.py", line 74, in rendered_content ret = renderer.render(self.data, accepted_media_type, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/renderers.py", line 731, in render context = self.get_context(data, accepted_media_type, renderer_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/renderers.py", line 709, in get_context 'filter_form': self.get_filter_form(data, view, request), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/renderers.py", line 641, in get_filter_form html = backend().to_html(request, queryset, view) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 79, in to_html template = loader.get_template(self.template) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: django_filters/rest_framework/form.html ERROR 2025-09-14 18:01:31,033 basehttp 66588 6225162240 "GET /en/appointments/api/appointments/ HTTP/1.1" 500 133240 WARNING 2025-09-14 18:01:31,052 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:31,052 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:40,787 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:40,787 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:40,798 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:40,798 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:42,713 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:42,713 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:01:42,718 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:01:42,719 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:02:25,010 basehttp 66588 6225162240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:02:31,010 basehttp 66588 6225162240 "GET /en/appointments/queue/ HTTP/1.1" 200 35556 WARNING 2025-09-14 18:02:31,030 log 66588 6225162240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:02:31,030 basehttp 66588 6225162240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:02:31,109 basehttp 66588 6225162240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:02:31,139 basehttp 66588 6275641344 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-14 18:02:31,162 basehttp 66588 6208335872 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 INFO 2025-09-14 18:02:31,164 basehttp 66588 6258814976 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-14 18:02:31,169 basehttp 66588 6241988608 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-14 18:02:31,170 basehttp 66588 6225162240 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 INFO 2025-09-14 18:02:31,171 basehttp 66588 6191509504 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-14 18:03:13,964 basehttp 66588 6191509504 "GET /en/appointments/queue/list HTTP/1.1" 301 0 INFO 2025-09-14 18:03:13,986 basehttp 66588 6225162240 "GET /en/appointments/queue/list/ HTTP/1.1" 200 63985 INFO 2025-09-14 18:03:14,002 basehttp 66588 6208335872 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 18:03:14,003 basehttp 66588 6241988608 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 18:03:14,006 basehttp 66588 6225162240 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 18:03:14,008 basehttp 66588 6191509504 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-14 18:03:14,008 basehttp 66588 6275641344 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 18:03:14,009 basehttp 66588 6258814976 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-14 18:03:14,010 basehttp 66588 6241988608 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-14 18:03:14,013 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:14,013 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:14,080 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:03:36,146 basehttp 66588 6208335872 "GET /en/appointments/queue/3/ HTTP/1.1" 200 37795 WARNING 2025-09-14 18:03:36,162 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:36,162 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:36,200 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:03:45,773 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:45,774 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:03:45,789 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:45,789 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:48,058 basehttp 66588 6208335872 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 124481 WARNING 2025-09-14 18:03:48,081 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:03:48,081 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:03:48,139 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:04:01,893 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:01,893 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:04:01,903 log 66588 6208335872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:01,903 basehttp 66588 6208335872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:02,079 basehttp 66588 6208335872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:04:02,091 basehttp 66588 6275641344 "GET /en/appointments/queue/2/status/ HTTP/1.1" 200 4236 INFO 2025-09-14 18:04:02,093 basehttp 66588 6258814976 "GET /en/appointments/queue/1/status/ HTTP/1.1" 200 2973 INFO 2025-09-14 18:04:02,096 basehttp 66588 6225162240 "GET /en/appointments/queue/6/status/ HTTP/1.1" 200 3044 INFO 2025-09-14 18:04:02,098 basehttp 66588 6241988608 "GET /en/appointments/queue/3/status/ HTTP/1.1" 200 3130 INFO 2025-09-14 18:04:02,099 basehttp 66588 6191509504 "GET /en/appointments/queue/4/status/ HTTP/1.1" 200 3223 WARNING 2025-09-14 18:04:02,103 log 66588 6275641344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:02,103 basehttp 66588 6275641344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:02,104 basehttp 66588 6208335872 "GET /en/appointments/queue/5/status/ HTTP/1.1" 200 2028 WARNING 2025-09-14 18:04:02,109 log 66588 6275641344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:02,109 basehttp 66588 6275641344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:25,096 autoreload 66588 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/urls.py changed, reloading. INFO 2025-09-14 18:04:25,440 autoreload 68007 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:04:26,671 basehttp 68007 6122172416 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:04:26,689 log 68007 6122172416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:04:26,690 basehttp 68007 6122172416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:04:26,747 basehttp 68007 6122172416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:05:15,543 autoreload 68007 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:05:15,945 autoreload 68392 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:05:16,939 log 68392 6193360896 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'provider'. Choices are: tenant, created_by ERROR 2025-09-14 18:05:16,942 basehttp 68392 6193360896 "GET /en/appointments/queue/ HTTP/1.1" 500 194819 WARNING 2025-09-14 18:05:16,963 log 68392 6193360896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:05:16,963 basehttp 68392 6193360896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 18:05:17,399 log 68392 6193360896 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'provider'. Choices are: tenant, created_by ERROR 2025-09-14 18:05:17,401 basehttp 68392 6193360896 "GET /en/appointments/queue/ HTTP/1.1" 500 194819 WARNING 2025-09-14 18:05:17,413 log 68392 6193360896 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:05:17,413 basehttp 68392 6193360896 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:06:19,761 autoreload 68392 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:06:20,108 autoreload 68856 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:06:20,907 log 68856 6135246848 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'providers'. Choices are: tenant, created_by ERROR 2025-09-14 18:06:20,909 basehttp 68856 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 500 194846 WARNING 2025-09-14 18:06:20,930 log 68856 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:06:20,930 basehttp 68856 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:06:49,487 autoreload 68856 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:06:49,880 autoreload 69024 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:06:50,571 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:06:50,591 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:06:50,592 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:06:50,642 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:07:50,649 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:07:50,670 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:07:50,684 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:07:50,685 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:07:50,729 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:08:50,744 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:08:50,763 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:08:50,776 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:08:50,776 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:08:50,847 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:09:19,482 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:09:19,500 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:19,501 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:09:19,548 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:09:20,196 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:09:20,213 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:20,214 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:09:20,273 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:09:30,074 basehttp 69024 6194786304 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37465 WARNING 2025-09-14 18:09:30,094 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:30,094 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:09:30,139 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:09:33,184 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:33,185 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:09:33,196 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:09:33,196 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:10:20,271 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:10:20,296 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:10:20,312 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:10:20,312 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:10:20,363 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:10:34,328 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 64087 WARNING 2025-09-14 18:10:34,344 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:10:34,344 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:10:34,400 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:11:00,111 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:11:00,126 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:11:00,126 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:11:00,178 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:12:00,180 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:12:00,203 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 63985 WARNING 2025-09-14 18:12:00,215 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:12:00,215 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:12:00,264 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:12:05,744 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:12:05,762 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:12:05,762 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:12:05,815 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:13:05,826 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:13:05,852 basehttp 69024 6194786304 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:13:05,868 log 69024 6194786304 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:05,868 basehttp 69024 6194786304 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:13:05,912 basehttp 69024 6194786304 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:13:35,684 autoreload 69024 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:13:36,140 autoreload 72070 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 18:13:37,265 log 72070 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:37,266 basehttp 72070 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:13:37,274 log 72070 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:37,274 basehttp 72070 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 18:13:38,040 log 72070 6135246848 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'waiting_queues'. Choices are: tenant, created_by ERROR 2025-09-14 18:13:38,042 basehttp 72070 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 500 195154 WARNING 2025-09-14 18:13:38,058 log 72070 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:13:38,058 basehttp 72070 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:14:15,029 autoreload 72070 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:14:15,374 autoreload 72381 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:14:16,047 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:14:16,068 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:14:16,068 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:14:16,117 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:15:16,130 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:15:16,154 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:15:16,169 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:15:16,169 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:15:16,211 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:16:16,240 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:16:16,250 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:16:16,266 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:16:16,266 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:16:16,308 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:17:16,314 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:17:16,337 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:17:16,353 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:17:16,353 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:17:16,395 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:18:16,416 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:18:16,434 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:18:16,450 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:18:16,450 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:18:16,495 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:19:16,507 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:19:16,530 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:19:16,543 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:19:16,544 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:19:16,586 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:20:16,614 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:20:16,626 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:20:16,641 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:20:16,641 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:20:16,687 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:21:16,600 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:21:16,617 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:21:16,630 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:21:16,630 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:21:16,678 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:22:16,693 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:22:16,706 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:22:16,730 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:22:16,730 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:22:16,763 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:23:16,778 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:23:16,802 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:23:16,816 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:23:16,816 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:23:16,859 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:24:16,881 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:24:16,898 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:24:16,914 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:24:16,914 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:24:16,955 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:25:17,877 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:25:17,884 basehttp 72381 6160756736 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:25:17,900 log 72381 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:25:17,900 basehttp 72381 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:25:17,945 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:26:17,973 basehttp 72381 6160756736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:26:17,988 basehttp 72381 6177583104 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:26:18,005 log 72381 6177583104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:26:18,005 basehttp 72381 6177583104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:26:18,051 basehttp 72381 6177583104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:26:42,398 basehttp 72381 6177583104 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84316 INFO 2025-09-14 18:26:42,415 basehttp 72381 6160756736 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 18:26:42,416 basehttp 72381 6228062208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 18:26:42,417 basehttp 72381 6194409472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 18:26:42,417 basehttp 72381 6177583104 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 18:26:42,418 basehttp 72381 6194409472 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 18:26:42,418 basehttp 72381 6211235840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 18:26:42,419 basehttp 72381 6160756736 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 18:26:42,420 basehttp 72381 6177583104 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 18:26:42,421 basehttp 72381 6194409472 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 18:26:42,421 basehttp 72381 6160756736 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 18:26:42,423 basehttp 72381 6177583104 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 18:26:42,423 basehttp 72381 6211235840 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 18:26:42,424 basehttp 72381 6160756736 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 18:26:42,424 basehttp 72381 6177583104 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-14 18:26:42,424 basehttp 72381 6228062208 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 18:26:42,428 basehttp 72381 6244888576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:26:42,429 basehttp 72381 6194409472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 18:26:42,439 basehttp 72381 6228062208 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 18:26:42,440 basehttp 72381 6211235840 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-14 18:26:42,440 basehttp 72381 6177583104 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 18:26:42,440 basehttp 72381 6160756736 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 18:26:42,527 basehttp 72381 6194409472 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 18:26:42,527 basehttp 72381 6244888576 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 18:26:44,909 basehttp 72381 6244888576 "GET /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 200 147367 INFO 2025-09-14 18:26:44,923 basehttp 72381 6177583104 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-14 18:26:44,923 basehttp 72381 6228062208 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-14 18:26:44,923 basehttp 72381 6160756736 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-14 18:26:44,923 basehttp 72381 6244888576 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-14 18:26:44,923 basehttp 72381 6211235840 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-14 18:26:44,926 basehttp 72381 6244888576 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-14 18:26:44,926 basehttp 72381 6211235840 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-14 18:26:44,927 basehttp 72381 6194409472 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:26:44,929 basehttp 72381 6194409472 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-14 18:26:44,929 basehttp 72381 6211235840 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-14 18:26:44,934 basehttp 72381 6211235840 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-14 18:26:44,956 basehttp 72381 6211235840 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-14 18:27:07,671 autoreload 72381 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:27:08,183 autoreload 78050 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:27:11,755 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:27:11,778 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:27:11,778 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:27:11,827 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:28:02,115 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:28:02,133 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:28:02,133 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:28:02,184 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:28:33,743 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64891 WARNING 2025-09-14 18:28:33,760 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:28:33,760 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:28:33,812 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:28:54,577 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:28:54,593 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:28:54,594 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:28:54,644 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 18:29:23,114 log 78050 6122434560 Internal Server Error: /en/appointments/queue/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'ManyRelatedManager' object is not iterable ERROR 2025-09-14 18:29:23,115 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 500 178751 WARNING 2025-09-14 18:29:23,129 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:29:23,129 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:30:02,860 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 64897 WARNING 2025-09-14 18:30:02,875 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:30:02,875 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:30:02,926 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:30:16,761 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84316 INFO 2025-09-14 18:30:20,064 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 200 147367 INFO 2025-09-14 18:30:20,081 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:30:28,252 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:30:28,279 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84560 INFO 2025-09-14 18:30:28,295 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:30:31,872 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 65731 WARNING 2025-09-14 18:30:31,888 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:30:31,888 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:30:31,938 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:31:31,944 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:31:31,971 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 65730 WARNING 2025-09-14 18:31:31,985 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:31:31,986 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:31:32,036 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:31:34,786 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/1/change/ HTTP/1.1" 200 147490 INFO 2025-09-14 18:31:34,804 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:31:42,858 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/1/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:31:42,884 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84570 INFO 2025-09-14 18:31:42,899 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:31:44,285 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 200 147448 INFO 2025-09-14 18:31:44,301 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:31:59,988 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/3/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:00,015 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84560 INFO 2025-09-14 18:32:00,029 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:01,360 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/2/change/ HTTP/1.1" 200 158380 INFO 2025-09-14 18:32:01,378 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:11,345 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/2/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:11,371 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84565 INFO 2025-09-14 18:32:11,385 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:13,880 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/4/change/ HTTP/1.1" 200 147357 INFO 2025-09-14 18:32:13,896 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:26,833 basehttp 78050 6122434560 "POST /en/admin/appointments/waitingqueue/4/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:26,860 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84560 INFO 2025-09-14 18:32:26,874 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:29,088 basehttp 78050 6122434560 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147357 INFO 2025-09-14 18:32:29,103 basehttp 78050 6122434560 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:32,857 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:32:32,875 basehttp 78050 6139260928 "GET /en/appointments/queue/ HTTP/1.1" 200 66650 WARNING 2025-09-14 18:32:32,890 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:32:32,891 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:32:32,944 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:32:36,110 basehttp 78050 6139260928 "POST /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:36,137 basehttp 78050 6139260928 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84559 INFO 2025-09-14 18:32:36,157 basehttp 78050 6139260928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:37,542 basehttp 78050 6139260928 "GET /en/admin/appointments/waitingqueue/5/change/ HTTP/1.1" 200 136465 INFO 2025-09-14 18:32:37,554 basehttp 78050 6139260928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:44,734 basehttp 78050 6139260928 "POST /en/admin/appointments/waitingqueue/5/change/ HTTP/1.1" 302 0 INFO 2025-09-14 18:32:44,761 basehttp 78050 6139260928 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84570 INFO 2025-09-14 18:32:44,778 basehttp 78050 6139260928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 18:32:47,875 basehttp 78050 6139260928 "GET /en/appointments/queue/ HTTP/1.1" 200 67300 WARNING 2025-09-14 18:32:47,896 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:32:47,896 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:32:47,945 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:33:18,662 basehttp 78050 6139260928 "GET /en/appointments/queue/1/ HTTP/1.1" 200 39307 WARNING 2025-09-14 18:33:18,682 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:33:18,682 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:33:18,723 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:33:29,325 basehttp 78050 6139260928 "GET /en/appointments/queue/entry/18/ HTTP/1.1" 200 31327 WARNING 2025-09-14 18:33:29,345 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:33:29,345 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:33:29,385 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:34:08,038 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:34:08,038 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:34:08,051 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:34:08,051 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:34:18,737 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:35:18,726 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:36:18,725 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:36:33,738 basehttp 78050 6139260928 "GET /en/appointments/queue/1/ HTTP/1.1" 200 39308 WARNING 2025-09-14 18:36:33,750 log 78050 6139260928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:33,750 basehttp 78050 6139260928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:36:33,792 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:36:41,438 basehttp 78050 6139260928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:36:41,443 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:41,444 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:36:41,453 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 67301 WARNING 2025-09-14 18:36:41,468 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:41,468 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:36:41,475 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:36:41,475 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:36:41,495 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:37:35,301 basehttp 78050 6122434560 "GET /en/appointments/queue/ HTTP/1.1" 200 68735 WARNING 2025-09-14 18:37:35,314 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:37:35,314 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:37:35,359 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:37:36,703 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28660 WARNING 2025-09-14 18:37:36,721 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:37:36,721 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:37:36,760 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:38:36,765 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:39:36,763 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:40:36,764 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:40:57,044 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28170 WARNING 2025-09-14 18:40:57,058 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:40:57,058 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:40:57,110 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:41:20,036 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28177 WARNING 2025-09-14 18:41:20,053 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:41:20,053 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:41:20,086 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:41:38,023 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28171 WARNING 2025-09-14 18:41:38,040 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:41:38,040 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:41:38,057 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:42:16,451 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28273 WARNING 2025-09-14 18:42:16,472 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:42:16,472 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:42:16,535 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:43:08,216 basehttp 78050 6122434560 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28376 WARNING 2025-09-14 18:43:08,236 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:08,236 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:43:08,268 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:43:21,914 basehttp 78050 6122434560 "GET /en/appointments/queue/3/ HTTP/1.1" 200 40141 WARNING 2025-09-14 18:43:21,932 log 78050 6122434560 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:21,933 basehttp 78050 6122434560 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:43:21,968 basehttp 78050 6122434560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:43:28,493 basehttp 78050 6122434560 "GET /en/appointments/queue/3/update/ HTTP/1.1" 200 35754 INFO 2025-09-14 18:43:28,507 basehttp 78050 6122434560 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-14 18:43:28,509 basehttp 78050 6139260928 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-14 18:43:28,513 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:28,513 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:43:28,571 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:43:30,485 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:30,486 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:43:30,509 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:43:30,509 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:44:21,988 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:45:21,973 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:46:21,973 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:46:33,402 basehttp 78050 6156087296 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39887 WARNING 2025-09-14 18:46:33,416 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:46:33,416 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:46:33,455 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:47:33,457 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:48:33,459 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:48:53,805 basehttp 78050 6156087296 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39899 WARNING 2025-09-14 18:48:53,819 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:48:53,820 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:48:53,861 basehttp 78050 6156087296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 18:48:55,904 log 78050 6156087296 Internal Server Error: /en/appointments/queue/3/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2102, in call_next_patient return redirect('appointments:queue_management') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-14 18:48:55,905 basehttp 78050 6156087296 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 500 92268 WARNING 2025-09-14 18:48:55,920 log 78050 6156087296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:48:55,921 basehttp 78050 6156087296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:51:34,162 autoreload 78050 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:51:34,574 autoreload 88843 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:51:36,705 log 88843 6325039104 Internal Server Error: /en/appointments/queue/3/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2050, in next_in_queue ).order_by('position', 'created_at').first() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'position' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-14 18:51:36,706 basehttp 88843 6325039104 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 500 89353 WARNING 2025-09-14 18:51:36,719 log 88843 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:51:36,720 basehttp 88843 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:52:02,902 autoreload 88843 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:52:03,281 autoreload 89084 8682856640 Watching for file changes with StatReloader ERROR 2025-09-14 18:52:03,837 log 89084 6158938112 Internal Server Error: /en/appointments/queue/3/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2050, in next_in_queue ).order_by('queue_position', 'created_at').first() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: appointment, appointment_id, assigned_provider, assigned_provider_id, called_at, entry_id, estimated_service_time, id, joined_at, notes, notification_method, notification_sent, patient, patient_id, priority_score, queue, queue_id, queue_position, served_at, status, updated_at, updated_by, updated_by_id ERROR 2025-09-14 18:52:03,839 basehttp 89084 6158938112 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 500 89405 WARNING 2025-09-14 18:52:03,854 log 89084 6158938112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:52:03,854 basehttp 89084 6158938112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:52:28,493 autoreload 89084 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:52:28,867 autoreload 89243 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:52:29,968 basehttp 89243 6126497792 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 200 80 WARNING 2025-09-14 18:52:29,987 log 89243 6126497792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:52:29,987 basehttp 89243 6126497792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:16,356 autoreload 89243 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:55:16,698 autoreload 90480 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:55:17,210 basehttp 90480 6124220416 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 200 25 WARNING 2025-09-14 18:55:17,230 log 90480 6124220416 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:17,230 basehttp 90480 6124220416 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:55:18,665 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:18,665 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:18,711 basehttp 90480 6124220416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:55:18,713 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:18,713 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:19,152 basehttp 90480 6141046784 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39934 WARNING 2025-09-14 18:55:19,163 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:19,163 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:19,228 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:55:23,940 basehttp 90480 6141046784 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 200 25 WARNING 2025-09-14 18:55:23,960 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:23,960 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:55:26,009 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:26,010 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:55:26,019 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:26,019 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:27,615 basehttp 90480 6141046784 "GET /en/appointments/queue/3/ HTTP/1.1" 200 39543 WARNING 2025-09-14 18:55:27,631 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:55:27,631 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:55:27,698 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:56:12,254 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:12,256 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:56:13,193 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:13,193 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:56:14,400 basehttp 90480 6141046784 "GET /en/appointments/queue/ HTTP/1.1" 200 68740 WARNING 2025-09-14 18:56:14,418 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:14,418 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:56:14,466 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:56:19,658 basehttp 90480 6141046784 "GET /en/appointments/queue/2/ HTTP/1.1" 200 43430 WARNING 2025-09-14 18:56:19,682 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:19,682 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:56:19,722 basehttp 90480 6141046784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 18:56:23,436 log 90480 6141046784 Internal Server Error: /en/appointments/queue/2/call-next/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 2074, in next_in_queue return render(request, 'appointments/queue/waiting_queue_detail.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'waiting_queue_update' with arguments '('',)' not found. 1 pattern(s) tried: ['en/appointments/queue/(?P[0-9]+)/update/\\Z'] ERROR 2025-09-14 18:56:23,438 basehttp 90480 6141046784 "GET /en/appointments/queue/2/call-next/ HTTP/1.1" 500 184875 WARNING 2025-09-14 18:56:23,456 log 90480 6141046784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:56:23,456 basehttp 90480 6141046784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:58:53,607 autoreload 90480 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 18:58:53,993 autoreload 92098 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 18:58:55,180 basehttp 92098 6132920320 "GET /en/appointments/queue/2/call-next/ HTTP/1.1" 200 32016 WARNING 2025-09-14 18:58:55,197 log 92098 6132920320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:58:55,197 basehttp 92098 6132920320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:58:55,253 basehttp 92098 6132920320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 18:59:26,472 basehttp 92098 6132920320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 18:59:26,475 log 92098 6149746688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:59:26,475 basehttp 92098 6149746688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 18:59:26,487 log 92098 6149746688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:59:26,488 basehttp 92098 6149746688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:59:27,157 basehttp 92098 6149746688 "GET /en/appointments/queue/2/ HTTP/1.1" 200 42720 WARNING 2025-09-14 18:59:27,174 log 92098 6149746688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 18:59:27,174 basehttp 92098 6149746688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 18:59:27,218 basehttp 92098 6149746688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:00:27,223 basehttp 92098 6149746688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:01:27,223 basehttp 92098 6149746688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:02:00,815 autoreload 92098 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 19:02:01,167 autoreload 93503 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 19:02:01,557 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 42715 WARNING 2025-09-14 19:02:01,577 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:01,577 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:01,621 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:02:02,483 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 42715 WARNING 2025-09-14 19:02:02,497 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:02,497 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:02,538 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:02:27,089 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:02:27,106 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:27,106 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:27,152 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 19:02:38,272 log 93503 6125498368 Forbidden (CSRF token missing.): /en/appointments/queue/2/call-next/ WARNING 2025-09-14 19:02:38,273 basehttp 93503 6125498368 "POST /en/appointments/queue/2/call-next/ HTTP/1.1" 403 2491 INFO 2025-09-14 19:02:57,201 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:02:57,220 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:02:57,221 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:02:57,260 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:03:27,296 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:03:27,313 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:03:27,313 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:03:27,367 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:03:57,416 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:03:57,434 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:03:57,434 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:03:57,475 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:04:27,514 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:04:27,529 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:04:27,529 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:04:27,580 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:04:57,632 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45315 WARNING 2025-09-14 19:04:57,649 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:04:57,649 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:04:57,693 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:05:20,077 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:05:20,093 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:05:20,093 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:05:20,141 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 19:05:23,876 log 93503 6125498368 Forbidden (CSRF token missing.): /en/appointments/queue/2/call-next/ WARNING 2025-09-14 19:05:23,876 basehttp 93503 6125498368 "POST /en/appointments/queue/2/call-next/ HTTP/1.1" 403 2491 INFO 2025-09-14 19:05:50,181 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:05:50,199 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:05:50,199 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:05:50,242 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:06:20,282 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:06:20,297 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:06:20,297 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:06:20,341 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:06:50,398 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45309 WARNING 2025-09-14 19:06:50,415 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:06:50,415 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:06:50,457 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:07:20,521 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:07:20,538 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:07:20,538 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:07:20,581 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:07:50,627 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:07:50,645 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:07:50,646 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:07:50,686 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:08:20,725 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:08:20,740 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:08:20,740 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:08:20,786 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:08:50,825 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:08:50,839 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:08:50,839 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:08:50,881 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:09:20,935 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:09:20,955 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:09:20,955 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:09:20,997 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:09:51,031 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 45932 WARNING 2025-09-14 19:09:51,045 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:09:51,045 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:09:51,087 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:10:12,978 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:10:12,995 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:10:12,996 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:10:13,043 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:10:26,808 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:10:26,826 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:10:26,826 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:10:26,869 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:10:56,918 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:10:56,938 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:10:56,939 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:10:56,980 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:11:27,033 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:11:27,051 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:11:27,052 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:11:27,094 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:11:57,142 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:11:57,160 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:11:57,160 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:11:57,202 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:12:04,729 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:12:04,747 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:12:04,747 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:12:04,793 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:12:34,840 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:12:34,859 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:12:34,859 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:12:34,901 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:13:04,937 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:13:04,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:13:04,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:13:05,007 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:13:16,307 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:13:16,325 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:13:16,326 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:13:16,396 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:13:46,415 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:13:46,431 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:13:46,431 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:13:46,476 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:14:16,815 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:14:16,836 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:14:16,836 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:14:16,885 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:14:47,803 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46242 WARNING 2025-09-14 19:14:47,818 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:14:47,819 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:14:47,868 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:14:58,710 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:14:58,726 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:14:58,727 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:14:58,771 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:15:28,820 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:15:28,838 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:15:28,838 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:15:28,881 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:15:59,806 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:15:59,821 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:15:59,822 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:15:59,874 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:16:30,794 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:16:30,808 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:16:30,808 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:16:30,853 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:17:01,793 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46247 WARNING 2025-09-14 19:17:01,807 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:17:01,807 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:17:01,851 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:17:12,964 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46482 WARNING 2025-09-14 19:17:12,984 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:17:12,984 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:17:13,029 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:17:43,806 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46482 WARNING 2025-09-14 19:17:43,824 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:17:43,824 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:17:43,868 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:18:14,808 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46482 WARNING 2025-09-14 19:18:14,830 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:18:14,830 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:18:14,877 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:18:45,807 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46486 WARNING 2025-09-14 19:18:45,825 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:18:45,825 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:18:46,091 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:18:47,016 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46486 WARNING 2025-09-14 19:18:47,036 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:18:47,036 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:18:47,138 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:19:17,166 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46486 WARNING 2025-09-14 19:19:17,187 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:19:17,187 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:19:17,230 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:19:46,378 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46258 WARNING 2025-09-14 19:19:46,395 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:19:46,395 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:19:46,447 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:20:16,506 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46258 WARNING 2025-09-14 19:20:16,524 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:20:16,524 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:20:16,566 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:20:46,809 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:20:46,828 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:20:46,829 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:20:46,880 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:21:17,800 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:21:17,821 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:21:17,821 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:21:17,872 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:21:48,928 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:21:48,945 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:21:48,945 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:21:48,994 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:22:19,934 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:22:19,953 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:22:19,953 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:22:19,998 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:22:50,935 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:22:50,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:22:50,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:22:50,999 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:23:21,929 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:23:21,949 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:23:21,949 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:23:22,002 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:23:52,916 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:23:52,929 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:23:52,929 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:23:52,978 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:24:23,916 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46273 WARNING 2025-09-14 19:24:23,932 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:24:23,932 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:24:23,973 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:24:44,013 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:24:44,028 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 30600 INFO 2025-09-14 19:24:44,028 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 WARNING 2025-09-14 19:24:44,034 log 93503 6159151104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:24:44,035 basehttp 93503 6159151104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:24:44,107 basehttp 93503 6159151104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:24:50,901 basehttp 93503 6159151104 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:24:50,911 basehttp 93503 6125498368 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-14 19:24:50,912 basehttp 93503 13438578688 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-14 19:24:50,913 basehttp 93503 13455405056 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-14 19:24:50,914 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 30600 INFO 2025-09-14 19:24:50,915 basehttp 93503 13455405056 "GET /static/img/user/user-4.jpg HTTP/1.1" 200 5916 WARNING 2025-09-14 19:24:50,920 log 93503 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:24:50,920 basehttp 93503 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:24:50,921 basehttp 93503 6125498368 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-14 19:24:50,923 basehttp 93503 6159151104 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-14 19:24:50,924 basehttp 93503 6125498368 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-14 19:24:50,927 basehttp 93503 6125498368 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-14 19:24:50,928 basehttp 93503 6159151104 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-14 19:24:50,928 basehttp 93503 13455405056 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-14 19:24:50,929 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 INFO 2025-09-14 19:24:50,932 basehttp 93503 6142324736 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-14 19:24:50,933 basehttp 93503 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-14 19:24:50,934 basehttp 93503 6159151104 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-14 19:24:50,934 basehttp 93503 6125498368 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-14 19:24:50,935 basehttp 93503 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-14 19:24:50,936 basehttp 93503 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-14 19:24:50,939 basehttp 93503 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-14 19:24:50,940 basehttp 93503 6159151104 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-14 19:24:50,941 basehttp 93503 13472231424 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-14 19:24:50,941 basehttp 93503 13455405056 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-14 19:24:50,941 basehttp 93503 6142324736 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-14 19:24:50,944 basehttp 93503 6159151104 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-14 19:24:50,945 basehttp 93503 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-14 19:24:50,945 basehttp 93503 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-14 19:24:50,945 basehttp 93503 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-14 19:24:50,946 basehttp 93503 6125498368 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-14 19:24:50,946 basehttp 93503 6142324736 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-14 19:24:50,949 basehttp 93503 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-14 19:24:50,949 basehttp 93503 6142324736 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-14 19:24:50,949 basehttp 93503 13438578688 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-14 19:24:50,949 basehttp 93503 6125498368 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-14 19:24:50,950 basehttp 93503 13472231424 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-14 19:24:50,950 basehttp 93503 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-14 19:24:50,950 basehttp 93503 6159151104 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-14 19:24:50,951 basehttp 93503 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-14 19:24:51,693 basehttp 93503 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-14 19:24:51,716 basehttp 93503 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-14 19:24:51,730 basehttp 93503 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 19:24:51,923 log 93503 13455405056 Not Found: /favicon.ico WARNING 2025-09-14 19:24:51,923 basehttp 93503 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-14 19:25:21,927 basehttp 93503 13455405056 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:25:21,937 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:25:21,937 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:25:21,945 log 93503 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:25:21,945 basehttp 93503 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:25:22,049 basehttp 93503 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:25:52,940 basehttp 93503 13455405056 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:25:52,947 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:25:52,947 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:25:52,958 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:25:52,958 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:25:53,009 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:26:23,061 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:26:23,071 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:26:23,072 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 WARNING 2025-09-14 19:26:23,079 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:26:23,079 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:26:23,126 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:26:53,176 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:26:53,185 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:26:53,185 basehttp 93503 13455405056 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:26:53,194 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:26:53,194 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:26:53,239 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:27:23,935 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:27:23,943 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:27:23,944 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:27:23,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:27:23,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:27:24,012 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:27:54,921 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:27:54,929 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:27:54,929 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:27:54,938 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:27:54,938 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:27:54,988 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:28:25,935 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:28:25,942 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:28:25,942 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:28:25,954 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:28:25,954 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:28:26,002 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:28:56,932 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:28:56,940 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 19:28:56,941 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:28:56,949 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:28:56,950 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:28:57,026 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:29:27,938 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:29:27,944 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:29:27,951 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:29:27,951 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:29:28,029 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:29:58,931 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46367 INFO 2025-09-14 19:29:58,940 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:29:58,940 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:29:58,949 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:29:58,949 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:29:58,999 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:29:59,962 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 WARNING 2025-09-14 19:29:59,981 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:29:59,981 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:30:00,027 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:30:24,846 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:30:24,854 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:30:24,864 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:30:24,864 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:30:24,915 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:30:54,966 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:30:54,974 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:30:54,974 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:30:54,984 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:30:54,984 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:30:55,031 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:31:25,085 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:31:25,091 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:31:25,102 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:31:25,102 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:31:25,143 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:31:49,736 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46994 INFO 2025-09-14 19:31:49,743 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:31:49,751 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:31:49,751 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:31:49,795 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:32:19,849 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46990 INFO 2025-09-14 19:32:19,858 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:32:19,868 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:32:19,869 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:32:19,910 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:32:49,964 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46990 INFO 2025-09-14 19:32:49,971 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:32:49,982 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:32:49,983 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:32:50,032 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:33:20,082 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47001 INFO 2025-09-14 19:33:20,091 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:33:20,098 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:33:20,098 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:33:20,144 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:33:50,196 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47001 INFO 2025-09-14 19:33:50,204 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:33:50,214 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:33:50,214 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:33:50,262 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:34:20,313 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:34:20,320 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:34:20,330 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:34:20,330 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:34:20,374 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:34:50,429 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:34:50,447 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:34:50,447 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:34:50,492 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:35:20,551 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:35:20,558 basehttp 93503 6125498368 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-14 19:35:20,558 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:35:20,568 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:35:20,568 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:35:20,610 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:35:50,663 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:35:50,681 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:35:50,681 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:35:50,725 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:36:20,792 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:36:20,799 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:36:20,809 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:36:20,810 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:36:20,855 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:36:50,899 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:36:50,907 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:36:50,916 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:36:50,916 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:36:50,961 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:37:21,012 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:37:21,030 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:37:21,030 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:37:21,079 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:37:51,123 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:37:51,130 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:37:51,140 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:37:51,140 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:37:51,184 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:38:21,241 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:38:21,248 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:38:21,258 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:38:21,258 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:38:21,301 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:38:51,348 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:38:51,365 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:38:51,366 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:38:51,408 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:39:21,455 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:39:21,464 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:39:21,473 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:39:21,474 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:39:21,521 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:39:51,573 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:39:51,582 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:39:51,601 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:39:51,601 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:39:51,635 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:40:21,696 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:40:21,714 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:40:21,714 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:40:21,754 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:40:51,818 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 INFO 2025-09-14 19:40:51,825 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:40:51,838 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:40:51,838 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:40:51,884 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:41:21,929 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47002 WARNING 2025-09-14 19:41:21,947 log 93503 6142324736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:41:21,948 basehttp 93503 6142324736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:41:21,989 basehttp 93503 6142324736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:41:34,860 basehttp 93503 6142324736 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46976 INFO 2025-09-14 19:41:34,870 basehttp 93503 6142324736 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:41:34,877 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:41:34,877 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:41:34,924 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:42:05,934 basehttp 93503 6125498368 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46976 WARNING 2025-09-14 19:42:05,954 log 93503 6125498368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:42:05,954 basehttp 93503 6125498368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:42:06,004 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:42:11,341 basehttp 93503 6125498368 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98823 INFO 2025-09-14 19:42:11,354 basehttp 93503 6142324736 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-14 19:42:11,355 basehttp 93503 13455405056 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-14 19:42:11,356 basehttp 93503 6125498368 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-14 19:42:11,356 basehttp 93503 6159151104 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-14 19:42:11,356 basehttp 93503 13438578688 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-14 19:42:11,357 basehttp 93503 6159151104 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-14 19:42:11,357 basehttp 93503 13438578688 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-14 19:42:11,358 basehttp 93503 6125498368 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-14 19:42:11,359 basehttp 93503 6142324736 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-14 19:42:11,360 basehttp 93503 13438578688 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-14 19:42:11,361 basehttp 93503 6159151104 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-14 19:42:11,361 basehttp 93503 6125498368 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-14 19:42:11,362 basehttp 93503 13438578688 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-14 19:42:11,363 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:11,363 basehttp 93503 13455405056 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-14 19:42:11,367 basehttp 93503 6142324736 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-14 19:42:11,368 basehttp 93503 13455405056 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-14 19:42:11,369 basehttp 93503 13455405056 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-14 19:42:11,376 basehttp 93503 13455405056 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-14 19:42:11,377 basehttp 93503 13455405056 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-14 19:42:11,377 basehttp 93503 6142324736 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-14 19:42:11,377 basehttp 93503 13472231424 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-14 19:42:15,505 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/10/change/ HTTP/1.1" 200 263912 INFO 2025-09-14 19:42:15,518 basehttp 93503 13472231424 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-14 19:42:15,522 basehttp 93503 13438578688 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-14 19:42:15,522 basehttp 93503 6142324736 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-14 19:42:15,522 basehttp 93503 13455405056 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-14 19:42:15,522 basehttp 93503 6159151104 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-14 19:42:15,524 basehttp 93503 13455405056 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-14 19:42:15,525 basehttp 93503 13455405056 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-14 19:42:15,526 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:15,527 basehttp 93503 13455405056 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-14 19:42:15,566 basehttp 93503 13455405056 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-14 19:42:15,566 basehttp 93503 13472231424 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-14 19:42:27,402 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98823 INFO 2025-09-14 19:42:36,780 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/10/change/ HTTP/1.1" 200 263912 INFO 2025-09-14 19:42:36,795 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:36,911 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:42:36,917 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:42:36,926 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:42:36,926 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:42:36,978 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:42:40,010 basehttp 93503 13472231424 "POST /en/admin/appointments/queueentry/10/change/ HTTP/1.1" 302 0 INFO 2025-09-14 19:42:40,036 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 99088 INFO 2025-09-14 19:42:40,052 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:40,059 basehttp 93503 13472231424 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-14 19:42:43,309 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/16/change/ HTTP/1.1" 200 263965 INFO 2025-09-14 19:42:43,325 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:46,582 basehttp 93503 13472231424 "POST /en/admin/appointments/queueentry/16/change/ HTTP/1.1" 302 0 INFO 2025-09-14 19:42:46,611 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 99100 INFO 2025-09-14 19:42:46,626 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:53,646 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/18/change/ HTTP/1.1" 200 263965 INFO 2025-09-14 19:42:53,665 basehttp 93503 13472231424 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 19:42:58,425 basehttp 93503 13472231424 "GET /en/admin/appointments/queueentry/ HTTP/1.1" 200 98836 INFO 2025-09-14 19:43:07,927 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:43:07,944 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:43:07,944 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:43:07,995 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:43:38,923 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:43:38,930 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:43:38,941 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:43:38,942 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:43:38,993 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:44:09,041 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:44:09,064 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:44:09,064 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:44:09,097 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:44:39,147 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:44:39,155 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:44:39,165 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:44:39,166 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:44:39,208 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:45:09,263 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:45:09,280 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:45:09,280 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:45:09,320 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:45:39,375 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:45:39,393 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:45:39,393 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:45:39,440 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:46:09,491 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:46:09,497 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 19:46:09,507 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:46:09,508 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:46:09,552 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:46:39,601 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 INFO 2025-09-14 19:46:39,609 basehttp 93503 13472231424 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 19:46:39,621 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:46:39,621 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:46:39,665 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:47:09,702 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:47:09,718 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:47:09,718 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:47:09,758 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:47:39,816 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46977 WARNING 2025-09-14 19:47:39,834 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:47:39,834 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:47:39,874 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:47:59,179 basehttp 93503 13472231424 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46981 WARNING 2025-09-14 19:47:59,192 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:47:59,192 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:47:59,292 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-14 19:48:00,972 log 93503 13472231424 Internal Server Error: /en/appointments/queue/entry/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-14 19:48:00,974 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 500 167613 WARNING 2025-09-14 19:48:00,992 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:48:00,993 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 19:49:58,981 log 93503 13472231424 Internal Server Error: /en/appointments/queue/entry/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-14 19:49:58,982 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 500 165186 WARNING 2025-09-14 19:49:59,006 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:49:59,006 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-14 19:50:00,493 log 93503 13472231424 Internal Server Error: /en/appointments/queue/entry/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queueentry_list' not found. 'queueentry_list' is not a valid view function or pattern name. ERROR 2025-09-14 19:50:00,494 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 500 165186 WARNING 2025-09-14 19:50:00,513 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:50:00,513 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:50:17,291 basehttp 93503 13472231424 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 INFO 2025-09-14 19:50:17,303 basehttp 93503 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-14 19:50:17,304 basehttp 93503 6125498368 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-14 19:50:17,310 log 93503 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 19:50:17,311 basehttp 93503 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 19:50:17,368 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:51:17,386 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:52:17,921 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:53:18,907 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:54:19,911 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:55:19,913 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:56:19,908 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:57:19,920 basehttp 93503 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:58:19,925 basehttp 93503 6125498368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 19:59:09,536 autoreload 93503 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 19:59:10,029 autoreload 19306 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 19:59:20,007 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-14 20:00:18,168 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:00:18,170 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:00:48,288 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46981 INFO 2025-09-14 20:00:48,297 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 20:00:48,297 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 20:00:48,307 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:00:48,307 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:00:48,368 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:01:07,772 basehttp 19306 13035925504 "GET /en/appointments/queue/2/call-next/ HTTP/1.1" 200 80 WARNING 2025-09-14 20:01:07,793 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:07,793 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 20:01:12,524 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:12,524 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 20:01:12,546 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:12,546 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:01:13,357 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 47030 WARNING 2025-09-14 20:01:13,375 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:13,376 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:01:13,419 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:01:43,472 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:01:43,488 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:01:43,488 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:01:43,529 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:02:13,589 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:02:13,606 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:02:13,607 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:02:13,653 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:02:43,692 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:02:43,711 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:02:43,711 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:02:43,749 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:03:13,810 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:03:13,829 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:03:13,829 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:03:13,864 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:03:43,914 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:03:43,936 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:03:43,936 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:03:43,980 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:04:35,392 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 INFO 2025-09-14 20:04:35,400 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 20:04:35,400 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 20:04:35,408 log 19306 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:04:35,409 basehttp 19306 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:04:35,463 basehttp 19306 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:10:00,607 basehttp 19306 13035925504 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 INFO 2025-09-14 20:10:00,616 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 20:10:00,616 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 20:10:00,625 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:10:00,625 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:10:00,679 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 20:10:31,606 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46625 WARNING 2025-09-14 20:10:31,626 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 20:10:31,626 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 20:10:31,674 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-14 21:17:13,157 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 INFO 2025-09-14 21:17:13,168 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 21:17:13,168 basehttp 19306 13035925504 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 21:17:13,180 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:17:13,180 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:17:13,237 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:17:44,136 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:17:44,156 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:17:44,156 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:17:44,204 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:27:53,891 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:27:53,908 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:27:53,908 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:27:53,959 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:28:24,914 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 INFO 2025-09-14 21:28:24,922 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 21:28:24,933 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:28:24,934 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:28:24,979 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:40:22,111 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 INFO 2025-09-14 21:40:22,118 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 21:40:22,127 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:40:22,127 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:40:22,164 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:40:52,183 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 INFO 2025-09-14 21:40:52,192 basehttp 19306 6161870848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 21:40:52,203 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:40:52,204 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:40:52,247 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:40:54,520 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 WARNING 2025-09-14 21:40:54,539 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:40:54,539 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:40:54,593 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:41:24,635 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 WARNING 2025-09-14 21:41:24,655 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:41:24,655 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:41:24,696 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:41:54,921 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46629 WARNING 2025-09-14 21:41:54,942 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:41:54,943 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:41:54,990 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:42:25,930 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:42:25,948 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:42:25,948 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:42:25,997 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:42:56,928 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:42:56,948 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:42:56,948 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:42:57,001 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:43:27,926 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:43:27,946 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:43:27,946 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:43:27,995 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:43:58,966 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:43:58,987 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:43:58,987 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:43:59,039 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:44:29,920 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:44:29,937 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:44:29,938 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:44:30,015 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:45:00,923 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:45:00,945 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:45:00,945 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:45:01,023 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:45:31,922 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:45:31,940 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:45:31,940 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:45:31,994 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-14 21:45:38,948 log 19306 6161870848 Internal Server Error: /en/admin/billing/insuranceclaim/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 683, in get_field return self.fields_map[field_name] ~~~~~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 290, in lookup_field f = _get_non_gfk_field(opts, name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 330, in _get_non_gfk_field field = opts.get_field(name) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/options.py", line 685, in get_field raise FieldDoesNotExist( django.core.exceptions.FieldDoesNotExist: InsuranceClaim has no field named 'payment_percentage_display' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/base.py", line 45, in render return super().render(context) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/library.py", line 359, in render _dict = self.func(*resolved_args, **resolved_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 354, in result_list "results": list(results(cl)), ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 330, in results yield ResultList(None, items_for_result(cl, res, None)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 321, in __init__ super().__init__(*items) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/templatetags/admin_list.py", line 219, in items_for_result f, attr, value = lookup_field(field_name, result, cl.model_admin) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 299, in lookup_field value = attr(obj) ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/billing/admin.py", line 431, in payment_percentage_display return format_html( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/html.py", line 145, in format_html return mark_safe(format_string.format(*args_safe, **kwargs_safe)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ValueError: Unknown format code 'f' for object of type 'SafeString' ERROR 2025-09-14 21:45:38,950 basehttp 19306 6161870848 "GET /en/admin/billing/insuranceclaim/ HTTP/1.1" 500 397931 INFO 2025-09-14 21:46:02,911 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:46:02,925 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:46:02,925 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:46:02,970 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:46:33,910 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:46:33,925 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:46:33,926 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:46:33,970 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:47:04,927 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:47:04,944 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:47:04,944 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:47:04,995 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:47:35,927 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:47:35,945 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:47:35,945 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:47:35,995 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:48:06,929 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:48:06,946 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:48:06,946 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:48:06,990 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:48:37,910 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:48:37,928 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:48:37,928 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:48:37,973 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:49:08,909 basehttp 19306 6161870848 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:49:08,925 log 19306 6161870848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:49:08,925 basehttp 19306 6161870848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:49:08,969 basehttp 19306 6161870848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:49:28,254 autoreload 19306 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/billing/admin.py changed, reloading. INFO 2025-09-14 21:49:28,757 autoreload 27245 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 21:49:30,079 basehttp 27245 6202470400 "GET /en/admin/billing/insuranceclaim/ HTTP/1.1" 200 148260 INFO 2025-09-14 21:49:30,093 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:49:39,933 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:49:39,953 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:49:39,953 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:49:40,003 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:50:10,926 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:50:10,943 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:50:10,943 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:50:10,989 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:50:41,930 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:50:41,949 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:50:41,949 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:50:41,998 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:50:54,716 basehttp 27245 6202470400 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-14 21:50:54,730 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:51:04,912 basehttp 27245 6202470400 "GET /en/admin/appointments/appointmenttemplate/ HTTP/1.1" 200 85980 INFO 2025-09-14 21:51:04,924 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:51:09,897 basehttp 27245 6202470400 "GET /en/admin/appointments/appointmenttemplate/2/change/ HTTP/1.1" 200 97335 INFO 2025-09-14 21:51:09,910 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:51:12,927 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:51:12,949 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:51:12,949 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:51:13,001 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:51:43,922 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:51:43,937 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:51:43,937 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:51:43,983 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:51:44,624 basehttp 27245 6202470400 "GET /en/admin/appointments/telemedicinesession/ HTTP/1.1" 200 152425 INFO 2025-09-14 21:51:44,636 basehttp 27245 6219296768 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-14 21:51:44,639 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:52:14,924 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:52:14,941 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:52:14,941 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:52:14,986 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:52:45,923 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:52:45,942 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:52:45,942 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:52:45,988 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:53:16,926 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:53:16,944 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:53:16,944 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:53:16,997 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:53:20,798 basehttp 27245 6202470400 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-14 21:53:20,818 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:53:31,056 basehttp 27245 6202470400 "GET /en/admin/appointments/waitingqueue/4/change/ HTTP/1.1" 200 147402 INFO 2025-09-14 21:53:31,069 basehttp 27245 6236123136 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-14 21:53:31,069 basehttp 27245 6252949504 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-14 21:53:31,069 basehttp 27245 6219296768 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-14 21:53:31,072 basehttp 27245 6219296768 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-14 21:53:31,073 basehttp 27245 6202470400 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-14 21:53:31,095 basehttp 27245 6202470400 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-14 21:53:47,927 basehttp 27245 6202470400 "GET /en/appointments/queue/2/ HTTP/1.1" 200 46630 WARNING 2025-09-14 21:53:47,944 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:53:47,944 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:53:47,994 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:54:05,815 basehttp 27245 6202470400 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 INFO 2025-09-14 21:54:05,826 basehttp 27245 6202470400 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 WARNING 2025-09-14 21:54:05,836 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:54:05,836 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:05,868 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:55:05,920 basehttp 27245 6202470400 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 21:55:05,937 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:55:05,937 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:05,979 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:55:11,077 basehttp 27245 6202470400 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 INFO 2025-09-14 21:55:11,090 basehttp 27245 6202470400 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 21:55:11,093 basehttp 27245 6219296768 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 21:55:11,099 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:55:11,100 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:11,157 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:55:41,139 basehttp 27245 6202470400 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 21:55:41,155 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:55:41,155 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:55:41,197 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:56:03,602 basehttp 27245 6202470400 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 WARNING 2025-09-14 21:56:03,622 log 27245 6202470400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:56:03,622 basehttp 27245 6202470400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:56:03,683 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:57:03,697 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:03,693 basehttp 27245 6202470400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:09,959 autoreload 27245 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 21:58:10,305 autoreload 31160 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 21:58:11,648 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:11,648 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:11,693 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:11,699 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 21:58:11,711 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:11,712 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 21:58:11,718 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:11,718 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:11,735 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:12,530 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 21:58:12,547 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:12,548 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:12,589 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:58:17,605 basehttp 31160 6204649472 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 31709 WARNING 2025-09-14 21:58:17,628 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 21:58:17,628 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 21:58:17,669 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 21:59:17,675 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:00:17,677 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:01:02,083 basehttp 31160 6204649472 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 22:01:02,100 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:02,100 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:02,217 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:01:28,399 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:28,400 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:28,400 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:01:28,408 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:28,408 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:01:34,036 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:34,037 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:34,039 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:01:34,045 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:01:34,060 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:34,060 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:01:34,066 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:01:34,066 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:01:34,085 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:02:04,157 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:02:04,184 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:02:04,184 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:02:04,227 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:02:28,830 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:02:28,832 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:02:28,862 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:02:28,872 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:02:28,873 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:02:31,221 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 22:02:31,238 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:02:31,238 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:02:31,289 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:03:31,307 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:03:31,379 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 22:03:31,394 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:31,394 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:31,441 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:46,886 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:46,887 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:46,887 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:46,897 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:46,897 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:03:48,347 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:03:48,348 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:48,349 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:48,357 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:03:48,369 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:48,369 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:03:48,374 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:48,374 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:03:48,394 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:03:58,795 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:58,795 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:03:58,810 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:03:58,810 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:04:00,695 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:04:00,695 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:04:00,705 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:04:00,705 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:04:03,018 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31163 WARNING 2025-09-14 22:04:03,043 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:04:03,043 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:04:03,087 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:05:03,102 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:05:52,538 basehttp 31160 6221475840 "GET /en/appointments/queue/entry/5/ HTTP/1.1" 200 31163 WARNING 2025-09-14 22:05:52,558 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:05:52,558 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:05:52,599 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:05:55,940 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:05:55,958 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:05:55,959 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:05:56,003 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:05,964 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:05,964 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:05,980 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:05,980 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:18,462 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:06:18,483 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:18,483 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:18,525 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:43,479 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:43,479 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:43,489 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:43,489 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:44,432 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:06:44,434 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:44,434 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:44,436 basehttp 31160 6238302208 - Broken pipe from ('127.0.0.1', 49251) INFO 2025-09-14 22:06:44,441 basehttp 31160 6221475840 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:06:44,455 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:44,455 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:06:44,461 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:44,461 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:06:44,479 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:06:46,012 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:06:46,012 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:46,064 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:46,108 basehttp 31160 6221475840 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:07:46,121 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:46,121 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:46,165 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:47,291 basehttp 31160 6221475840 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:07:47,305 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:47,305 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:47,348 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:48,358 basehttp 31160 6221475840 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:07:48,372 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:48,374 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:48,422 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:54,733 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:07:54,752 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:54,752 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:54,805 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:07:56,379 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:07:56,397 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:07:56,397 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:07:56,452 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:26,493 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:08:26,508 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:26,508 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:26,548 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:53,968 basehttp 31160 6221475840 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:08:53,981 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:53,981 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:54,027 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:08:55,865 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:55,865 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:55,866 basehttp 31160 6221475840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:55,881 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:08:55,893 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:55,893 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:08:55,900 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:55,900 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:55,920 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:08:56,612 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:08:56,629 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:08:56,629 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:08:56,676 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:09:14,908 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68798 WARNING 2025-09-14 22:09:14,923 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:09:14,923 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:09:14,972 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:09:44,640 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68801 WARNING 2025-09-14 22:09:44,655 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:09:44,655 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:09:44,702 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:10:02,335 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68800 WARNING 2025-09-14 22:10:02,349 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:10:02,349 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:10:02,398 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:10:19,811 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68799 WARNING 2025-09-14 22:10:19,823 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:10:19,823 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:10:19,870 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:11:19,878 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:11:19,909 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68799 WARNING 2025-09-14 22:11:19,924 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:11:19,924 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:11:19,967 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:11:43,078 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68745 WARNING 2025-09-14 22:11:43,090 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:11:43,090 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:11:43,133 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:12:24,790 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68715 WARNING 2025-09-14 22:12:24,805 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:12:24,805 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:12:24,855 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:12:49,293 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68967 WARNING 2025-09-14 22:12:49,306 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:12:49,306 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:12:49,351 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:19,141 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68997 WARNING 2025-09-14 22:13:19,157 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:19,157 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:19,201 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:20,240 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 68997 WARNING 2025-09-14 22:13:20,256 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:20,256 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:20,306 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:38,428 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 69021 WARNING 2025-09-14 22:13:38,442 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:38,442 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:38,488 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:13:53,826 basehttp 31160 6204649472 "GET /en/appointments/queue/ HTTP/1.1" 200 69051 WARNING 2025-09-14 22:13:53,842 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:13:53,842 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:13:53,892 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:14:32,255 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 INFO 2025-09-14 22:14:32,277 basehttp 31160 6221475840 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 22:14:32,278 basehttp 31160 6238302208 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 22:14:32,282 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:14:32,283 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:14:32,338 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:02,377 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:15:02,391 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:02,392 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:02,430 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:25,253 basehttp 31160 6204649472 "GET /en/appointments/queue/3/ HTTP/1.1" 200 44164 WARNING 2025-09-14 22:15:25,269 log 31160 6204649472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:25,269 basehttp 31160 6204649472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:25,316 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:15:26,387 log 31160 6221475840 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:15:26,387 basehttp 31160 6204649472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:15:26,387 basehttp 31160 6221475840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:26,404 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 68495 WARNING 2025-09-14 22:15:26,417 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:26,417 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:15:26,424 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:26,424 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:26,441 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:27,036 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 68495 WARNING 2025-09-14 22:15:27,053 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:27,053 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:27,101 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:15:27,970 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 68495 WARNING 2025-09-14 22:15:27,984 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:15:27,984 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:15:28,030 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:16:14,990 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:16:15,007 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:16:15,008 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:16:15,059 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:17:15,070 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:17:15,101 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:17:15,117 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:17:15,117 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:17:15,161 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:18:15,176 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:18:15,210 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:18:15,224 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:18:15,225 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:18:15,270 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:19:15,282 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:19:15,312 basehttp 31160 6238302208 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:19:15,327 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:19:15,327 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:19:15,371 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:20:03,350 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:20:03,369 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:20:03,370 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:20:03,415 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:20:33,465 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:20:33,482 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:20:33,483 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:20:33,524 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:21:03,579 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:21:03,598 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:21:03,598 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:21:03,639 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:21:33,679 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:21:33,693 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:21:33,693 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:21:33,756 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:21:46,436 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:21:46,451 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:21:46,451 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:21:46,500 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:22:16,535 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:22:16,549 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:22:16,549 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:22:16,612 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:22:37,930 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:22:37,947 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:22:37,948 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:22:37,993 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:23:08,044 basehttp 31160 6238302208 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:23:08,061 log 31160 6238302208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:23:08,062 basehttp 31160 6238302208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:23:08,104 basehttp 31160 6238302208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:23:36,264 autoreload 31160 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 22:23:36,678 autoreload 42379 8682856640 Watching for file changes with StatReloader INFO 2025-09-14 22:23:37,242 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:23:37,260 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:23:37,260 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:23:37,308 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:24:07,354 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:24:07,370 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:24:07,371 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:24:07,414 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:24:37,468 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:24:37,485 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:24:37,485 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:24:37,526 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:25:07,570 basehttp 42379 6156595200 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:25:07,585 log 42379 6156595200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:07,586 basehttp 42379 6156595200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:25:07,628 basehttp 42379 6156595200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:25:27,173 autoreload 42379 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-14 22:25:27,596 autoreload 43152 8682856640 Watching for file changes with StatReloader WARNING 2025-09-14 22:25:28,746 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:28,746 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:25:28,753 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:28,753 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:25:30,862 basehttp 43152 6135246848 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:25:30,879 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:25:30,880 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:25:30,929 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:26:00,980 basehttp 43152 6135246848 "GET /en/appointments/queue/1/ HTTP/1.1" 200 43322 WARNING 2025-09-14 22:26:00,998 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:00,998 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:01,041 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:26:13,089 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-14 22:26:13,090 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:26:13,090 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:13,105 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 65137 WARNING 2025-09-14 22:26:13,118 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:13,118 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:26:13,124 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:13,124 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:13,144 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:26:43,747 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:26:43,764 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:26:43,764 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:26:43,813 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:27:43,809 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:27:43,873 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:27:43,890 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:27:43,890 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:27:43,929 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:28:18,340 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:28:18,356 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:28:18,356 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:28:18,405 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:29:18,418 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:29:18,441 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:29:18,456 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:29:18,456 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:29:18,502 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:30:18,506 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:30:18,534 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:30:18,547 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:30:18,548 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:30:18,587 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:31:18,620 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:31:18,690 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62687 WARNING 2025-09-14 22:31:18,704 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:31:18,704 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:31:18,745 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:32:18,765 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:32:18,789 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62648 WARNING 2025-09-14 22:32:18,805 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:32:18,805 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:32:18,851 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:33:18,865 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:33:18,895 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62642 WARNING 2025-09-14 22:33:18,910 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:33:18,910 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:33:18,956 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:07,356 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62677 WARNING 2025-09-14 22:34:07,369 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:07,369 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:07,446 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:09,703 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62677 WARNING 2025-09-14 22:34:09,722 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:09,722 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:09,779 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:39,453 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62680 WARNING 2025-09-14 22:34:39,472 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:39,472 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:39,520 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:34:42,566 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62680 WARNING 2025-09-14 22:34:42,585 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:34:42,587 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:34:42,632 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:35:42,645 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:35:42,671 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:35:42,686 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:35:42,686 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:35:42,733 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:36:42,747 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:36:42,781 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:36:42,796 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:36:42,796 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:36:42,841 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:37:01,427 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:37:01,445 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:37:01,445 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:37:01,489 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:01,493 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:01,522 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62681 WARNING 2025-09-14 22:38:01,535 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:01,535 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:01,581 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:06,646 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:38:06,661 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:06,662 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:06,707 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:30,328 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:38:30,345 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:30,345 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:30,395 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:38:42,954 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:38:42,968 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:38:42,968 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:38:43,015 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:39:14,266 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:39:14,282 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:39:14,282 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:39:14,328 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:14,343 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:14,371 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 62657 WARNING 2025-09-14 22:40:14,386 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:14,386 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:40:14,431 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:48,117 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 64283 WARNING 2025-09-14 22:40:48,133 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:48,133 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:40:48,182 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:40:52,694 basehttp 43152 6152073216 "GET /en/appointments/queue/1/delete/ HTTP/1.1" 200 28225 WARNING 2025-09-14 22:40:52,714 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:52,714 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:40:52,758 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:40:56,023 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:56,023 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:40:56,037 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:40:56,037 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:01,085 basehttp 43152 6152073216 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28375 WARNING 2025-09-14 22:41:01,107 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:01,107 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:01,149 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:41:03,417 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:03,417 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:41:03,430 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:03,430 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:46,992 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44013 INFO 2025-09-14 22:41:47,002 basehttp 43152 6135246848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-14 22:41:47,002 basehttp 43152 6168899584 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 22:41:47,006 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:41:47,007 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:41:47,070 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:42:17,115 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44013 WARNING 2025-09-14 22:42:17,130 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:42:17,131 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:42:17,174 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:42:47,226 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44014 WARNING 2025-09-14 22:42:47,245 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:42:47,246 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:42:47,292 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:43:17,342 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44014 WARNING 2025-09-14 22:43:17,358 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:43:17,358 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:43:17,399 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:43:47,436 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44014 WARNING 2025-09-14 22:43:47,449 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:43:47,449 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:43:47,492 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:44:01,873 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44057 WARNING 2025-09-14 22:44:01,890 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:44:01,891 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:44:01,940 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:44:31,993 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44057 WARNING 2025-09-14 22:44:32,011 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:44:32,011 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:44:32,050 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:44:48,418 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 44047 WARNING 2025-09-14 22:44:48,436 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:44:48,436 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:44:48,492 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:45:06,199 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:45:06,214 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:45:06,214 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:45:06,263 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:45:36,313 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:45:36,330 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:45:36,331 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:45:36,373 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:46:06,429 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:46:06,445 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:46:06,446 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:46:06,488 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:46:36,533 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:46:36,548 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:46:36,548 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:46:36,592 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:06,648 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42700 WARNING 2025-09-14 22:47:06,665 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:06,665 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:06,707 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:12,911 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42622 WARNING 2025-09-14 22:47:12,927 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:12,927 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:12,976 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:43,030 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42622 WARNING 2025-09-14 22:47:43,047 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:43,047 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:43,088 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:47:45,041 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42646 WARNING 2025-09-14 22:47:45,057 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:47:45,057 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:47:45,106 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:48:09,769 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42649 WARNING 2025-09-14 22:48:09,781 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:48:09,781 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:48:09,823 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:48:24,693 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42651 WARNING 2025-09-14 22:48:24,709 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:48:24,709 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:48:24,757 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:48:54,794 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42651 WARNING 2025-09-14 22:48:54,809 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:48:54,809 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:48:54,852 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:49:06,298 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42705 WARNING 2025-09-14 22:49:06,313 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:49:06,314 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:49:06,354 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:49:36,391 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42705 WARNING 2025-09-14 22:49:36,405 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:49:36,405 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:49:36,445 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:49:57,679 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42668 WARNING 2025-09-14 22:49:57,696 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:49:57,696 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:49:57,767 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:50:12,389 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42647 WARNING 2025-09-14 22:50:12,406 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:50:12,407 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:50:12,457 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:50:42,508 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42647 WARNING 2025-09-14 22:50:42,525 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:50:42,525 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:50:42,568 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:50:50,604 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42651 WARNING 2025-09-14 22:50:50,618 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:50:50,618 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:50:50,667 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:51:01,841 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42657 WARNING 2025-09-14 22:51:01,852 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:51:01,853 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:51:01,895 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:51:31,938 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42657 WARNING 2025-09-14 22:51:31,955 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:51:31,956 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:51:31,999 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:00,925 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42594 WARNING 2025-09-14 22:52:00,942 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:00,943 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:00,992 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:14,975 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42615 WARNING 2025-09-14 22:52:14,991 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:14,991 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:15,038 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:29,422 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42605 WARNING 2025-09-14 22:52:29,437 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:29,438 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:29,484 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:52:52,902 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42608 WARNING 2025-09-14 22:52:52,919 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:52:52,919 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:52:52,968 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:53:07,588 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42605 WARNING 2025-09-14 22:53:07,605 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:53:07,605 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:53:07,654 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:53:32,973 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:53:32,974 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:06,564 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42757 WARNING 2025-09-14 22:54:06,579 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:06,579 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:06,620 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:54:18,069 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:18,070 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:54:18,084 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:18,084 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:33,009 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:54:33,059 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 22:54:33,072 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:33,073 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:33,116 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:54:50,180 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42807 WARNING 2025-09-14 22:54:50,195 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:50,196 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:54:50,233 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 22:54:59,113 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:59,113 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 22:54:59,128 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:54:59,129 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:21,794 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 22:55:21,810 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:55:21,810 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:21,856 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:55:58,144 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42832 WARNING 2025-09-14 22:55:58,163 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:55:58,163 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:58,208 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:55:59,484 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42832 WARNING 2025-09-14 22:55:59,501 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:55:59,501 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:55:59,546 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:56:29,596 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42832 WARNING 2025-09-14 22:56:29,628 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:56:29,628 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:56:29,655 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:56:38,261 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42745 WARNING 2025-09-14 22:56:38,275 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:56:38,275 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:56:38,319 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:08,529 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42745 WARNING 2025-09-14 22:57:08,547 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:08,547 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:08,588 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:21,576 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42762 WARNING 2025-09-14 22:57:21,590 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:21,590 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:21,641 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:39,862 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42762 WARNING 2025-09-14 22:57:39,876 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:39,876 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:39,920 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:57:53,426 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42767 WARNING 2025-09-14 22:57:53,439 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:57:53,439 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:57:53,482 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:58:22,995 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42779 WARNING 2025-09-14 22:58:23,009 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:58:23,009 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:58:23,056 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:58:53,101 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42779 WARNING 2025-09-14 22:58:53,114 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:58:53,114 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:58:53,156 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:59:22,475 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42845 WARNING 2025-09-14 22:59:22,490 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:59:22,490 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:59:22,556 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 22:59:41,584 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42833 WARNING 2025-09-14 22:59:41,600 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 22:59:41,600 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 22:59:41,650 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:00:09,039 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42833 WARNING 2025-09-14 23:00:09,055 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:00:09,055 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:00:09,102 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:00:21,734 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42809 WARNING 2025-09-14 23:00:21,745 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:00:21,745 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:00:21,785 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:00:40,579 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42819 WARNING 2025-09-14 23:00:40,590 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:00:40,590 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:00:40,633 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:10,675 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42819 WARNING 2025-09-14 23:01:10,689 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:10,689 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:10,732 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:14,816 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42673 WARNING 2025-09-14 23:01:14,830 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:14,831 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:14,875 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:27,770 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42819 INFO 2025-09-14 23:01:27,779 basehttp 43152 6135246848 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 23:01:27,787 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:27,787 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:27,845 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:57,890 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 INFO 2025-09-14 23:01:57,898 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 23:01:57,908 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:57,908 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:57,954 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:58,284 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:01:58,297 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:58,297 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:58,340 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:01:59,424 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:01:59,439 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:01:59,440 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:01:59,483 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:02:29,537 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:02:29,554 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:02:29,554 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:02:29,596 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:02:59,651 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:02:59,666 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:02:59,667 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:02:59,741 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:03:29,777 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:03:29,798 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:03:29,798 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:03:29,866 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:03:59,902 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42740 WARNING 2025-09-14 23:03:59,917 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:03:59,918 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:03:59,993 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:04:09,378 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41038 WARNING 2025-09-14 23:04:09,397 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:04:09,397 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:04:09,442 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:04:39,480 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41038 WARNING 2025-09-14 23:04:39,493 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:04:39,493 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:04:39,535 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:04:56,648 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41027 WARNING 2025-09-14 23:04:56,659 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:04:56,659 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:04:56,701 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:05:26,742 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41027 WARNING 2025-09-14 23:05:26,755 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:05:26,755 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:05:26,833 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:05:56,862 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41027 WARNING 2025-09-14 23:05:56,877 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:05:56,877 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:05:56,918 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:06:18,787 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41835 WARNING 2025-09-14 23:06:18,805 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:06:18,805 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:06:18,881 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:06:48,907 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41835 WARNING 2025-09-14 23:06:48,924 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:06:48,924 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:06:48,967 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:06:59,969 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41819 WARNING 2025-09-14 23:06:59,984 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:06:59,984 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:07:00,032 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:07:30,087 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41819 WARNING 2025-09-14 23:07:30,104 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:07:30,104 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:07:30,147 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:07:42,052 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:07:42,068 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:07:42,068 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:07:42,119 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:08:12,163 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:08:12,177 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:08:12,177 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:08:12,216 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:08:42,265 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:08:42,281 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:08:42,281 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:08:42,324 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:09:12,364 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:09:12,376 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:09:12,376 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:09:12,417 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:09:42,482 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:09:42,498 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:09:42,498 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:09:42,540 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:10:12,581 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:10:12,596 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:10:12,596 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:10:12,639 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:10:42,700 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:10:42,716 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:10:42,716 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:10:42,759 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:11:12,811 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:11:12,828 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:11:12,828 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:11:12,872 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:11:42,912 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 41824 WARNING 2025-09-14 23:11:42,926 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:11:42,927 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:11:42,969 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:11:44,338 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:11:44,351 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:11:44,351 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:11:44,422 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:12:14,386 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:12:14,402 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:12:14,403 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:12:14,447 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:12:44,488 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:12:44,502 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:12:44,503 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:12:44,545 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:13:14,608 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42440 WARNING 2025-09-14 23:13:14,623 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:13:14,623 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:13:14,668 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:13:24,755 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43057 WARNING 2025-09-14 23:13:24,769 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:13:24,769 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:13:24,819 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:13:49,338 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:13:49,353 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:13:49,353 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:13:49,401 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:14:19,457 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:14:19,473 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:14:19,473 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:14:19,516 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:14:49,564 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:14:49,580 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:14:49,581 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:14:49,624 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:14:59,509 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:14:59,525 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:14:59,525 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:14:59,591 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:15:29,627 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43067 WARNING 2025-09-14 23:15:29,644 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:15:29,644 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:15:29,689 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:15:52,889 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43080 WARNING 2025-09-14 23:15:52,901 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:15:52,901 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:15:52,943 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:16:22,989 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43080 WARNING 2025-09-14 23:16:23,008 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:16:23,008 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:16:23,044 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:16:26,595 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43136 WARNING 2025-09-14 23:16:26,606 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:16:26,606 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:16:26,648 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:16:47,165 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43141 WARNING 2025-09-14 23:16:47,182 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:16:47,182 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:16:47,227 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:17:10,372 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:17:10,384 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:17:10,384 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:17:10,428 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:17:40,471 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:17:40,485 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:17:40,485 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:17:40,560 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:18:10,580 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:18:10,593 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:18:10,593 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:18:10,635 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:18:40,707 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:18:40,729 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:18:40,730 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:18:40,769 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:19:10,815 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:19:10,832 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:19:10,832 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:19:10,874 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:19:40,930 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:19:40,947 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:19:40,947 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:19:40,988 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:20:11,043 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:20:11,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:20:11,061 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:20:11,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:20:41,158 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:20:41,173 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:20:41,173 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:20:41,214 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:21:11,255 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:21:11,269 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:21:11,270 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:21:11,312 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:21:41,363 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:21:41,381 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:21:41,381 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:21:41,422 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:22:11,464 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:22:11,478 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:22:11,478 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:22:11,521 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:22:41,563 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:22:41,576 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:22:41,576 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:22:41,623 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:23:11,685 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 INFO 2025-09-14 23:23:11,692 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-14 23:23:11,702 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:23:11,702 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:23:11,747 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:23:41,795 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:23:41,811 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:23:41,811 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:23:41,851 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:24:11,894 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 INFO 2025-09-14 23:24:11,900 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-14 23:24:11,908 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:24:11,908 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:24:11,951 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:24:42,007 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43176 WARNING 2025-09-14 23:24:42,024 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:24:42,024 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:24:42,067 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:24:45,404 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:24:45,417 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:24:45,417 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:24:45,477 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:25:15,514 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:25:15,530 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:25:15,530 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:25:15,575 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:25:45,637 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:25:45,653 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:25:45,653 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:25:45,697 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:25:47,052 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43184 WARNING 2025-09-14 23:25:47,071 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:25:47,071 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:25:47,116 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:26:09,827 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43122 WARNING 2025-09-14 23:26:09,843 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:26:09,843 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:26:09,914 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:26:24,730 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43122 WARNING 2025-09-14 23:26:24,746 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:26:24,746 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:26:24,795 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:26:54,835 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43122 WARNING 2025-09-14 23:26:54,848 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:26:54,848 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:26:54,888 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:27:20,933 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43193 WARNING 2025-09-14 23:27:20,949 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:27:20,949 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:27:20,998 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:27:40,353 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:27:40,369 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:27:40,369 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:27:40,421 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:28:10,468 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:28:10,486 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:28:10,486 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:28:10,529 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:28:40,583 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43194 WARNING 2025-09-14 23:28:40,599 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:28:40,599 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:28:40,674 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:29:09,442 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42727 WARNING 2025-09-14 23:29:09,458 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:29:09,458 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:29:09,503 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:29:39,556 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42727 WARNING 2025-09-14 23:29:39,574 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:29:39,574 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:29:39,616 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:29:58,261 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42743 WARNING 2025-09-14 23:29:58,273 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:29:58,274 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:29:58,365 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:30:28,358 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42743 WARNING 2025-09-14 23:30:28,372 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:30:28,372 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:30:28,448 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:30:58,469 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42743 WARNING 2025-09-14 23:30:58,487 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:30:58,487 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:30:58,530 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:31:01,740 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42764 WARNING 2025-09-14 23:31:01,751 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:31:01,752 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:31:01,796 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:31:31,837 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42764 WARNING 2025-09-14 23:31:31,850 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:31:31,850 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:31:31,892 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:32:01,947 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42751 WARNING 2025-09-14 23:32:01,959 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:32:01,959 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:32:02,004 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:32:27,441 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42764 WARNING 2025-09-14 23:32:27,451 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:32:27,452 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:32:27,495 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:32:49,691 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42757 WARNING 2025-09-14 23:32:49,704 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:32:49,704 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:32:49,746 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:33:19,786 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42768 WARNING 2025-09-14 23:33:19,800 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:33:19,800 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:33:19,840 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:33:49,886 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42768 WARNING 2025-09-14 23:33:49,900 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:33:49,900 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:33:49,940 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:34:19,143 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42763 WARNING 2025-09-14 23:34:19,159 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:34:19,159 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:34:19,226 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:34:33,828 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42767 WARNING 2025-09-14 23:34:33,846 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:34:33,847 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:34:33,894 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:03,940 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42767 WARNING 2025-09-14 23:35:03,955 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:03,955 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:04,000 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:13,327 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42630 WARNING 2025-09-14 23:35:13,338 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:13,338 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:13,428 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:22,302 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:35:22,314 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:22,314 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:22,355 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:35:52,405 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:35:52,418 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:35:52,418 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:35:52,458 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:36:22,499 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:36:22,512 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:36:22,512 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:36:22,554 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:36:52,599 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:36:52,612 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:36:52,612 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:36:52,653 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:37:22,702 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42623 WARNING 2025-09-14 23:37:22,734 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:37:22,734 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:37:22,769 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-14 23:37:52,841 log 43152 6135246848 Internal Server Error: /en/appointments/queue/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 510, in parse compile_func = self.tags[command] ~~~~~~~~~^^^^^^^^^ KeyError: 'empty' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 512, in parse self.invalid_block_tag(token, command, parse_until) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 567, in invalid_block_tag raise self.error( django.template.exceptions.TemplateSyntaxError: Invalid block tag on line 388: 'empty', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? ERROR 2025-09-14 23:37:52,843 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 500 339236 WARNING 2025-09-14 23:37:52,857 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:37:52,857 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:43:44,269 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 43416 WARNING 2025-09-14 23:43:44,282 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:43:44,282 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:43:44,335 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:44:00,635 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42840 WARNING 2025-09-14 23:44:00,650 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:44:00,650 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:44:00,696 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:44:14,475 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42830 WARNING 2025-09-14 23:44:14,487 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:44:14,487 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:44:14,528 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:44:44,585 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42830 WARNING 2025-09-14 23:44:44,601 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:44:44,601 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:44:44,641 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:45:14,702 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42830 WARNING 2025-09-14 23:45:14,717 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:14,717 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:14,757 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:45:22,759 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:45:22,776 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:22,776 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:32,216 basehttp 43152 6135246848 "GET /en/appointments/queue/6/ HTTP/1.1" 200 42681 WARNING 2025-09-14 23:45:32,234 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:32,235 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:32,279 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:45:38,727 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:38,727 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:45:38,744 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:38,745 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:39,958 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=6 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:45:39,973 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:45:39,973 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:45:40,032 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:46:39,828 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:46:39,848 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:46:39,848 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:46:39,897 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:46:55,977 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:46:55,998 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:46:55,998 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:46:56,042 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:47:02,996 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 WARNING 2025-09-14 23:47:03,014 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:03,014 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:47:03,079 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:47:05,005 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:05,005 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:47:05,020 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:05,020 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:47:56,059 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:47:56,138 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:47:56,152 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:47:56,152 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:47:56,205 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:48:56,215 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:48:56,305 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:48:56,320 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:48:56,320 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:48:56,371 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:49:56,390 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:49:56,463 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:49:56,478 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:49:56,478 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:49:56,526 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:50:56,539 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:50:56,621 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:50:56,636 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:50:56,636 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:50:56,687 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:51:56,700 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:51:56,784 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:51:56,798 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:51:56,798 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:51:56,844 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:43,608 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/list/?queue=1 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:43,625 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:43,625 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:43,679 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:44,155 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:52:44,156 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,157 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:44,183 basehttp 43152 6152073216 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:44,196 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,196 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:52:44,204 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,204 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:44,226 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:44,865 basehttp 43152 6152073216 "GET /en/appointments/queue/entry/list/?queue=3 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:44,879 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:44,880 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:44,930 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:46,004 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:52:46,006 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,006 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,038 basehttp 43152 6168899584 "GET /en/appointments/queue/entry/list/?queue=6 HTTP/1.1" 200 120648 WARNING 2025-09-14 23:52:46,051 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,051 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:52:46,060 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,060 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,082 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:46,921 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-14 23:52:46,922 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,922 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,935 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:52:46,948 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,948 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-14 23:52:46,956 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:46,956 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:46,971 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:52:48,238 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:52:48,256 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:52:48,257 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:52:48,302 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:53:48,319 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:53:48,348 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:53:48,363 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:53:48,363 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:53:48,441 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:54:48,420 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:54:48,461 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:54:48,474 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:54:48,474 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:54:48,518 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:55:48,534 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:55:48,562 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:55:48,576 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:55:48,577 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:55:48,618 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:56:48,625 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:56:48,657 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:56:48,670 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:56:48,670 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:56:48,712 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:57:48,730 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:57:48,789 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:57:48,806 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:57:48,806 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:57:48,854 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:58:48,859 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:58:48,898 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:58:48,912 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:58:48,912 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:58:48,952 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:59:48,957 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-14 23:59:48,991 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 64289 WARNING 2025-09-14 23:59:49,005 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-14 23:59:49,005 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-14 23:59:49,046 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:00:27,655 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:00:27,669 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:00:27,669 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:00:27,716 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:00:42,218 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 INFO 2025-09-15 00:00:42,235 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-15 00:00:42,235 basehttp 43152 6168899584 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-15 00:00:42,240 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:00:42,240 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:00:42,289 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:01:08,405 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:01:08,422 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:01:08,423 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:01:08,467 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:01:38,522 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:01:38,540 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:01:38,540 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:01:38,582 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:02:05,765 basehttp 43152 6135246848 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 152019 WARNING 2025-09-15 00:02:05,787 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:02:05,788 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:02:05,846 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:05,863 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:15,042 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:15,046 basehttp 43152 6135246848 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:03:15,048 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:15,048 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:03:15,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:15,062 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:03:15,073 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:15,073 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:03:15,087 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:03:45,156 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:03:45,180 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:03:45,180 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:03:45,219 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:04:15,273 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:04:15,292 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:04:15,292 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:04:15,335 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:04:45,393 basehttp 43152 6152073216 "GET /en/appointments/queue/3/ HTTP/1.1" 200 42842 WARNING 2025-09-15 00:04:45,410 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:04:45,410 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:04:45,452 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:05:15,009 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-15 00:05:15,009 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:05:15,009 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:05:15,018 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:05:15,031 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:05:15,032 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:05:15,040 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:05:15,040 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:05:15,058 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:06:15,064 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:06:15,095 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:06:15,111 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:06:15,111 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:06:15,157 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:07:15,177 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:07:15,192 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 49502 WARNING 2025-09-15 00:07:15,207 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:07:15,208 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:07:15,250 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:07:52,993 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 49417 WARNING 2025-09-15 00:07:53,013 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:07:53,013 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:07:53,058 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:53,073 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:53,092 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49417 WARNING 2025-09-15 00:08:53,109 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:08:53,109 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:08:53,154 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:54,137 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49396 WARNING 2025-09-15 00:08:54,155 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:08:54,155 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:08:54,204 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:08:58,222 basehttp 43152 6135246848 "GET /en/appointments/queue/create/ HTTP/1.1" 200 35428 WARNING 2025-09-15 00:08:58,240 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:08:58,240 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:08:58,285 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:09:09,828 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 49396 WARNING 2025-09-15 00:09:09,850 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:09:09,850 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:09:09,893 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:09:48,672 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 47214 WARNING 2025-09-15 00:09:48,689 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:09:48,689 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:09:48,737 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:10:48,746 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:10:48,765 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 47214 WARNING 2025-09-15 00:10:48,781 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:10:48,781 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:10:48,824 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:11:06,791 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:11:06,806 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:11:06,806 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:11:06,848 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:12:06,850 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:12:06,893 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:12:06,907 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:12:06,907 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:12:06,944 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:13:06,930 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:13:06,947 basehttp 43152 6135246848 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:13:06,964 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:13:06,964 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:13:07,037 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:07,024 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:07,041 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 46166 WARNING 2025-09-15 00:14:07,058 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:14:07,058 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:14:07,100 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:36,818 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:14:36,835 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:14:36,835 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:14:36,879 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:14:45,038 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41998 WARNING 2025-09-15 00:14:45,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:14:45,065 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:14:45,105 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:15:15,164 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41998 WARNING 2025-09-15 00:15:15,181 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:15:15,181 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:15:15,220 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:15:39,561 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41908 WARNING 2025-09-15 00:15:39,580 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:15:39,580 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:15:39,625 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:15:53,662 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:15:53,680 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:15:53,680 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:15:53,730 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:16:21,039 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 42014 WARNING 2025-09-15 00:16:21,055 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:16:21,055 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:16:21,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:16:37,816 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:16:37,835 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:16:37,835 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:16:37,881 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:17:07,925 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:17:07,948 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:17:07,948 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:17:07,989 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:17:38,043 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:17:38,061 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:17:38,061 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:17:38,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:18:08,162 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:18:08,179 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:18:08,179 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:18:08,221 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:18:38,259 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:18:38,273 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:18:38,273 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:18:38,317 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:19:08,373 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:19:08,392 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:19:08,394 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:19:08,433 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:19:38,473 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:19:38,488 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:19:38,489 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:19:38,531 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:20:08,574 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41911 WARNING 2025-09-15 00:20:08,593 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:20:08,593 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:20:08,655 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:20:10,932 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41940 WARNING 2025-09-15 00:20:10,946 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:20:10,946 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:20:10,990 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:20:41,044 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41940 WARNING 2025-09-15 00:20:41,060 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:20:41,060 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:20:41,103 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:21:11,161 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41940 WARNING 2025-09-15 00:21:11,181 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:21:11,181 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:21:11,221 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:21:21,145 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:21:21,162 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:21:21,162 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:21:21,206 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:21:51,262 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:21:51,281 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:21:51,281 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:21:51,321 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:22:21,360 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:22:21,375 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:22:21,375 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:22:21,456 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:22:51,461 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41987 WARNING 2025-09-15 00:22:51,478 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:22:51,478 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:22:51,522 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:23:06,303 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:23:06,316 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:23:06,317 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:23:06,359 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:23:36,398 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:23:36,413 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:23:36,413 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:23:36,450 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:24:06,496 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:24:06,511 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:24:06,511 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:24:06,555 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:24:36,594 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:24:36,609 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:24:36,609 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:24:36,647 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:25:06,688 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:25:06,704 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:25:06,704 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:25:06,742 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:25:36,785 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:25:36,800 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:25:36,800 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:25:36,837 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:26:06,896 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:26:06,915 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:26:06,915 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:26:06,956 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:26:37,004 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:26:37,024 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:26:37,024 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:26:37,067 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:27:07,124 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:27:07,142 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:07,142 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:07,184 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:27:15,105 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:15,105 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:23,861 basehttp 43152 6152073216 "GET /en/appointments/queue/1/update/ HTTP/1.1" 200 35754 WARNING 2025-09-15 00:27:23,883 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:23,883 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:23,925 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:27:54,602 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:27:54,622 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:27:54,622 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:27:54,661 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:28:05,331 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:28:05,352 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:28:05,352 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:28:05,398 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:28:35,444 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 INFO 2025-09-15 00:28:35,452 basehttp 43152 6135246848 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-15 00:28:35,453 basehttp 43152 6152073216 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 WARNING 2025-09-15 00:28:35,460 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:28:35,461 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:28:35,509 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:29:05,554 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:29:05,580 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:29:05,580 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:29:05,658 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:29:35,685 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 41281 WARNING 2025-09-15 00:29:35,703 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:29:35,703 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:29:35,744 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:29:48,831 basehttp 43152 6152073216 "GET /en/appointments/queue/1/ HTTP/1.1" 200 40449 WARNING 2025-09-15 00:29:48,850 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:29:48,850 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:29:48,897 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:30:10,913 basehttp 43152 6135246848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:30:10,915 log 43152 6168899584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:10,916 basehttp 43152 6168899584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:10,925 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:30:10,939 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:10,939 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:30:10,945 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:10,946 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:10,963 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:30:13,962 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:30:13,987 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:13,987 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:14,032 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:30:44,086 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:30:44,104 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:30:44,105 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:30:44,152 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:31:14,197 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:31:14,225 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:14,225 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:14,267 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:31:15,382 log 43152 6135246848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:15,384 basehttp 43152 6135246848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:15,384 basehttp 43152 6168899584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:31:15,392 basehttp 43152 6152073216 "GET /en/appointments/queue/ HTTP/1.1" 200 44650 WARNING 2025-09-15 00:31:15,405 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:15,405 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:31:15,413 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:15,414 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:15,430 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:31:31,888 basehttp 43152 6152073216 "GET /en/appointments/queue/3/delete/ HTTP/1.1" 200 28375 WARNING 2025-09-15 00:31:31,911 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:31,912 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:31,950 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:31:43,619 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:43,620 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:31:43,631 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:43,631 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:46,181 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:31:46,205 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:31:46,205 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:31:46,248 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:32:03,741 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:03,741 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:32:03,757 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:03,757 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:32:07,879 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41144 WARNING 2025-09-15 00:32:07,905 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:07,905 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:32:07,947 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:32:38,000 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41131 WARNING 2025-09-15 00:32:38,019 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:32:38,021 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:32:38,063 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:33:08,104 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41131 WARNING 2025-09-15 00:33:08,121 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:33:08,121 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:33:08,164 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:33:38,211 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41142 WARNING 2025-09-15 00:33:38,228 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:33:38,228 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:33:38,269 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:34:08,328 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41142 WARNING 2025-09-15 00:34:08,351 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:34:08,351 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:34:08,393 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:34:38,442 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:34:38,460 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:34:38,461 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:34:38,503 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:35:08,563 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:35:08,586 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:35:08,586 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:35:08,627 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:35:38,682 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:35:38,702 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:35:38,702 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:35:38,767 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:36:08,804 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:36:08,827 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:36:08,827 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:36:08,868 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:36:38,907 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:36:38,922 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:36:38,923 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:36:38,963 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:37:09,009 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:37:09,027 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:37:09,028 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:37:09,075 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:37:39,134 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:37:39,151 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:37:39,151 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:37:39,192 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:38:09,248 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:38:09,265 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:38:09,265 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:38:09,306 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:38:39,361 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:38:39,378 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:38:39,378 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:38:39,418 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:39:09,478 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:39:09,499 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:39:09,499 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:39:09,543 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:39:39,590 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:39:39,608 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:39:39,608 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:39:39,650 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:40:09,692 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:40:09,710 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:40:09,710 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:40:09,765 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:40:39,816 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:40:39,835 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:40:39,835 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:40:39,879 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:41:09,932 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:41:09,952 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:09,952 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:09,994 basehttp 43152 6152073216 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:41:40,034 basehttp 43152 6152073216 "GET /en/appointments/queue/6/ HTTP/1.1" 200 41143 WARNING 2025-09-15 00:41:40,049 log 43152 6152073216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:40,049 basehttp 43152 6152073216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:40,077 autoreload 43152 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:41:40,481 autoreload 3778 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:41:41,274 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40049 WARNING 2025-09-15 00:41:41,293 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:41,294 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:41,387 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 00:41:48,338 log 3778 6124056576 Not Found: /en/appointments/queue/undefined/call-next/ WARNING 2025-09-15 00:41:48,338 basehttp 3778 6124056576 "POST /en/appointments/queue/undefined/call-next/ HTTP/1.1" 404 44032 INFO 2025-09-15 00:41:53,196 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40049 WARNING 2025-09-15 00:41:53,217 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:41:53,217 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:41:53,263 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:42:53,272 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:42:53,308 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:42:53,323 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:42:53,324 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:42:53,366 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:43:53,378 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:43:53,411 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:43:53,428 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:43:53,428 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:43:53,477 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:44:53,478 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:44:53,508 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:44:53,522 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:44:53,522 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:44:53,562 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:45:53,584 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:45:53,610 basehttp 3778 6124056576 "GET /en/appointments/queue/6/ HTTP/1.1" 200 40050 WARNING 2025-09-15 00:45:53,625 log 3778 6124056576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:45:53,625 basehttp 3778 6124056576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:45:53,673 basehttp 3778 6124056576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:46:19,525 autoreload 3778 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:46:19,906 autoreload 5890 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:46:21,302 basehttp 5890 6191591424 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39015 WARNING 2025-09-15 00:46:21,322 log 5890 6191591424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:21,322 basehttp 5890 6191591424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:46:21,368 basehttp 5890 6191591424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:46:23,175 basehttp 5890 6191591424 "GET /en/appointments/queue/6/call-next/ HTTP/1.1" 302 0 INFO 2025-09-15 00:46:23,192 basehttp 5890 6191591424 "GET /en/appointments/requests/14/detail/ HTTP/1.1" 200 25619 WARNING 2025-09-15 00:46:23,212 log 5890 6191591424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:23,212 basehttp 5890 6191591424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:46:23,249 basehttp 5890 6191591424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:46:56,667 autoreload 5890 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:46:57,010 autoreload 6144 8682856640 Watching for file changes with StatReloader WARNING 2025-09-15 00:46:57,756 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:57,756 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:46:57,765 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:46:57,765 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:47:00,387 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38539 WARNING 2025-09-15 00:47:00,408 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:47:00,408 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:47:00,449 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:48:00,464 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:48:00,494 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38539 WARNING 2025-09-15 00:48:00,511 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:48:00,511 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:48:00,552 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:48:02,664 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38656 WARNING 2025-09-15 00:48:02,683 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:48:02,684 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:48:02,731 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:49:02,748 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:49:02,777 basehttp 6144 6136688640 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38656 WARNING 2025-09-15 00:49:02,793 log 6144 6136688640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:49:02,793 basehttp 6144 6136688640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:49:02,837 basehttp 6144 6136688640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:49:08,458 autoreload 6144 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:49:08,810 autoreload 7175 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:49:11,277 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-15 00:49:11,989 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84315 INFO 2025-09-15 00:49:12,002 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:18,116 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147384 INFO 2025-09-15 00:49:18,130 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:26,503 basehttp 7175 6124761088 "GET /en/admin/patients/patientprofile/16/change/?_to_field=id HTTP/1.1" 200 163878 INFO 2025-09-15 00:49:26,518 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:26,540 basehttp 7175 6124761088 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-09-15 00:49:40,183 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147384 INFO 2025-09-15 00:49:51,496 basehttp 7175 6124761088 "POST /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 302 0 INFO 2025-09-15 00:49:51,524 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84558 INFO 2025-09-15 00:49:51,538 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:49:56,542 basehttp 7175 6124761088 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39004 WARNING 2025-09-15 00:49:56,558 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:49:56,558 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:49:56,610 basehttp 7175 6124761088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:50:01,872 basehttp 7175 6124761088 "GET /en/appointments/queue/6/call-next/ HTTP/1.1" 302 0 WARNING 2025-09-15 00:50:01,883 log 7175 6124761088 Not Found: /en/appointments/queue/17/ WARNING 2025-09-15 00:50:01,883 basehttp 7175 6124761088 "GET /en/appointments/queue/17/ HTTP/1.1" 404 29759 WARNING 2025-09-15 00:50:01,903 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:01,903 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:50:10,406 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:10,407 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 00:50:10,418 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:10,418 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:50:16,878 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84464 INFO 2025-09-15 00:50:16,893 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:50:19,977 basehttp 7175 6124761088 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:50:19,993 log 7175 6124761088 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:50:19,993 basehttp 7175 6124761088 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:50:20,035 basehttp 7175 6124761088 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:50:29,570 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 200 147394 INFO 2025-09-15 00:50:29,590 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:50:35,381 basehttp 7175 6124761088 "POST /en/admin/appointments/waitingqueue/6/change/ HTTP/1.1" 302 0 INFO 2025-09-15 00:50:35,409 basehttp 7175 6124761088 "GET /en/admin/appointments/waitingqueue/ HTTP/1.1" 200 84558 INFO 2025-09-15 00:50:35,423 basehttp 7175 6124761088 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 00:51:13,508 autoreload 7175 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 00:51:13,890 autoreload 8105 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 00:51:14,727 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39004 WARNING 2025-09-15 00:51:14,747 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:51:14,747 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:51:14,796 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:51:17,116 basehttp 8105 6134263808 "GET /en/appointments/queue/6/call-next/ HTTP/1.1" 302 0 INFO 2025-09-15 00:51:17,133 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 39049 WARNING 2025-09-15 00:51:17,151 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:51:17,151 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:51:17,197 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:52:17,214 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:52:17,245 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38643 WARNING 2025-09-15 00:52:17,262 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:52:17,262 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:52:17,305 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:53:17,322 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:53:17,350 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:53:17,368 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:53:17,368 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:53:17,413 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:54:17,440 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:54:17,491 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:54:17,504 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:54:17,504 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:54:17,544 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:55:17,560 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:55:17,590 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:55:17,607 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:55:17,607 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:55:17,653 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:56:17,668 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:56:17,694 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:56:17,711 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:56:17,711 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:56:17,754 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:57:17,771 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:57:17,801 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:57:17,816 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:57:17,816 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:57:17,860 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:58:17,859 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:58:17,893 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 00:58:17,909 log 8105 6151090176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:58:17,910 basehttp 8105 6151090176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:58:17,953 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:59:17,954 basehttp 8105 6151090176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 00:59:17,995 basehttp 8105 6151090176 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 INFO 2025-09-15 00:59:18,003 basehttp 8105 6151090176 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-15 00:59:18,003 basehttp 8105 6134263808 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 WARNING 2025-09-15 00:59:18,012 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 00:59:18,012 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 00:59:18,115 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:00:18,079 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:00:18,108 basehttp 8105 6134263808 "GET /en/appointments/queue/6/ HTTP/1.1" 200 38644 WARNING 2025-09-15 01:00:18,126 log 8105 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:18,126 basehttp 8105 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:00:18,168 basehttp 8105 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:00:46,778 autoreload 8105 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 01:00:47,178 autoreload 12278 8682856640 Watching for file changes with StatReloader WARNING 2025-09-15 01:00:50,580 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:50,580 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:00:51,488 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:51,488 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:00:53,006 basehttp 12278 6127104000 "GET /en/appointments/queue/ HTTP/1.1" 200 44640 WARNING 2025-09-15 01:00:53,027 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:00:53,027 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:00:53,071 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:01:07,347 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:07,347 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:08,628 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:08,628 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:09,650 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:09,650 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:10,299 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:10,299 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:11,078 basehttp 12278 6127104000 "GET /en/appointments/requests/1112/detail/ HTTP/1.1" 200 24799 WARNING 2025-09-15 01:01:11,098 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:11,098 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:11,652 basehttp 12278 6127104000 "GET /en/appointments/cancel/1112/ HTTP/1.1" 200 30683 WARNING 2025-09-15 01:01:11,672 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:11,673 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:11,715 basehttp 12278 6127104000 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-15 01:01:12,238 basehttp 12278 6127104000 "GET /en/appointments/calendar/ HTTP/1.1" 200 22955 INFO 2025-09-15 01:01:12,254 basehttp 12278 6127104000 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-15 01:01:12,257 basehttp 12278 6143930368 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-15 01:01:12,263 basehttp 12278 13203795968 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 WARNING 2025-09-15 01:01:12,265 log 12278 6160756736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:12,266 basehttp 12278 6160756736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:12,267 basehttp 12278 6143930368 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-15 01:01:12,267 basehttp 12278 13186969600 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-15 01:01:12,267 basehttp 12278 6127104000 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-15 01:01:12,268 basehttp 12278 13170143232 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-15 01:01:12,277 basehttp 12278 13170143232 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-15 01:01:12,342 basehttp 12278 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:01:16,381 basehttp 12278 13170143232 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1053 INFO 2025-09-15 01:01:16,391 basehttp 12278 13170143232 "GET /en/appointments/1087/detail-card/ HTTP/1.1" 200 1053 INFO 2025-09-15 01:01:16,392 basehttp 12278 6127104000 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-15 01:01:28,066 basehttp 12278 6127104000 "GET /en/appointments/cancel/1087/ HTTP/1.1" 200 30685 WARNING 2025-09-15 01:01:28,091 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:28,091 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:01:28,128 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:01:39,600 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:39,600 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:01:39,614 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:01:39,614 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:02:12,342 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:02:56,706 basehttp 12278 6127104000 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 673095 INFO 2025-09-15 01:03:01,365 basehttp 12278 6127104000 "GET /en/appointments/calendar/events/?start=2025-09-28T00%3A00%3A00&end=2025-11-09T00%3A00%3A00 HTTP/1.1" 200 169601 INFO 2025-09-15 01:03:04,563 basehttp 12278 6127104000 "GET /en/appointments/1753/detail-card/ HTTP/1.1" 200 1033 INFO 2025-09-15 01:03:04,574 basehttp 12278 6127104000 "GET /en/appointments/1753/detail-card/ HTTP/1.1" 200 1033 INFO 2025-09-15 01:03:12,355 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:04:12,351 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:04:30,564 basehttp 12278 6127104000 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:04:30,582 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:04:30,582 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:04:30,727 basehttp 12278 6127104000 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:04:30,730 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:04:32,573 basehttp 12278 13170143232 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 807 INFO 2025-09-15 01:04:36,759 basehttp 12278 13170143232 "GET /en/appointments/1264/detail-card/ HTTP/1.1" 200 1043 INFO 2025-09-15 01:05:30,682 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:05:35,040 basehttp 12278 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:05:35,064 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:05:35,064 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:05:35,131 basehttp 12278 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:05:35,137 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:05:36,777 basehttp 12278 6127104000 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 799 INFO 2025-09-15 01:05:38,570 basehttp 12278 6127104000 "GET /en/appointments/1070/detail-card/ HTTP/1.1" 200 1020 INFO 2025-09-15 01:06:35,148 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:06:42,249 basehttp 12278 6127104000 "GET /en/appointments/1138/detail-card/ HTTP/1.1" 200 1011 INFO 2025-09-15 01:06:46,325 basehttp 12278 6127104000 "GET /en/appointments/1146/detail-card/ HTTP/1.1" 200 988 INFO 2025-09-15 01:06:49,073 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 24670 WARNING 2025-09-15 01:06:49,095 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:06:49,095 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:06:49,138 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:07:49,153 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:08:49,161 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:09:25,870 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 24961 WARNING 2025-09-15 01:09:25,893 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:09:25,893 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:09:25,936 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:10:25,940 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:11:25,956 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:12:03,147 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 25512 WARNING 2025-09-15 01:12:03,166 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:12:03,166 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:12:03,215 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:13:01,072 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 25604 WARNING 2025-09-15 01:13:01,085 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:13:01,085 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:13:01,161 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:14:01,123 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:15:01,007 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 25605 WARNING 2025-09-15 01:15:01,025 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:15:01,025 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:15:01,066 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:16:01,070 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:17:01,076 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:18:01,076 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:18:05,042 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26186 WARNING 2025-09-15 01:18:05,066 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:18:05,066 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:18:05,095 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:19:05,112 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:19:51,115 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26398 WARNING 2025-09-15 01:19:51,130 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:19:51,130 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:19:51,209 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:20:51,188 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:21:51,192 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:22:51,196 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:23:51,201 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:24:51,207 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:25:51,211 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:26:51,225 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:27:51,238 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:28:43,469 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26386 WARNING 2025-09-15 01:28:43,491 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:28:43,491 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:28:43,534 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:29:43,519 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:29:59,225 basehttp 12278 6127104000 "GET /en/appointments/requests/1146/detail/ HTTP/1.1" 200 26382 WARNING 2025-09-15 01:29:59,244 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:29:59,244 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:29:59,287 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:30:08,408 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:08,408 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:12,317 basehttp 12278 6127104000 "GET /en/appointments/1122/detail-card/ HTTP/1.1" 200 799 INFO 2025-09-15 01:30:17,673 basehttp 12278 6127104000 "GET /en/appointments/1097/detail-card/ HTTP/1.1" 200 996 INFO 2025-09-15 01:30:21,604 basehttp 12278 6127104000 "GET /en/appointments/reschedule/1097/ HTTP/1.1" 200 27768 WARNING 2025-09-15 01:30:21,627 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:21,627 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:21,664 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:30:33,190 basehttp 12278 6127104000 "GET /en/appointments/slots/available/?new_date=2025-09-16&new_provider=5&exclude_appointment=1097 HTTP/1.1" 200 1015 WARNING 2025-09-15 01:30:48,910 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:48,911 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:30:48,924 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:48,924 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:30:51,610 log 12278 6127104000 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-15 01:30:51,611 basehttp 12278 6127104000 "GET /en/appointments/ HTTP/1.1" 500 180202 WARNING 2025-09-15 01:30:51,628 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:51,628 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:30:56,450 log 12278 6127104000 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-15 01:30:56,451 basehttp 12278 6127104000 "GET /en/appointments/ HTTP/1.1" 500 180339 WARNING 2025-09-15 01:30:56,468 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:56,468 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:57,661 basehttp 12278 6127104000 "GET /en/ HTTP/1.1" 200 47959 WARNING 2025-09-15 01:30:57,680 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:57,680 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:57,718 basehttp 12278 6160756736 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 01:30:57,720 basehttp 12278 6143930368 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 01:30:57,720 basehttp 12278 6127104000 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-15 01:30:58,227 basehttp 12278 6127104000 "GET /en/ HTTP/1.1" 200 47959 WARNING 2025-09-15 01:30:58,245 log 12278 6127104000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:30:58,245 basehttp 12278 6127104000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:30:58,316 basehttp 12278 6127104000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:30:58,318 basehttp 12278 6160756736 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 01:30:58,320 basehttp 12278 13170143232 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 01:30:58,320 basehttp 12278 6143930368 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 ERROR 2025-09-15 01:31:08,308 log 12278 13170143232 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'queue_management' not found. 'queue_management' is not a valid view function or pattern name. ERROR 2025-09-15 01:31:08,309 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 500 180202 WARNING 2025-09-15 01:31:08,329 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:31:08,329 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:31:55,133 log 12278 13170143232 Internal Server Error: /en/appointments/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'scheduling_calendar' not found. 'scheduling_calendar' is not a valid view function or pattern name. ERROR 2025-09-15 01:31:55,134 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 500 180720 WARNING 2025-09-15 01:31:55,147 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:31:55,147 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:32:35,128 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 200 55246 WARNING 2025-09-15 01:32:35,144 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:32:35,144 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:32:35,199 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:32:35,212 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:33:35,216 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:33:35,233 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:34:35,209 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:34:35,224 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:34:41,767 basehttp 12278 6143930368 "GET /en/appointments/ HTTP/1.1" 200 55798 WARNING 2025-09-15 01:34:41,781 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:41,781 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:41,835 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:34:41,846 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:34:46,158 basehttp 12278 13170143232 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34790 INFO 2025-09-15 01:34:46,176 basehttp 12278 13170143232 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-15 01:34:46,182 basehttp 12278 6160756736 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-15 01:34:46,183 basehttp 12278 13186969600 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 WARNING 2025-09-15 01:34:46,185 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-15 01:34:46,185 basehttp 12278 6127104000 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-15 01:34:46,185 basehttp 12278 13170143232 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 WARNING 2025-09-15 01:34:46,186 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:46,231 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:34:50,117 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:50,117 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:34:50,131 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:50,131 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:51,467 basehttp 12278 6143930368 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:34:51,490 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:51,490 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:51,556 basehttp 12278 6143930368 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:34:51,562 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:34:54,010 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:54,011 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:34:54,023 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:54,023 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:55,450 basehttp 12278 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 44635 WARNING 2025-09-15 01:34:55,476 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:55,476 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:34:55,518 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:34:57,661 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:57,661 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:34:57,670 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:34:57,670 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:11,832 basehttp 12278 13170143232 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86195 WARNING 2025-09-15 01:35:11,855 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:11,855 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:11,897 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:35:22,186 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:22,186 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:35:22,199 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:22,199 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:41,851 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:35:41,867 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:35:57,283 basehttp 12278 6143930368 "GET /en/appointments/ HTTP/1.1" 200 55250 WARNING 2025-09-15 01:35:57,300 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:35:57,301 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:35:57,357 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:35:57,369 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:36:09,041 basehttp 12278 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 44635 WARNING 2025-09-15 01:36:09,066 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:09,066 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:09,107 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:36:11,487 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:11,487 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:36:11,498 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:11,498 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:19,602 basehttp 12278 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 22604 WARNING 2025-09-15 01:36:19,628 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:19,628 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:19,690 basehttp 12278 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 127541 INFO 2025-09-15 01:36:19,697 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:36:23,669 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:23,670 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:36:23,682 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:23,682 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:36:57,357 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:36:57,367 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:36:59,974 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 200 55253 WARNING 2025-09-15 01:36:59,991 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:36:59,991 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:37:00,038 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:37:00,049 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:37:14,398 basehttp 12278 6143930368 "GET /en/appointments/ HTTP/1.1" 200 55258 WARNING 2025-09-15 01:37:14,422 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:37:14,422 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:37:14,460 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:37:14,473 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:37:52,877 basehttp 12278 13170143232 "GET /en/appointments/ HTTP/1.1" 200 55230 WARNING 2025-09-15 01:37:52,891 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:37:52,892 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:37:52,944 basehttp 12278 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:37:52,955 basehttp 12278 6143930368 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 01:38:00,497 basehttp 12278 6143930368 "GET /en/appointments/requests/ HTTP/1.1" 200 155514 WARNING 2025-09-15 01:38:00,517 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:00,517 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:00,563 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:38:37,450 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:37,450 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:38:37,457 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:37,457 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:41,858 basehttp 12278 6143930368 "GET /en/appointments/requests/929/detail/ HTTP/1.1" 200 26394 WARNING 2025-09-15 01:38:41,883 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:41,884 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:41,926 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 01:38:49,841 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:49,841 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:38:49,852 log 12278 6143930368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:38:49,856 basehttp 12278 6143930368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:38:52,962 basehttp 12278 6143930368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:38:52,979 basehttp 12278 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 ERROR 2025-09-15 01:39:12,895 log 12278 13170143232 Internal Server Error: /en/notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: core/notification_list.html, core/systemnotification_list.html ERROR 2025-09-15 01:39:12,896 basehttp 12278 13170143232 "GET /en/notifications/ HTTP/1.1" 500 103886 WARNING 2025-09-15 01:39:12,919 log 12278 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:39:12,919 basehttp 12278 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:42:03,512 autoreload 12278 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-15 01:42:03,911 autoreload 30485 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 01:42:04,656 basehttp 30485 6200111104 "GET /en/notifications/ HTTP/1.1" 200 66686 WARNING 2025-09-15 01:42:04,674 log 30485 6200111104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:42:04,674 basehttp 30485 6200111104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:42:04,721 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:43:04,726 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:44:04,741 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:45:04,714 basehttp 30485 6200111104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:45:37,938 autoreload 30485 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/views.py changed, reloading. INFO 2025-09-15 01:45:38,298 autoreload 32071 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 01:45:45,913 basehttp 32071 6166409216 "GET /en/integration HTTP/1.1" 301 0 INFO 2025-09-15 01:45:45,995 basehttp 32071 13170143232 "GET /en/integration/ HTTP/1.1" 200 34129 WARNING 2025-09-15 01:45:46,016 log 32071 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:45:46,016 basehttp 32071 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:45:46,042 basehttp 32071 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 01:45:46,047 basehttp 32071 13186969600 "GET /en/integration/htmx/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-15 01:45:46,055 log 32071 6166409216 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 01:45:46,056 basehttp 32071 6166409216 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119593 ERROR 2025-09-15 01:46:16,059 log 32071 6166409216 Internal Server Error: /en/integration/htmx/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 849, in integration_stats 'total_endpoints': IntegrationEndpoint.objects.filter(endpoint__external_system__tenant=request.user.tenant).count(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 01:46:16,060 basehttp 32071 6166409216 "GET /en/integration/htmx/stats/ HTTP/1.1" 500 119593 WARNING 2025-09-15 01:46:23,866 log 32071 6166409216 Not Found: /en/core/integration-logs/ WARNING 2025-09-15 01:46:23,866 basehttp 32071 6166409216 "GET /en/core/integration-logs/ HTTP/1.1" 404 24414 WARNING 2025-09-15 01:46:23,894 log 32071 6166409216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:46:23,894 basehttp 32071 6166409216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 01:46:50,152 log 32071 6166409216 Not Found: /en/core/integration-logs/ WARNING 2025-09-15 01:46:50,153 basehttp 32071 6166409216 "GET /en/core/integration-logs/ HTTP/1.1" 404 24414 WARNING 2025-09-15 01:46:50,175 log 32071 6166409216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:46:50,175 basehttp 32071 6166409216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:47:29,040 basehttp 32071 6166409216 "GET /en/communications HTTP/1.1" 301 0 ERROR 2025-09-15 01:47:29,067 log 32071 13186969600 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 61, in get_context_data 'recent_alerts': AlertInstance.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: acknowledged_at, acknowledged_by, acknowledged_by_id, alert_id, alert_rule, alert_rule_id, context_data, description, escalated_at, escalation_level, expires_at, last_notification_at, notifications_sent, resolution_notes, resolved_at, resolved_by, resolved_by_id, severity, status, title, trigger_data, triggered_at ERROR 2025-09-15 01:47:29,068 basehttp 32071 13186969600 "GET /en/communications/ HTTP/1.1" 500 131990 WARNING 2025-09-15 01:47:29,084 log 32071 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:47:29,084 basehttp 32071 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:49:34,868 autoreload 32071 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:49:35,233 autoreload 33855 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 01:50:41,933 autoreload 33855 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:50:42,302 autoreload 34339 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:50:42,568 log 34339 6202617856 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 64, in get_context_data ).order_by('-created_at')[:5], ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'created_at' into field. Choices are: acknowledged_at, acknowledged_by, acknowledged_by_id, alert_id, alert_rule, alert_rule_id, context_data, description, escalated_at, escalation_level, expires_at, last_notification_at, notifications_sent, resolution_notes, resolved_at, resolved_by, resolved_by_id, severity, status, title, trigger_data, triggered_at ERROR 2025-09-15 01:50:42,570 basehttp 34339 6202617856 "GET /en/communications/ HTTP/1.1" 500 102608 WARNING 2025-09-15 01:50:42,584 log 34339 6202617856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:50:42,585 basehttp 34339 6202617856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:51:47,165 autoreload 34339 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:51:47,514 autoreload 34889 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:51:48,566 log 34889 6169112576 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 68, in get_context_data ).order_by('-delivery_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:51:48,568 basehttp 34889 6169112576 "GET /en/communications/ HTTP/1.1" 500 102174 WARNING 2025-09-15 01:51:48,586 log 34889 6169112576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:51:48,586 basehttp 34889 6169112576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:51:49,343 log 34889 6169112576 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 68, in get_context_data ).order_by('-delivery_time')[:10], ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:51:49,343 basehttp 34889 6169112576 "GET /en/communications/ HTTP/1.1" 500 102174 WARNING 2025-09-15 01:51:49,361 log 34889 6169112576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:51:49,361 basehttp 34889 6169112576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:52:37,844 autoreload 34889 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:52:38,196 autoreload 35205 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:52:39,433 log 35205 6164099072 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:52:39,434 basehttp 35205 6164099072 "GET /en/communications/ HTTP/1.1" 500 132862 WARNING 2025-09-15 01:52:39,448 log 35205 6164099072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:52:39,448 basehttp 35205 6164099072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:52:41,069 log 35205 6164099072 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:52:41,071 basehttp 35205 6164099072 "GET /en/communications/ HTTP/1.1" 500 132862 WARNING 2025-09-15 01:52:41,086 log 35205 6164099072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:52:41,086 basehttp 35205 6164099072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:53:38,835 autoreload 35205 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:53:39,204 autoreload 35695 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:53:40,014 log 35695 6129528832 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:53:40,016 basehttp 35695 6129528832 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:53:40,032 log 35695 6129528832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:53:40,033 basehttp 35695 6129528832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:54:10,609 autoreload 35695 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:54:10,941 autoreload 35936 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:54:11,453 log 35936 6164000768 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:54:11,455 basehttp 35936 6164000768 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:54:11,470 log 35936 6164000768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:11,471 basehttp 35936 6164000768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:54:12,721 log 35936 6164000768 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:54:12,722 basehttp 35936 6164000768 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:54:12,746 log 35936 6164000768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:12,746 basehttp 35936 6164000768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:54:27,836 autoreload 35936 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:54:28,203 autoreload 36097 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:54:31,489 log 36097 6129070080 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 228, in get context = self.get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 79, in get_context_data 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 01:54:31,491 basehttp 36097 6129070080 "GET /en/communications/ HTTP/1.1" 500 133611 WARNING 2025-09-15 01:54:31,508 log 36097 6129070080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:31,508 basehttp 36097 6129070080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:54:58,661 autoreload 36097 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 01:54:59,070 autoreload 36336 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:54:59,797 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-15 01:54:59,798 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 174142 WARNING 2025-09-15 01:54:59,818 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:54:59,819 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:55:46,416 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_compose' not found. 'message_compose' is not a valid view function or pattern name. ERROR 2025-09-15 01:55:46,417 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 173792 WARNING 2025-09-15 01:55:46,431 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:55:46,431 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:56:36,348 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'broadcast_create' not found. 'broadcast_create' is not a valid view function or pattern name. ERROR 2025-09-15 01:56:36,349 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 173507 WARNING 2025-09-15 01:56:36,365 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:56:36,366 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:56:48,825 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'template_create' not found. 'template_create' is not a valid view function or pattern name. ERROR 2025-09-15 01:56:48,826 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 172802 WARNING 2025-09-15 01:56:48,843 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:56:48,843 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:56:58,237 log 36336 6135689216 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard_stats' not found. 'dashboard_stats' is not a valid view function or pattern name. ERROR 2025-09-15 01:56:58,239 basehttp 36336 6135689216 "GET /en/communications/ HTTP/1.1" 500 172377 WARNING 2025-09-15 01:56:58,253 log 36336 6135689216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:56:58,253 basehttp 36336 6135689216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 01:57:39,392 autoreload 36336 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/urls.py changed, reloading. INFO 2025-09-15 01:57:39,765 autoreload 37527 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 01:57:40,287 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_inbox' not found. 'message_inbox' is not a valid view function or pattern name. ERROR 2025-09-15 01:57:40,288 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 172466 WARNING 2025-09-15 01:57:40,309 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:57:40,309 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:57:57,077 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_sent' not found. 'message_sent' is not a valid view function or pattern name. ERROR 2025-09-15 01:57:57,078 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 171923 WARNING 2025-09-15 01:57:57,094 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:57:57,094 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:58:12,308 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'alert_list' not found. 'alert_list' is not a valid view function or pattern name. ERROR 2025-09-15 01:58:12,309 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 171340 WARNING 2025-09-15 01:58:12,328 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:58:12,328 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:58:29,042 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'notification_list' not found. 'notification_list' is not a valid view function or pattern name. ERROR 2025-09-15 01:58:29,043 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 170554 WARNING 2025-09-15 01:58:29,058 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:58:29,058 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 01:58:40,834 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'recent_messages' not found. 'recent_messages' is not a valid view function or pattern name. ERROR 2025-09-15 01:58:40,835 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 170434 WARNING 2025-09-15 01:58:40,851 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 01:58:40,851 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:01:34,044 log 37527 6124187648 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'recent_messages' not found. 'recent_messages' is not a valid view function or pattern name. ERROR 2025-09-15 02:01:34,045 basehttp 37527 6124187648 "GET /en/communications/ HTTP/1.1" 500 170434 WARNING 2025-09-15 02:01:34,068 log 37527 6124187648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:01:34,068 basehttp 37527 6124187648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:05:49,848 autoreload 37527 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:05:50,202 autoreload 41179 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:05:51,340 log 41179 6121779200 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'recent_messages' not found. 'recent_messages' is not a valid view function or pattern name. ERROR 2025-09-15 02:05:51,343 basehttp 41179 6121779200 "GET /en/communications/ HTTP/1.1" 500 170434 WARNING 2025-09-15 02:05:51,357 log 41179 6121779200 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:05:51,357 basehttp 41179 6121779200 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:06:47,636 autoreload 41179 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/urls.py changed, reloading. INFO 2025-09-15 02:06:47,989 autoreload 41573 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:06:50,010 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_inbox' not found. 'message_inbox' is not a valid view function or pattern name. ERROR 2025-09-15 02:06:50,011 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 170742 WARNING 2025-09-15 02:06:50,033 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:06:50,033 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:07:21,069 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'active_alerts' not found. 'active_alerts' is not a valid view function or pattern name. ERROR 2025-09-15 02:07:21,070 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 169871 WARNING 2025-09-15 02:07:21,086 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:07:21,086 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:08:51,721 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'message_compose' not found. 'message_compose' is not a valid view function or pattern name. ERROR 2025-09-15 02:08:51,722 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 170274 WARNING 2025-09-15 02:08:51,737 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:08:51,737 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:09:32,673 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'system_status' not found. 'system_status' is not a valid view function or pattern name. ERROR 2025-09-15 02:09:32,675 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 167326 WARNING 2025-09-15 02:09:32,690 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:09:32,690 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:10:01,662 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'activity_chart_data' not found. 'activity_chart_data' is not a valid view function or pattern name. ERROR 2025-09-15 02:10:01,663 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 165928 WARNING 2025-09-15 02:10:01,679 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:10:01,679 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:10:58,085 log 41573 6192115712 Internal Server Error: /en/communications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sse_notifications' not found. 'sse_notifications' is not a valid view function or pattern name. ERROR 2025-09-15 02:10:58,086 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 500 169020 WARNING 2025-09-15 02:10:58,101 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:10:58,101 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:11:18,759 basehttp 41573 6192115712 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:11:18,775 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:11:18,775 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:11:18,846 basehttp 41573 6192115712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:11:18,859 log 41573 6208942080 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:11:18,893 basehttp 41573 6208942080 "GET /en/communications/stats/ HTTP/1.1" 500 118598 ERROR 2025-09-15 02:11:18,892 log 41573 6225768448 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:11:18,894 basehttp 41573 6225768448 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 INFO 2025-09-15 02:11:45,590 basehttp 41573 6225768448 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:11:45,609 log 41573 6225768448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:11:45,609 basehttp 41573 6225768448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:11:45,666 basehttp 41573 6225768448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:11:45,705 log 41573 6208942080 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:11:45,709 log 41573 6192115712 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:11:45,709 basehttp 41573 6208942080 "GET /en/communications/stats/ HTTP/1.1" 500 118598 ERROR 2025-09-15 02:11:45,710 basehttp 41573 6192115712 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 WARNING 2025-09-15 02:11:52,075 log 41573 6192115712 Not Found: /en/communications/inpox WARNING 2025-09-15 02:11:52,075 basehttp 41573 6192115712 "GET /en/communications/inpox HTTP/1.1" 404 37045 WARNING 2025-09-15 02:11:52,099 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:11:52,099 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:12:07,245 basehttp 41573 6192115712 "GET /en/communications/messages/ HTTP/1.1" 200 29017 WARNING 2025-09-15 02:12:07,264 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:07,264 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:12:07,307 basehttp 41573 6192115712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:12:16,090 log 41573 6192115712 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 76, in __init__ ).order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: alertrule, category, content_template, created_at, created_by, created_by_id, default_values, description, formatting_rules, is_active, is_system_template, last_used_at, name, requires_approval, subject_template, template_id, template_type, tenant, tenant_id, updated_at, usage_count, variables ERROR 2025-09-15 02:12:16,092 basehttp 41573 6192115712 "GET /en/communications/messages/create/ HTTP/1.1" 500 115287 WARNING 2025-09-15 02:12:16,111 log 41573 6192115712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:16,112 basehttp 41573 6192115712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:12:41,068 autoreload 41573 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py changed, reloading. INFO 2025-09-15 02:12:41,406 autoreload 44209 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:12:42,625 log 44209 6156611584 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 73, in __init__ self.fields['template'].queryset = NotificationTemplate.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'template' ERROR 2025-09-15 02:12:42,626 basehttp 44209 6156611584 "GET /en/communications/messages/create/ HTTP/1.1" 500 98824 WARNING 2025-09-15 02:12:42,644 log 44209 6156611584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:42,644 basehttp 44209 6156611584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:12:44,637 log 44209 6156611584 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 73, in __init__ self.fields['template'].queryset = NotificationTemplate.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^ KeyError: 'template' ERROR 2025-09-15 02:12:44,638 basehttp 44209 6156611584 "GET /en/communications/messages/create/ HTTP/1.1" 500 98824 WARNING 2025-09-15 02:12:44,654 log 44209 6156611584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:12:44,654 basehttp 44209 6156611584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:14:58,391 autoreload 44209 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py changed, reloading. INFO 2025-09-15 02:14:58,712 autoreload 45233 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:14:59,272 log 45233 6132756480 Internal Server Error: /en/communications/messages/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py", line 73, in __init__ self.fields['template_type'].queryset = NotificationTemplate.objects.filter( ~~~~~~~~~~~^^^^^^^^^^^^^^^^^ KeyError: 'template_type' ERROR 2025-09-15 02:14:59,273 basehttp 45233 6132756480 "GET /en/communications/messages/create/ HTTP/1.1" 500 98864 WARNING 2025-09-15 02:14:59,289 log 45233 6132756480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:14:59,289 basehttp 45233 6132756480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:15:08,286 autoreload 45233 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/forms.py changed, reloading. INFO 2025-09-15 02:15:08,653 autoreload 45321 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:15:09,225 basehttp 45321 6127529984 "GET /en/communications/messages/create/ HTTP/1.1" 200 45700 WARNING 2025-09-15 02:15:09,244 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:15:09,244 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:15:09,307 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:16:09,314 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:17:09,317 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:17:26,867 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:17:26,873 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:17:26,873 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:17:26,890 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:17:26,890 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:17:41,033 basehttp 45321 6127529984 "GET /en/admin/communications/alertinstance/ HTTP/1.1" 200 77975 INFO 2025-09-15 02:17:41,046 basehttp 45321 6127529984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 02:17:48,148 basehttp 45321 6127529984 "GET /en/admin/communications/message/ HTTP/1.1" 200 79268 INFO 2025-09-15 02:17:48,166 basehttp 45321 6127529984 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 02:18:27,140 basehttp 45321 6127529984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:18:35,989 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:18:35,990 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:18:47,578 log 45321 6127529984 Internal Server Error: /en/communications/templates/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 320, in get_queryset return queryset.order_by('template_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'template_name' into field. Choices are: alertrule, category, content_template, created_at, created_by, created_by_id, default_values, description, formatting_rules, is_active, is_system_template, last_used_at, name, requires_approval, subject_template, template_id, template_type, tenant, tenant_id, updated_at, usage_count, variables ERROR 2025-09-15 02:18:47,580 basehttp 45321 6127529984 "GET /en/communications/templates/ HTTP/1.1" 500 102664 WARNING 2025-09-15 02:18:47,597 log 45321 6127529984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:18:47,597 basehttp 45321 6127529984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:00,725 autoreload 45321 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:19:01,141 autoreload 47018 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:19:01,543 basehttp 47018 6157676544 "GET /en/communications/templates/ HTTP/1.1" 200 26364 WARNING 2025-09-15 02:19:01,561 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:01,561 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:01,618 basehttp 47018 6157676544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:19:04,277 basehttp 47018 6157676544 "GET /en/communications/templates/create/ HTTP/1.1" 200 43799 WARNING 2025-09-15 02:19:04,299 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:04,299 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:04,363 basehttp 47018 6157676544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:19:10,154 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:10,155 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:19:10,164 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:10,164 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:19:13,056 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:13,056 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:19:22,163 log 47018 6157676544 Internal Server Error: /en/communications/channels/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 644, in get_queryset return queryset.order_by('channel_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'channel_name' into field. Choices are: authentication_config, channel_id, channel_type, configuration, created_at, created_by, created_by_id, delivery_logs, description, failure_count, health_check_interval, is_active, is_healthy, last_health_check, last_used_at, message_count, name, provider_type, rate_limits, success_count, tenant, tenant_id, updated_at ERROR 2025-09-15 02:19:22,165 basehttp 47018 6157676544 "GET /en/communications/channels/ HTTP/1.1" 500 102617 WARNING 2025-09-15 02:19:22,184 log 47018 6157676544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:22,185 basehttp 47018 6157676544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:36,859 autoreload 47018 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:19:37,197 autoreload 47255 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:19:37,750 basehttp 47255 6164115456 "GET /en/communications/channels/ HTTP/1.1" 200 37589 WARNING 2025-09-15 02:19:37,766 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:37,766 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:37,813 basehttp 47255 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:19:41,327 basehttp 47255 6164115456 "GET /en/communications/channels/create/ HTTP/1.1" 200 57797 WARNING 2025-09-15 02:19:41,343 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:19:41,343 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:19:41,383 basehttp 47255 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:20:09,154 basehttp 47255 6164115456 "GET /en/communications/channels/ HTTP/1.1" 200 37589 WARNING 2025-09-15 02:20:09,174 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:09,175 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:09,213 basehttp 47255 6164115456 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:20:11,396 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,396 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:11,410 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,410 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:11,858 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,859 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:11,872 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:11,872 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:20:12,404 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:12,404 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:20:34,724 log 47255 6164115456 Internal Server Error: /en/communications/alert-rules/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 450, in get_queryset return queryset.order_by('rule_name') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'rule_name' into field. Choices are: cooldown_period, created_at, created_by, created_by_id, default_recipients, description, escalation_rules, evaluation_frequency, instances, is_active, is_system_rule, last_evaluated_at, last_triggered_at, name, notification_channels, notification_template, notification_template_id, recipient_roles, rule_id, severity, tenant, tenant_id, trigger_conditions, trigger_count, trigger_type, updated_at ERROR 2025-09-15 02:20:34,726 basehttp 47255 6164115456 "GET /en/communications/alert-rules/ HTTP/1.1" 500 103087 WARNING 2025-09-15 02:20:34,745 log 47255 6164115456 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:34,746 basehttp 47255 6164115456 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:44,292 autoreload 47255 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:20:44,645 autoreload 47795 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:20:45,916 basehttp 47795 6203322368 "GET /en/communications/alert-rules/ HTTP/1.1" 200 33224 WARNING 2025-09-15 02:20:45,932 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:45,932 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:45,984 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:20:46,799 basehttp 47795 6203322368 "GET /en/communications/alert-rules/ HTTP/1.1" 200 33224 WARNING 2025-09-15 02:20:46,819 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:46,819 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:46,858 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:20:49,710 basehttp 47795 6203322368 "GET /en/communications/alert-rules/create/ HTTP/1.1" 200 49275 WARNING 2025-09-15 02:20:49,732 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:20:49,732 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:20:49,773 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:21:26,598 basehttp 47795 6203322368 "POST /en/communications/alert-rules/create/ HTTP/1.1" 200 49275 WARNING 2025-09-15 02:21:26,618 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:26,618 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:26,659 basehttp 47795 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:21:33,328 basehttp 47795 6203322368 "GET /en/communications/alert-rules/create/ HTTP/1.1" 200 49275 WARNING 2025-09-15 02:21:33,344 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:33,344 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:34,052 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:34,052 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:34,064 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:34,064 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:34,643 log 47795 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:34,643 basehttp 47795 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:44,786 basehttp 47795 6203322368 "GET /en/communications/api HTTP/1.1" 301 0 INFO 2025-09-15 02:21:44,805 basehttp 47795 6220148736 "GET /en/communications/api/ HTTP/1.1" 200 10233 INFO 2025-09-15 02:21:44,823 basehttp 47795 6236975104 "GET /static/rest_framework/css/prettify.css HTTP/1.1" 200 817 INFO 2025-09-15 02:21:44,823 basehttp 47795 6253801472 "GET /static/rest_framework/css/default.css HTTP/1.1" 200 1152 INFO 2025-09-15 02:21:44,824 basehttp 47795 6203322368 "GET /static/rest_framework/css/bootstrap-tweaks.css HTTP/1.1" 200 3426 INFO 2025-09-15 02:21:44,825 basehttp 47795 6287454208 "GET /static/rest_framework/js/ajax-form.js HTTP/1.1" 200 3796 INFO 2025-09-15 02:21:44,827 basehttp 47795 6287454208 "GET /static/rest_framework/js/default.js HTTP/1.1" 200 1268 INFO 2025-09-15 02:21:44,827 basehttp 47795 6236975104 "GET /static/rest_framework/js/csrf.js HTTP/1.1" 200 1793 INFO 2025-09-15 02:21:44,827 basehttp 47795 6203322368 "GET /static/rest_framework/js/prettify-min.js HTTP/1.1" 200 13632 INFO 2025-09-15 02:21:44,829 basehttp 47795 6287454208 "GET /static/rest_framework/js/load-ajax-form.js HTTP/1.1" 200 59 INFO 2025-09-15 02:21:44,830 basehttp 47795 6220148736 "GET /static/rest_framework/css/bootstrap.min.css HTTP/1.1" 200 121457 INFO 2025-09-15 02:21:44,830 basehttp 47795 6253801472 "GET /static/rest_framework/js/bootstrap.min.js HTTP/1.1" 200 39680 INFO 2025-09-15 02:21:44,830 basehttp 47795 6270627840 "GET /static/rest_framework/js/jquery-3.7.1.min.js HTTP/1.1" 200 87533 WARNING 2025-09-15 02:21:44,834 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:44,834 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:44,836 basehttp 47795 6236975104 "GET /static/rest_framework/img/grid.png HTTP/1.1" 200 1458 INFO 2025-09-15 02:21:44,843 basehttp 47795 6236975104 "GET /static/rest_framework/css/bootstrap.min.css.map HTTP/1.1" 200 540434 ERROR 2025-09-15 02:21:46,994 log 47795 6236975104 Internal Server Error: /en/communications/api/messages/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/csrf.py", line 65, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/viewsets.py", line 125, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 515, in dispatch response = self.handle_exception(exc) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 475, in handle_exception self.raise_uncaught_exception(exc) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 486, in raise_uncaught_exception raise exc File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/views.py", line 512, in dispatch response = handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/mixins.py", line 38, in list queryset = self.filter_queryset(self.get_queryset()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/rest_framework/generics.py", line 154, in filter_queryset queryset = backend().filter_queryset(self.request, queryset, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 66, in filter_queryset filterset = self.get_filterset(request, queryset, view) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 18, in get_filterset filterset_class = self.get_filterset_class(view, queryset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/rest_framework/backends.py", line 49, in get_filterset_class class AutoFilterSet(self.filterset_base): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/filterset.py", line 82, in __new__ new_class.base_filters = new_class.get_filters() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django_filters/filterset.py", line 371, in get_filters raise TypeError( TypeError: 'Meta.fields' must not contain non-model field names: is_draft ERROR 2025-09-15 02:21:46,996 basehttp 47795 6236975104 "GET /en/communications/api/messages/ HTTP/1.1" 500 124583 WARNING 2025-09-15 02:21:47,015 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:47,015 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:49,662 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:49,663 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:49,674 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:49,674 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:21:50,027 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:50,027 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:58,357 basehttp 47795 6236975104 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:21:58,373 log 47795 6236975104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:21:58,373 basehttp 47795 6236975104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:21:58,427 basehttp 47795 6236975104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:21:58,442 log 47795 6253801472 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:21:58,448 log 47795 6270627840 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:21:58,449 basehttp 47795 6253801472 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:21:58,450 basehttp 47795 6270627840 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:22:04,380 basehttp 47795 6270627840 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:22:04,405 log 47795 6270627840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:22:04,405 basehttp 47795 6270627840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:22:04,458 basehttp 47795 6270627840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:22:04,468 log 47795 6236975104 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 876, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:22:04,470 basehttp 47795 6236975104 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:22:04,476 log 47795 6253801472 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 829, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:22:04,476 basehttp 47795 6253801472 "GET /en/communications/stats/ HTTP/1.1" 500 118598 WARNING 2025-09-15 02:22:16,579 log 47795 6253801472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:22:16,579 basehttp 47795 6253801472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:22:29,182 log 47795 6253801472 Internal Server Error: /en/communications/delivery-logs/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 751, in get_queryset queryset = DeliveryLog.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:22:29,183 basehttp 47795 6253801472 "GET /en/communications/delivery-logs/ HTTP/1.1" 500 130937 WARNING 2025-09-15 02:22:29,203 log 47795 6253801472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:22:29,203 basehttp 47795 6253801472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:23:24,461 autoreload 47795 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:23:24,824 autoreload 48958 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:23:25,398 log 48958 6135099392 Internal Server Error: /en/communications/delivery-logs/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 777, in get_queryset return queryset.select_related('message', 'channel', 'recipient').order_by('-delivery_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:23:25,400 basehttp 48958 6135099392 "GET /en/communications/delivery-logs/ HTTP/1.1" 500 102954 WARNING 2025-09-15 02:23:25,417 log 48958 6135099392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:23:25,417 basehttp 48958 6135099392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:23,358 autoreload 48958 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:24:23,709 autoreload 49366 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:24:24,106 log 49366 6135705600 Internal Server Error: /en/communications/delivery-logs/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 786, in get_context_data ).order_by('channel_name') ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'channel_name' into field. Choices are: authentication_config, channel_id, channel_type, configuration, created_at, created_by, created_by_id, delivery_logs, description, failure_count, health_check_interval, is_active, is_healthy, last_health_check, last_used_at, message_count, name, provider_type, rate_limits, success_count, tenant, tenant_id, updated_at ERROR 2025-09-15 02:24:24,107 basehttp 49366 6135705600 "GET /en/communications/delivery-logs/ HTTP/1.1" 500 103366 WARNING 2025-09-15 02:24:24,124 log 49366 6135705600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:24,124 basehttp 49366 6135705600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:36,396 autoreload 49366 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py changed, reloading. INFO 2025-09-15 02:24:36,761 autoreload 49465 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:24:37,869 basehttp 49465 6200209408 "GET /en/communications/delivery-logs/ HTTP/1.1" 200 38425 WARNING 2025-09-15 02:24:37,883 log 49465 6200209408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:37,883 basehttp 49465 6200209408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:37,939 basehttp 49465 6200209408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:24:39,075 basehttp 49465 6200209408 "GET /en/communications/delivery-logs/ HTTP/1.1" 200 38425 WARNING 2025-09-15 02:24:39,096 log 49465 6200209408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:39,096 basehttp 49465 6200209408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:24:39,137 basehttp 49465 6200209408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:24:53,076 log 49465 6200209408 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:24:53,076 basehttp 49465 6200209408 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:27:16,381 autoreload 49465 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/communications/models.py changed, reloading. INFO 2025-09-15 02:27:22,657 autoreload 50738 8682856640 Watching for file changes with StatReloader WARNING 2025-09-15 02:27:54,290 log 50738 6192279552 Not Found: /en/communications/inbox WARNING 2025-09-15 02:27:54,290 basehttp 50738 6192279552 "GET /en/communications/inbox HTTP/1.1" 404 37045 WARNING 2025-09-15 02:27:54,308 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:27:54,308 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:27:59,407 basehttp 50738 6192279552 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:27:59,425 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:27:59,425 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:27:59,483 basehttp 50738 6192279552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:27:59,500 log 50738 6225932288 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:27:59,507 log 50738 6209105920 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:27:59,508 basehttp 50738 6225932288 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:27:59,510 basehttp 50738 6209105920 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:02,193 basehttp 50738 6209105920 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:02,219 log 50738 6209105920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:02,220 basehttp 50738 6209105920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:02,274 basehttp 50738 6209105920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:02,284 log 50738 6192279552 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:02,290 log 50738 6225932288 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:02,290 basehttp 50738 6192279552 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:02,291 basehttp 50738 6225932288 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:03,636 basehttp 50738 6225932288 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:03,661 log 50738 6225932288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:03,661 basehttp 50738 6225932288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:03,712 basehttp 50738 6225932288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:03,726 log 50738 6209105920 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:03,727 basehttp 50738 6209105920 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:03,732 log 50738 6192279552 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:03,733 basehttp 50738 6192279552 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:05,447 basehttp 50738 6192279552 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:05,470 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:05,471 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:05,523 basehttp 50738 6192279552 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:05,534 log 50738 6225932288 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:05,535 basehttp 50738 6225932288 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:05,540 log 50738 6209105920 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:05,541 basehttp 50738 6209105920 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:06,866 basehttp 50738 6209105920 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:06,891 log 50738 6209105920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:06,892 basehttp 50738 6209105920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:06,945 basehttp 50738 6209105920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:06,955 log 50738 6192279552 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:06,961 log 50738 6225932288 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:06,961 basehttp 50738 6192279552 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:06,962 basehttp 50738 6225932288 "GET /en/communications/stats/ HTTP/1.1" 500 118598 INFO 2025-09-15 02:28:07,819 basehttp 50738 6225932288 "GET /en/communications/ HTTP/1.1" 200 32971 WARNING 2025-09-15 02:28:07,841 log 50738 6225932288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:07,842 basehttp 50738 6225932288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:28:07,899 basehttp 50738 6225932288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 02:28:07,908 log 50738 6209105920 Internal Server Error: /en/communications/messages/recent/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 877, in recent_messages return JsonResponse({'recent_messages': recent_messages}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/response.py", line 751, in __init__ data = json.dumps(data, cls=encoder, **json_dumps_params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 238, in dumps **kw).encode(obj) ^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/serializers/json.py", line 114, in default return super().default(o) ^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-15 02:28:07,910 basehttp 50738 6209105920 "GET /en/communications/messages/recent/ HTTP/1.1" 500 98265 ERROR 2025-09-15 02:28:07,916 log 50738 6192279552 Internal Server Error: /en/communications/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/communications/views.py", line 830, in communications_stats 'successful_deliveries': DeliveryLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'delivery_time' into field. Choices are: attempt_number, channel, channel_id, completed_at, error_details, external_id, log_id, message, message_id, metadata, payload_size_bytes, processing_time_ms, recipient, recipient_id, response_code, response_message, started_at, status ERROR 2025-09-15 02:28:07,918 basehttp 50738 6192279552 "GET /en/communications/stats/ HTTP/1.1" 500 118598 WARNING 2025-09-15 02:28:24,429 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:24,429 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:24,847 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:24,847 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:25,403 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:25,403 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:26,631 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:26,631 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:28:27,696 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:27,696 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:28:37,311 log 50738 6192279552 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 545, in get_queryset queryset = IntegrationExecution.objects.filter(tenant=self.request.user.tenant) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-09-15 02:28:37,312 basehttp 50738 6192279552 "GET /en/integration/executions/ HTTP/1.1" 500 131567 WARNING 2025-09-15 02:28:37,334 log 50738 6192279552 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:28:37,334 basehttp 50738 6192279552 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:39:03,860 autoreload 50738 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:39:04,237 autoreload 55975 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:43:53,619 autoreload 55975 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:43:53,962 autoreload 58099 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:47:26,146 autoreload 58099 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:47:26,556 autoreload 60143 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:49:37,669 autoreload 60143 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:49:38,003 autoreload 61080 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:49:40,750 log 61080 6130020352 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 569, in get_queryset return queryset.select_related('endpoint').order_by('-execution_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'execution_time' into field. Choices are: completed_at, correlation_id, endpoint, endpoint_id, error_details, error_message, execution_id, execution_type, external_id, logs, metadata, network_time_ms, processing_time_ms, request_data, request_size_bytes, response_data, response_size_bytes, retry_count, started_at, status, triggered_by, triggered_by_id ERROR 2025-09-15 02:49:40,753 basehttp 61080 6130020352 "GET /en/integration/executions/ HTTP/1.1" 500 103266 WARNING 2025-09-15 02:49:40,767 log 61080 6130020352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:49:40,767 basehttp 61080 6130020352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:51:09,940 autoreload 61080 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:51:10,299 autoreload 61794 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:51:10,764 log 61794 6204272640 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 573, in get_context_data context['endpoints'] = IntegrationEndpoint.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 02:51:10,766 basehttp 61794 6204272640 "GET /en/integration/executions/ HTTP/1.1" 500 133506 WARNING 2025-09-15 02:51:10,782 log 61794 6204272640 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:51:10,782 basehttp 61794 6204272640 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:32,587 autoreload 61794 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:52:32,948 autoreload 62415 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 02:52:34,036 log 62415 6201946112 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 576, in get_context_data ).order_by('endpoint_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint_name' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 02:52:34,038 basehttp 62415 6201946112 "GET /en/integration/executions/ HTTP/1.1" 500 104002 WARNING 2025-09-15 02:52:34,054 log 62415 6201946112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:34,054 basehttp 62415 6201946112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:52:35,887 log 62415 6201946112 Internal Server Error: /en/integration/executions/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 576, in get_context_data ).order_by('endpoint_name') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'endpoint_name' into field. Choices are: created_at, created_by, created_by_id, data_mappings, description, direction, endpoint_id, endpoint_type, execution_count, executions, external_system, external_system_id, failure_count, headers, is_active, last_executed_at, logs, method, name, parameters, path, request_format, request_mapping, request_schema, response_format, response_mapping, response_schema, success_count, updated_at ERROR 2025-09-15 02:52:35,888 basehttp 62415 6201946112 "GET /en/integration/executions/ HTTP/1.1" 500 104002 WARNING 2025-09-15 02:52:35,905 log 62415 6201946112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:35,906 basehttp 62415 6201946112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:46,693 autoreload 62415 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py changed, reloading. INFO 2025-09-15 02:52:47,054 autoreload 62498 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 02:52:48,012 basehttp 62498 6167539712 "GET /en/integration/executions/ HTTP/1.1" 200 123 WARNING 2025-09-15 02:52:48,027 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:48,027 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:51,497 basehttp 62498 6167539712 "GET /en/integration/executions/ HTTP/1.1" 200 123 WARNING 2025-09-15 02:52:51,515 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:51,515 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:52:54,603 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:54,604 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:55,468 basehttp 62498 6167539712 "GET /en/integration/ HTTP/1.1" 200 34119 WARNING 2025-09-15 02:52:55,490 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:55,490 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:55,543 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:52:55,549 basehttp 62498 6341865472 "GET /en/integration/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-15 02:52:55,557 log 62498 6325039104 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-09-15 02:52:55,558 basehttp 62498 6325039104 "GET /en/integration/stats/ HTTP/1.1" 500 124289 INFO 2025-09-15 02:52:58,017 basehttp 62498 6325039104 "GET /en/integration/systems/create/ HTTP/1.1" 200 44315 WARNING 2025-09-15 02:52:58,041 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:52:58,041 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:52:58,078 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 02:53:00,296 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:00,296 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:53:00,318 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:00,318 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:53:02,952 basehttp 62498 6325039104 "GET /en/integration/webhooks/create/ HTTP/1.1" 200 123 WARNING 2025-09-15 02:53:02,980 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:02,980 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:53:06,252 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:06,252 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:53:06,275 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:06,275 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-15 02:53:17,335 log 62498 6325039104 Internal Server Error: /en/integration/endpoints/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: integration/integration_endpoint_form.html ERROR 2025-09-15 02:53:17,336 basehttp 62498 6325039104 "GET /en/integration/endpoints/create/ HTTP/1.1" 500 92620 WARNING 2025-09-15 02:53:17,361 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:53:17,361 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:24,116 basehttp 62498 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:54:24,117 basehttp 62498 6167539712 "GET /en/integration/system-health/ HTTP/1.1" 200 396 ERROR 2025-09-15 02:54:24,124 log 62498 6325039104 Internal Server Error: /en/integration/stats/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/integration/views.py", line 2344, in integration_stats logs = IntegrationLog.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'tenant' into field. Choices are: category, correlation_id, details, endpoint, endpoint_id, execution, execution_id, external_system, external_system_id, level, log_id, message, metadata, timestamp, user, user_id ERROR 2025-09-15 02:54:24,124 basehttp 62498 6325039104 "GET /en/integration/stats/ HTTP/1.1" 500 124289 WARNING 2025-09-15 02:54:24,134 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:24,134 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 02:54:24,163 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:24,163 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:26,277 basehttp 62498 6325039104 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 02:54:26,301 basehttp 62498 6341865472 "GET /en/ HTTP/1.1" 200 47987 WARNING 2025-09-15 02:54:26,323 log 62498 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:26,324 basehttp 62498 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:26,392 basehttp 62498 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:54:26,395 basehttp 62498 6358691840 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 02:54:26,396 basehttp 62498 6167539712 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-15 02:54:26,396 basehttp 62498 6325039104 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 02:54:38,482 basehttp 62498 6167539712 "GET /en/appointments/ HTTP/1.1" 200 55230 WARNING 2025-09-15 02:54:38,499 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 02:54:38,500 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 02:54:38,520 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:54:38,531 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:55:38,539 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:55:38,555 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:56:38,540 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:56:38,557 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:57:38,547 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:57:38,563 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:58:38,539 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:58:38,552 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 02:59:38,536 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 02:59:38,551 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-15 03:00:32,893 basehttp 62498 6167539712 "GET /en/appointments/ HTTP/1.1" 200 53253 WARNING 2025-09-15 03:00:32,911 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:00:32,911 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:00:32,961 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:00:32,972 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:01:32,975 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:01:32,991 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:02:32,983 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:02:32,999 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:03:32,984 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:03:33,000 basehttp 62498 6167539712 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 03:04:24,250 basehttp 62498 6167539712 "GET /en/appointments/requests/999/detail/ HTTP/1.1" 200 26394 WARNING 2025-09-15 03:04:24,272 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:24,272 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:04:24,310 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-15 03:04:27,319 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:27,319 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-15 03:04:27,329 log 62498 6167539712 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:27,329 basehttp 62498 6167539712 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:04:32,983 basehttp 62498 6167539712 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:04:33,001 basehttp 62498 6325039104 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 WARNING 2025-09-15 03:04:43,081 log 62498 6325039104 Not Found: /en/accounts/ WARNING 2025-09-15 03:04:43,081 basehttp 62498 6325039104 "GET /en/accounts/ HTTP/1.1" 404 35938 WARNING 2025-09-15 03:04:43,104 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:04:43,104 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:05:20,728 basehttp 62498 6325039104 "GET /en/accounts/profile/ HTTP/1.1" 200 30613 WARNING 2025-09-15 03:05:20,744 log 62498 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 03:05:20,744 basehttp 62498 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 03:05:20,788 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:06:20,801 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:07:20,805 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:08:20,812 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:09:20,816 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 03:10:21,141 basehttp 62498 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:22:44,417 autoreload 61793 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:22:57,251 autoreload 61899 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:23:04,022 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:04,029 basehttp 61899 6189445120 "GET /accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 302 0 ERROR 2025-09-15 10:23:04,045 log 61899 6189445120 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-15 10:23:04,047 basehttp 61899 6189445120 "GET /en/accounts/login/?next=/en/htmx/system-notifications/ HTTP/1.1" 500 161192 INFO 2025-09-15 10:23:45,976 basehttp 61899 6189445120 "GET /en/accounts/profile/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:45,984 basehttp 61899 6189445120 "GET /accounts/login/?next=/en/accounts/profile/ HTTP/1.1" 302 0 ERROR 2025-09-15 10:23:46,004 log 61899 6206271488 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-15 10:23:46,006 basehttp 61899 6206271488 "GET /en/accounts/login/?next=/en/accounts/profile/ HTTP/1.1" 500 160728 WARNING 2025-09-15 10:23:52,764 log 61899 6206271488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:23:52,764 basehttp 61899 6206271488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:23:56,860 basehttp 61899 6206271488 "GET /en/admin HTTP/1.1" 301 0 INFO 2025-09-15 10:23:56,903 basehttp 61899 6189445120 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:56,919 basehttp 61899 6189445120 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-15 10:23:56,954 basehttp 61899 6206271488 "GET /static/admin/css/login.css HTTP/1.1" 200 951 WARNING 2025-09-15 10:23:56,956 log 61899 6189445120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:23:56,956 basehttp 61899 6189445120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:23:58,558 basehttp 61899 6189445120 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 10:23:58,582 basehttp 61899 6189445120 "GET /en/admin/ HTTP/1.1" 200 101579 INFO 2025-09-15 10:23:58,596 basehttp 61899 6189445120 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 WARNING 2025-09-15 10:23:58,606 log 61899 6189445120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:23:58,606 basehttp 61899 6189445120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:24:02,791 basehttp 61899 6189445120 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 10:24:02,819 basehttp 61899 6206271488 "GET /en/ HTTP/1.1" 200 47996 INFO 2025-09-15 10:24:02,834 basehttp 61899 6206271488 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-15 10:24:02,853 log 61899 6206271488 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:24:02,853 basehttp 61899 6206271488 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:24:02,926 basehttp 61899 6206271488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:24:02,931 basehttp 61899 6223097856 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 10:24:02,931 basehttp 61899 6239924224 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1095 INFO 2025-09-15 10:24:02,933 basehttp 61899 6189445120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2094 INFO 2025-09-15 10:24:09,004 basehttp 61899 6189445120 "GET /en/accounts/profile/ HTTP/1.1" 200 30613 WARNING 2025-09-15 10:24:09,024 log 61899 6189445120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:24:09,024 basehttp 61899 6189445120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:24:09,085 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 10:24:22,498 log 61899 6189445120 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1038, in user_profile_update user.timezone = request.POST.get('timezone', user.timezone) ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'timezone' ERROR 2025-09-15 10:24:22,500 basehttp 61899 6189445120 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78242 INFO 2025-09-15 10:25:09,093 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:26:09,100 basehttp 61899 6189445120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:26:29,885 autoreload 61899 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 10:26:30,247 autoreload 63451 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:26:50,183 autoreload 63451 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 10:26:50,532 autoreload 63611 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:26:51,532 basehttp 63611 6159003648 "GET /en/accounts/profile/ HTTP/1.1" 200 30613 WARNING 2025-09-15 10:26:51,557 log 63611 6159003648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:26:51,558 basehttp 63611 6159003648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:26:51,583 basehttp 63611 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-15 10:26:57,782 log 63611 6159003648 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1027, in user_profile_update user.user_timezone = request.POST.get('timezone', user.timezone) ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'timezone' ERROR 2025-09-15 10:26:57,785 basehttp 63611 6159003648 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78275 INFO 2025-09-15 10:27:51,591 basehttp 63611 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:28:12,029 autoreload 63611 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/models.py changed, reloading. INFO 2025-09-15 10:28:12,372 autoreload 64264 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 10:28:21,667 basehttp 64264 6134083584 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 200 21 INFO 2025-09-15 10:28:28,254 basehttp 64264 6134083584 "GET /en/admin/accounts/user/ HTTP/1.1" 200 115276 INFO 2025-09-15 10:28:28,270 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:28:40,301 basehttp 64264 6134083584 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 167566 INFO 2025-09-15 10:28:40,316 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:28:52,438 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:29:20,733 basehttp 64264 6134083584 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 200 168167 INFO 2025-09-15 10:29:20,748 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:29:53,458 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:30:54,455 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:31:55,445 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:32:56,443 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:32:57,480 basehttp 64264 6134083584 "POST /en/admin/accounts/user/1/change/ HTTP/1.1" 302 0 INFO 2025-09-15 10:32:57,504 basehttp 64264 6134083584 "GET /en/admin/accounts/user/ HTTP/1.1" 200 115362 INFO 2025-09-15 10:32:57,524 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:33:00,620 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30548 WARNING 2025-09-15 10:33:00,648 log 64264 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:33:00,648 basehttp 64264 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:33:00,701 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:33:00,705 basehttp 64264 6134083584 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 200 10303211 INFO 2025-09-15 10:34:00,705 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:34:25,697 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30574 INFO 2025-09-15 10:34:25,709 basehttp 64264 6134083584 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 304 0 WARNING 2025-09-15 10:34:25,713 log 64264 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:34:25,713 basehttp 64264 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:34:25,771 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:35:02,324 basehttp 64264 6150909952 "GET /en/accounts/htmx/two-factor-setup/ HTTP/1.1" 200 5963 INFO 2025-09-15 10:35:25,787 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-15 10:36:25,779 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:36:52,234 basehttp 64264 6150909952 "GET /en/accounts/profile/ HTTP/1.1" 200 30583 INFO 2025-09-15 10:36:52,245 basehttp 64264 6150909952 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 304 0 WARNING 2025-09-15 10:36:52,249 log 64264 6134083584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:36:52,249 basehttp 64264 6134083584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:36:52,284 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:36:58,608 basehttp 64264 6134083584 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 200 21 INFO 2025-09-15 10:37:01,189 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30982 WARNING 2025-09-15 10:37:01,209 log 64264 6134083584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:37:01,209 basehttp 64264 6134083584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:37:01,250 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:37:59,191 basehttp 64264 6134083584 "GET /en/admin/accounts/user/1/change/ HTTP/1.1" 200 168038 INFO 2025-09-15 10:37:59,208 basehttp 64264 6134083584 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 10:38:01,449 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:38:59,527 basehttp 64264 6134083584 "GET /en/accounts/profile/ HTTP/1.1" 200 30599 INFO 2025-09-15 10:38:59,540 basehttp 64264 6134083584 "GET /media/profile_pictures/PhotoRoom_20231026_134842.png HTTP/1.1" 304 0 WARNING 2025-09-15 10:38:59,546 log 64264 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-15 10:38:59,546 basehttp 64264 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-15 10:38:59,583 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:39:59,592 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:40:59,603 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:41:59,595 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:42:59,611 basehttp 64264 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:43:59,608 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:44:59,622 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:45:59,626 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:46:59,621 basehttp 64264 6134083584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 10:47:22,104 autoreload 64264 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/models.py changed, reloading. INFO 2025-09-15 10:47:22,546 autoreload 72762 8682856640 Watching for file changes with StatReloader ERROR 2025-09-15 10:47:59,662 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:47:59,664 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:48:59,643 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:48:59,644 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:49:59,649 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:49:59,651 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:50:59,647 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:50:59,648 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:51:59,643 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:51:59,645 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:52:59,663 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:52:59,665 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:53:59,666 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:53:59,669 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:54:59,670 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:54:59,672 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:55:59,680 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:55:59,682 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:56:59,683 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:56:59,685 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:57:59,684 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:57:59,686 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:58:59,691 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:58:59,693 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 10:59:59,699 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 10:59:59,702 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:00:59,684 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:00:59,685 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:01:59,702 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:01:59,705 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:02:59,707 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:02:59,709 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:03:59,710 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:03:59,712 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:04:59,716 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:04:59,718 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:05:59,721 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:05:59,723 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:06:59,729 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:06:59,731 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 ERROR 2025-09-15 11:07:59,733 log 72762 6155743232 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: accounts_user.department_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 311, in get_user user = backend.get_user(user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/backends.py", line 232, in get_user user = UserModel._default_manager.get(pk=user_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: accounts_user.department_id ERROR 2025-09-15 11:07:59,735 basehttp 72762 6155743232 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 188702 INFO 2025-09-15 17:08:12,082 autoreload 40631 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 17:08:13,261 basehttp 40631 6199996416 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 17:08:13,313 basehttp 40631 6216822784 "GET /en/ HTTP/1.1" 302 0 INFO 2025-09-15 17:08:13,318 basehttp 40631 6216822784 "GET /accounts/login/?next=/en/ HTTP/1.1" 302 0 ERROR 2025-09-15 17:08:13,335 log 40631 6199996416 Internal Server Error: /en/accounts/login/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/decorators.py", line 12, in wrap resp = function(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/debug.py", line 143, in sensitive_post_parameters_wrapper return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 95, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 53, in dispatch response = super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 72, in get response = super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/views.py", line 121, in get_context_data signup_url = self.passthrough_next_url(reverse("account_signup")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/mixins.py", line 191, in passthrough_next_url return passthrough_next_redirect_url( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 285, in passthrough_next_redirect_url next_url = get_next_redirect_url(request, redirect_field_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/utils.py", line 43, in get_next_redirect_url if redirect_to and not get_adapter().is_safe_url(redirect_to): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/allauth/account/adapter.py", line 593, in is_safe_url allowed_hosts = {context.request.get_host()} | set(settings.ALLOWED_HOSTS) ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'get_host' ERROR 2025-09-15 17:08:13,337 basehttp 40631 6199996416 "GET /en/accounts/login/?next=/en/ HTTP/1.1" 500 160143 INFO 2025-09-15 17:08:17,901 basehttp 40631 6199996416 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 17:08:17,915 basehttp 40631 6199996416 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-15 17:08:17,920 basehttp 40631 6199996416 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,920 basehttp 40631 6216822784 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,920 basehttp 40631 6233649152 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,921 basehttp 40631 6233649152 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,921 basehttp 40631 6233649152 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:17,922 basehttp 40631 6233649152 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-15 17:08:20,318 basehttp 40631 6233649152 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-15 17:08:20,339 basehttp 40631 6233649152 "GET /en/admin/ HTTP/1.1" 200 89011 INFO 2025-09-15 17:08:20,354 basehttp 40631 6233649152 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:20,355 basehttp 40631 6216822784 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:30,566 basehttp 40631 6216822784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-15 17:08:34,101 autoreload 40631 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/admin.py changed, reloading. INFO 2025-09-15 17:08:34,515 autoreload 40890 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 17:08:37,277 basehttp 40890 6162722816 "GET /en/admin/ HTTP/1.1" 200 92760 INFO 2025-09-15 17:08:43,570 basehttp 40890 6162722816 "GET /en/admin/accounts/user/ HTTP/1.1" 200 77033 INFO 2025-09-15 17:08:43,578 basehttp 40890 6325039104 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,579 basehttp 40890 6341865472 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,579 basehttp 40890 6325039104 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,580 basehttp 40890 6325039104 "GET /static/admin/img/icon-no.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,581 basehttp 40890 6325039104 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,583 basehttp 40890 6162722816 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:43,600 basehttp 40890 6325039104 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,600 basehttp 40890 6162722816 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:43,600 basehttp 40890 6341865472 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:08:54,661 basehttp 40890 6325039104 "GET /en/admin/accounts/twofactordevice/ HTTP/1.1" 200 73431 INFO 2025-09-15 17:08:54,672 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:55,741 basehttp 40890 6325039104 "GET /en/admin/accounts/socialaccount/ HTTP/1.1" 200 73319 INFO 2025-09-15 17:08:55,752 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:56,788 basehttp 40890 6325039104 "GET /en/admin/accounts/usersession/ HTTP/1.1" 200 74507 INFO 2025-09-15 17:08:56,800 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:57,911 basehttp 40890 6325039104 "GET /en/admin/accounts/passwordhistory/ HTTP/1.1" 200 73047 INFO 2025-09-15 17:08:57,925 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:08:59,200 basehttp 40890 6325039104 "GET /en/admin/accounts/user/ HTTP/1.1" 200 77033 INFO 2025-09-15 17:08:59,213 basehttp 40890 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:10:30,562 basehttp 40890 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-15 17:43:47,627 autoreload 56816 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 17:43:50,743 basehttp 56816 6168981504 "GET /en/admin/accounts/user/ HTTP/1.1" 200 152120 INFO 2025-09-15 17:43:50,757 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:43:58,477 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:43:58,493 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:44:30,579 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:46:30,569 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:48:09,079 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:48:09,095 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:09,935 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:48:09,951 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:21,160 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 142352 INFO 2025-09-15 17:48:21,170 basehttp 56816 6168981504 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-15 17:48:26,113 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:48:26,163 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138802 INFO 2025-09-15 17:48:26,180 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:30,566 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:48:36,334 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 1068984 ERROR 2025-09-15 17:48:43,430 log 56816 6168981504 The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 572, in __init__ for key, value in parse_qsl(query_string, **parse_qsl_kwargs): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/parse.py", line 816, in parse_qsl raise ValueError('Max number of fields exceeded') ValueError: Max number of fields exceeded The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 185, in _get_response response = middleware_method( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 465, in process_view self._check_token(request) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/middleware/csrf.py", line 368, in _check_token request_csrf_token = request.POST.get("csrfmiddlewaretoken", "") ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/wsgi.py", line 93, in _get_post self._load_post_and_files() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 442, in _load_post_and_files self._post = QueryDict(self.body, encoding="utf-8") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/http/request.py", line 579, in __init__ raise TooManyFieldsSent( django.core.exceptions.TooManyFieldsSent: The number of GET/POST parameters exceeded settings.DATA_UPLOAD_MAX_NUMBER_FIELDS. WARNING 2025-09-15 17:48:43,431 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 400 109850 INFO 2025-09-15 17:48:51,721 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138660 INFO 2025-09-15 17:48:52,442 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138660 INFO 2025-09-15 17:48:52,457 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:48:57,290 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 141148 INFO 2025-09-15 17:49:01,809 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:01,857 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138764 INFO 2025-09-15 17:49:01,875 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:05,683 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 140839 INFO 2025-09-15 17:49:09,411 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:09,460 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138805 INFO 2025-09-15 17:49:09,478 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:13,022 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 138315 INFO 2025-09-15 17:49:16,694 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:16,743 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138808 INFO 2025-09-15 17:49:16,757 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:20,391 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 143385 INFO 2025-09-15 17:49:24,103 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:24,151 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138860 INFO 2025-09-15 17:49:24,169 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:29,180 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 142551 INFO 2025-09-15 17:49:32,852 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:32,899 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138823 INFO 2025-09-15 17:49:32,914 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:36,542 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 138182 INFO 2025-09-15 17:49:39,953 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:40,002 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138825 INFO 2025-09-15 17:49:40,017 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:43,138 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 141635 INFO 2025-09-15 17:49:47,057 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:47,105 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138874 INFO 2025-09-15 17:49:47,122 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:50,619 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 141214 INFO 2025-09-15 17:49:54,241 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:49:54,289 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138843 INFO 2025-09-15 17:49:54,301 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:49:58,893 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 139573 INFO 2025-09-15 17:50:02,949 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:02,999 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138697 INFO 2025-09-15 17:50:03,011 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:07,655 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 140186 INFO 2025-09-15 17:50:10,975 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:11,022 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138648 INFO 2025-09-15 17:50:11,039 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:14,264 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 138889 INFO 2025-09-15 17:50:18,127 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:18,174 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138624 INFO 2025-09-15 17:50:18,191 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:21,779 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 144480 INFO 2025-09-15 17:50:25,860 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:25,908 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138400 INFO 2025-09-15 17:50:25,924 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:29,173 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 146326 INFO 2025-09-15 17:50:30,575 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:50:33,197 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:33,241 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 138417 INFO 2025-09-15 17:50:33,257 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:36,273 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 137041 INFO 2025-09-15 17:50:40,504 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:40,532 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 97113 INFO 2025-09-15 17:50:40,548 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:45,880 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 200 97233 INFO 2025-09-15 17:50:48,643 basehttp 56816 6168981504 "POST /en/admin/laboratory/laborder/ HTTP/1.1" 302 0 INFO 2025-09-15 17:50:48,660 basehttp 56816 6168981504 "GET /en/admin/laboratory/laborder/ HTTP/1.1" 200 74760 INFO 2025-09-15 17:50:48,675 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:50:56,619 basehttp 56816 6168981504 "GET /en/admin/laboratory/labresult/ HTTP/1.1" 200 76370 INFO 2025-09-15 17:50:56,634 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:00,452 basehttp 56816 6168981504 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 99004 INFO 2025-09-15 17:51:00,466 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:05,059 basehttp 56816 6168981504 "POST /en/admin/laboratory/labtest/ HTTP/1.1" 200 89649 INFO 2025-09-15 17:51:07,416 basehttp 56816 6168981504 "POST /en/admin/laboratory/labtest/ HTTP/1.1" 302 0 INFO 2025-09-15 17:51:07,434 basehttp 56816 6168981504 "GET /en/admin/laboratory/labtest/ HTTP/1.1" 200 77759 INFO 2025-09-15 17:51:07,449 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:11,236 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 75327 INFO 2025-09-15 17:51:11,253 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:13,792 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 74273 INFO 2025-09-15 17:51:13,806 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:51:17,632 basehttp 56816 6168981504 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 75867 INFO 2025-09-15 17:51:17,649 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:52:30,573 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:54:03,489 basehttp 56816 6168981504 "GET /en/admin/laboratory/specimen/ HTTP/1.1" 200 134343 INFO 2025-09-15 17:54:03,507 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:07,997 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 75327 INFO 2025-09-15 17:54:08,034 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:09,652 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/add/ HTTP/1.1" 200 109464 INFO 2025-09-15 17:54:09,663 basehttp 56816 6341865472 "GET /static/admin/css/forms.css HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,663 basehttp 56816 6325039104 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,663 basehttp 56816 6358691840 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,664 basehttp 56816 6358691840 "GET /static/admin/css/widgets.css HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,666 basehttp 56816 6358691840 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,667 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:09,680 basehttp 56816 6358691840 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:54:09,681 basehttp 56816 6168981504 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-09-15 17:54:27,960 basehttp 56816 6168981504 "GET /en/admin/laboratory/qualitycontrol/ HTTP/1.1" 200 75327 INFO 2025-09-15 17:54:30,576 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:54:31,855 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 133379 INFO 2025-09-15 17:54:31,871 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:37,012 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97660 INFO 2025-09-15 17:54:37,027 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:41,109 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 133379 INFO 2025-09-15 17:54:49,600 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97660 INFO 2025-09-15 17:54:49,614 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:54:55,374 basehttp 56816 6168981504 "POST /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97863 INFO 2025-09-15 17:54:55,390 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 17:55:56,992 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/204/change/ HTTP/1.1" 200 97660 INFO 2025-09-15 17:55:58,939 basehttp 56816 6168981504 "GET /en/admin/laboratory/referencerange/ HTTP/1.1" 200 133379 INFO 2025-09-15 17:56:30,574 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:58:30,465 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 17:59:30,466 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:01:30,465 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:03:30,463 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:05:30,462 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-15 18:07:30,460 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4625 INFO 2025-09-15 18:09:30,459 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:11:30,456 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:13:30,435 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:15:30,421 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:16:30,435 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 18:18:30,429 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:19:34,767 basehttp 56816 6168981504 "GET /en/admin/emr/vitalsigns/ HTTP/1.1" 200 75435 INFO 2025-09-15 18:19:34,782 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 18:19:42,541 basehttp 56816 6168981504 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 148819 INFO 2025-09-15 18:19:42,556 basehttp 56816 6168981504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 18:20:30,421 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:22:30,417 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:24:30,416 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:26:30,419 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:28:30,409 basehttp 56816 6168981504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:28:45,831 autoreload 56816 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:28:46,323 autoreload 77041 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:30:30,476 basehttp 77041 6137556992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:32:30,411 basehttp 77041 6137556992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:33:55,366 autoreload 77041 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:33:55,681 autoreload 79275 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:34:58,630 autoreload 79275 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:34:58,897 autoreload 79743 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:38:55,197 autoreload 79743 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:38:55,455 autoreload 81450 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:40:05,472 autoreload 81450 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:40:05,763 autoreload 81993 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:40:28,192 autoreload 81993 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:40:28,497 autoreload 82160 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:40:45,835 autoreload 82160 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:40:46,099 autoreload 82321 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:49:22,310 autoreload 82321 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/models.py changed, reloading. INFO 2025-09-15 18:49:22,613 autoreload 86125 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:50:30,439 basehttp 86125 6194507776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:52:30,393 basehttp 86125 6194507776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:54:30,378 basehttp 86125 6194507776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 18:54:43,309 autoreload 86125 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:54:43,658 autoreload 88516 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:55:36,945 autoreload 88516 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:55:37,237 autoreload 88905 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:56:38,048 autoreload 88905 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:56:38,271 autoreload 89382 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 18:59:44,642 autoreload 89382 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 18:59:44,867 autoreload 90808 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:01:18,945 autoreload 90808 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:01:19,245 autoreload 91529 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:03:03,249 autoreload 91529 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:03:03,577 autoreload 92309 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:04:50,331 autoreload 92309 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:04:50,593 autoreload 93101 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:05:49,362 autoreload 93101 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:05:49,648 autoreload 93577 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:07:13,589 autoreload 93577 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:07:13,925 autoreload 94208 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:07:59,656 autoreload 94208 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:08:00,028 autoreload 94525 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:09:30,402 autoreload 94525 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/models.py changed, reloading. INFO 2025-09-15 19:09:30,728 autoreload 95255 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:09:56,864 autoreload 95255 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/blood_bank/forms.py changed, reloading. INFO 2025-09-15 19:09:57,167 autoreload 95426 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:10:01,699 basehttp 95426 6192459776 "GET /en/accounts/profile/ HTTP/1.1" 200 30567 INFO 2025-09-15 19:10:01,789 basehttp 95426 6192459776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:10:04,496 basehttp 95426 6192459776 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 19:10:04,520 basehttp 95426 6209286144 "GET /en/ HTTP/1.1" 200 48236 INFO 2025-09-15 19:10:04,617 basehttp 95426 6209286144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:10:04,696 basehttp 95426 6226112512 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:10:04,696 basehttp 95426 6242938880 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:10:04,700 basehttp 95426 6192459776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:10:35,373 basehttp 95426 6192459776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:10:40,309 autoreload 95426 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-15 19:10:40,679 autoreload 95747 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:11:15,937 autoreload 95747 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-15 19:11:16,281 autoreload 96072 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:11:18,818 basehttp 96072 6157021184 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 152379 INFO 2025-09-15 19:11:18,832 basehttp 96072 6157021184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:11:23,776 basehttp 96072 6157021184 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159780 INFO 2025-09-15 19:11:23,793 basehttp 96072 6157021184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:11:31,077 basehttp 96072 6157021184 "GET /en/admin/hr/employee/?all= HTTP/1.1" 200 178471 INFO 2025-09-15 19:11:31,096 basehttp 96072 6157021184 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-15 19:11:34,301 log 96072 6157021184 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (certifications, full_address) specified for Employee During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: Unknown field(s) (certifications, full_address) specified for Employee. Check fields/fieldsets/exclude attributes of class EmployeeAdmin. ERROR 2025-09-15 19:11:34,303 basehttp 96072 6157021184 "GET /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 500 161232 INFO 2025-09-15 19:11:37,370 basehttp 96072 6157021184 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:11:59,447 autoreload 96072 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-15 19:11:59,843 autoreload 96386 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:12:02,551 basehttp 96386 6157791232 "GET /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 200 265027 INFO 2025-09-15 19:12:02,567 basehttp 96386 12901707776 "GET /static/admin/js/inlines.js HTTP/1.1" 304 0 INFO 2025-09-15 19:12:02,569 basehttp 96386 12901707776 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 304 0 INFO 2025-09-15 19:12:02,570 basehttp 96386 6157791232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:12:06,384 basehttp 96386 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:12:06,386 basehttp 96386 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:12:07,373 basehttp 96386 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:12:38,368 basehttp 96386 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:13:07,379 basehttp 96386 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:13:07,379 basehttp 96386 6157791232 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:13:08,372 basehttp 96386 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:13:40,879 basehttp 96386 12901707776 "POST /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 302 0 INFO 2025-09-15 19:13:40,919 basehttp 96386 12901707776 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159998 INFO 2025-09-15 19:13:40,939 basehttp 96386 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:14:08,363 basehttp 96386 6157791232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:14:08,363 basehttp 96386 12901707776 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:14:10,359 basehttp 96386 6157791232 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:15:14,315 autoreload 97830 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:16:06,505 autoreload 98240 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:16:09,028 basehttp 98240 6196195328 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159780 INFO 2025-09-15 19:16:09,043 basehttp 98240 6196195328 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:10,382 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-15 19:16:10,385 basehttp 98240 6213021696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:16:11,358 basehttp 98240 6213021696 "GET /en/admin/hr/employee/?all= HTTP/1.1" 200 178471 INFO 2025-09-15 19:16:11,374 basehttp 98240 6213021696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:13,486 basehttp 98240 6213021696 "GET /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 200 265916 INFO 2025-09-15 19:16:13,506 basehttp 98240 6213021696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:30,362 basehttp 98240 6213021696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:16:42,684 basehttp 98240 6213021696 "POST /en/admin/hr/employee/1/change/?_changelist_filters=all%3D HTTP/1.1" 302 0 INFO 2025-09-15 19:16:42,722 basehttp 98240 6213021696 "GET /en/admin/hr/employee/ HTTP/1.1" 200 159998 INFO 2025-09-15 19:16:42,742 basehttp 98240 6213021696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-15 19:16:45,606 basehttp 98240 6213021696 "GET /en/ HTTP/1.1" 200 48235 INFO 2025-09-15 19:16:45,685 basehttp 98240 6213021696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:16:45,690 basehttp 98240 6229848064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:16:45,690 basehttp 98240 6246674432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:16:45,690 basehttp 98240 6196195328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:17:15,663 basehttp 98240 6246674432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:17:17,996 basehttp 98240 6246674432 "GET /en/ HTTP/1.1" 200 48235 INFO 2025-09-15 19:17:18,070 basehttp 98240 6213021696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:17:18,070 basehttp 98240 6246674432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:17:18,070 basehttp 98240 6229848064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:17:18,072 basehttp 98240 6196195328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:17:21,190 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30567 INFO 2025-09-15 19:17:21,212 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:18:15,216 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30597 INFO 2025-09-15 19:18:15,234 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-15 19:18:15,253 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:18:16,502 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30597 INFO 2025-09-15 19:18:16,533 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:19:16,542 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:20:14,035 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30662 INFO 2025-09-15 19:20:14,048 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:20:14,070 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:20:20,599 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30662 INFO 2025-09-15 19:20:20,632 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:20:41,367 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30553 INFO 2025-09-15 19:20:41,386 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:20:41,404 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:21:41,414 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:21:53,079 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30527 INFO 2025-09-15 19:21:53,087 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:21:53,107 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:22:53,121 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:23:53,122 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:24:25,378 basehttp 98240 6196195328 "GET /en/accounts/profile/ HTTP/1.1" 200 30542 INFO 2025-09-15 19:24:25,389 basehttp 98240 6196195328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:24:25,413 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 19:24:33,991 log 98240 6196195328 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1022, in user_profile_update user.phone_number = request.POST.get('phone_number', user.phone_number) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 253, in inner return func(_wrapped, *args) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'User' object has no attribute 'phone_number' ERROR 2025-09-15 19:24:33,996 basehttp 98240 6196195328 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 78465 INFO 2025-09-15 19:25:25,414 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:26:25,427 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:27:25,427 basehttp 98240 6196195328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:27:40,739 autoreload 98240 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:27:41,101 autoreload 4003 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:27:43,462 basehttp 4003 6164131840 "GET /en/accounts/profile/ HTTP/1.1" 200 30542 INFO 2025-09-15 19:27:43,477 basehttp 4003 6164131840 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:27:43,494 basehttp 4003 6164131840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 19:27:48,939 log 4003 6164131840 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1041, in user_profile_update description=f'User updated their profile: {user.username}', ^^^^^^^^^^^^^ AttributeError: 'Employee' object has no attribute 'username' ERROR 2025-09-15 19:27:48,941 basehttp 4003 6164131840 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 74112 INFO 2025-09-15 19:28:43,500 basehttp 4003 6164131840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:29:18,021 autoreload 4003 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:29:18,384 autoreload 4800 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:29:43,539 basehttp 4800 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:30:43,502 basehttp 4800 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:31:43,520 basehttp 4800 6133559296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:31:44,175 autoreload 4800 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:31:44,549 autoreload 5894 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:31:45,103 basehttp 5894 6161739776 "GET /en/accounts/profile/ HTTP/1.1" 200 30550 INFO 2025-09-15 19:31:45,118 basehttp 5894 6161739776 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:31:45,141 basehttp 5894 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 19:31:48,397 log 5894 6161739776 Internal Server Error: /en/accounts/htmx/profile-update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py", line 1048, in user_profile_update return redirect('accounts:user_profile', kwargs={'pk': employee.user.pk}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with keyword arguments '{'kwargs': {'pk': 1}}' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-15 19:31:48,398 basehttp 5894 6161739776 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 500 96143 INFO 2025-09-15 19:32:45,153 basehttp 5894 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:33:45,154 basehttp 5894 6161739776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:34:29,275 autoreload 5894 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/accounts/views.py changed, reloading. INFO 2025-09-15 19:34:29,630 autoreload 7080 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 19:34:31,981 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30942 INFO 2025-09-15 19:34:31,995 basehttp 7080 6171013120 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:34:32,015 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:34:53,465 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30549 INFO 2025-09-15 19:34:53,495 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:34:55,980 basehttp 7080 6171013120 "POST /en/accounts/htmx/profile-update/ HTTP/1.1" 302 0 INFO 2025-09-15 19:34:55,993 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30940 INFO 2025-09-15 19:35:54,348 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:36:55,355 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:37:56,344 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:38:57,342 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:39:58,342 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:40:59,359 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:42:01,344 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:43:30,371 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:45:30,357 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:46:30,355 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:48:30,365 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:49:30,360 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:51:30,365 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:52:30,365 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:54:30,363 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:56:30,358 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:57:57,715 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:57:58,860 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30550 INFO 2025-09-15 19:57:58,873 basehttp 7080 6171013120 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 19:57:58,913 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:00,353 basehttp 7080 6171013120 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 19:58:00,376 basehttp 7080 13572796416 "GET /en/ HTTP/1.1" 200 48103 INFO 2025-09-15 19:58:00,438 basehttp 7080 13572796416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:00,442 basehttp 7080 13606449152 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:58:00,444 basehttp 7080 13589622784 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:58:00,445 basehttp 7080 6171013120 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:58:05,293 basehttp 7080 6171013120 "GET /en/accounts/profile/ HTTP/1.1" 200 30550 INFO 2025-09-15 19:58:05,326 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:11,141 basehttp 7080 6171013120 "GET / HTTP/1.1" 302 0 INFO 2025-09-15 19:58:11,156 basehttp 7080 13589622784 "GET /en/ HTTP/1.1" 200 48103 INFO 2025-09-15 19:58:11,217 basehttp 7080 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:11,220 basehttp 7080 6171013120 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-15 19:58:11,220 basehttp 7080 13572796416 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-15 19:58:11,221 basehttp 7080 13606449152 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-15 19:58:13,771 basehttp 7080 13606449152 "GET /en/appointments/ HTTP/1.1" 200 52387 INFO 2025-09-15 19:58:13,817 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:58:13,830 basehttp 7080 6171013120 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 19:59:06,323 basehttp 7080 6171013120 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86079 INFO 2025-09-15 19:59:06,360 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:10,224 basehttp 7080 6171013120 "GET /en/appointments/queue/ HTTP/1.1" 200 44663 INFO 2025-09-15 19:59:10,270 basehttp 7080 6171013120 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:13,220 basehttp 7080 6171013120 "GET /en/appointments/queue/3/ HTTP/1.1" 200 31167 INFO 2025-09-15 19:59:13,229 basehttp 7080 6171013120 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 304 0 INFO 2025-09-15 19:59:13,230 basehttp 7080 13606449152 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 304 0 INFO 2025-09-15 19:59:13,260 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:18,291 basehttp 7080 13606449152 "GET /en/appointments/queue/entry/create/ HTTP/1.1" 200 153557 INFO 2025-09-15 19:59:18,338 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:29,840 basehttp 7080 13606449152 "GET /en/appointments/queue/3/call-next/ HTTP/1.1" 302 0 INFO 2025-09-15 19:59:29,850 basehttp 7080 13606449152 "GET /en/appointments/queue/3/ HTTP/1.1" 200 31213 INFO 2025-09-15 19:59:29,885 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:52,231 basehttp 7080 13606449152 "GET /en/appointments/queue/3/ HTTP/1.1" 200 30808 INFO 2025-09-15 19:59:56,619 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 19:59:56,635 basehttp 7080 6171013120 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 19:59:58,242 basehttp 7080 6171013120 "GET /en/appointments/calendar/ HTTP/1.1" 200 22616 INFO 2025-09-15 19:59:58,306 basehttp 7080 6171013120 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125348 INFO 2025-09-15 19:59:58,311 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:00:02,041 basehttp 7080 13606449152 "GET /en/appointments/638/detail-card/ HTTP/1.1" 200 798 INFO 2025-09-15 20:00:03,149 basehttp 7080 13606449152 "GET /en/appointments/638/detail-card/ HTTP/1.1" 200 798 INFO 2025-09-15 20:00:04,006 basehttp 7080 13606449152 "GET /en/appointments/638/detail-card/ HTTP/1.1" 200 798 INFO 2025-09-15 20:00:04,754 basehttp 7080 13606449152 "GET /en/appointments/668/detail-card/ HTTP/1.1" 200 803 INFO 2025-09-15 20:00:08,040 basehttp 7080 13606449152 "GET /en/appointments/885/detail-card/ HTTP/1.1" 200 1010 INFO 2025-09-15 20:00:10,130 basehttp 7080 13606449152 "GET /en/appointments/requests/885/detail/ HTTP/1.1" 200 26394 INFO 2025-09-15 20:00:10,171 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:00:17,913 basehttp 7080 13606449152 "GET /en/appointments/cancel/885/ HTTP/1.1" 200 30687 INFO 2025-09-15 20:00:17,947 basehttp 7080 13606449152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 20:00:24,387 log 7080 13606449152 Internal Server Error: /en/appointments/reschedule/885/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1857, in reschedule_appointment providers = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-15 20:00:24,389 basehttp 7080 13606449152 "GET /en/appointments/reschedule/885/ HTTP/1.1" 500 145062 INFO 2025-09-15 20:00:56,311 autoreload 7080 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-15 20:00:56,691 autoreload 19018 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 20:00:57,920 basehttp 19018 6161035264 "GET /en/appointments/reschedule/885/ HTTP/1.1" 200 29438 INFO 2025-09-15 20:00:57,947 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:01:07,124 basehttp 19018 6161035264 "GET /en/appointments/slots/available/?new_date=2025-09-17&new_provider=114&exclude_appointment=885 HTTP/1.1" 200 1986 INFO 2025-09-15 20:01:29,409 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:02,590 basehttp 19018 6161035264 "GET /en/appointments/654/detail-card/ HTTP/1.1" 200 796 INFO 2025-09-15 20:02:06,885 basehttp 19018 6161035264 "GET /en/appointments/640/detail-card/ HTTP/1.1" 200 795 INFO 2025-09-15 20:02:09,080 basehttp 19018 6161035264 "GET /en/appointments/requests/640/detail/ HTTP/1.1" 200 26519 INFO 2025-09-15 20:02:09,098 basehttp 19018 6161035264 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 20:02:09,120 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:18,079 basehttp 19018 6161035264 "GET /en/appointments/calendar/events/?start=2025-08-31T00%3A00%3A00&end=2025-10-12T00%3A00%3A00 HTTP/1.1" 200 699048 INFO 2025-09-15 20:02:28,102 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:28,121 basehttp 19018 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 20:02:30,019 basehttp 19018 13170143232 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31575 INFO 2025-09-15 20:02:30,061 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:38,445 basehttp 19018 13170143232 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:02:38,458 basehttp 19018 13170143232 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-15 20:02:38,458 basehttp 19018 6161035264 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-15 20:02:38,489 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:02:56,668 basehttp 19018 13170143232 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:02:56,701 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:05,026 basehttp 19018 13170143232 "GET /en/appointments/queue/ HTTP/1.1" 200 44662 INFO 2025-09-15 20:03:05,066 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:07,395 basehttp 19018 13170143232 "GET /en/appointments/queue/3/update/ HTTP/1.1" 200 35766 INFO 2025-09-15 20:03:07,432 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:11,081 basehttp 19018 13170143232 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37187 INFO 2025-09-15 20:03:11,121 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:13,610 basehttp 19018 13170143232 "GET /en/appointments/queue/entry/8/ HTTP/1.1" 200 30894 INFO 2025-09-15 20:03:13,647 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:30,242 basehttp 19018 13170143232 "GET /en/appointments/queue/1/delete/ HTTP/1.1" 200 28240 INFO 2025-09-15 20:03:30,280 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:03:52,564 basehttp 19018 13170143232 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37187 INFO 2025-09-15 20:03:52,602 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:04:00,195 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:04:00,212 basehttp 19018 6161035264 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 20:04:02,477 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31575 INFO 2025-09-15 20:04:02,509 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:04:07,170 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:04:07,209 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 20:04:52,991 log 19018 6161035264 Internal Server Error: /en/appointments/waiting-list/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1344, in form_valid response = super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 133, in form_valid self.object = form.save() ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 554, in save self.instance.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days ERROR 2025-09-15 20:04:52,998 basehttp 19018 6161035264 "POST /en/appointments/waiting-list/create/ HTTP/1.1" 500 222526 INFO 2025-09-15 20:05:01,046 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54154 INFO 2025-09-15 20:05:01,084 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:28,228 basehttp 19018 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:28,230 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-15 20:05:28,793 basehttp 19018 6161035264 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31575 INFO 2025-09-15 20:05:28,831 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:31,346 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:05:31,362 basehttp 19018 13170143232 "GET /en/appointments/stats/ HTTP/1.1" 200 2803 INFO 2025-09-15 20:05:34,590 basehttp 19018 13170143232 "GET /en/appointments/calendar/ HTTP/1.1" 200 22616 INFO 2025-09-15 20:05:34,648 basehttp 19018 13170143232 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125348 INFO 2025-09-15 20:05:34,654 basehttp 19018 6161035264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-15 20:05:41,693 log 19018 6161035264 Internal Server Error: /en/appointments/requests/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 151, in get_context_data context['search_form'] = AppointmentSearchForm( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py", line 353, in __init__ self.fields['provider'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-15 20:05:41,697 basehttp 19018 6161035264 "GET /en/appointments/requests/ HTTP/1.1" 500 166648 INFO 2025-09-15 20:06:12,324 autoreload 19018 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/forms.py changed, reloading. INFO 2025-09-15 20:06:12,761 autoreload 21324 8682856640 Watching for file changes with StatReloader INFO 2025-09-15 20:06:18,411 basehttp 21324 6129938432 "GET /en/appointments/requests/ HTTP/1.1" 200 158355 INFO 2025-09-15 20:06:18,451 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:06:28,925 basehttp 21324 6129938432 "GET /en/appointments/reschedule/2092/ HTTP/1.1" 200 29434 INFO 2025-09-15 20:06:28,962 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:06:33,204 basehttp 21324 6129938432 "GET /en/appointments/requests/2092/detail/ HTTP/1.1" 200 26390 INFO 2025-09-15 20:06:33,239 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-15 20:06:39,551 basehttp 21324 6129938432 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 35392 INFO 2025-09-15 20:06:39,585 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-15 20:07:00,331 basehttp 21324 6129938432 "GET /en/patients/insurance-info-list/1/ HTTP/1.1" 200 706 INFO 2025-09-15 20:07:08,697 basehttp 21324 6129938432 "GET /en/patients/insurance-info/create/1/ HTTP/1.1" 200 32410 INFO 2025-09-15 20:07:08,710 basehttp 21324 6129938432 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-15 20:07:08,735 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-15 20:07:35,153 basehttp 21324 6129938432 "GET /en/patients/1/emergency-contacts/create/ HTTP/1.1" 200 34137 INFO 2025-09-15 20:07:35,191 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 20:07:42,739 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-15 20:07:58,876 basehttp 21324 6129938432 "GET /en/emr HTTP/1.1" 301 0 ERROR 2025-09-15 20:07:58,915 log 21324 6146764800 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-15 20:07:58,917 basehttp 21324 6146764800 "GET /en/emr/ HTTP/1.1" 500 203459 ERROR 2025-09-15 20:08:00,064 log 21324 6146764800 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-15 20:08:00,065 basehttp 21324 6146764800 "GET /en/emr/ HTTP/1.1" 500 203185 INFO 2025-09-16 00:56:27,363 basehttp 21324 6129938432 "GET /en/patients/update/1/ HTTP/1.1" 200 39466 INFO 2025-09-16 00:56:27,377 basehttp 21324 6129938432 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 00:56:27,396 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 00:56:33,578 basehttp 21324 6129938432 "GET /en/emr/encounters/create/?patient=1 HTTP/1.1" 200 55715 INFO 2025-09-16 00:56:33,617 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 00:56:47,469 basehttp 21324 6129938432 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 35392 INFO 2025-09-16 00:56:47,505 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 00:57:04,339 log 21324 6129938432 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 00:57:04,343 basehttp 21324 6129938432 "GET /en/emr/ HTTP/1.1" 500 203459 ERROR 2025-09-16 00:57:06,499 log 21324 6129938432 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 00:57:06,501 basehttp 21324 6129938432 "GET /en/emr/ HTTP/1.1" 500 203185 INFO 2025-09-16 00:58:05,743 basehttp 21324 6129938432 "GET /en/emr/ HTTP/1.1" 200 70798 INFO 2025-09-16 00:58:05,782 basehttp 21324 6129938432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 00:58:05,784 basehttp 21324 6146764800 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 00:58:35,778 basehttp 21324 6146764800 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 00:58:46,352 basehttp 21324 6146764800 "GET /en/emr/vital-signs/ HTTP/1.1" 200 20072 INFO 2025-09-16 00:58:46,386 basehttp 21324 6146764800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 00:58:57,753 log 21324 6146764800 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 00:58:57,757 basehttp 21324 6146764800 "GET /en/emr/encounters/ HTTP/1.1" 500 235781 INFO 2025-09-16 01:00:34,109 autoreload 21324 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:00:34,679 autoreload 40882 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 01:00:35,231 log 40882 6127628288 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_list_api' not found. 'encounter_list_api' is not a valid view function or pattern name. ERROR 2025-09-16 01:00:35,233 basehttp 40882 6127628288 "GET /en/emr/encounters/ HTTP/1.1" 500 215247 INFO 2025-09-16 01:06:26,183 autoreload 40882 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:06:26,615 autoreload 43523 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:23:24,719 autoreload 43523 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:23:25,091 autoreload 50888 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 01:23:32,391 log 50888 6135672832 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_list_api' not found. 'encounter_list_api' is not a valid view function or pattern name. ERROR 2025-09-16 01:23:32,393 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 500 215030 ERROR 2025-09-16 01:25:42,617 log 50888 6135672832 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 01:25:42,621 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 500 215688 ERROR 2025-09-16 01:26:38,508 log 50888 6135672832 Internal Server Error: /en/emr/encounters/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(0,)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/\\Z'] ERROR 2025-09-16 01:26:38,511 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 500 218041 INFO 2025-09-16 01:31:06,937 basehttp 50888 6135672832 "GET /en/emr/encounters/ HTTP/1.1" 200 31376 INFO 2025-09-16 01:31:06,948 basehttp 50888 6135672832 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 01:31:06,978 basehttp 50888 6135672832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:31:06,993 basehttp 50888 6152499200 "GET /en/hr/employees/ HTTP/1.1" 200 129331 INFO 2025-09-16 01:32:06,980 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:33:06,993 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:34:06,995 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:35:06,985 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:36:06,997 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:37:07,002 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:38:07,004 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:39:06,993 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:40:06,993 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:41:07,005 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:41:09,879 basehttp 50888 6152499200 "GET /en/emr/encounters/ HTTP/1.1" 200 44184 INFO 2025-09-16 01:41:09,912 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:41:53,453 basehttp 50888 6152499200 "GET /en/emr/encounters/ HTTP/1.1" 200 47619 INFO 2025-09-16 01:41:53,501 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:42:53,511 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:43:53,081 basehttp 50888 6152499200 "GET /en/emr/encounters/ HTTP/1.1" 200 54519 INFO 2025-09-16 01:43:53,115 basehttp 50888 6152499200 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 01:43:54,857 log 50888 6152499200 Not Found: /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ WARNING 2025-09-16 01:43:54,857 basehttp 50888 6152499200 "GET /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ HTTP/1.1" 404 22491 INFO 2025-09-16 01:44:26,639 autoreload 50888 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 01:44:27,017 autoreload 60136 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 01:44:27,648 log 60136 12918534144 Not Found: /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ WARNING 2025-09-16 01:44:27,648 basehttp 60136 12918534144 "GET /en/emr/encounters/816e854d-4247-470f-bd3b-9c546ef509d8/ HTTP/1.1" 404 32212 INFO 2025-09-16 01:44:30,434 basehttp 60136 12918534144 "GET /en/emr/encounters/ HTTP/1.1" 200 53719 INFO 2025-09-16 01:44:30,470 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:44:33,176 log 60136 12918534144 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'add_vital_signs' with arguments '(1058,)' not found. 1 pattern(s) tried: ['en/emr/encounter/(?P[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/vitals/add/\\Z'] ERROR 2025-09-16 01:44:33,179 basehttp 60136 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 169403 INFO 2025-09-16 01:46:25,436 basehttp 60136 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 INFO 2025-09-16 01:46:25,466 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:46:32,170 basehttp 60136 12918534144 "GET /en/emr/vital-signs-chart/7/ HTTP/1.1" 200 25335 INFO 2025-09-16 01:47:25,472 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:48:25,471 basehttp 60136 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:48:32,683 autoreload 60136 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 01:48:33,047 autoreload 62024 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:48:33,423 basehttp 62024 6197227520 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 INFO 2025-09-16 01:48:33,459 basehttp 62024 6197227520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:48:34,963 log 62024 6197227520 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: add_vital_signs() got an unexpected keyword argument 'pk' ERROR 2025-09-16 01:48:34,964 basehttp 62024 6197227520 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 68087 WARNING 2025-09-16 01:48:38,704 log 62024 6197227520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:48:38,704 basehttp 62024 6197227520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:49:06,662 autoreload 62024 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 01:49:07,022 autoreload 62291 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:49:08,878 basehttp 62291 6136475648 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 01:49:08,889 log 62291 6136475648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:49:08,889 basehttp 62291 6136475648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:49:08,958 basehttp 62291 6136475648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 01:49:11,851 log 62291 6136475648 Bad Request: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 01:49:11,851 basehttp 62291 6136475648 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 400 28 INFO 2025-09-16 01:50:08,970 basehttp 62291 6136475648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:51:08,975 basehttp 62291 6136475648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:51:29,127 autoreload 62291 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:51:29,531 autoreload 63359 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:52:09,055 basehttp 63359 6164017152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:53:08,979 basehttp 63359 6164017152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:54:08,977 basehttp 63359 6164017152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:54:13,951 autoreload 63359 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:54:14,389 autoreload 64530 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:54:16,592 basehttp 64530 6161543168 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 01:54:16,611 log 64530 6161543168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:54:16,611 basehttp 64530 6161543168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:54:16,681 basehttp 64530 6161543168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:54:17,984 log 64530 6161543168 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 654, in add_vital_signs return redirect(request, 'emr:encounter_detail', id=encounter.id) ^^^^^^^^^ UnboundLocalError: cannot access local variable 'encounter' where it is not associated with a value ERROR 2025-09-16 01:54:17,984 basehttp 64530 6161543168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 72457 INFO 2025-09-16 01:55:01,551 autoreload 64530 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:55:01,973 autoreload 64936 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:55:02,673 basehttp 64936 6158233600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:55:02,694 log 64936 6158233600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:55:02,695 basehttp 64936 6158233600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:55:02,760 basehttp 64936 6158233600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:55:04,209 log 64936 6158233600 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 654, in add_vital_signs return redirect(request, 'emr:encounter_detail', id=encounter_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 746, in _reverse_with_prefix raise ValueError("Don't mix *args and **kwargs in call to reverse()!") ValueError: Don't mix *args and **kwargs in call to reverse()! ERROR 2025-09-16 01:55:04,210 basehttp 64936 6158233600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 91102 INFO 2025-09-16 01:56:02,774 basehttp 64936 6158233600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:56:10,769 autoreload 64936 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:56:11,146 autoreload 65409 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 01:56:12,160 log 65409 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:56:12,161 basehttp 65409 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 01:56:12,170 log 65409 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:56:12,170 basehttp 65409 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:56:16,511 basehttp 65409 6138425344 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:56:16,528 log 65409 6138425344 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:56:16,528 basehttp 65409 6138425344 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:56:16,598 basehttp 65409 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:56:21,424 log 65409 6138425344 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect(request, 'emr:encounter_detail', id=encounter.id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 746, in _reverse_with_prefix raise ValueError("Don't mix *args and **kwargs in call to reverse()!") ValueError: Don't mix *args and **kwargs in call to reverse()! ERROR 2025-09-16 01:56:21,426 basehttp 65409 6138425344 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 91828 INFO 2025-09-16 01:57:16,601 basehttp 65409 6138425344 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:57:17,154 autoreload 65409 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:57:17,545 autoreload 65876 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:57:19,322 basehttp 65876 6192082944 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:57:19,341 log 65876 6192082944 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:57:19,342 basehttp 65876 6192082944 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:57:19,408 basehttp 65876 6192082944 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:57:21,151 log 65876 6192082944 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect('emr:encounter_detail', id=encounter.id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with keyword arguments '{'id': 1058}' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 01:57:21,152 basehttp 65876 6192082944 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95270 INFO 2025-09-16 01:57:53,215 autoreload 65876 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:57:53,629 autoreload 66193 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:57:55,573 basehttp 66193 6133067776 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:57:55,591 log 66193 6133067776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:57:55,591 basehttp 66193 6133067776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:57:55,654 basehttp 66193 6133067776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 01:57:57,135 log 66193 6133067776 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect('emr:encounter_detail', id=encounter.encounter_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with keyword arguments '{'id': UUID('816e854d-4247-470f-bd3b-9c546ef509d8')}' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 01:57:57,136 basehttp 66193 6133067776 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95824 INFO 2025-09-16 01:58:39,766 autoreload 66193 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 01:58:40,186 autoreload 66505 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 01:58:40,939 basehttp 66505 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 01:58:40,959 log 66505 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 01:58:40,959 basehttp 66505 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 01:58:41,030 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:58:42,464 basehttp 66505 12918534144 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 01:58:42,480 basehttp 66505 12918534144 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 INFO 2025-09-16 01:58:42,497 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:59:41,032 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 01:59:42,553 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:00:41,044 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:00:42,546 basehttp 66505 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:01:11,531 autoreload 66505 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:01:11,869 autoreload 67690 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:01:13,041 log 67690 6123008000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:01:13,042 basehttp 67690 6123008000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:01:13,050 log 67690 6123008000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:01:13,050 basehttp 67690 6123008000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:01:15,003 basehttp 67690 6123008000 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:01:15,020 log 67690 6123008000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:01:15,021 basehttp 67690 6123008000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:01:15,091 basehttp 67690 6123008000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:01:16,458 log 67690 6123008000 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 653, in add_vital_signs return redirect('emr:vital_signs_chart', pk=encounter.pk) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 51, in redirect resolve_url(to, *args, **kwargs), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 184, in resolve_url return reverse(to, args=args, kwargs=kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_chart' with keyword arguments '{'pk': 1058}' not found. 1 pattern(s) tried: ['en/emr/vital\\-signs\\-chart/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 02:01:16,459 basehttp 67690 6123008000 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95543 INFO 2025-09-16 02:02:15,103 basehttp 67690 6123008000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:03:15,097 basehttp 67690 6123008000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:03:45,105 autoreload 67690 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:03:45,524 autoreload 68777 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:03:46,053 basehttp 68777 6159331328 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 02:03:46,072 log 68777 6159331328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:03:46,072 basehttp 68777 6159331328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:03:46,142 basehttp 68777 6159331328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:03:48,279 log 68777 6159331328 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 594, in add_vital_signs id=encounter_id, ^^^^^^^^^^^^ NameError: name 'encounter_id' is not defined. Did you mean: 'Encounter'? ERROR 2025-09-16 02:03:48,283 basehttp 68777 6159331328 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 71798 INFO 2025-09-16 02:04:14,825 autoreload 68777 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:04:15,216 autoreload 69023 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:04:17,236 basehttp 69023 6123925504 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:04:17,251 log 69023 6123925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:04:17,251 basehttp 69023 6123925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:04:17,323 basehttp 69023 6123925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:04:18,470 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,482 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,491 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,499 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,506 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,513 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,519 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,525 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,531 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,537 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,542 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,547 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,553 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,561 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,594 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,600 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,604 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,610 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,615 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,620 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:18,626 basehttp 69023 6123925504 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:04:59,297 autoreload 69023 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:04:59,685 autoreload 69334 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:05:00,325 basehttp 69334 6160674816 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 30731 WARNING 2025-09-16 02:05:00,345 log 69334 6160674816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:05:00,345 basehttp 69334 6160674816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:05:00,419 basehttp 69334 6160674816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:05:17,822 basehttp 69334 6160674816 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:05:17,838 log 69334 6160674816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:05:17,838 basehttp 69334 6160674816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:05:17,909 basehttp 69334 6160674816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:05:23,661 log 69334 6160674816 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 654, in add_vital_signs return redirect('emr:add_vital_signs', pk=encounter.pk) ^^^^^^^^^ UnboundLocalError: cannot access local variable 'encounter' where it is not associated with a value ERROR 2025-09-16 02:05:23,662 basehttp 69334 6160674816 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 72387 INFO 2025-09-16 02:05:56,292 autoreload 69334 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:05:56,716 autoreload 69796 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:05:58,546 basehttp 69796 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 WARNING 2025-09-16 02:05:58,558 log 69796 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:05:58,558 basehttp 69796 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:05:58,628 basehttp 69796 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:06:00,751 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,763 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,772 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,779 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,786 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,792 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,798 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,804 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,810 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,815 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,820 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,825 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,831 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,836 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,841 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,846 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,851 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,856 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,861 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,866 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:00,871 basehttp 69796 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:06:05,466 basehttp 69796 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 30731 WARNING 2025-09-16 02:06:05,484 log 69796 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:06:05,484 basehttp 69796 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:06:05,551 basehttp 69796 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:06:07,853 basehttp 69796 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:06:07,871 log 69796 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:06:07,871 basehttp 69796 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:06:07,942 basehttp 69796 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:07:01,651 autoreload 69796 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:07:02,005 autoreload 70271 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:07:03,235 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:03,235 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:07:03,243 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:03,243 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:03,981 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 INFO 2025-09-16 02:07:03,994 basehttp 70271 6207254528 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-16 02:07:03,998 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:03,999 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:04,072 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:07:04,346 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:07:04,364 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:04,365 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:04,430 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:07:06,695 basehttp 70271 6190428160 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 302 0 INFO 2025-09-16 02:07:06,708 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23971 INFO 2025-09-16 02:07:06,725 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:07:13,754 basehttp 70271 6190428160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:07:13,772 log 70271 6190428160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:07:13,772 basehttp 70271 6190428160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:07:13,843 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4630 INFO 2025-09-16 02:08:13,857 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4685 INFO 2025-09-16 02:09:13,859 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:10:13,861 basehttp 70271 6190428160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:10:54,740 autoreload 70271 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:10:55,120 autoreload 71980 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:10:55,406 basehttp 71980 6134083584 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 INFO 2025-09-16 02:10:55,426 basehttp 71980 6134083584 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 02:10:55,428 log 71980 6150909952 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:10:55,428 basehttp 71980 6150909952 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:10:55,487 basehttp 71980 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-16 02:10:56,878 log 71980 6150909952 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 93, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-16 02:10:56,879 basehttp 71980 6150909952 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 98660 INFO 2025-09-16 02:11:55,501 basehttp 71980 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:12:55,503 basehttp 71980 6150909952 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:13:51,186 autoreload 71980 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:13:51,582 autoreload 73299 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:13:53,599 basehttp 73299 6200373248 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:13:53,614 log 73299 6200373248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:13:53,614 basehttp 73299 6200373248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:13:53,678 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:13:55,734 basehttp 73299 6200373248 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 196231 INFO 2025-09-16 02:13:55,793 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:14:16,077 basehttp 73299 6200373248 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:14:16,090 log 73299 6200373248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:14:16,090 basehttp 73299 6200373248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:14:16,159 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-16 02:14:17,601 log 73299 6200373248 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-09-16 02:14:17,602 basehttp 73299 6200373248 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 139808 INFO 2025-09-16 02:14:39,046 basehttp 73299 6200373248 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:14:39,058 log 73299 6200373248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:14:39,058 basehttp 73299 6200373248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:14:39,128 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:14:40,727 basehttp 73299 6200373248 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 179509 INFO 2025-09-16 02:15:39,145 basehttp 73299 6200373248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 02:16:25,840 autoreload 73299 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:16:26,300 autoreload 74384 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:16:28,320 basehttp 74384 6199963648 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:16:28,339 log 74384 6199963648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:16:28,339 basehttp 74384 6199963648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:16:28,412 basehttp 74384 6199963648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 ERROR 2025-09-16 02:16:29,922 log 74384 6199963648 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 99, in __init__ self.fields['encounter'].queryset = Encounter.objects.filter(tenant=self.tenant) ~~~~~~~~~~~^^^^^^^^^^^^^ KeyError: 'encounter' ERROR 2025-09-16 02:16:29,924 basehttp 74384 6199963648 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 98572 INFO 2025-09-16 02:16:55,785 autoreload 74384 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:16:56,180 autoreload 74632 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:16:59,162 basehttp 74632 6158266368 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:16:59,179 log 74632 6158266368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:16:59,179 basehttp 74632 6158266368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:16:59,249 basehttp 74632 6158266368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:17:00,489 basehttp 74632 6158266368 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30797 INFO 2025-09-16 02:17:59,251 basehttp 74632 6158266368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:18:44,420 autoreload 74632 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:18:44,792 autoreload 75404 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:18:47,069 basehttp 75404 6194081792 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:18:47,089 log 75404 6194081792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:18:47,089 basehttp 75404 6194081792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:18:47,159 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:18:48,438 basehttp 75404 6194081792 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30797 WARNING 2025-09-16 02:19:03,445 log 75404 6194081792 Method Not Allowed (POST): /en/emr/encounters/1058/ WARNING 2025-09-16 02:19:03,445 basehttp 75404 6194081792 "POST /en/emr/encounters/1058/ HTTP/1.1" 405 0 WARNING 2025-09-16 02:19:06,949 log 75404 6194081792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:19:06,950 basehttp 75404 6194081792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:19:09,533 basehttp 75404 6194081792 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:19:09,551 log 75404 6194081792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:19:09,551 basehttp 75404 6194081792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:19:09,615 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:19:12,274 basehttp 75404 6194081792 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30797 INFO 2025-09-16 02:20:09,620 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:21:09,627 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:22:09,636 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:23:09,638 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:24:09,636 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:25:09,640 basehttp 75404 6194081792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:25:39,975 autoreload 75404 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:25:40,399 autoreload 78492 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:25:43,158 basehttp 78492 6160936960 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:25:43,171 log 78492 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:25:43,171 basehttp 78492 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:25:43,242 basehttp 78492 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:25:44,726 log 78492 6160936960 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:25:44,726 basehttp 78492 6160936960 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:26:43,240 basehttp 78492 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:26:47,408 autoreload 78492 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:26:47,834 autoreload 78980 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:26:50,445 basehttp 78980 6198276096 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:26:50,465 log 78980 6198276096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:26:50,465 basehttp 78980 6198276096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:26:50,527 basehttp 78980 6198276096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:26:52,216 log 78980 6198276096 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:26:52,216 basehttp 78980 6198276096 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:27:02,028 basehttp 78980 6198276096 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:27:02,046 log 78980 6198276096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:27:02,046 basehttp 78980 6198276096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:27:02,119 basehttp 78980 6198276096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:27:05,145 log 78980 6198276096 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:27:05,145 basehttp 78980 6198276096 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:28:02,115 basehttp 78980 6198276096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:28:40,654 autoreload 78980 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:28:41,057 autoreload 79826 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:29:02,177 basehttp 79826 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:30:02,126 basehttp 79826 6159003648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:30:39,353 autoreload 79826 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:30:39,757 autoreload 80733 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:30:57,724 autoreload 80733 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 02:30:58,065 autoreload 80896 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:30:59,175 log 80896 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:30:59,176 basehttp 80896 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:30:59,187 log 80896 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:30:59,187 basehttp 80896 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:31:01,247 basehttp 80896 6134345728 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:31:01,262 log 80896 6134345728 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:31:01,262 basehttp 80896 6134345728 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:31:01,332 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:31:04,712 log 80896 6134345728 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:31:04,713 basehttp 80896 6134345728 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:32:01,345 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:33:01,351 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:34:01,354 basehttp 80896 6134345728 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:34:24,912 autoreload 80896 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 02:34:25,337 autoreload 82432 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:35:01,412 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:35:53,502 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:35:53,521 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:35:53,521 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:35:53,590 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:35:55,154 log 82432 6157774848 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:35:55,154 basehttp 82432 6157774848 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:35:57,765 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:35:57,780 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:35:57,780 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:35:57,850 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:35:58,524 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:35:58,540 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:35:58,540 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:35:58,611 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:36:00,094 log 82432 6157774848 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:36:00,094 basehttp 82432 6157774848 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 INFO 2025-09-16 02:36:31,957 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23537 WARNING 2025-09-16 02:36:31,975 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:36:31,975 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:36:32,048 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:37:11,645 basehttp 82432 6157774848 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:37:11,664 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:37:11,664 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:37:11,734 basehttp 82432 6157774848 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:37:12,937 log 82432 6157774848 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:37:12,937 basehttp 82432 6157774848 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:37:12,955 log 82432 6157774848 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:37:12,955 basehttp 82432 6157774848 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:38:04,108 autoreload 82432 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 02:38:04,463 autoreload 84062 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:38:06,429 log 84062 6131068928 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:38:06,430 basehttp 84062 6131068928 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:38:06,447 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:06,447 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:38:07,321 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:07,322 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:38:07,343 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:07,343 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:38:08,152 basehttp 84062 6131068928 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:38:08,202 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:08,203 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:38:08,236 basehttp 84062 6131068928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:38:10,096 log 84062 6131068928 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:38:10,096 basehttp 84062 6131068928 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:38:10,113 log 84062 6131068928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:38:10,114 basehttp 84062 6131068928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:19,494 autoreload 84062 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 02:40:19,860 autoreload 85012 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:40:54,439 autoreload 85012 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:40:54,826 autoreload 85324 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:40:57,336 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:57,336 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:57,392 basehttp 85324 6132641792 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:40:57,394 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:57,394 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:57,875 basehttp 85324 6149468160 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:40:57,888 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:57,888 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:40:57,962 basehttp 85324 6149468160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:40:59,348 log 85324 6149468160 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:40:59,349 basehttp 85324 6149468160 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:40:59,367 log 85324 6149468160 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:40:59,367 basehttp 85324 6149468160 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:41:52,383 autoreload 85324 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:41:52,816 autoreload 85724 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:42:29,518 autoreload 85724 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:42:29,936 autoreload 86032 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 02:42:32,803 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:32,808 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:42:32,857 basehttp 86032 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:42:32,859 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:32,859 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:42:33,497 basehttp 86032 6358691840 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:42:33,511 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:33,511 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:42:33,584 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:42:36,050 log 86032 6358691840 Not Found: /en/emr/add-vital-signs/1058/ WARNING 2025-09-16 02:42:36,050 basehttp 86032 6358691840 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 404 23540 WARNING 2025-09-16 02:42:36,069 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:36,069 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:42:52,817 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:52,817 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:42:52,839 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:42:52,839 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:43:00,640 basehttp 86032 6358691840 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 35379 WARNING 2025-09-16 02:43:00,655 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:43:00,656 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:43:00,724 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:43:10,967 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:43:10,968 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:43:10,989 log 86032 6358691840 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:43:10,989 basehttp 86032 6358691840 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:43:33,598 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:44:33,597 basehttp 86032 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:45:32,597 autoreload 86032 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:45:32,976 autoreload 87348 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:45:33,673 basehttp 87348 6133493760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:45:45,749 autoreload 87348 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:45:46,132 autoreload 87431 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:45:48,234 basehttp 87431 13186969600 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 02:45:48,248 log 87431 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:45:48,248 basehttp 87431 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:45:48,315 basehttp 87431 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 02:45:49,702 log 87431 13186969600 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1123, in get_context_data ctx = super().get_context_data(**kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1088, in get_form_kwargs kwargs['tenant'] = self.tenant ^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'tenant' ERROR 2025-09-16 02:45:49,703 basehttp 87431 13186969600 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 102594 WARNING 2025-09-16 02:45:49,721 log 87431 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:45:49,721 basehttp 87431 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:46:30,227 autoreload 87431 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:46:30,638 autoreload 87744 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 02:46:32,392 log 87744 6161494016 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1076, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1119, in get_context_data Encounter, id=self.kwargs['encounter_id'], tenant=self.tenant ~~~~~~~~~~~^^^^^^^^^^^^^^^^ KeyError: 'encounter_id' ERROR 2025-09-16 02:46:32,393 basehttp 87744 6161494016 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95088 WARNING 2025-09-16 02:46:32,408 log 87744 6161494016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:46:32,408 basehttp 87744 6161494016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:46:58,970 autoreload 87744 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:46:59,330 autoreload 87989 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 02:47:00,376 log 87989 6200389632 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1076, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1121, in get_context_data ctx['patient'] = self.patient ^^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'patient' ERROR 2025-09-16 02:47:00,378 basehttp 87989 6200389632 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95433 WARNING 2025-09-16 02:47:00,391 log 87989 6200389632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:00,391 basehttp 87989 6200389632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 02:47:01,456 log 87989 6200389632 Internal Server Error: /en/emr/add-vital-signs/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1076, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1121, in get_context_data ctx['patient'] = self.patient ^^^^^^^^^^^^ AttributeError: 'VitalSignsCreateView' object has no attribute 'patient' ERROR 2025-09-16 02:47:01,457 basehttp 87989 6200389632 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 500 95433 WARNING 2025-09-16 02:47:01,474 log 87989 6200389632 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:01,474 basehttp 87989 6200389632 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:18,319 autoreload 87989 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 02:47:18,704 autoreload 88149 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 02:47:19,910 basehttp 88149 6128775168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30522 WARNING 2025-09-16 02:47:19,922 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:19,922 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:21,106 basehttp 88149 6128775168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30522 WARNING 2025-09-16 02:47:21,116 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:21,116 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 02:47:24,616 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:24,617 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:24,620 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 02:47:24,630 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:24,630 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:42,969 basehttp 88149 6128775168 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 WARNING 2025-09-16 02:47:42,985 log 88149 6128775168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:47:42,985 basehttp 88149 6128775168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:47:43,057 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:47:44,267 basehttp 88149 6128775168 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 30522 INFO 2025-09-16 02:48:43,060 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:49:43,063 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:50:43,065 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:51:43,079 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:52:43,072 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:53:43,073 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:54:43,086 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:55:43,088 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:56:43,085 basehttp 88149 6128775168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:56:43,609 basehttp 88149 6128775168 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 INFO 2025-09-16 02:56:43,625 basehttp 88149 6128775168 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 02:56:43,627 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 02:56:43,627 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 02:56:43,686 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:56:44,787 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 28812 INFO 2025-09-16 02:57:43,699 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:58:43,696 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 02:59:43,690 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:00:43,653 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:01:43,655 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:02:18,091 basehttp 88149 6145601536 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23536 WARNING 2025-09-16 03:02:18,104 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:02:18,105 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:02:18,171 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:02:19,323 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 28277 INFO 2025-09-16 03:03:07,563 basehttp 88149 6145601536 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 03:03:07,578 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:03:07,578 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:03:07,650 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:03:08,915 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45852 WARNING 2025-09-16 03:03:08,930 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:03:08,930 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:03:09,000 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:04:09,010 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:05:09,006 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:06:09,008 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:07:09,010 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 03:07:14,512 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 46298 WARNING 2025-09-16 03:07:14,537 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:07:14,538 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:07:14,596 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 03:08:14,601 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 03:09:14,613 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:09:52,722 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45766 WARNING 2025-09-16 03:09:52,734 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:09:52,734 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:09:52,798 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:10:52,803 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:11:46,774 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45348 WARNING 2025-09-16 03:11:46,791 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:11:46,791 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:11:46,865 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:12:31,849 basehttp 88149 6145601536 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45366 WARNING 2025-09-16 03:12:31,866 log 88149 6145601536 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:12:31,866 basehttp 88149 6145601536 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:12:31,939 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:13:31,953 basehttp 88149 6145601536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:14:25,835 autoreload 88149 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-16 03:14:26,322 autoreload 667 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 03:14:38,050 autoreload 838 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 03:15:23,863 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45366 WARNING 2025-09-16 03:15:23,877 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:15:23,877 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:15:23,934 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:16:23,943 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 03:17:23,957 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:18:23,942 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:18:41,805 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45395 WARNING 2025-09-16 03:18:41,823 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:18:41,823 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:18:41,889 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:19:41,892 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:19:58,856 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45441 WARNING 2025-09-16 03:19:58,873 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:19:58,873 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:19:58,923 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:20:58,933 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:21:41,449 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45449 WARNING 2025-09-16 03:21:41,461 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:21:41,461 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:21:41,505 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:22:41,507 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:23:40,818 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45485 WARNING 2025-09-16 03:23:40,831 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:23:40,831 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:23:40,872 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:24:19,442 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45483 WARNING 2025-09-16 03:24:19,459 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:24:19,459 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:24:19,506 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:24:45,507 basehttp 838 6164508672 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45478 WARNING 2025-09-16 03:24:45,519 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:24:45,519 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:24:45,558 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:25:45,560 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 03:26:07,851 log 838 6164508672 Internal Server Error: /en/emr/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_detail' with arguments '(UUID('816e854d-4247-470f-bd3b-9c546ef509d8'),)' not found. 1 pattern(s) tried: ['en/emr/encounters/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 03:26:07,852 basehttp 838 6164508672 "GET /en/emr/ HTTP/1.1" 500 203375 WARNING 2025-09-16 03:26:07,866 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:26:07,866 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:26:37,957 basehttp 838 6164508672 "GET /en/emr/ HTTP/1.1" 200 70428 WARNING 2025-09-16 03:26:37,968 log 838 6164508672 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:26:37,968 basehttp 838 6164508672 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:26:38,021 basehttp 838 6164508672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:26:38,023 basehttp 838 13170143232 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 03:26:55,174 basehttp 838 13170143232 "GET /en/emr/encounters/ HTTP/1.1" 200 53719 WARNING 2025-09-16 03:26:55,189 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:26:55,189 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:26:55,251 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:27:01,687 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:27:01,688 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:27:01,700 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:27:01,700 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:27:04,738 basehttp 838 13170143232 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 03:27:04,757 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:27:04,757 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:27:04,797 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:28:04,816 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:28:28,956 basehttp 838 13170143232 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 23243 WARNING 2025-09-16 03:28:28,971 log 838 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:28:28,971 basehttp 838 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:28:29,015 basehttp 838 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:29:00,746 autoreload 838 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 03:29:01,291 autoreload 7359 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 03:29:01,963 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update' not found. 'encounter_update' is not a valid view function or pattern name. ERROR 2025-09-16 03:29:01,965 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 177969 WARNING 2025-09-16 03:29:01,983 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:29:01,983 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:30:14,415 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 03:30:14,416 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 179740 WARNING 2025-09-16 03:30:14,429 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:30:14,429 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:31:01,932 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_create' not found. 'vital_signs_create' is not a valid view function or pattern name. ERROR 2025-09-16 03:31:01,933 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 178070 WARNING 2025-09-16 03:31:01,949 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:31:01,949 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:31:33,815 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_create' not found. 'vital_signs_create' is not a valid view function or pattern name. ERROR 2025-09-16 03:31:33,816 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 191410 WARNING 2025-09-16 03:31:33,834 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:31:33,834 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:31:57,787 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_create' with no arguments not found. 1 pattern(s) tried: ['en/emr/notes/create/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 03:31:57,788 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 193146 WARNING 2025-09-16 03:31:57,802 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:31:57,802 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:33:46,992 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update' not found. 'encounter_update' is not a valid view function or pattern name. ERROR 2025-09-16 03:33:46,994 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 178570 WARNING 2025-09-16 03:33:47,009 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:33:47,009 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:34:21,064 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_create' not found. 'vital_signs_create' is not a valid view function or pattern name. ERROR 2025-09-16 03:34:21,065 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 178171 WARNING 2025-09-16 03:34:21,078 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:34:21,078 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:35:00,128 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update_status' not found. 'encounter_update_status' is not a valid view function or pattern name. ERROR 2025-09-16 03:35:00,129 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 171096 WARNING 2025-09-16 03:35:00,145 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:35:00,145 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:36:24,358 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_update_status' not found. 'encounter_update_status' is not a valid view function or pattern name. ERROR 2025-09-16 03:36:24,359 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 171219 WARNING 2025-09-16 03:36:24,375 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:36:24,375 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:36:58,878 log 7359 6194556928 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_complete_documentation' not found. 'encounter_complete_documentation' is not a valid view function or pattern name. ERROR 2025-09-16 03:36:58,879 basehttp 7359 6194556928 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 171132 WARNING 2025-09-16 03:36:58,896 log 7359 6194556928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:36:58,896 basehttp 7359 6194556928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:41:31,405 autoreload 7359 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 03:41:31,893 autoreload 12898 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 03:42:01,306 log 12898 6203125760 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_print' not found. 'encounter_print' is not a valid view function or pattern name. ERROR 2025-09-16 03:42:01,308 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 174540 WARNING 2025-09-16 03:42:01,326 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:42:01,326 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 03:42:03,317 log 12898 6203125760 Internal Server Error: /en/emr/encounters/1058/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'encounter_print' not found. 'encounter_print' is not a valid view function or pattern name. ERROR 2025-09-16 03:42:03,318 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 500 174540 WARNING 2025-09-16 03:42:03,336 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:42:03,336 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:15,779 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34541 WARNING 2025-09-16 03:43:15,804 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:15,805 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:15,805 basehttp 12898 6219952128 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 03:43:15,862 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:43:34,229 basehttp 12898 6219952128 "GET /en/emr/add-vital-signs/1058/ HTTP/1.1" 200 45478 WARNING 2025-09-16 03:43:34,246 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:34,246 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:34,292 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:43:37,576 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:37,576 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:43:37,584 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:37,584 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:43,647 basehttp 12898 6219952128 "GET /en/patients/patientprofile/7/details/ HTTP/1.1" 200 35379 WARNING 2025-09-16 03:43:43,666 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:43,666 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:43,717 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:43:48,926 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:48,926 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:43:48,944 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:48,944 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:50,713 basehttp 12898 6219952128 "GET /en/hr/employees/72/ HTTP/1.1" 200 32699 WARNING 2025-09-16 03:43:50,725 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:43:50,725 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:43:50,778 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 03:44:02,362 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:44:02,362 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 03:44:02,371 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:44:02,372 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:44:15,862 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:45:15,858 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:46:15,848 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:46:51,083 basehttp 12898 6219952128 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34547 WARNING 2025-09-16 03:46:51,098 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:46:51,098 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:46:51,146 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:47:50,799 basehttp 12898 6219952128 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34547 WARNING 2025-09-16 03:47:50,817 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:47:50,818 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:47:50,866 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:48:44,266 basehttp 12898 6219952128 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34547 WARNING 2025-09-16 03:48:44,282 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:48:44,282 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:48:44,330 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:49:44,338 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:50:44,340 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:51:44,357 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:52:44,348 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:53:44,345 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:54:44,351 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:54:59,911 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34625 WARNING 2025-09-16 03:54:59,925 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:54:59,925 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:54:59,977 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:55:59,983 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:56:07,228 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34631 WARNING 2025-09-16 03:56:07,239 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:56:07,239 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:56:07,289 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:57:07,305 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:58:07,298 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:58:54,906 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34636 WARNING 2025-09-16 03:58:54,917 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 03:58:54,917 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 03:58:54,958 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 03:59:54,972 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:00:55,128 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:01:55,101 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:02:04,097 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34712 WARNING 2025-09-16 04:02:04,112 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:02:04,113 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:02:04,160 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:02:18,115 basehttp 12898 6203125760 "GET /en/emr/encounters/1058/ HTTP/1.1" 200 34712 WARNING 2025-09-16 04:02:18,126 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:02:18,126 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:02:18,175 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:03:18,195 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 04:04:07,972 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:07,973 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:10,748 basehttp 12898 6203125760 "GET /en/emr/encounters/1046/ HTTP/1.1" 200 33932 WARNING 2025-09-16 04:04:10,763 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:10,763 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:10,811 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 04:04:14,134 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:14,134 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 04:04:14,158 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:14,158 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:22,117 basehttp 12898 6203125760 "GET /en/emr/vital-signs/ HTTP/1.1" 200 20072 WARNING 2025-09-16 04:04:22,136 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:04:22,136 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:04:22,173 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:04:41,192 basehttp 12898 6203125760 "GET /en/admin/emr/vitalsigns/ HTTP/1.1" 200 78995 INFO 2025-09-16 04:04:41,210 basehttp 12898 6203125760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 04:05:22,330 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:06:23,324 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:07:24,331 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 04:08:17,610 basehttp 12898 6203125760 "GET /en/admin/emr/vitalsigns/ HTTP/1.1" 200 154732 INFO 2025-09-16 04:08:17,625 basehttp 12898 6203125760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 04:08:20,993 basehttp 12898 6203125760 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90203 WARNING 2025-09-16 04:08:21,006 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:21,006 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:21,070 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-16 04:08:27,694 log 12898 6236778496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:27,694 basehttp 12898 6236778496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:27,697 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-16 04:08:27,706 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 04:08:27,706 basehttp 12898 6203125760 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 04:08:27,706 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:29,178 basehttp 12898 6219952128 "GET /en/emr/ HTTP/1.1" 200 70467 WARNING 2025-09-16 04:08:29,190 log 12898 6219952128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:29,190 basehttp 12898 6219952128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:29,266 basehttp 12898 6219952128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 04:08:29,273 basehttp 12898 6203125760 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 04:08:34,861 basehttp 12898 6203125760 "GET /en/emr/add-vital-signs/3260/ HTTP/1.1" 200 45478 WARNING 2025-09-16 04:08:34,881 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:34,881 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:08:34,925 basehttp 12898 6203125760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 04:08:37,401 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:37,401 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 04:08:37,419 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:37,419 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 04:08:39,439 log 12898 6203125760 Internal Server Error: /en/emr/encounters/3260/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'vital_signs_detail' not found. 'vital_signs_detail' is not a valid view function or pattern name. ERROR 2025-09-16 04:08:39,440 basehttp 12898 6203125760 "GET /en/emr/encounters/3260/ HTTP/1.1" 500 209761 WARNING 2025-09-16 04:08:39,464 log 12898 6203125760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:08:39,464 basehttp 12898 6203125760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:11:39,751 autoreload 12898 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 04:11:40,139 autoreload 26227 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 04:11:42,734 basehttp 26227 6167310336 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37628 WARNING 2025-09-16 04:11:42,753 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:11:42,754 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:11:42,804 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:11:50,963 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 38177 WARNING 2025-09-16 04:11:51,003 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:11:51,003 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:11:51,022 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:11:51,025 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:12:51,031 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:13:51,028 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:14:51,038 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:15:51,086 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:15:59,028 basehttp 26227 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 37921 WARNING 2025-09-16 04:15:59,044 log 26227 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:15:59,044 basehttp 26227 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:15:59,094 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 04:15:59,096 basehttp 26227 6167310336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:16:59,096 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:17:50,711 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 38492 WARNING 2025-09-16 04:17:50,727 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:17:50,727 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:17:50,777 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:17:50,779 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:18:50,771 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:19:22,565 basehttp 26227 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 39076 WARNING 2025-09-16 04:19:22,586 log 26227 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:19:22,586 basehttp 26227 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:19:22,638 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:19:22,639 basehttp 26227 6167310336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:20:22,641 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:21:06,912 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 39634 WARNING 2025-09-16 04:21:06,930 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:21:06,930 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:21:06,981 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:21:06,983 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:22:06,604 basehttp 26227 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 39634 WARNING 2025-09-16 04:22:06,618 log 26227 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:22:06,618 basehttp 26227 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:22:06,667 basehttp 26227 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:22:06,669 basehttp 26227 6167310336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:23:06,670 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:23:42,657 basehttp 26227 6167310336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 04:23:42,674 log 26227 6167310336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:23:42,675 basehttp 26227 6167310336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:23:42,726 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:23:42,728 basehttp 26227 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29149 INFO 2025-09-16 04:24:43,467 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:25:44,470 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:26:45,477 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:30:59,633 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:33:55,964 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:41:47,333 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:49:12,581 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:50:12,574 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:51:12,585 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:52:12,587 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:53:12,586 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:54:12,596 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:55:12,592 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:56:12,588 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:57:12,596 basehttp 26227 6167310336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:58:07,154 autoreload 26227 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 04:58:07,782 autoreload 38721 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 04:58:12,555 basehttp 38721 6159036416 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:09,582 autoreload 38721 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 04:59:09,918 autoreload 39206 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 04:59:10,430 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 INFO 2025-09-16 04:59:10,448 basehttp 39206 6121811968 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 04:59:10,451 log 39206 6138638336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:59:10,451 basehttp 39206 6138638336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:59:10,522 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:10,524 basehttp 39206 6121811968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29155 INFO 2025-09-16 04:59:24,915 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 04:59:24,928 log 39206 6121811968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:59:24,928 basehttp 39206 6121811968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:59:24,997 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:25,008 basehttp 39206 6138638336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29335 INFO 2025-09-16 04:59:48,495 basehttp 39206 6138638336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 04:59:48,515 log 39206 6138638336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 04:59:48,516 basehttp 39206 6138638336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 04:59:48,578 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 04:59:48,583 basehttp 39206 6121811968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29487 INFO 2025-09-16 05:00:23,028 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 INFO 2025-09-16 05:00:23,038 basehttp 39206 6155464704 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 05:00:23,043 basehttp 39206 6121811968 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 05:00:23,044 basehttp 39206 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-16 05:00:23,048 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:00:23,048 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:00:23,054 basehttp 39206 6121811968 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 05:00:23,056 basehttp 39206 6138638336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 05:00:23,059 basehttp 39206 6155464704 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 05:00:23,059 basehttp 39206 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 05:00:23,061 basehttp 39206 6172291072 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 05:00:23,182 basehttp 39206 6172291072 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 05:00:23,183 basehttp 39206 6121811968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 05:00:23,183 basehttp 39206 6138638336 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 05:00:23,184 basehttp 39206 13321187328 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 05:00:23,184 basehttp 39206 6155464704 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 05:00:23,185 basehttp 39206 13304360960 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 05:00:23,187 basehttp 39206 6138638336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 05:00:23,187 basehttp 39206 6172291072 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 05:00:23,187 basehttp 39206 6121811968 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 05:00:23,187 basehttp 39206 13321187328 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 05:00:23,188 basehttp 39206 6155464704 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 05:00:23,189 basehttp 39206 13304360960 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 05:00:23,189 basehttp 39206 6138638336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 05:00:23,190 basehttp 39206 6121811968 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 05:00:23,191 basehttp 39206 6155464704 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 05:00:23,191 basehttp 39206 6172291072 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 05:00:23,191 basehttp 39206 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 05:00:23,193 basehttp 39206 6155464704 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 05:00:23,193 basehttp 39206 6121811968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 05:00:23,193 basehttp 39206 6138638336 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 05:00:23,193 basehttp 39206 6172291072 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 05:00:23,194 basehttp 39206 13304360960 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 05:00:23,202 basehttp 39206 13304360960 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 05:00:23,224 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:00:23,229 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29487 WARNING 2025-09-16 05:00:23,584 log 39206 6155464704 Not Found: /favicon.ico WARNING 2025-09-16 05:00:23,584 basehttp 39206 6155464704 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 05:01:22,970 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 05:01:22,988 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:01:22,988 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:01:23,076 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:01:23,081 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29539 INFO 2025-09-16 05:01:47,419 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40205 WARNING 2025-09-16 05:01:47,432 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:01:47,432 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:01:47,489 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:01:47,495 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29549 INFO 2025-09-16 05:02:47,487 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:03:33,729 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40776 WARNING 2025-09-16 05:03:33,751 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:03:33,752 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:03:33,813 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:03:33,817 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 29549 INFO 2025-09-16 05:04:12,652 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40776 WARNING 2025-09-16 05:04:12,663 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:04:12,664 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:04:12,726 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:04:12,732 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30060 INFO 2025-09-16 05:04:20,361 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40776 WARNING 2025-09-16 05:04:20,376 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:04:20,377 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:04:20,428 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:04:20,435 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30060 INFO 2025-09-16 05:05:20,431 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:06:20,428 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:07:20,442 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 05:07:33,450 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40881 INFO 2025-09-16 05:07:33,462 basehttp 39206 6172291072 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 05:07:33,465 basehttp 39206 6155464704 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-16 05:07:33,471 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:07:33,471 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:07:33,533 basehttp 39206 6121811968 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-16 05:07:33,541 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 05:07:33,548 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30126 INFO 2025-09-16 05:07:38,037 basehttp 39206 6155464704 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40881 WARNING 2025-09-16 05:07:38,052 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:07:38,052 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:07:38,111 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 05:07:38,116 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30126 INFO 2025-09-16 05:08:38,428 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:09:32,546 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 INFO 2025-09-16 05:09:32,554 basehttp 39206 6172291072 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 05:09:32,560 basehttp 39206 6138638336 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 05:09:32,564 basehttp 39206 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 05:09:32,570 basehttp 39206 13304360960 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 05:09:32,573 basehttp 39206 6138638336 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 05:09:32,575 basehttp 39206 13304360960 "GET /static/js/custom.js HTTP/1.1" 200 4105 WARNING 2025-09-16 05:09:32,577 log 39206 6121811968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:09:32,578 basehttp 39206 6121811968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:09:32,580 basehttp 39206 6138638336 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-16 05:09:32,583 basehttp 39206 6155464704 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 05:09:32,584 basehttp 39206 13304360960 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 05:09:32,584 basehttp 39206 6121811968 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 05:09:32,586 basehttp 39206 6172291072 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 05:09:32,586 basehttp 39206 6138638336 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 05:09:32,595 basehttp 39206 6172291072 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 05:09:32,595 basehttp 39206 13304360960 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 05:09:32,596 basehttp 39206 6138638336 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 05:09:32,597 basehttp 39206 6121811968 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 05:09:32,598 basehttp 39206 6138638336 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 05:09:32,599 basehttp 39206 6172291072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 05:09:32,600 basehttp 39206 6121811968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 05:09:32,600 basehttp 39206 6155464704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 05:09:32,600 basehttp 39206 13304360960 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 05:09:32,602 basehttp 39206 6172291072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 05:09:32,603 basehttp 39206 6138638336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 05:09:32,604 basehttp 39206 13304360960 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 05:09:32,604 basehttp 39206 6155464704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 05:09:32,604 basehttp 39206 6121811968 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 05:09:32,608 basehttp 39206 13304360960 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 05:09:32,608 basehttp 39206 6172291072 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 05:09:32,609 basehttp 39206 6138638336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 05:09:32,609 basehttp 39206 6121811968 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 05:09:32,609 basehttp 39206 13321187328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 05:09:32,610 basehttp 39206 6155464704 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 05:09:32,842 basehttp 39206 6155464704 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 05:09:32,846 basehttp 39206 6155464704 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-16 05:09:32,869 basehttp 39206 6155464704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:09:32,876 basehttp 39206 13321187328 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30155 WARNING 2025-09-16 05:09:33,029 log 39206 13321187328 Not Found: /favicon.ico WARNING 2025-09-16 05:09:33,029 basehttp 39206 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 05:10:32,867 basehttp 39206 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:11:32,862 basehttp 39206 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:12:06,100 basehttp 39206 13321187328 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:12:06,114 log 39206 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:12:06,115 basehttp 39206 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:12:06,204 basehttp 39206 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:12:06,211 basehttp 39206 6155464704 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30143 INFO 2025-09-16 05:13:06,189 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:14:06,109 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:05,490 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:15:05,510 log 39206 6121811968 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:15:05,510 basehttp 39206 6121811968 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:15:05,575 basehttp 39206 6121811968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:05,582 basehttp 39206 6138638336 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:15:06,731 basehttp 39206 6138638336 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:15:06,753 log 39206 6138638336 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:15:06,754 basehttp 39206 6138638336 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:15:06,804 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:06,809 basehttp 39206 6121811968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:15:15,401 basehttp 39206 6121811968 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 INFO 2025-09-16 05:15:15,412 basehttp 39206 6155464704 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 05:15:15,416 basehttp 39206 13304360960 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 05:15:15,421 basehttp 39206 6121811968 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 05:15:15,422 basehttp 39206 13304360960 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 05:15:15,426 basehttp 39206 6121811968 "GET /static/js/custom.js HTTP/1.1" 200 4105 WARNING 2025-09-16 05:15:15,432 log 39206 6155464704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:15:15,433 basehttp 39206 6155464704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:15:15,434 basehttp 39206 6121811968 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 05:15:15,434 basehttp 39206 13304360960 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-16 05:15:15,435 basehttp 39206 6155464704 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 05:15:15,437 basehttp 39206 6138638336 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 05:15:15,439 basehttp 39206 6155464704 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 05:15:15,440 basehttp 39206 13304360960 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 05:15:15,440 basehttp 39206 6138638336 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 05:15:15,441 basehttp 39206 6121811968 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 05:15:15,441 basehttp 39206 6172291072 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 05:15:15,443 basehttp 39206 13304360960 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 05:15:15,444 basehttp 39206 6121811968 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 05:15:15,445 basehttp 39206 6138638336 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 05:15:15,445 basehttp 39206 6172291072 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 05:15:15,445 basehttp 39206 6155464704 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 05:15:15,447 basehttp 39206 13304360960 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 05:15:15,447 basehttp 39206 6121811968 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 05:15:15,447 basehttp 39206 6155464704 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 05:15:15,447 basehttp 39206 6138638336 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 05:15:15,447 basehttp 39206 6172291072 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 05:15:15,448 basehttp 39206 13321187328 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 05:15:15,454 basehttp 39206 6138638336 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 05:15:15,455 basehttp 39206 6121811968 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 05:15:15,455 basehttp 39206 13321187328 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 05:15:15,455 basehttp 39206 6155464704 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 05:15:15,455 basehttp 39206 13304360960 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 05:15:15,455 basehttp 39206 6172291072 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 05:15:15,456 basehttp 39206 6138638336 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 05:15:15,676 basehttp 39206 6138638336 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 05:15:15,718 basehttp 39206 6138638336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:15:15,728 basehttp 39206 13304360960 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:15:15,728 basehttp 39206 6172291072 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 WARNING 2025-09-16 05:15:15,912 log 39206 6172291072 Not Found: /favicon.ico WARNING 2025-09-16 05:15:15,912 basehttp 39206 6172291072 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 05:16:15,717 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 05:17:09,731 basehttp 39206 6172291072 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:17:09,751 log 39206 6172291072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:17:09,751 basehttp 39206 6172291072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:17:09,844 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:17:09,850 basehttp 39206 13304360960 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:18:09,838 basehttp 39206 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:19:09,839 basehttp 39206 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:19:37,829 basehttp 39206 13304360960 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:19:37,846 log 39206 13304360960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:19:37,846 basehttp 39206 13304360960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:19:37,896 basehttp 39206 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:19:37,907 basehttp 39206 6172291072 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 30149 INFO 2025-09-16 05:20:37,904 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:21:37,899 basehttp 39206 6172291072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:22:06,923 autoreload 39206 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:22:07,395 autoreload 49347 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:22:11,621 basehttp 49347 6203568128 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:22:11,645 log 49347 6203568128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:22:11,645 basehttp 49347 6203568128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:22:11,690 basehttp 49347 6203568128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:22:11,717 basehttp 49347 6220394496 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:23:11,696 basehttp 49347 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:24:11,692 basehttp 49347 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:25:11,689 basehttp 49347 6220394496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:25:21,663 autoreload 49347 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:25:22,030 autoreload 50737 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:26:11,766 basehttp 50737 6155956224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:26:34,244 autoreload 50737 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:26:34,652 autoreload 51276 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:27:11,766 basehttp 51276 6132494336 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:27:18,544 autoreload 51276 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:27:18,950 autoreload 51669 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:27:19,548 basehttp 51669 6163116032 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:27:19,565 log 51669 6163116032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:27:19,565 basehttp 51669 6163116032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:27:19,635 basehttp 51669 6163116032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:27:19,658 log 51669 12901707776 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 574, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type datetime is not JSON serializable ERROR 2025-09-16 05:27:19,659 basehttp 51669 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 118873 INFO 2025-09-16 05:28:11,948 basehttp 51669 12901707776 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:28:11,966 log 51669 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:11,966 basehttp 51669 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:28:12,033 basehttp 51669 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:28:12,053 log 51669 6163116032 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 574, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type datetime is not JSON serializable ERROR 2025-09-16 05:28:12,054 basehttp 51669 6163116032 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 118858 INFO 2025-09-16 05:28:32,170 autoreload 51669 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:28:32,586 autoreload 52242 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 05:28:33,767 log 52242 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:33,767 basehttp 52242 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 05:28:33,798 log 52242 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:33,799 basehttp 52242 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:28:35,992 basehttp 52242 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:28:36,010 log 52242 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:28:36,010 basehttp 52242 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:28:36,062 basehttp 52242 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:28:36,110 log 52242 6341865472 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 574, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Decimal is not JSON serializable ERROR 2025-09-16 05:28:36,111 basehttp 52242 6341865472 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 121617 INFO 2025-09-16 05:29:23,996 autoreload 52242 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:29:24,434 autoreload 52561 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:29:36,147 basehttp 52561 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:30:04,157 autoreload 52561 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:30:04,592 autoreload 52877 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:30:05,036 basehttp 52877 6196948992 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:30:05,055 log 52877 6196948992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:30:05,055 basehttp 52877 6196948992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:30:05,105 basehttp 52877 6196948992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:30:05,141 log 52877 6213775360 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 576, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Decimal is not JSON serializable ERROR 2025-09-16 05:30:05,142 basehttp 52877 6213775360 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 121679 INFO 2025-09-16 05:30:07,273 basehttp 52877 6213775360 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:30:07,290 log 52877 6213775360 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:30:07,290 basehttp 52877 6213775360 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:30:07,345 basehttp 52877 6213775360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:30:07,365 log 52877 6196948992 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 576, in vital_signs_chart 'vital_signs': json.dumps(vital_signs_for_chart), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type Decimal is not JSON serializable ERROR 2025-09-16 05:30:07,366 basehttp 52877 6196948992 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 121679 INFO 2025-09-16 05:31:00,105 autoreload 52877 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:31:00,537 autoreload 53335 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:31:04,556 basehttp 53335 6171242496 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:31:04,574 log 53335 6171242496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:31:04,574 basehttp 53335 6171242496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:31:04,630 basehttp 53335 6171242496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:31:04,636 basehttp 53335 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 47029 INFO 2025-09-16 05:31:12,255 basehttp 53335 12901707776 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:31:12,273 log 53335 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:31:12,273 basehttp 53335 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:31:12,325 basehttp 53335 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:31:12,329 basehttp 53335 6171242496 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 47029 INFO 2025-09-16 05:31:41,915 basehttp 53335 6171242496 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:31:41,927 log 53335 6171242496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:31:41,927 basehttp 53335 6171242496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:31:41,977 basehttp 53335 6171242496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:31:41,997 basehttp 53335 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 61189 INFO 2025-09-16 05:32:33,483 basehttp 53335 12901707776 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:32:33,495 log 53335 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:32:33,495 basehttp 53335 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:32:33,543 basehttp 53335 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:32:33,548 basehttp 53335 6171242496 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 61175 INFO 2025-09-16 05:32:55,928 basehttp 53335 6171242496 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:32:55,941 log 53335 6171242496 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:32:55,941 basehttp 53335 6171242496 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:32:55,984 basehttp 53335 6171242496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:32:55,992 basehttp 53335 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 56315 INFO 2025-09-16 05:33:55,985 basehttp 53335 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:34:12,263 autoreload 53335 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:34:12,628 autoreload 54734 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:34:56,079 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:35:33,603 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:35:33,619 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:35:33,619 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:35:33,669 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:35:33,692 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 49897 INFO 2025-09-16 05:35:58,680 basehttp 54734 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:35:58,699 log 54734 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:35:58,699 basehttp 54734 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:35:58,755 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:35:58,775 basehttp 54734 6171521024 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50517 INFO 2025-09-16 05:36:12,384 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:36:12,398 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:36:12,399 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:36:12,451 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:36:12,469 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:37:12,457 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:38:04,817 basehttp 54734 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:38:04,829 log 54734 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:38:04,829 basehttp 54734 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:38:04,882 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:38:04,903 basehttp 54734 6171521024 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 49228 INFO 2025-09-16 05:38:54,589 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:38:54,606 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:38:54,606 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:38:54,670 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:38:54,705 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 49789 INFO 2025-09-16 05:39:17,928 basehttp 54734 6325039104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:39:17,941 log 54734 6325039104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:39:17,941 basehttp 54734 6325039104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:39:17,991 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:39:18,047 basehttp 54734 6171521024 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 51172 INFO 2025-09-16 05:40:07,518 basehttp 54734 6171521024 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:40:07,530 log 54734 6171521024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:40:07,530 basehttp 54734 6171521024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:40:07,574 basehttp 54734 6171521024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:40:07,612 basehttp 54734 6325039104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:41:07,587 basehttp 54734 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:41:57,777 autoreload 54734 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:41:58,202 autoreload 58142 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:42:00,876 basehttp 58142 6137655296 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:42:00,896 log 58142 6137655296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:42:00,896 basehttp 58142 6137655296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:42:00,953 basehttp 58142 6137655296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:42:00,995 basehttp 58142 6154481664 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:43:00,955 basehttp 58142 6154481664 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:43:35,489 autoreload 58142 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:43:35,915 autoreload 58842 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:43:38,028 basehttp 58842 6136033280 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:43:38,047 log 58842 6136033280 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:43:38,047 basehttp 58842 6136033280 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:43:38,097 basehttp 58842 6136033280 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:43:38,131 log 58842 6152859648 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(dj_format(vital_signs)) ^^^^^^^^^^^^^^^^^^^^^^ TypeError: format() missing 1 required positional argument: 'format_string' ERROR 2025-09-16 05:43:38,132 basehttp 58842 6152859648 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 75019 INFO 2025-09-16 05:43:51,806 autoreload 58842 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:43:52,183 autoreload 59010 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:44:31,941 autoreload 59010 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:44:32,307 autoreload 59324 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:44:38,167 basehttp 59324 6167801856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:44:44,101 basehttp 59324 6167801856 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:44:44,120 log 59324 6167801856 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:44:44,120 basehttp 59324 6167801856 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:44:44,168 basehttp 59324 6167801856 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:44:44,221 log 59324 6184628224 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(dj_format(vital_signs,"M d, Y H:i")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 325, in format return df.format(format_string) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 49, in format pieces.append(str(getattr(self, piece)())) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/dateformat.py", line 249, in M return MONTHS_3[self.data.month].title() ^^^^^^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'month' ERROR 2025-09-16 05:44:44,222 basehttp 59324 6184628224 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 88330 INFO 2025-09-16 05:45:32,916 autoreload 59324 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:45:33,348 autoreload 59712 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:45:35,401 basehttp 59712 13052751872 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:45:35,418 log 59712 13052751872 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:45:35,418 basehttp 59712 13052751872 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:45:35,467 basehttp 59712 13052751872 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:45:35,510 basehttp 59712 13069578240 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:46:35,463 basehttp 59712 13069578240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:46:38,005 autoreload 59712 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:46:38,409 autoreload 60258 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:46:40,857 basehttp 60258 12918534144 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:46:40,874 log 60258 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:46:40,874 basehttp 60258 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:46:40,931 basehttp 60258 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:46:41,010 log 60258 12935360512 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 559, in vital_signs_chart json_data = json.dumps({vital_signs}) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type set is not JSON serializable ERROR 2025-09-16 05:46:41,011 basehttp 60258 12935360512 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 97350 INFO 2025-09-16 05:47:22,550 autoreload 60258 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:47:22,950 autoreload 60569 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:47:25,767 basehttp 60569 6169686016 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:47:25,787 log 60569 6169686016 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:47:25,787 basehttp 60569 6169686016 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:47:25,835 basehttp 60569 6169686016 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:47:25,897 log 60569 13304360960 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 559, in vital_signs_chart json_data = json.dumps(vital_signs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 200, in encode chunks = self.iterencode(o, _one_shot=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 258, in iterencode return _iterencode(o, 0) ^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/json/encoder.py", line 180, in default raise TypeError(f'Object of type {o.__class__.__name__} ' TypeError: Object of type QuerySet is not JSON serializable ERROR 2025-09-16 05:47:25,898 basehttp 60569 13304360960 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 97352 INFO 2025-09-16 05:48:25,836 basehttp 60569 13304360960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:48:49,538 autoreload 60569 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:48:49,945 autoreload 61218 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:48:51,855 basehttp 61218 6134411264 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:48:51,874 log 61218 6134411264 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:48:51,874 basehttp 61218 6134411264 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:48:51,924 basehttp 61218 6134411264 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:48:51,959 basehttp 61218 6151237632 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:49:14,278 autoreload 61218 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:49:14,640 autoreload 61391 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:49:15,820 basehttp 61391 6204600320 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:49:15,838 log 61391 6204600320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:49:15,838 basehttp 61391 6204600320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:49:15,890 basehttp 61391 6204600320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:49:15,936 basehttp 61391 6221426688 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:50:15,889 basehttp 61391 6221426688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:50:22,598 autoreload 61391 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:50:22,969 autoreload 61932 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:50:24,947 basehttp 61932 6156808192 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:50:24,959 log 61932 6156808192 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:50:24,959 basehttp 61932 6156808192 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:50:25,013 basehttp 61932 6156808192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:50:25,050 log 61932 6173634560 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(vital_signs.measured_datetime) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'QuerySet' object has no attribute 'measured_datetime' ERROR 2025-09-16 05:50:25,052 basehttp 61932 6173634560 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 75077 INFO 2025-09-16 05:51:03,784 autoreload 61932 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:51:04,199 autoreload 62246 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:51:21,040 autoreload 62246 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:51:21,461 autoreload 62330 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:51:25,063 basehttp 62330 6191001600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:51:25,361 basehttp 62330 6191001600 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:51:25,378 log 62330 6191001600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:51:25,378 basehttp 62330 6191001600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:51:25,425 basehttp 62330 6191001600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:51:25,518 log 62330 6207827968 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(vital_signs.get('measured_datetime')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1523, in build_filter arg, value = filter_expr ^^^^^^^^^^ ValueError: too many values to unpack (expected 2) ERROR 2025-09-16 05:51:25,519 basehttp 62330 6207827968 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 113895 INFO 2025-09-16 05:51:56,049 autoreload 62330 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:51:56,472 autoreload 62641 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:51:57,204 basehttp 62641 6133624832 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:51:57,220 log 62641 6133624832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:51:57,220 basehttp 62641 6133624832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:51:57,271 basehttp 62641 6133624832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 05:51:57,340 log 62641 6150451200 Internal Server Error: /en/emr/vital-signs-chart/11/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 564, in vital_signs_chart print(vital_signs.get('measured_datetime', "")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 619, in get clone = self._chain() if self.query.combinator else self.filter(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1523, in build_filter arg, value = filter_expr ^^^^^^^^^^ ValueError: too many values to unpack (expected 2) ERROR 2025-09-16 05:51:57,342 basehttp 62641 6150451200 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 500 113987 INFO 2025-09-16 05:52:45,532 autoreload 62641 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:52:45,927 autoreload 62954 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 05:52:47,585 basehttp 62954 6170947584 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:52:47,605 log 62954 6170947584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:52:47,606 basehttp 62954 6170947584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:52:47,662 basehttp 62954 6170947584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:52:47,700 basehttp 62954 12901707776 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 50033 INFO 2025-09-16 05:53:47,665 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:54:48,340 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:55:49,341 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:56:50,336 basehttp 62954 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:57:35,447 autoreload 62954 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 05:57:35,802 autoreload 65127 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 05:57:36,901 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:57:36,901 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 05:57:36,921 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:57:36,922 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:57:39,023 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:57:39,040 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:57:39,040 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:57:39,101 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:57:39,115 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 32616 INFO 2025-09-16 05:58:15,148 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:58:15,164 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:58:15,164 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:58:15,208 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:58:15,240 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 28644 INFO 2025-09-16 05:58:40,974 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:58:40,990 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:58:40,990 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:58:41,049 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:58:41,079 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27239 INFO 2025-09-16 05:59:21,120 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 05:59:21,132 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 05:59:21,133 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 05:59:21,205 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 05:59:21,215 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27234 INFO 2025-09-16 06:00:11,940 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:00:11,951 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:00:11,951 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:00:12,002 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:00:12,019 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27474 INFO 2025-09-16 06:00:22,960 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:00:22,972 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:00:22,972 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:00:23,029 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:00:23,042 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27474 INFO 2025-09-16 06:00:43,581 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:00:43,592 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:00:43,592 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:00:43,643 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:00:43,660 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 27789 INFO 2025-09-16 06:01:11,396 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:01:11,413 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:01:11,413 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:01:11,468 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:01:11,482 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 31674 INFO 2025-09-16 06:01:54,639 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:01:54,650 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:01:54,650 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:01:54,710 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:01:54,736 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 34434 INFO 2025-09-16 06:02:54,695 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:02:58,070 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:02:58,081 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:02:58,081 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:02:58,135 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:02:58,164 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:03:16,350 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:03:16,363 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:03:16,363 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:03:16,433 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:03:16,450 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:03:22,927 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:03:22,937 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:03:22,937 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:03:22,988 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:03:23,003 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:03:44,934 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:03:44,947 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:03:44,947 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:03:45,003 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:03:45,033 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:04:03,529 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:04:03,545 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:04:03,545 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:04:03,603 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:04:03,633 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33114 INFO 2025-09-16 06:04:43,490 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:04:43,502 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:04:43,502 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:04:43,556 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:04:43,579 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33506 INFO 2025-09-16 06:05:19,297 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:05:19,309 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:05:19,309 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:05:19,360 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:05:19,396 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33326 INFO 2025-09-16 06:06:19,353 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:06:22,536 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:06:22,553 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:06:22,553 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:06:22,602 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:06:22,635 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33643 INFO 2025-09-16 06:06:51,907 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:06:51,917 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:06:51,918 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:06:51,970 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 06:06:52,007 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33103 INFO 2025-09-16 06:07:06,869 basehttp 65127 6165295104 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:07:06,886 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:07:06,886 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:07:06,936 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 06:07:06,952 basehttp 65127 13035925504 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33103 INFO 2025-09-16 06:07:33,511 basehttp 65127 13035925504 "GET /en/emr/vital-signs/2225/ HTTP/1.1" 200 40873 WARNING 2025-09-16 06:07:33,523 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:07:33,523 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:07:33,575 basehttp 65127 13035925504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 06:07:33,595 basehttp 65127 6165295104 "GET /en/emr/vital-signs-chart/11/ HTTP/1.1" 200 33260 INFO 2025-09-16 06:08:07,642 basehttp 65127 6165295104 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90247 WARNING 2025-09-16 06:08:07,658 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:07,658 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:07,704 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 06:08:23,583 basehttp 65127 6165295104 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90247 WARNING 2025-09-16 06:08:23,597 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:23,597 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:23,648 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 WARNING 2025-09-16 06:08:41,127 log 65127 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:41,128 basehttp 65127 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:41,129 basehttp 65127 6165295104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 06:08:41,148 log 65127 6165295104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:41,148 basehttp 65127 6165295104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:08:42,255 basehttp 65127 6165295104 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37672 INFO 2025-09-16 06:08:42,275 basehttp 65127 13086404608 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-16 06:08:42,275 basehttp 65127 13035925504 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 06:08:42,276 basehttp 65127 13052751872 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 06:08:42,276 basehttp 65127 6165295104 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-16 06:08:42,277 basehttp 65127 13069578240 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 06:08:42,278 basehttp 65127 13086404608 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-16 06:08:42,281 log 65127 13103230976 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:08:42,281 basehttp 65127 13103230976 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:09:06,549 autoreload 65127 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:09:07,125 autoreload 70256 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 06:09:10,048 basehttp 70256 6199898112 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37672 WARNING 2025-09-16 06:09:10,068 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:09:10,068 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:09:10,120 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:10:10,320 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:11:10,320 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:12:10,324 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:12:55,126 basehttp 70256 6199898112 "GET /en/admin/emr/clinicalnote/ HTTP/1.1" 200 166637 INFO 2025-09-16 06:12:55,141 basehttp 70256 6199898112 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-16 06:12:55,143 basehttp 70256 6216724480 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-16 06:12:55,144 basehttp 70256 6267203584 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-16 06:12:55,144 basehttp 70256 6233550848 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-16 06:12:55,144 basehttp 70256 6250377216 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-16 06:12:55,145 basehttp 70256 6199898112 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-16 06:12:55,145 basehttp 70256 6267203584 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-16 06:12:55,146 basehttp 70256 6233550848 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-16 06:12:55,146 basehttp 70256 6199898112 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-16 06:12:55,147 basehttp 70256 6250377216 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-16 06:12:55,148 basehttp 70256 6250377216 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-16 06:12:55,149 basehttp 70256 6233550848 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-16 06:12:55,149 basehttp 70256 6267203584 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-16 06:12:55,150 basehttp 70256 6233550848 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-16 06:12:55,151 basehttp 70256 6250377216 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-16 06:12:55,152 basehttp 70256 6199898112 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-16 06:12:55,153 basehttp 70256 6216724480 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-16 06:12:55,154 basehttp 70256 6216724480 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-16 06:12:55,155 basehttp 70256 6284029952 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 06:12:55,155 basehttp 70256 6216724480 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-16 06:12:55,169 basehttp 70256 6216724480 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-16 06:12:55,170 basehttp 70256 6284029952 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-16 06:12:55,170 basehttp 70256 6216724480 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-16 06:12:55,171 basehttp 70256 6216724480 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-16 06:13:00,271 basehttp 70256 6216724480 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37348 WARNING 2025-09-16 06:13:00,286 log 70256 6216724480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:13:00,287 basehttp 70256 6216724480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:13:00,341 basehttp 70256 6216724480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:13:12,916 basehttp 70256 6199898112 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37657 WARNING 2025-09-16 06:13:12,934 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:13:12,934 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:13:12,982 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 06:14:04,437 basehttp 70256 6199898112 "GET /en/emr/ HTTP/1.1" 200 70511 WARNING 2025-09-16 06:14:04,456 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:04,456 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:14:04,479 basehttp 70256 6199898112 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 06:14:07,136 basehttp 70256 6199898112 "GET /en/emr/encounters/3296/ HTTP/1.1" 200 38929 WARNING 2025-09-16 06:14:07,157 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:07,157 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:14:07,210 basehttp 70256 6199898112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 ERROR 2025-09-16 06:14:17,266 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 06:14:17,268 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169775 WARNING 2025-09-16 06:14:17,294 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:17,294 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:14:51,605 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' not found. 'patient_detail' is not a valid view function or pattern name. ERROR 2025-09-16 06:14:51,606 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169300 WARNING 2025-09-16 06:14:51,624 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:14:51,624 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:15:41,305 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-16 06:15:41,307 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172674 WARNING 2025-09-16 06:15:41,321 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:15:41,321 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:16:15,026 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/patients/patientprofile/(?P[0-9]+)/details/\\Z'] ERROR 2025-09-16 06:16:15,027 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172576 WARNING 2025-09-16 06:16:15,042 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:16:15,042 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:16:44,469 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_sign' not found. 'clinical_note_sign' is not a valid view function or pattern name. ERROR 2025-09-16 06:16:44,470 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169491 WARNING 2025-09-16 06:16:44,482 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:16:44,482 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:17:05,467 log 70256 6199898112 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:17:05,468 basehttp 70256 6199898112 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:17:05,481 log 70256 6199898112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:17:05,481 basehttp 70256 6199898112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:19:40,220 autoreload 70256 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:19:40,600 autoreload 74911 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 06:19:41,049 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:19:41,052 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:19:41,066 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:19:41,066 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:19:42,296 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:19:42,298 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:19:42,311 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:19:42,311 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:20:45,145 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:20:45,146 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:20:45,158 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:20:45,158 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:20:46,009 log 74911 6192050176 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:20:46,010 basehttp 74911 6192050176 "GET /en/emr/notes/2831/ HTTP/1.1" 500 172447 WARNING 2025-09-16 06:20:46,024 log 74911 6192050176 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:20:46,024 basehttp 74911 6192050176 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:11,496 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:11,496 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:11,512 basehttp 74911 6192050176 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:22:11,513 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:11,513 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:12,265 basehttp 74911 6208876544 "GET /en/emr/encounters/3296/ HTTP/1.1" 200 38929 WARNING 2025-09-16 06:22:12,286 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 06:22:12,286 basehttp 74911 6192050176 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-16 06:22:12,286 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:12,326 basehttp 74911 6208876544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 06:22:15,424 log 74911 6208876544 Internal Server Error: /en/emr/notes/2830/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'sign_note' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/note/(?P[0-9]+)/sign/\\Z'] ERROR 2025-09-16 06:22:15,426 basehttp 74911 6208876544 "GET /en/emr/notes/2830/ HTTP/1.1" 500 172310 WARNING 2025-09-16 06:22:15,443 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:15,443 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:17,803 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:17,803 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:17,813 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:17,813 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:25,138 basehttp 74911 6208876544 "GET /en/emr/notes/ HTTP/1.1" 200 27101 WARNING 2025-09-16 06:22:25,160 log 74911 6208876544 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:25,160 basehttp 74911 6208876544 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:22:25,175 basehttp 74911 6208876544 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:22:57,681 autoreload 74911 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:22:58,056 autoreload 76387 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 06:22:58,941 log 76387 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:58,941 basehttp 76387 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:22:58,964 log 76387 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:22:58,965 basehttp 76387 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:23:00,005 basehttp 76387 6125170688 "GET /en/emr/notes/ HTTP/1.1" 200 99893 WARNING 2025-09-16 06:23:00,020 log 76387 6125170688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:00,020 basehttp 76387 6125170688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:23:00,069 basehttp 76387 6125170688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:23:29,470 autoreload 76387 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 06:23:29,879 autoreload 76623 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 06:23:30,765 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:30,766 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:23:30,832 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:23:30,834 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:30,834 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:23:32,097 log 76623 13338013696 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_amend' not found. 'clinical_note_amend' is not a valid view function or pattern name. ERROR 2025-09-16 06:23:32,099 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169702 WARNING 2025-09-16 06:23:32,115 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:23:32,115 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 06:24:06,179 log 76623 13338013696 Internal Server Error: /en/emr/notes/2831/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'clinical_note_addendum' not found. 'clinical_note_addendum' is not a valid view function or pattern name. ERROR 2025-09-16 06:24:06,181 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 500 169278 WARNING 2025-09-16 06:24:06,193 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:06,193 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:18,330 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38912 INFO 2025-09-16 06:24:18,344 basehttp 76623 13321187328 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 WARNING 2025-09-16 06:24:18,347 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:18,347 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:18,380 basehttp 76623 13338013696 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-16 06:24:18,398 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:24:43,523 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:24:43,525 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:43,526 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:43,537 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:43,537 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:44,144 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:44,144 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:45,709 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:45,709 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:45,726 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:45,726 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:46,011 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:46,011 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:24:46,036 log 76623 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:46,037 basehttp 76623 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:50,476 basehttp 76623 13321187328 "GET /en/emr/notes HTTP/1.1" 301 0 INFO 2025-09-16 06:24:50,496 basehttp 76623 13338013696 "GET /en/emr/notes/ HTTP/1.1" 200 99893 WARNING 2025-09-16 06:24:50,511 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:24:50,511 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:24:50,528 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:25:11,736 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:11,736 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:25:11,751 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:11,751 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:25:12,714 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38912 WARNING 2025-09-16 06:25:12,729 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:12,729 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:25:12,774 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:25:25,752 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38912 WARNING 2025-09-16 06:25:25,773 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:25:25,773 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:25:25,818 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:26:08,145 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38951 WARNING 2025-09-16 06:26:08,159 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:08,159 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:26:08,200 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:26:10,131 basehttp 76623 13338013696 "GET /en/patients/patientprofile/22/details/ HTTP/1.1" 200 35458 WARNING 2025-09-16 06:26:10,151 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:10,151 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:26:10,194 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 06:26:11,845 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:11,845 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 06:26:11,854 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:26:11,854 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:27:08,202 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:27:08,681 basehttp 76623 13338013696 "GET /en/emr/notes/2831/ HTTP/1.1" 200 38960 WARNING 2025-09-16 06:27:08,695 log 76623 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 06:27:08,695 basehttp 76623 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 06:27:08,738 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:28:09,662 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:29:10,671 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:30:11,664 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:31:30,913 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:32:31,919 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:33:32,906 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:34:34,909 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:43:59,916 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:45:59,907 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:46:59,908 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:48:59,902 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:50:59,901 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:51:59,907 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:52:59,906 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:54:59,922 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:56:59,904 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 06:58:59,905 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:00:59,915 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:01:59,912 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:02:59,920 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:04:59,915 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:06:59,922 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 07:08:05,623 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 07:09:05,601 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:10:05,604 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:11:05,603 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:12:05,596 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:12:46,948 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39448 INFO 2025-09-16 07:12:46,998 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:13:04,259 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39443 INFO 2025-09-16 07:13:04,303 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:13:40,907 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:13:40,938 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:14:41,895 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:15:42,894 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 07:16:43,895 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:17:44,893 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:18:08,703 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39449 INFO 2025-09-16 07:18:08,747 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:19:08,760 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:20:08,765 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:21:08,755 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:22:08,773 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:23:08,773 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:23:18,227 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39473 INFO 2025-09-16 07:23:18,262 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:23:36,482 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39473 INFO 2025-09-16 07:23:36,520 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:24:08,792 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39376 INFO 2025-09-16 07:24:08,823 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:24:39,460 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39445 INFO 2025-09-16 07:24:39,493 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:24:56,701 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:24:56,742 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:25:15,628 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:25:15,663 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:25:28,855 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39358 INFO 2025-09-16 07:25:28,897 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:26:28,901 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:26:31,366 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39442 INFO 2025-09-16 07:26:31,402 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:27:31,405 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:28:31,414 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:29:11,289 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39095 INFO 2025-09-16 07:29:11,304 basehttp 76623 13321187328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 07:29:11,331 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:30:11,332 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:30:21,994 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39108 INFO 2025-09-16 07:30:22,026 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:31:22,027 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:31:52,607 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39138 INFO 2025-09-16 07:31:52,639 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:32:52,640 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:33:43,261 basehttp 76623 13321187328 "GET /en/emr/notes/2831/ HTTP/1.1" 200 39138 INFO 2025-09-16 07:33:43,301 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:34:00,461 basehttp 76623 13321187328 "GET /en/emr/notes/ HTTP/1.1" 200 99893 INFO 2025-09-16 07:34:00,483 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:34:05,477 basehttp 76623 13321187328 "GET /en/emr/notes/?page=2 HTTP/1.1" 200 97863 INFO 2025-09-16 07:34:05,518 basehttp 76623 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:34:38,263 basehttp 76623 13321187328 "GET /en/admin/emr/clinicalnote/2821/change/ HTTP/1.1" 200 704446 INFO 2025-09-16 07:34:38,280 basehttp 76623 13321187328 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-16 07:34:38,280 basehttp 76623 13354840064 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-16 07:34:38,281 basehttp 76623 13405319168 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-16 07:34:38,281 basehttp 76623 13388492800 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-16 07:34:38,282 basehttp 76623 13371666432 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-16 07:34:38,282 basehttp 76623 13354840064 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-16 07:34:38,282 basehttp 76623 13405319168 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-16 07:34:38,283 basehttp 76623 13405319168 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-16 07:34:38,284 basehttp 76623 13405319168 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-16 07:34:38,285 basehttp 76623 13405319168 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-16 07:34:38,286 basehttp 76623 13338013696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 07:34:38,384 basehttp 76623 13405319168 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-16 07:34:38,384 basehttp 76623 13354840064 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-16 07:34:38,384 basehttp 76623 13338013696 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-16 07:34:49,836 basehttp 76623 13354840064 "GET /en/emr/notes/2821 HTTP/1.1" 301 0 INFO 2025-09-16 07:34:49,850 basehttp 76623 13338013696 "GET /en/emr/notes/2821/ HTTP/1.1" 200 37945 INFO 2025-09-16 07:34:49,872 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:35:24,554 basehttp 76623 13338013696 "POST /en/admin/emr/clinicalnote/2821/change/ HTTP/1.1" 302 0 INFO 2025-09-16 07:35:24,635 basehttp 76623 13338013696 "GET /en/admin/emr/clinicalnote/ HTTP/1.1" 200 166937 INFO 2025-09-16 07:35:24,657 basehttp 76623 13338013696 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 07:35:27,675 basehttp 76623 13338013696 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 07:35:27,708 basehttp 76623 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 07:36:13,366 log 76623 13338013696 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 299, in __init__ super().__init__(*args, **kwargs) TypeError: BaseModelForm.__init__() got an unexpected keyword argument 'user' ERROR 2025-09-16 07:36:13,367 basehttp 76623 13338013696 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 98948 INFO 2025-09-16 07:42:47,499 autoreload 76623 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 07:42:48,080 autoreload 8276 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 07:42:48,771 log 8276 12918534144 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 202, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py", line 302, in __init__ if self.user.tenant: ^^^^^^^^^ AttributeError: 'ClinicalNoteForm' object has no attribute 'user' ERROR 2025-09-16 07:42:48,773 basehttp 8276 12918534144 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 99376 INFO 2025-09-16 07:43:41,494 autoreload 8276 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 07:43:41,884 autoreload 8672 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 07:43:47,325 autoreload 8672 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 07:43:47,721 autoreload 8760 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 07:43:50,527 basehttp 8760 6197243904 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1085864 INFO 2025-09-16 07:43:50,603 basehttp 8760 6197243904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:44:50,612 basehttp 8760 6197243904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:45:31,789 basehttp 8760 6197243904 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 07:45:31,810 basehttp 8760 6197243904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 07:45:37,429 log 8760 6197243904 Internal Server Error: /en/emr/notes/2821/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 07:45:37,431 basehttp 8760 6197243904 "GET /en/emr/notes/2821/delete/ HTTP/1.1" 500 165994 INFO 2025-09-16 07:46:48,855 autoreload 8760 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 07:46:49,276 autoreload 10095 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 07:46:51,672 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 07:46:54,067 log 10095 6341865472 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 07:46:54,069 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 175568 INFO 2025-09-16 07:48:52,308 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 107673 WARNING 2025-09-16 07:48:52,321 basehttp 10095 6375518208 "GET /static/plugins/sortablejs/Sortable.min.js HTTP/1.1" 404 2029 INFO 2025-09-16 07:48:52,324 basehttp 10095 6341865472 "GET /static/plugins/summernote/dist/summernote-bs4.css HTTP/1.1" 200 23658 INFO 2025-09-16 07:48:52,325 basehttp 10095 6358691840 "GET /static/plugins/summernote/dist/summernote-bs4.min.js HTTP/1.1" 200 172823 INFO 2025-09-16 07:48:52,361 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:48:52,387 basehttp 10095 6358691840 "GET /static/plugins/summernote/dist/font/summernote.woff2 HTTP/1.1" 200 6932 INFO 2025-09-16 07:49:52,371 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:50:07,077 basehttp 10095 6358691840 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1085864 INFO 2025-09-16 07:50:07,138 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:51:07,144 basehttp 10095 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:51:32,901 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1167676 INFO 2025-09-16 07:51:32,956 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:52:32,972 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:53:32,972 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:54:26,407 basehttp 10095 6341865472 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 1167953 INFO 2025-09-16 07:54:26,497 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:55:26,484 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:56:26,493 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:57:26,493 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:58:26,495 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 07:59:26,496 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:00:26,493 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:01:26,505 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:02:26,498 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:03:26,503 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:04:26,512 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:05:26,518 basehttp 10095 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:05:46,363 autoreload 10095 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:05:46,812 autoreload 18462 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:06:26,579 basehttp 18462 6127316992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:06:29,751 autoreload 18462 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:06:30,093 autoreload 18812 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:07:06,659 autoreload 18812 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-16 08:07:07,036 autoreload 19126 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:07:07,699 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 46114 INFO 2025-09-16 08:07:07,740 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 08:08:07,746 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 08:09:07,676 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:09:42,218 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 45688 INFO 2025-09-16 08:09:42,253 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:10:42,263 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:11:17,061 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 45311 INFO 2025-09-16 08:11:17,128 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:12:17,104 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:13:17,109 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:14:17,111 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:15:17,108 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:16:17,110 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 08:16:57,405 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 44942 INFO 2025-09-16 08:16:57,444 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:17:57,456 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:18:57,451 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:19:10,339 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 45513 INFO 2025-09-16 08:19:10,379 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:20:10,389 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:21:10,386 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:22:10,399 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:23:10,400 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:24:10,394 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:25:10,403 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:26:10,404 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:26:53,211 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 77343 INFO 2025-09-16 08:26:53,246 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 08:27:08,357 log 19126 13455405056 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'ClinicalNote' object is not iterable ERROR 2025-09-16 08:27:08,358 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 167440 ERROR 2025-09-16 08:27:20,620 log 19126 13455405056 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-09-16 08:27:20,621 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 167473 ERROR 2025-09-16 08:28:56,293 log 19126 13455405056 Internal Server Error: /en/emr/notes/2821/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'RelatedManager' object is not iterable ERROR 2025-09-16 08:28:56,295 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 500 167473 INFO 2025-09-16 08:29:06,034 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 77342 INFO 2025-09-16 08:29:06,078 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:30:06,092 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:31:06,088 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:32:06,094 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:32:09,712 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 78046 INFO 2025-09-16 08:32:09,746 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:32:47,186 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 78046 INFO 2025-09-16 08:32:47,230 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:33:47,235 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:34:20,938 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 78592 INFO 2025-09-16 08:34:20,977 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:35:20,980 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:36:14,082 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 79132 INFO 2025-09-16 08:36:14,120 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:37:14,127 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:38:14,135 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:39:14,201 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:39:59,503 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 61243 INFO 2025-09-16 08:39:59,541 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:40:25,673 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 64983 INFO 2025-09-16 08:40:25,716 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:40:51,228 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 67724 INFO 2025-09-16 08:40:51,266 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:41:16,037 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 67548 INFO 2025-09-16 08:41:16,080 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:41:40,135 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 70232 INFO 2025-09-16 08:41:40,168 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:42:01,292 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 70012 INFO 2025-09-16 08:42:01,325 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:43:01,336 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:01,341 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:24,865 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 79989 INFO 2025-09-16 08:44:24,878 basehttp 19126 13455405056 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 08:44:24,908 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:54,242 basehttp 19126 13455405056 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 80033 INFO 2025-09-16 08:44:54,285 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:44:56,600 basehttp 19126 13455405056 "GET /en/emr/notes/2806/ HTTP/1.1" 200 39107 INFO 2025-09-16 08:44:56,649 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:45:54,294 basehttp 19126 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:46:35,690 autoreload 19126 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:46:36,085 autoreload 36512 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:46:39,703 basehttp 36512 6122680320 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 76249 INFO 2025-09-16 08:46:39,747 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:47:26,924 basehttp 36512 6122680320 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74005 INFO 2025-09-16 08:47:26,967 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:48:14,912 basehttp 36512 6122680320 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73565 INFO 2025-09-16 08:48:14,945 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:49:14,958 basehttp 36512 6122680320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:50:01,161 autoreload 36512 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 08:50:01,561 autoreload 37980 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 08:50:02,359 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73565 INFO 2025-09-16 08:50:02,400 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:51:02,401 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:51:05,686 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73565 INFO 2025-09-16 08:51:05,726 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:51:41,252 basehttp 37980 13321187328 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 08:51:41,291 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:52:41,305 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:53:05,061 basehttp 37980 13321187328 "GET /en/emr/notes/2821/ HTTP/1.1" 200 38521 INFO 2025-09-16 08:53:05,091 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:53:11,421 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73559 INFO 2025-09-16 08:53:11,459 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:53:59,642 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74859 INFO 2025-09-16 08:53:59,676 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:54:59,678 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:55:34,176 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74159 INFO 2025-09-16 08:55:34,219 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:56:34,234 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:57:34,228 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:57:36,353 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74159 INFO 2025-09-16 08:57:36,386 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:58:33,412 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 75179 INFO 2025-09-16 08:58:33,451 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:59:06,715 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74159 INFO 2025-09-16 08:59:06,747 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 08:59:34,214 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74416 INFO 2025-09-16 08:59:34,246 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:00:17,349 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74384 INFO 2025-09-16 09:00:17,382 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:01:17,394 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:01:35,627 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74384 INFO 2025-09-16 09:01:35,674 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:02:35,671 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:02:56,642 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 73543 INFO 2025-09-16 09:02:56,684 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:03:07,071 basehttp 37980 13321187328 "GET /en/emr/notes/2821/update/ HTTP/1.1" 200 74426 INFO 2025-09-16 09:03:07,105 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:07,119 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:28,236 basehttp 37980 13321187328 "GET / HTTP/1.1" 302 0 INFO 2025-09-16 09:04:28,259 basehttp 37980 13338013696 "GET /en/ HTTP/1.1" 200 48130 INFO 2025-09-16 09:04:28,324 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:28,329 basehttp 37980 13371666432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 09:04:28,331 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:04:28,331 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:04:28,966 basehttp 37980 13321187328 "GET /en/ HTTP/1.1" 200 48130 INFO 2025-09-16 09:04:29,036 basehttp 37980 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 09:04:29,038 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:29,038 basehttp 37980 13371666432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:04:29,040 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:04:35,910 basehttp 37980 13354840064 "GET /en/ HTTP/1.1" 200 48130 INFO 2025-09-16 09:04:35,977 basehttp 37980 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 09:04:35,978 basehttp 37980 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:04:35,979 basehttp 37980 13321187328 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:04:35,980 basehttp 37980 13371666432 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:05:07,025 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:05:37,029 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:05:37,036 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:05:37,036 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:06:08,028 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:06:38,050 basehttp 37980 13354840064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 09:06:38,052 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:06:38,053 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:07:09,030 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:07:39,057 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:07:39,057 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 09:07:39,059 basehttp 37980 13354840064 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:14:09,181 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 09:14:09,181 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:14:10,170 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:15:10,183 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:15:10,184 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 09:15:29,170 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:16:11,178 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 09:16:11,179 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:16:29,177 basehttp 37980 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:18:00,534 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:18:00,537 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:18:00,537 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:21:31,299 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:21:31,300 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:21:31,301 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:22:31,274 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:23:31,295 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:23:31,298 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:23:31,299 basehttp 37980 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:24:31,273 basehttp 37980 13338013696 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 09:24:39,547 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:24:39,547 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 09:24:58,503 basehttp 37980 13354840064 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-16 09:24:58,544 basehttp 37980 13338013696 "GET /en/emr/ HTTP/1.1" 200 70238 INFO 2025-09-16 09:24:58,591 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:24:58,597 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:25:28,605 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:25:58,610 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:25:58,618 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:26:28,611 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:26:58,612 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:26:58,621 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:27:28,599 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:27:58,622 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:27:58,634 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:28:28,619 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:28:58,609 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:28:58,620 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:29:28,610 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:29:58,617 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:29:58,627 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:30:28,627 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:30:58,615 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:30:58,627 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:31:28,624 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:31:36,653 basehttp 37980 13321187328 "GET /en/emr/ HTTP/1.1" 200 70376 INFO 2025-09-16 09:31:36,691 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:31:36,699 basehttp 37980 13338013696 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:31:47,027 basehttp 37980 13338013696 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 09:31:47,040 basehttp 37980 13338013696 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 09:31:47,040 basehttp 37980 13321187328 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-16 09:31:47,041 basehttp 37980 13354840064 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-16 09:31:47,041 basehttp 37980 13371666432 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 09:31:47,084 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:32:06,692 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:32:36,702 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:32:36,709 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:32:43,394 basehttp 37980 13321187328 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 09:32:43,441 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:32:43,447 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:32:45,287 basehttp 37980 13371666432 "GET /en/emr/encounters/create/ HTTP/1.1" 200 55759 INFO 2025-09-16 09:32:45,328 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:33:13,450 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:33:43,457 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:33:43,466 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 09:34:03,715 basehttp 37980 13321187328 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 09:34:03,757 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:34:11,169 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 37657 INFO 2025-09-16 09:34:11,208 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:35:11,212 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:36:11,216 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:36:20,669 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 38089 INFO 2025-09-16 09:36:20,701 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:37:20,709 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:37:53,247 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39212 INFO 2025-09-16 09:37:53,278 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:38:31,200 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39218 INFO 2025-09-16 09:38:31,232 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:38:43,090 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39224 INFO 2025-09-16 09:38:43,120 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:39:20,944 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39230 INFO 2025-09-16 09:39:20,981 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:39:30,593 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39224 INFO 2025-09-16 09:39:30,624 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:40:30,636 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:41:02,907 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39284 INFO 2025-09-16 09:41:02,941 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:41:05,720 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39284 INFO 2025-09-16 09:41:05,761 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:41:36,875 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39280 INFO 2025-09-16 09:41:36,908 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:42:33,567 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 39203 INFO 2025-09-16 09:42:33,598 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:43:34,269 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:44:35,269 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:45:36,271 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:46:37,270 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:47:38,273 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:48:39,281 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:49:41,276 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:51:31,204 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:52:31,197 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:54:28,572 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:55:28,566 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:56:28,563 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:57:28,566 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:57:30,807 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41154 INFO 2025-09-16 09:57:30,860 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:57:48,503 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41135 INFO 2025-09-16 09:57:48,547 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:58:05,565 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41130 INFO 2025-09-16 09:58:05,595 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:58:30,325 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41130 INFO 2025-09-16 09:58:30,354 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 09:59:31,202 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:00:32,197 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:01:33,180 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:02:34,056 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:02:34,776 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41268 INFO 2025-09-16 10:02:34,785 basehttp 37980 13321187328 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-16 10:02:34,786 basehttp 37980 13338013696 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-16 10:02:34,827 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:03:34,841 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:04:34,836 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:05:09,482 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45089 INFO 2025-09-16 10:05:09,503 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:05:38,974 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45101 INFO 2025-09-16 10:05:38,986 basehttp 37980 13338013696 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 10:05:39,012 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:05:52,113 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 INFO 2025-09-16 10:05:52,144 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:06:52,195 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 10:07:53,198 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 10:08:54,190 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:09:55,181 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:10:09,574 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45228 INFO 2025-09-16 10:10:09,580 basehttp 37980 13338013696 "GET /static/js/demo/timeline.demo.js HTTP/1.1" 200 1026 INFO 2025-09-16 10:10:09,620 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 10:10:13,879 log 37980 13338013696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:10:13,879 basehttp 37980 13338013696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:10:25,259 basehttp 37980 13338013696 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45228 INFO 2025-09-16 10:10:25,267 basehttp 37980 13354840064 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 10:10:25,269 basehttp 37980 13388492800 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 10:10:25,269 basehttp 37980 13371666432 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-16 10:10:25,271 basehttp 37980 13405319168 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 10:10:25,272 basehttp 37980 13354840064 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-16 10:10:25,275 basehttp 37980 13371666432 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 10:10:25,276 basehttp 37980 13338013696 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 10:10:25,278 basehttp 37980 13338013696 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 10:10:25,281 basehttp 37980 13371666432 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 10:10:25,282 basehttp 37980 13338013696 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 10:10:25,284 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-16 10:10:25,286 basehttp 37980 13321187328 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 10:10:25,289 basehttp 37980 13321187328 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 WARNING 2025-09-16 10:10:25,292 log 37980 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:10:25,292 basehttp 37980 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:10:25,293 basehttp 37980 13321187328 "GET /static/js/demo/timeline.demo.js HTTP/1.1" 200 1026 INFO 2025-09-16 10:10:25,293 basehttp 37980 13371666432 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 10:10:25,296 basehttp 37980 13354840064 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 10:10:25,298 basehttp 37980 13371666432 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 10:10:25,299 basehttp 37980 13321187328 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 10:10:25,299 basehttp 37980 13338013696 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 10:10:25,299 basehttp 37980 13388492800 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 10:10:25,300 basehttp 37980 13354840064 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 10:10:25,302 basehttp 37980 13371666432 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 10:10:25,304 basehttp 37980 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 10:10:25,304 basehttp 37980 13354840064 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 10:10:25,304 basehttp 37980 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 10:10:25,305 basehttp 37980 13371666432 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 10:10:25,308 basehttp 37980 13338013696 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 10:10:25,308 basehttp 37980 13371666432 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 10:10:25,309 basehttp 37980 13321187328 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 10:10:25,310 basehttp 37980 13354840064 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 10:10:25,310 basehttp 37980 13388492800 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 10:10:25,312 basehttp 37980 13338013696 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 10:10:25,312 basehttp 37980 13371666432 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 10:10:25,313 basehttp 37980 13354840064 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 10:10:25,314 basehttp 37980 13338013696 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 10:10:25,314 basehttp 37980 13371666432 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 10:10:25,315 basehttp 37980 13354840064 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 10:10:25,319 basehttp 37980 13405319168 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 10:10:25,321 basehttp 37980 13321187328 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 10:10:25,321 basehttp 37980 13388492800 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 10:10:25,495 basehttp 37980 13388492800 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 10:10:25,499 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 WARNING 2025-09-16 10:10:25,584 log 37980 13321187328 Not Found: /favicon.ico WARNING 2025-09-16 10:10:25,584 basehttp 37980 13321187328 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 10:11:26,192 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:12:27,200 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:13:28,201 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:14:07,490 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:14:07,512 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:14:07,512 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:14:07,584 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:14:15,514 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:14:15,529 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:14:15,530 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:14:15,586 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:15:15,601 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:16:15,594 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:16:31,253 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:16:31,267 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:16:31,267 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:16:31,306 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 10:16:36,890 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 INFO 2025-09-16 10:16:36,899 basehttp 37980 13354840064 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 10:16:36,899 basehttp 37980 13371666432 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-16 10:16:36,905 basehttp 37980 13405319168 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 10:16:36,905 basehttp 37980 13371666432 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 INFO 2025-09-16 10:16:36,910 basehttp 37980 13354840064 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 10:16:36,911 basehttp 37980 13405319168 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 10:16:36,912 basehttp 37980 13321187328 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 WARNING 2025-09-16 10:16:36,914 log 37980 13388492800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:16:36,914 basehttp 37980 13388492800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:16:36,916 basehttp 37980 13321187328 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 10:16:36,918 basehttp 37980 13321187328 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-16 10:16:36,921 basehttp 37980 13405319168 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 10:16:36,922 basehttp 37980 13321187328 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 10:16:36,923 basehttp 37980 13388492800 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 10:16:36,924 basehttp 37980 13321187328 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-16 10:16:36,928 basehttp 37980 13321187328 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 10:16:36,930 basehttp 37980 13388492800 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 10:16:36,930 basehttp 37980 13321187328 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 10:16:36,934 basehttp 37980 13388492800 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 10:16:36,934 basehttp 37980 13321187328 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 10:16:36,935 basehttp 37980 13338013696 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 10:16:36,938 basehttp 37980 13321187328 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 10:16:36,939 basehttp 37980 13338013696 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 10:16:36,940 basehttp 37980 13388492800 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 10:16:36,941 basehttp 37980 13321187328 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 10:16:36,944 basehttp 37980 13388492800 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 10:16:36,944 basehttp 37980 13338013696 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 10:16:36,946 basehttp 37980 13388492800 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 10:16:36,947 basehttp 37980 13321187328 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 10:16:36,949 basehttp 37980 13388492800 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 10:16:36,949 basehttp 37980 13338013696 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 10:16:36,949 basehttp 37980 13371666432 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 10:16:36,950 basehttp 37980 13321187328 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 10:16:36,952 basehttp 37980 13388492800 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 10:16:36,952 basehttp 37980 13338013696 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 10:16:36,954 basehttp 37980 13321187328 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 10:16:36,955 basehttp 37980 13388492800 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 10:16:36,956 basehttp 37980 13354840064 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 10:16:36,956 basehttp 37980 13338013696 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 10:16:36,956 basehttp 37980 13371666432 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 10:16:37,240 basehttp 37980 13405319168 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 10:16:37,260 basehttp 37980 13371666432 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 10:16:37,274 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 10:16:37,366 log 37980 13405319168 Not Found: /favicon.ico WARNING 2025-09-16 10:16:37,366 basehttp 37980 13405319168 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 10:17:37,285 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:18:37,289 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:19:16,304 basehttp 37980 13405319168 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45167 WARNING 2025-09-16 10:19:16,317 log 37980 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:19:16,317 basehttp 37980 13405319168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:19:16,391 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:20:16,395 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:21:08,055 basehttp 37980 13405319168 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45101 WARNING 2025-09-16 10:21:08,069 log 37980 13405319168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:21:08,069 basehttp 37980 13405319168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:21:08,108 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:22:08,110 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:23:08,114 basehttp 37980 13405319168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:24:08,126 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:25:06,942 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45081 WARNING 2025-09-16 10:25:06,954 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:25:06,954 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:25:07,004 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:26:03,381 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45087 WARNING 2025-09-16 10:26:03,404 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:26:03,404 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:26:03,451 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:27:03,455 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:27:48,135 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44997 WARNING 2025-09-16 10:27:48,150 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:27:48,150 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:27:48,190 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:28:48,203 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:28:50,268 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45113 WARNING 2025-09-16 10:28:50,285 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:28:50,285 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:28:50,326 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:29:26,325 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45343 WARNING 2025-09-16 10:29:26,340 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:29:26,341 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:29:26,387 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:30:26,418 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:31:26,395 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:31:41,648 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45361 WARNING 2025-09-16 10:31:41,668 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:31:41,669 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:31:41,716 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:32:08,624 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45369 WARNING 2025-09-16 10:32:08,640 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:32:08,640 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:32:08,688 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:08,689 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:11,972 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45377 WARNING 2025-09-16 10:33:11,985 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:11,986 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:12,025 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:26,834 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45379 WARNING 2025-09-16 10:33:26,847 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:26,847 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:26,890 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:36,488 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45395 WARNING 2025-09-16 10:33:36,502 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:36,502 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:36,541 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:33:49,925 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45411 WARNING 2025-09-16 10:33:49,938 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:33:49,939 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:33:49,980 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:34:07,693 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45365 WARNING 2025-09-16 10:34:07,707 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:34:07,708 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:34:07,759 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:34:34,973 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45373 WARNING 2025-09-16 10:34:34,989 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:34:34,989 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:34:35,041 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:35:00,799 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 45393 WARNING 2025-09-16 10:35:00,813 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:35:00,813 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:35:00,855 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:36:00,860 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:37:00,830 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:37:04,786 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 46137 WARNING 2025-09-16 10:37:04,799 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:37:04,799 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:37:04,842 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:37:22,817 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44761 WARNING 2025-09-16 10:37:22,837 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:37:22,837 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:37:22,881 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:38:14,906 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44761 WARNING 2025-09-16 10:38:14,918 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:38:14,918 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:38:14,960 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:38:32,203 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44797 WARNING 2025-09-16 10:38:32,213 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 10:38:32,214 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 10:38:32,258 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:39:33,289 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:42:44,998 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:43:49,926 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:44:50,932 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:45:51,923 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:47:28,727 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:48:30,733 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:50:21,732 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 10:54:56,947 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:04:26,032 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:11:50,889 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 11:22:22,368 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:26:48,833 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:28:48,839 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:30:48,830 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:32:48,842 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:34:48,837 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:36:48,835 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:38:48,898 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:40:48,899 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:42:48,900 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:44:48,898 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:46:48,930 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:48:48,931 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:50:48,892 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:52:48,913 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:54:48,883 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:56:48,883 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 11:58:48,875 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:00:48,877 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:02:48,878 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:04:48,878 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:06:48,880 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 12:08:48,893 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:10:48,889 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:11:48,887 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:13:48,890 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:15:48,880 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 12:17:48,890 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 12:40:42,625 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:41:52,419 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:52:49,928 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:53:49,906 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:54:49,895 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:55:49,897 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:56:49,894 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:57:49,911 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:58:49,898 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 13:59:49,896 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:00:49,910 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:01:49,903 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:02:49,915 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:03:49,918 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:04:49,922 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:05:49,928 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:06:49,929 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 14:07:49,934 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 14:08:49,894 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:09:49,899 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:10:49,910 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:11:49,917 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:12:49,939 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:13:49,940 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:14:49,943 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:15:49,942 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 14:16:49,937 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:37:14,132 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:37:38,415 basehttp 37980 13321187328 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 14:37:38,422 basehttp 37980 13354840064 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-16 14:37:38,422 basehttp 37980 13321187328 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 14:37:38,423 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-16 14:37:38,425 basehttp 37980 13371666432 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 14:37:39,948 basehttp 37980 13371666432 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 14:37:39,973 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 14:37:57,994 log 37980 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:37:57,994 basehttp 37980 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 14:38:10,012 basehttp 37980 13371666432 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 14:38:40,001 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:38:40,016 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 14:38:56,903 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 14:38:56,910 log 37980 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:56,911 basehttp 37980 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 14:38:56,923 log 37980 13371666432 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:56,923 basehttp 37980 13371666432 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 14:38:57,802 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 14:38:57,807 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:57,807 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 14:38:57,820 log 37980 13321187328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 14:38:57,820 basehttp 37980 13321187328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 14:39:02,581 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44828 INFO 2025-09-16 14:39:02,598 basehttp 37980 13321187328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 14:39:02,632 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:39:09,276 basehttp 37980 13321187328 "GET /en/ HTTP/1.1" 200 48136 INFO 2025-09-16 14:39:09,325 basehttp 37980 13371666432 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 14:39:09,327 basehttp 37980 13338013696 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 14:39:09,328 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 14:39:11,580 basehttp 37980 13321187328 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 14:39:18,089 basehttp 37980 13321187328 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 14:39:18,133 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:39:20,951 basehttp 37980 13321187328 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41284 INFO 2025-09-16 14:39:20,991 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:39:40,108 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44828 INFO 2025-09-16 14:39:40,150 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:40:01,615 basehttp 37980 13321187328 "GET /en/emr/notes/create/3262/ HTTP/1.1" 200 44018 INFO 2025-09-16 14:40:01,651 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:40:15,318 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:40:15,352 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:41:15,372 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:42:15,375 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:43:15,378 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:44:15,379 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:03,705 basehttp 37980 13321187328 "POST /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45632 INFO 2025-09-16 14:45:03,736 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:20,565 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:45:21,215 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:45:21,260 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:42,810 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:45:48,277 basehttp 37980 13321187328 "GET /en/inpatients/admissions/60/ HTTP/1.1" 200 23140 INFO 2025-09-16 14:45:48,314 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:46:48,328 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:47:48,342 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:18,641 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:26,303 basehttp 37980 13321187328 "GET /en/emr/add-vital-signs/3262/ HTTP/1.1" 200 45530 INFO 2025-09-16 14:48:26,341 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:34,402 basehttp 37980 13321187328 "GET /en/emr/encounters/3262/ HTTP/1.1" 200 44828 INFO 2025-09-16 14:48:34,439 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:38,385 basehttp 37980 13321187328 "GET /en/emr/vital-signs/2229/ HTTP/1.1" 200 40877 INFO 2025-09-16 14:48:38,396 basehttp 37980 13321187328 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-16 14:48:38,430 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:48:38,446 basehttp 37980 13338013696 "GET /en/emr/vital-signs-chart/18/ HTTP/1.1" 200 33261 INFO 2025-09-16 14:49:38,443 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:49:46,630 basehttp 37980 13321187328 "GET /en/emr/vital-signs/?patient=18 HTTP/1.1" 200 90750 INFO 2025-09-16 14:49:46,670 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:01,805 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:12,159 basehttp 37980 13321187328 "GET /en/emr/problems/ HTTP/1.1" 200 104902 INFO 2025-09-16 14:50:12,200 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:22,679 basehttp 37980 13321187328 "GET / HTTP/1.1" 302 0 INFO 2025-09-16 14:50:22,701 basehttp 37980 13338013696 "GET /en/ HTTP/1.1" 200 48128 INFO 2025-09-16 14:50:22,763 basehttp 37980 13338013696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:22,767 basehttp 37980 13371666432 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 14:50:22,767 basehttp 37980 13354840064 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 14:50:22,768 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 14:50:28,140 basehttp 37980 13321187328 "GET /en/appointments/ HTTP/1.1" 200 57107 INFO 2025-09-16 14:50:28,192 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:50:28,203 basehttp 37980 13371666432 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 WARNING 2025-09-16 14:50:56,838 log 37980 13371666432 Forbidden (CSRF token missing.): /en/appointments/check-in/711/ WARNING 2025-09-16 14:50:56,839 basehttp 37980 13371666432 "POST /en/appointments/check-in/711/ HTTP/1.1" 403 2491 INFO 2025-09-16 14:51:01,360 basehttp 37980 13371666432 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:51:01,377 basehttp 37980 13371666432 "GET /static/plugins/sweetalert/dist/sweetalert.min.js HTTP/1.1" 200 40808 INFO 2025-09-16 14:51:01,411 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:01,439 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:01,452 basehttp 37980 13321187328 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:52:01,487 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:36,456 basehttp 37980 13321187328 "GET /en/appointments/queue/3/ HTTP/1.1" 200 30854 INFO 2025-09-16 14:52:36,466 basehttp 37980 13321187328 "GET /static/plugins/sweetalert2/css/sweetalert2.all.min.css HTTP/1.1" 200 35107 INFO 2025-09-16 14:52:36,467 basehttp 37980 13371666432 "GET /static/plugins/sweetalert2/js/sweetalert2.all.min.js HTTP/1.1" 200 78487 INFO 2025-09-16 14:52:36,499 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:47,762 basehttp 37980 13371666432 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37235 INFO 2025-09-16 14:52:47,804 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:52:50,680 basehttp 37980 13371666432 "GET /en/appointments/queue/1/call-next/ HTTP/1.1" 302 0 INFO 2025-09-16 14:52:50,695 basehttp 37980 13371666432 "GET /en/appointments/queue/1/ HTTP/1.1" 200 37280 INFO 2025-09-16 14:52:50,729 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:53:50,748 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:53:50,767 basehttp 37980 13321187328 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 INFO 2025-09-16 14:53:50,804 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:19,173 basehttp 37980 13321187328 "GET /en/appointments/queue/entry/8/ HTTP/1.1" 200 30939 INFO 2025-09-16 14:54:19,209 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:29,320 basehttp 37980 13321187328 "GET /en/appointments/queue/entry/1/ HTTP/1.1" 200 30846 INFO 2025-09-16 14:54:29,357 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:58,560 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:54:58,572 basehttp 37980 13371666432 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 INFO 2025-09-16 14:54:58,608 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:55:43,556 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:55:43,567 basehttp 37980 13321187328 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:55:43,605 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:56:33,312 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:56:33,331 basehttp 37980 13371666432 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 14:56:43,620 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:56:43,636 basehttp 37980 13321187328 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 INFO 2025-09-16 14:56:43,676 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:05,954 basehttp 37980 13371666432 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:05,957 basehttp 37980 13338013696 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 14:57:05,958 basehttp 37980 13321187328 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 14:57:09,624 basehttp 37980 13321187328 "GET /en/appointments/ HTTP/1.1" 200 57107 INFO 2025-09-16 14:57:09,673 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:09,686 basehttp 37980 13338013696 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 14:57:19,612 basehttp 37980 13338013696 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 31619 INFO 2025-09-16 14:57:19,623 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-16 14:57:19,625 basehttp 37980 13371666432 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-16 14:57:19,625 basehttp 37980 13338013696 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-16 14:57:19,626 basehttp 37980 13354840064 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-16 14:57:19,626 basehttp 37980 13321187328 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-16 14:57:19,651 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:57:23,255 basehttp 37980 13321187328 "GET /en/appointments/waiting-list/create/ HTTP/1.1" 200 54198 INFO 2025-09-16 14:57:23,302 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 14:58:23,329 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 ERROR 2025-09-16 14:58:59,276 log 37980 13321187328 Internal Server Error: /en/appointments/waiting-list/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 182, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 151, in post return self.form_valid(form) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py", line 1344, in form_valid response = super().form_valid(form) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 133, in form_valid self.object = form.save() ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 554, in save self.instance.save() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 902, in save self.save_base( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1008, in save_base updated = self._save_table( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1169, in _save_table results = self._do_insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 1210, in _do_insert return manager._insert( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1868, in _insert return query.get_compiler(using=using).execute_sql(returning_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1882, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.IntegrityError: NOT NULL constraint failed: appointments_waiting_list.acceptable_days ERROR 2025-09-16 14:58:59,278 basehttp 37980 13321187328 "POST /en/appointments/waiting-list/create/ HTTP/1.1" 500 223041 INFO 2025-09-16 15:00:07,293 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:01:07,304 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:02:07,308 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:03:07,312 basehttp 37980 13321187328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:03:24,048 autoreload 37980 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/views.py changed, reloading. INFO 2025-09-16 15:03:24,548 autoreload 37578 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:04:07,377 basehttp 37578 6160396288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:04:43,871 autoreload 37578 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/appointments/models.py changed, reloading. INFO 2025-09-16 15:04:44,251 autoreload 38210 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:04:53,430 autoreload 38287 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:04:57,678 basehttp 38287 6129397760 "POST /en/appointments/waiting-list/create/ HTTP/1.1" 302 0 INFO 2025-09-16 15:04:57,694 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 35078 INFO 2025-09-16 15:04:57,759 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:05:00,929 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 53749 INFO 2025-09-16 15:05:00,967 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:05:59,683 basehttp 38287 6129397760 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 1386 INFO 2025-09-16 15:06:00,978 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:06:31,986 basehttp 38287 6129397760 "POST /en/appointments/waiting-list/1/contact/ HTTP/1.1" 200 2708 INFO 2025-09-16 15:07:00,989 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:06,735 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 54955 INFO 2025-09-16 15:07:06,778 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:11,584 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/delete/ HTTP/1.1" 200 19847 INFO 2025-09-16 15:07:11,622 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:20,190 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 56227 INFO 2025-09-16 15:07:20,211 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:24,570 basehttp 38287 6129397760 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 15:07:24,571 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 15:07:27,745 basehttp 38287 6146224128 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 15:07:57,741 basehttp 38287 6146224128 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 15:08:03,864 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 15:08:04,872 basehttp 38287 6146224128 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34837 INFO 2025-09-16 15:08:23,994 basehttp 38287 6146224128 "GET /en/appointments/requests/ HTTP/1.1" 200 158399 INFO 2025-09-16 15:08:24,032 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 15:08:54,855 basehttp 38287 6146224128 "GET /en/appointments/reschedule/2092/ HTTP/1.1" 200 29478 INFO 2025-09-16 15:08:54,894 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:00,814 basehttp 38287 6146224128 "GET /en/appointments/requests/2092/detail/ HTTP/1.1" 200 26434 INFO 2025-09-16 15:09:00,853 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:16,002 basehttp 38287 6146224128 "GET /en/patients/patientprofile/1/details/ HTTP/1.1" 200 35436 INFO 2025-09-16 15:09:16,040 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:23,887 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:23,909 basehttp 38287 6129397760 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 15:09:24,156 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:24,158 basehttp 38287 6163050496 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 15:09:24,158 basehttp 38287 6129397760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 15:09:26,589 basehttp 38287 6129397760 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-16 15:09:26,627 basehttp 38287 6163050496 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 15:09:26,675 basehttp 38287 6163050496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:26,682 basehttp 38287 6146224128 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 15:09:30,960 basehttp 38287 6146224128 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 15:09:31,008 basehttp 38287 6146224128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:31,013 basehttp 38287 6163050496 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 15:09:32,745 basehttp 38287 6163050496 "GET /en/inpatients/ HTTP/1.1" 200 40622 INFO 2025-09-16 15:09:32,804 basehttp 38287 6163050496 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:32,806 basehttp 38287 6146224128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:09:32,829 basehttp 38287 6129397760 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:09:47,266 basehttp 38287 6129397760 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:09:47,358 basehttp 38287 6129397760 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-16 15:09:47,381 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:09:47,451 basehttp 38287 6129397760 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:10:02,804 basehttp 38287 6129397760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:10:32,835 basehttp 38287 6129397760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:10:32,835 basehttp 38287 6163050496 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:10:32,860 basehttp 38287 6146224128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:16:09,271 autoreload 42481 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:16:15,401 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 15:16:15,454 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:16:27,101 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:16:57,098 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:15,308 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:17:27,099 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:29,771 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:29,880 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:17:29,955 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:17:44,607 basehttp 42481 6128922624 "GET /en/inpatients/beds/132/ HTTP/1.1" 200 30500 INFO 2025-09-16 15:17:44,639 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:00,015 basehttp 42481 6128922624 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:18:01,275 basehttp 42481 6128922624 "GET /en/inpatients/beds/153/ HTTP/1.1" 200 30500 INFO 2025-09-16 15:18:01,315 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:25,103 basehttp 42481 6128922624 "GET /en/inpatients/beds/153/ HTTP/1.1" 200 30500 INFO 2025-09-16 15:18:25,132 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:37,579 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:37,649 basehttp 42481 6145748992 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 15:18:55,453 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:18:55,471 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:18:55,479 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:18:55,534 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:18:55,558 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 WARNING 2025-09-16 15:19:01,060 log 42481 6145748992 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:19:01,060 basehttp 42481 6145748992 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:19:25,444 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:19:42,401 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:19:55,478 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:19:55,478 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:19:55,501 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:20:25,443 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:20:55,474 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:20:55,477 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:20:55,498 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:21:25,476 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:21:42,403 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:21:42,426 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:21:55,452 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:21:55,471 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:21:55,478 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:22:25,475 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:22:55,463 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:22:55,495 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:22:55,495 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:23:25,476 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:23:42,422 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:23:55,471 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:23:55,478 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:23:55,501 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:24:25,486 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:24:55,464 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:24:55,498 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:24:55,504 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:25:25,490 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:25:42,427 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:25:55,470 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:25:55,496 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:25:55,498 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:26:25,494 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:26:42,389 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:26:55,469 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:26:55,499 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:26:55,505 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:27:25,568 basehttp 42481 6162575360 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:27:42,490 basehttp 42481 6162575360 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:27:55,553 basehttp 42481 6162575360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:27:55,580 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:27:55,581 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:28:25,578 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:28:55,550 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:28:55,577 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:28:55,580 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:29:25,574 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:29:42,480 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:29:55,548 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:29:55,573 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:29:55,579 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:30:25,581 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:30:55,564 basehttp 42481 6145748992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:30:55,600 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:30:55,604 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:31:25,583 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:31:42,475 basehttp 42481 6145748992 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:31:42,499 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:31:55,561 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:31:55,588 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:31:55,591 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:32:25,593 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:32:55,568 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:32:55,593 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:32:55,596 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:33:25,596 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:33:42,489 basehttp 42481 6128922624 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:33:55,569 basehttp 42481 6128922624 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:33:55,599 basehttp 42481 6145748992 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:33:55,603 basehttp 42481 6128922624 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:34:20,617 autoreload 42481 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:34:21,069 autoreload 50561 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:34:23,609 basehttp 50561 6341865472 "GET /en/inpatients/ HTTP/1.1" 200 40622 WARNING 2025-09-16 15:34:23,628 log 50561 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:23,628 basehttp 50561 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:34:23,706 basehttp 50561 6341865472 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:34:23,711 basehttp 50561 6358691840 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:34:23,764 basehttp 50561 6375518208 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:34:28,334 basehttp 50561 6375518208 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:34:28,351 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:28,351 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:34:28,425 basehttp 50561 6375518208 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:34:37,226 basehttp 50561 6375518208 "GET /en/inpatients/transfer/20/approve/ HTTP/1.1" 200 9424 WARNING 2025-09-16 15:34:37,245 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:37,245 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:34:47,192 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:47,192 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:34:47,208 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:47,208 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:34:57,971 log 50561 6375518208 Not Found: /en/inpatients/transfers/20 WARNING 2025-09-16 15:34:57,971 basehttp 50561 6375518208 "GET /en/inpatients/transfers/20 HTTP/1.1" 404 34781 WARNING 2025-09-16 15:34:57,987 log 50561 6375518208 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:34:57,987 basehttp 50561 6375518208 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:12,753 autoreload 50561 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:39:13,126 autoreload 52663 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 15:39:16,092 log 52663 6149255168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:16,092 basehttp 52663 6149255168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:16,140 basehttp 52663 6132428800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:39:16,142 log 52663 6149255168 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:16,142 basehttp 52663 6149255168 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:39:16,991 log 52663 13035925504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:16,992 basehttp 52663 13035925504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:16,995 basehttp 52663 6132428800 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:39:17,001 basehttp 52663 6149255168 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 WARNING 2025-09-16 15:39:17,007 log 52663 6132428800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:17,007 basehttp 52663 6132428800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:17,051 basehttp 52663 6166081536 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:39:17,074 basehttp 52663 6132428800 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 ERROR 2025-09-16 15:39:18,725 log 52663 6132428800 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 68, in get_context_data ).order_by('-admitted_at')[:5] ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admitted_at' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-09-16 15:39:18,727 basehttp 52663 6132428800 "GET /en/inpatients/ HTTP/1.1" 500 107133 WARNING 2025-09-16 15:39:18,743 log 52663 6132428800 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:18,743 basehttp 52663 6132428800 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:39:33,413 autoreload 52663 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:39:33,904 autoreload 52833 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:39:35,529 log 52833 6170390528 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 76, in get_context_data ).order_by('scheduled_time')[:5] ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_datetime, admission, admission_id, approved_by, approved_by_id, completed_by, completed_by_id, complications, created_at, delay_reason, equipment_needed, from_bed, from_bed_id, from_ward, from_ward_id, handoff_report, id, medications_transferred, notes, patient, patient_condition, patient_id, priority, reason, requested_by, requested_by_id, requested_datetime, scheduled_datetime, status, supplies_needed, to_bed, to_bed_id, to_ward, to_ward_id, transfer_id, transfer_type, transport_method, transport_team, updated_at, vital_signs ERROR 2025-09-16 15:39:35,531 basehttp 52833 6170390528 "GET /en/inpatients/ HTTP/1.1" 500 105814 WARNING 2025-09-16 15:39:35,545 log 52833 6170390528 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:39:35,545 basehttp 52833 6170390528 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:40:07,665 autoreload 52833 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:40:08,046 autoreload 53140 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:40:10,594 log 53140 6192541696 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 85, in get_context_data ).order_by('scheduled_date', 'scheduled_time')[:5] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_duration_minutes, actual_end_time, actual_start_time, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, assistant_surgeons, blood_products, circulating_nurse, circulating_nurse_id, complications, consent_date, consent_obtained, created_at, created_by, created_by_id, estimated_duration_minutes, id, implants_needed, operating_room, or_block_time, patient, patient_id, postop_diagnosis, preop_diagnosis, preop_orders, primary_surgeon, primary_surgeon_id, priority, procedure_code, procedure_name, procedure_performed, recovery_location, scheduled_date, scheduled_start_time, scrub_nurse, scrub_nurse_id, special_equipment, status, surgery_id, surgery_notes, surgery_type, tenant, tenant_id, updated_at ERROR 2025-09-16 15:40:10,595 basehttp 53140 6192541696 "GET /en/inpatients/ HTTP/1.1" 500 105585 WARNING 2025-09-16 15:40:10,614 log 53140 6192541696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:40:10,615 basehttp 53140 6192541696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:40:59,071 autoreload 53140 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:40:59,468 autoreload 53531 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:41:00,219 log 53531 6201012224 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 199, in render len_values = len(values) ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'initial_ward', 'initial_bed'. Choices are: tenant, patient, admitting_physician, attending_physician, current_ward, current_bed, discharge_planner, created_by, discharge_summary ERROR 2025-09-16 15:41:00,221 basehttp 53531 6201012224 "GET /en/inpatients/ HTTP/1.1" 500 219748 WARNING 2025-09-16 15:41:00,237 log 53531 6201012224 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:41:00,238 basehttp 53531 6201012224 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:42:06,532 autoreload 53531 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:42:06,904 autoreload 54002 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:42:11,311 autoreload 54002 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:42:11,737 autoreload 54011 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 15:42:13,176 log 54011 6168555520 Internal Server Error: /en/inpatients/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 198, in render values = list(values) ^^^^^^^^^^^^ TypeError: 'int' object is not iterable ERROR 2025-09-16 15:42:13,178 basehttp 54011 6168555520 "GET /en/inpatients/ HTTP/1.1" 500 150984 WARNING 2025-09-16 15:42:13,195 log 54011 6168555520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:42:13,195 basehttp 54011 6168555520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:42:49,720 autoreload 54011 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:42:50,137 autoreload 54327 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:42:50,680 basehttp 54327 6161723392 "GET /en/inpatients/ HTTP/1.1" 200 58708 WARNING 2025-09-16 15:42:50,697 log 54327 6161723392 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:42:50,697 basehttp 54327 6161723392 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:42:50,786 basehttp 54327 6161723392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:42:50,790 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:42:50,807 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:43:17,505 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:43:20,796 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:43:50,798 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:43:50,800 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:43:50,822 basehttp 54327 6178549760 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:44:20,785 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:44:39,122 basehttp 54327 6178549760 "GET /en/inpatients/ HTTP/1.1" 200 58718 WARNING 2025-09-16 15:44:39,141 log 54327 6178549760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:44:39,141 basehttp 54327 6178549760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:44:39,229 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:44:39,235 basehttp 54327 6178549760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:44:39,255 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:45:09,229 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:45:39,244 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:45:39,247 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:45:39,275 basehttp 54327 6178549760 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:46:09,221 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:46:35,698 basehttp 54327 6178549760 "GET /en/inpatients/ HTTP/1.1" 200 58847 WARNING 2025-09-16 15:46:35,713 log 54327 6178549760 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:35,713 basehttp 54327 6178549760 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:46:35,799 basehttp 54327 6178549760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:46:35,802 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:46:35,822 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:46:40,815 basehttp 54327 6195376128 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:46:40,841 log 54327 6195376128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:40,842 basehttp 54327 6195376128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:46:40,918 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:46:43,994 log 54327 6195376128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:43,994 basehttp 54327 6195376128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:46:44,009 log 54327 6195376128 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:46:44,010 basehttp 54327 6195376128 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:47:05,790 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:47:35,796 basehttp 54327 6195376128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:47:35,798 basehttp 54327 6178549760 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:47:35,816 basehttp 54327 6161723392 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:48:05,784 basehttp 54327 6161723392 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:48:35,801 basehttp 54327 6178549760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:48:35,804 basehttp 54327 6195376128 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:48:35,830 basehttp 54327 6161723392 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:48:35,888 basehttp 54327 6195376128 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:49:00,826 autoreload 54327 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 15:49:01,188 autoreload 57062 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 15:49:01,677 basehttp 57062 6160936960 "GET /en/inpatients/ HTTP/1.1" 200 58847 WARNING 2025-09-16 15:49:01,695 log 57062 6160936960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:01,695 basehttp 57062 6160936960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:01,790 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:49:01,792 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:49:01,810 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:49:11,961 basehttp 57062 6194589696 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:49:11,984 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:11,984 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:12,058 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:49:15,201 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:15,201 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:49:15,214 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:15,214 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:21,234 basehttp 57062 6194589696 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84472 WARNING 2025-09-16 15:49:21,256 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:21,256 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:21,325 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 15:49:23,524 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:23,524 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 15:49:23,538 log 57062 6194589696 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 15:49:23,538 basehttp 57062 6194589696 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 15:49:31,778 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:50:01,802 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:50:01,803 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:50:01,825 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:50:31,788 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:51:01,787 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:51:01,799 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:51:01,826 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:51:01,861 basehttp 57062 6160936960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:51:31,807 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:52:01,806 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:52:01,810 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:52:01,835 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:52:31,817 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:53:01,790 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:53:01,812 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:53:01,826 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:53:01,844 basehttp 57062 6160936960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:53:31,807 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:54:01,768 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:54:01,791 basehttp 57062 6160936960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:54:01,817 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:54:01,823 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:54:31,812 basehttp 57062 6160936960 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:55:01,810 basehttp 57062 6160936960 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:55:01,814 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:55:01,824 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:55:01,853 basehttp 57062 6211416064 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:55:31,821 basehttp 57062 6211416064 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:56:01,811 basehttp 57062 6211416064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:56:01,830 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:56:01,842 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:56:31,832 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:57:01,810 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:57:01,813 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:57:01,844 basehttp 57062 6211416064 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:57:01,868 basehttp 57062 6211416064 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:57:31,887 basehttp 57062 6211416064 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:58:01,816 basehttp 57062 6211416064 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:58:01,855 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:58:01,933 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:58:31,953 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:59:01,797 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:59:01,820 basehttp 57062 6211416064 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:59:01,824 basehttp 57062 6177763328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 15:59:01,848 basehttp 57062 6194589696 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 15:59:01,961 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 15:59:31,978 basehttp 57062 6194589696 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 16:00:01,827 basehttp 57062 6194589696 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:00:01,860 basehttp 57062 6177763328 "GET /en/inpatients/bed-grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 16:00:01,965 basehttp 57062 6177763328 "GET /en/inpatients/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 16:00:26,349 autoreload 57062 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 16:00:26,742 autoreload 62171 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 16:00:27,896 log 62171 6199488512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:27,896 basehttp 62171 6199488512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 16:00:27,915 log 62171 6199488512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:27,916 basehttp 62171 6199488512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:00:28,578 basehttp 62171 6199488512 "GET /en/inpatients/ HTTP/1.1" 200 58990 WARNING 2025-09-16 16:00:28,596 log 62171 6199488512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:28,596 basehttp 62171 6199488512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:00:28,689 basehttp 62171 6199488512 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:00:28,695 basehttp 62171 6216314880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 16:00:28,712 basehttp 62171 6233141248 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 ERROR 2025-09-16 16:00:31,541 log 62171 6233141248 Internal Server Error: /en/inpatients/admissions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 162, in __init__ self.fields['admitting_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 16:00:31,544 basehttp 62171 6233141248 "GET /en/inpatients/admissions/create/ HTTP/1.1" 500 171696 WARNING 2025-09-16 16:00:31,564 log 62171 6233141248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:00:31,564 basehttp 62171 6233141248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:03:16,577 autoreload 62171 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 16:03:16,984 autoreload 63440 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 16:03:19,207 log 63440 6341865472 Internal Server Error: /en/inpatients/admissions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 167, in __init__ self.fields['attending_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 16:03:19,209 basehttp 63440 6341865472 "GET /en/inpatients/admissions/create/ HTTP/1.1" 500 171734 WARNING 2025-09-16 16:03:19,225 log 63440 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:03:19,225 basehttp 63440 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 16:03:20,486 log 63440 6341865472 Internal Server Error: /en/inpatients/admissions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 167, in __init__ self.fields['attending_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 16:03:20,488 basehttp 63440 6341865472 "GET /en/inpatients/admissions/create/ HTTP/1.1" 500 171734 WARNING 2025-09-16 16:03:20,499 log 63440 6341865472 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:03:20,499 basehttp 63440 6341865472 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:03:47,340 autoreload 63440 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 16:03:47,694 autoreload 63685 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 16:03:48,933 basehttp 63685 6169473024 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-16 16:03:48,946 log 63685 6169473024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 16:03:48,946 basehttp 63685 6169473024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 16:03:49,033 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:04:49,051 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:05:49,059 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:06:49,061 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4635 INFO 2025-09-16 16:07:49,062 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4690 INFO 2025-09-16 16:08:49,070 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:09:49,077 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:10:49,077 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:11:49,081 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:12:49,074 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:13:49,082 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:14:49,630 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:15:50,627 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4695 INFO 2025-09-16 16:16:52,614 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:18:23,614 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:19:23,662 basehttp 63685 6169473024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:20:09,800 autoreload 63685 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-16 16:20:10,284 autoreload 70918 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 16:22:57,874 autoreload 70918 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-16 16:22:58,172 autoreload 72160 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 16:23:23,688 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:25:23,619 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:27:23,623 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:29:23,667 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:31:23,671 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:33:23,672 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:35:23,672 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:37:23,675 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:39:23,675 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:41:23,697 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:43:23,725 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:45:23,727 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:47:23,699 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:49:23,713 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:51:23,711 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:53:23,733 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:55:23,735 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:57:23,734 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 16:59:23,636 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:01:23,627 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:02:58,727 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:03:02,421 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:02,422 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:02,656 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:02,657 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:03,121 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:03,121 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:03,856 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:03,857 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:05,018 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:05,019 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:05,031 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:05,031 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:07,515 basehttp 72160 6167523328 "GET / HTTP/1.1" 302 0 INFO 2025-09-16 17:03:07,557 basehttp 72160 12901707776 "GET /en/ HTTP/1.1" 200 48072 WARNING 2025-09-16 17:03:07,579 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:07,579 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:07,580 basehttp 72160 6167523328 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-16 17:03:07,645 basehttp 72160 6167523328 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:03:07,649 basehttp 72160 12935360512 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-16 17:03:07,650 basehttp 72160 12918534144 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-16 17:03:07,650 basehttp 72160 12901707776 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-16 17:03:25,944 basehttp 72160 12901707776 "GET /en/appointments/ HTTP/1.1" 200 57107 WARNING 2025-09-16 17:03:25,967 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:25,967 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:25,988 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:03:25,999 basehttp 72160 12918534144 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 WARNING 2025-09-16 17:03:38,269 log 72160 12918534144 Forbidden (CSRF token missing.): /en/appointments/check-in/711/ WARNING 2025-09-16 17:03:38,270 basehttp 72160 12918534144 "POST /en/appointments/check-in/711/ HTTP/1.1" 403 2491 INFO 2025-09-16 17:03:40,835 basehttp 72160 12918534144 "GET /en/appointments/requests/711/detail/ HTTP/1.1" 200 26449 WARNING 2025-09-16 17:03:40,854 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:40,854 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:40,899 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:03:49,091 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:49,091 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:03:49,103 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:49,104 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:51,274 basehttp 72160 12918534144 "GET /en/appointments/queue/ HTTP/1.1" 200 44712 WARNING 2025-09-16 17:03:51,296 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:03:51,297 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:03:51,362 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:04:22,908 basehttp 72160 12918534144 "GET /en/appointments/queue/3/ HTTP/1.1" 200 30854 WARNING 2025-09-16 17:04:22,932 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:22,932 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:04:23,001 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:04:25,979 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:25,980 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:04:25,991 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:25,991 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:04:28,417 basehttp 72160 12918534144 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 WARNING 2025-09-16 17:04:28,441 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:04:28,442 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:04:28,504 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:05:15,467 basehttp 72160 12918534144 "GET /en/appointments/queue/entry/10/ HTTP/1.1" 200 30704 WARNING 2025-09-16 17:05:15,487 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:15,488 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:05:15,526 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:05:19,303 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:19,303 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:05:19,316 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:19,316 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:05:21,011 basehttp 72160 12918534144 "GET /en/appointments/queue/entry/1/ HTTP/1.1" 200 30846 WARNING 2025-09-16 17:05:21,037 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:05:21,037 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:05:21,080 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:06:02,060 log 72160 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:02,061 basehttp 72160 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:02,061 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:02,067 basehttp 72160 12901707776 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36875 WARNING 2025-09-16 17:06:02,078 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:02,078 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:06:02,084 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:02,084 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:02,122 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:05,899 basehttp 72160 12901707776 "GET /en/appointments/queue/1/call-next/ HTTP/1.1" 302 0 INFO 2025-09-16 17:06:05,912 basehttp 72160 12901707776 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36921 WARNING 2025-09-16 17:06:05,925 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:05,925 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:05,979 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:17,814 basehttp 72160 12901707776 "GET /en/appointments/queue/1/ HTTP/1.1" 200 36516 WARNING 2025-09-16 17:06:17,830 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:17,830 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:06:18,490 log 72160 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:18,492 basehttp 72160 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:18,494 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:18,500 basehttp 72160 12918534144 "GET /en/appointments/queue/ HTTP/1.1" 200 44711 WARNING 2025-09-16 17:06:18,509 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:18,509 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:06:18,515 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:18,515 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:18,552 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 WARNING 2025-09-16 17:06:19,555 log 72160 12935360512 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:19,556 basehttp 72160 12935360512 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:19,556 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4700 INFO 2025-09-16 17:06:19,558 basehttp 72160 12935360512 - Broken pipe from ('127.0.0.1', 64836) WARNING 2025-09-16 17:06:19,564 log 72160 6167523328 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:06:19,565 basehttp 72160 6167523328 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:06:19,577 basehttp 72160 12901707776 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 17:07:02,636 basehttp 72160 12901707776 "GET /en/appointments/calendar/ HTTP/1.1" 200 22660 WARNING 2025-09-16 17:07:02,667 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:02,667 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:02,668 basehttp 72160 6167523328 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-16 17:07:02,671 basehttp 72160 12935360512 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-16 17:07:02,671 basehttp 72160 12969013248 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-16 17:07:02,671 basehttp 72160 6167523328 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-16 17:07:02,673 basehttp 72160 12952186880 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-16 17:07:02,674 basehttp 72160 12901707776 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-16 17:07:02,677 basehttp 72160 12918534144 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-16 17:07:02,694 basehttp 72160 12918534144 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-16 17:07:02,734 basehttp 72160 12918534144 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125348 INFO 2025-09-16 17:07:02,739 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:07:24,864 basehttp 72160 12901707776 "GET /en/appointments/722/detail-card/ HTTP/1.1" 200 1018 INFO 2025-09-16 17:07:24,879 basehttp 72160 12901707776 "GET /static/webfonts/fa-regular-400.woff2 HTTP/1.1" 200 25472 INFO 2025-09-16 17:07:32,194 basehttp 72160 12901707776 "GET /en/appointments/requests/722/detail/ HTTP/1.1" 200 26456 WARNING 2025-09-16 17:07:32,219 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:32,219 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:32,266 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:07:34,011 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:34,012 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:07:34,027 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:34,028 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:35,796 basehttp 72160 12901707776 "GET /en/appointments/cancel/722/ HTTP/1.1" 200 30728 WARNING 2025-09-16 17:07:35,823 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:35,824 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:35,860 basehttp 72160 12901707776 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-16 17:07:35,867 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:07:48,950 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:48,950 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:07:48,966 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:48,966 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:51,083 basehttp 72160 12918534144 "GET /en/appointments/reschedule/722/ HTTP/1.1" 200 29479 WARNING 2025-09-16 17:07:51,107 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:07:51,107 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:07:51,151 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:08:01,951 basehttp 72160 12918534144 "GET /en/appointments/slots/available/?new_date=2025-09-25&new_provider=107&exclude_appointment=722 HTTP/1.1" 200 2180 INFO 2025-09-16 17:08:19,743 basehttp 72160 12918534144 "POST /en/appointments/reschedule/722/ HTTP/1.1" 302 0 INFO 2025-09-16 17:08:19,758 basehttp 72160 12918534144 "GET /en/appointments/requests/722/detail/ HTTP/1.1" 200 26475 WARNING 2025-09-16 17:08:19,783 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:19,784 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:08:19,824 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:08:23,898 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:23,899 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:08:23,915 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:23,915 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:08:24,382 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:24,384 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:08:24,384 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:08:24,400 log 72160 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:08:24,400 basehttp 72160 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:08:29,196 basehttp 72160 12918534144 "GET /en/appointments/612/detail-card/ HTTP/1.1" 200 793 INFO 2025-09-16 17:08:34,567 basehttp 72160 12918534144 "GET /en/appointments/632/detail-card/ HTTP/1.1" 200 885 INFO 2025-09-16 17:08:39,499 basehttp 72160 12918534144 "GET /en/appointments/796/detail-card/ HTTP/1.1" 200 992 INFO 2025-09-16 17:08:45,126 basehttp 72160 12918534144 "GET /en/appointments/902/detail-card/ HTTP/1.1" 200 1007 INFO 2025-09-16 17:08:48,602 basehttp 72160 12918534144 "GET /en/appointments/796/detail-card/ HTTP/1.1" 200 992 INFO 2025-09-16 17:09:06,721 basehttp 72160 12918534144 "GET /en/appointments/960/detail-card/ HTTP/1.1" 200 1092 INFO 2025-09-16 17:09:24,620 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:09:32,145 basehttp 72160 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:09:32,147 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:09:32,148 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:09:32,165 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:09:32,166 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:09:32,172 basehttp 72160 12901707776 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 17:09:34,943 basehttp 72160 12901707776 "GET /en/appointments/telemedicine/ HTTP/1.1" 200 86123 WARNING 2025-09-16 17:09:34,965 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:09:34,965 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:09:35,021 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:10:17,488 basehttp 72160 12901707776 "GET /en/appointments/telemedicine/262/ HTTP/1.1" 200 38882 WARNING 2025-09-16 17:10:17,511 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:17,511 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:17,558 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:10:28,933 basehttp 72160 12901707776 "GET /en/patients/patientprofile/14/details/ HTTP/1.1" 200 35427 WARNING 2025-09-16 17:10:28,959 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:28,959 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:28,997 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:10:33,647 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:33,647 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:10:33,665 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:33,665 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:34,816 basehttp 72160 12901707776 "GET /en/hr/employees/72/ HTTP/1.1" 200 32743 WARNING 2025-09-16 17:10:34,845 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:34,846 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:34,887 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:10:38,952 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:38,952 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:10:38,969 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:38,970 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:45,574 basehttp 72160 12901707776 "GET /en/patients/patientprofile/14/details/ HTTP/1.1" 200 35427 WARNING 2025-09-16 17:10:45,598 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:45,598 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:45,639 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:10:55,472 basehttp 72160 12901707776 "GET /en/patients/insurance-info/create/14/ HTTP/1.1" 200 32446 WARNING 2025-09-16 17:10:55,494 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:10:55,495 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:10:55,554 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:01,699 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:01,700 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:01,714 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:01,715 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:19,183 basehttp 72160 12901707776 "GET /en/patients/insurance-info-list/14/ HTTP/1.1" 200 574 WARNING 2025-09-16 17:11:19,211 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:19,212 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:21,497 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:21,498 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:21,511 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:21,511 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:23,434 basehttp 72160 12901707776 "GET /en/patients/insurance-info/create/14/ HTTP/1.1" 200 32446 WARNING 2025-09-16 17:11:23,455 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:23,456 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:23,502 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:29,181 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:29,181 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:29,196 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:29,196 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:31,324 basehttp 72160 12901707776 "GET /en/patients/14/emergency-contacts/create/ HTTP/1.1" 200 34172 WARNING 2025-09-16 17:11:31,345 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:31,345 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:31,391 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:35,872 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:35,873 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:35,893 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:35,893 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:39,712 basehttp 72160 12901707776 "GET /en/emr/encounters/create/?patient=14 HTTP/1.1" 200 55759 WARNING 2025-09-16 17:11:39,734 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:39,734 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:39,775 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:42,177 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:42,177 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:42,191 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:42,191 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:43,500 basehttp 72160 12901707776 "GET /en/laboratory/orders/create/?patient=14 HTTP/1.1" 200 41114 WARNING 2025-09-16 17:11:43,526 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:43,527 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:11:43,571 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:45,947 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 17:11:45,947 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:11:45,948 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:11:45,956 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:45,956 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 17:11:48,502 log 72160 12952186880 Internal Server Error: /en/pharmacy/prescriptions/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 178, in get return super().get(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 142, in get return self.render_to_response(self.get_context_data()) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 72, in get_context_data kwargs["form"] = self.get_form() ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 37, in get_form return form_class(**self.get_form_kwargs()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/pharmacy/forms.py", line 107, in __init__ self.fields['prescriber'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-16 17:11:48,504 basehttp 72160 12952186880 "GET /en/pharmacy/prescriptions/create/?patient=14 HTTP/1.1" 500 172126 WARNING 2025-09-16 17:11:48,526 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:11:48,527 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:13,082 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:13,082 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:13,102 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:13,102 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:20,418 basehttp 72160 12952186880 "GET /en/patients/update/14/ HTTP/1.1" 200 39484 WARNING 2025-09-16 17:12:20,440 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:20,440 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:20,483 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:12:24,486 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:24,486 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:24,497 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:24,497 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:24,838 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:24,838 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:25,623 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:25,623 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:12:28,414 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:28,415 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:30,238 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/ HTTP/1.1" 200 34848 WARNING 2025-09-16 17:12:30,262 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:12:30,262 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:12:30,324 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:13:00,096 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 56227 WARNING 2025-09-16 17:13:00,120 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:00,120 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:00,162 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:13:36,113 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/delete/ HTTP/1.1" 200 19847 WARNING 2025-09-16 17:13:36,138 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:36,139 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:36,174 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:13:41,250 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:41,250 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:13:41,265 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:41,266 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:43,991 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/edit/ HTTP/1.1" 200 54273 WARNING 2025-09-16 17:13:44,016 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:44,016 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:13:44,074 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:13:53,249 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:53,250 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:13:53,263 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:13:53,264 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:14:00,173 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:08,750 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:08,752 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 17:14:17,261 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/1/ HTTP/1.1" 200 56227 INFO 2025-09-16 17:14:17,307 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:47,557 basehttp 72160 12952186880 "GET /en/appointments/waiting-list/stats/ HTTP/1.1" 200 92 INFO 2025-09-16 17:14:57,450 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:14:57,478 basehttp 72160 12901707776 "GET /en/appointments/stats/ HTTP/1.1" 200 2804 INFO 2025-09-16 17:15:02,393 basehttp 72160 12901707776 "GET /en/appointments/calendar/ HTTP/1.1" 200 22660 INFO 2025-09-16 17:15:02,501 basehttp 72160 12901707776 "GET /en/appointments/calendar/events/?start=2025-09-14T00%3A00%3A00&end=2025-09-21T00%3A00%3A00 HTTP/1.1" 200 125350 INFO 2025-09-16 17:15:02,503 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:17,067 basehttp 72160 12952186880 "GET /en/emr/ HTTP/1.1" 200 70362 INFO 2025-09-16 17:15:17,117 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:17,122 basehttp 72160 12901707776 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 17:15:26,105 basehttp 72160 12901707776 "GET /en/emr/encounters/ HTTP/1.1" 200 54756 INFO 2025-09-16 17:15:26,163 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:29,030 basehttp 72160 12901707776 "GET /en/emr/encounters/3260/ HTTP/1.1" 200 41284 INFO 2025-09-16 17:15:29,077 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:34,913 basehttp 72160 12901707776 "GET /en/emr/encounters/3256/ HTTP/1.1" 200 43753 INFO 2025-09-16 17:15:34,955 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:15:43,181 basehttp 72160 12901707776 "GET /en/emr/add-vital-signs/3256/ HTTP/1.1" 200 45531 INFO 2025-09-16 17:15:43,215 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:16:43,234 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:17:06,472 basehttp 72160 12901707776 "POST /en/emr/add-vital-signs/3256/ HTTP/1.1" 200 45888 INFO 2025-09-16 17:17:06,507 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:06,528 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:06,946 basehttp 72160 12901707776 "GET /en/emr/vital-signs/ HTTP/1.1" 200 90247 INFO 2025-09-16 17:18:06,987 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:22,693 basehttp 72160 12901707776 "GET /en/emr/add-vital-signs/3256/ HTTP/1.1" 200 45531 INFO 2025-09-16 17:18:23,307 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:18:32,739 basehttp 72160 12901707776 "GET /en/emr/notes/create/3256/ HTTP/1.1" 200 44018 INFO 2025-09-16 17:18:32,776 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:23,315 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:39,722 basehttp 72160 12901707776 "GET /en/emr/notes/create/3256/ HTTP/1.1" 200 44018 INFO 2025-09-16 17:19:39,754 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:41,742 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:43,817 basehttp 72160 12952186880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:19:43,828 basehttp 72160 12901707776 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 17:19:46,629 basehttp 72160 12901707776 "GET /en/emr/problems/ HTTP/1.1" 200 104902 INFO 2025-09-16 17:19:46,670 basehttp 72160 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:20:29,496 log 72160 12901707776 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:29,496 basehttp 72160 12901707776 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:20:35,481 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:35,483 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:20:35,494 basehttp 72160 12901707776 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 17:20:35,496 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:35,496 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 17:20:37,665 log 72160 12952186880 Internal Server Error: /en/emr/notes/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/clinical_note_list.html, emr/clinicalnote_list.html ERROR 2025-09-16 17:20:37,666 basehttp 72160 12952186880 "GET /en/emr/notes/ HTTP/1.1" 500 103209 WARNING 2025-09-16 17:20:37,687 log 72160 12952186880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:20:37,687 basehttp 72160 12952186880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:22:13,746 autoreload 72160 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 17:22:14,318 autoreload 98208 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:22:15,225 basehttp 98208 6189690880 "GET /en/emr/notes/ HTTP/1.1" 200 99893 WARNING 2025-09-16 17:22:15,245 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:22:15,245 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:22:15,288 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:22:39,139 basehttp 98208 6189690880 "GET /en/emr/notes/300 HTTP/1.1" 301 0 INFO 2025-09-16 17:22:39,156 basehttp 98208 6206517248 "GET /en/emr/notes/300/ HTTP/1.1" 200 39102 WARNING 2025-09-16 17:22:39,173 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:22:39,173 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:22:39,173 basehttp 98208 6189690880 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 INFO 2025-09-16 17:22:39,203 basehttp 98208 6189690880 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-16 17:22:39,222 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:23:18,398 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:23:18,401 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:18,402 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:18,421 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:18,421 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:23:27,503 basehttp 98208 6206517248 "GET /en/emr/notes/200 HTTP/1.1" 301 0 INFO 2025-09-16 17:23:27,521 basehttp 98208 6189690880 "GET /en/emr/notes/200/ HTTP/1.1" 200 39104 WARNING 2025-09-16 17:23:27,539 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:27,539 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:23:27,557 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:23:33,288 basehttp 98208 6189690880 "GET /en/emr/notes/2500/ HTTP/1.1" 200 37890 WARNING 2025-09-16 17:23:33,309 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:33,310 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:23:33,323 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:23:50,681 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:50,681 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:50,694 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:50,694 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:51,630 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:51,630 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:23:51,644 log 98208 6189690880 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:23:51,644 basehttp 98208 6189690880 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 17:24:13,814 log 98208 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:13,815 basehttp 98208 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:13,816 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:24:13,823 log 98208 6223343616 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:13,824 basehttp 98208 6223343616 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:13,825 basehttp 98208 6223343616 - Broken pipe from ('127.0.0.1', 53697) INFO 2025-09-16 17:24:13,830 basehttp 98208 6206517248 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 17:24:22,478 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:22,478 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:36,238 basehttp 98208 6206517248 "GET /en/inpatients/ HTTP/1.1" 200 58990 WARNING 2025-09-16 17:24:36,257 log 98208 6206517248 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 17:24:36,257 basehttp 98208 6206517248 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 17:24:36,288 basehttp 98208 6206517248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:24:36,291 basehttp 98208 6189690880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:24:36,309 basehttp 98208 6223343616 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:25:06,296 basehttp 98208 6223343616 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:25:36,320 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:25:36,322 basehttp 98208 6206517248 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:25:36,347 basehttp 98208 6189690880 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:26:06,300 basehttp 98208 6189690880 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:26:36,316 basehttp 98208 6206517248 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:26:36,320 basehttp 98208 6223343616 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:26:36,345 basehttp 98208 6189690880 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:26:36,370 basehttp 98208 6223343616 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 561843 INFO 2025-09-16 17:27:06,301 basehttp 98208 6223343616 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3000 INFO 2025-09-16 17:27:31,442 basehttp 98208 6223343616 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:27:31,567 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:27:31,636 basehttp 98208 6223343616 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:27:47,491 basehttp 98208 6223343616 "GET /en/inpatients/beds/190/ HTTP/1.1" 200 30508 INFO 2025-09-16 17:27:47,527 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:28:01,684 basehttp 98208 6223343616 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:28:08,292 basehttp 98208 6223343616 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 INFO 2025-09-16 17:28:08,326 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:28:31,584 basehttp 98208 6223343616 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:28:31,667 basehttp 98208 6189690880 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 INFO 2025-09-16 17:28:35,793 basehttp 98208 6189690880 "GET /en/inpatients/beds/232/ HTTP/1.1" 200 30494 INFO 2025-09-16 17:28:35,813 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:29:01,681 basehttp 98208 6189690880 "GET /en/inpatients/beds/ HTTP/1.1" 200 1964503 WARNING 2025-09-16 17:29:11,554 log 98208 6189690880 Not Found: /en/inpatients/discharges WARNING 2025-09-16 17:29:11,555 basehttp 98208 6189690880 "GET /en/inpatients/discharges HTTP/1.1" 404 34795 INFO 2025-09-16 17:29:25,127 basehttp 98208 6189690880 "GET /en/inpatients/transfers/ HTTP/1.1" 200 84475 INFO 2025-09-16 17:29:25,165 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:29:38,854 basehttp 98208 6189690880 "GET /en/inpatients/transfers/20/approve/ HTTP/1.1" 200 9425 INFO 2025-09-16 17:30:21,290 basehttp 98208 6189690880 "GET /en/inpatients/wards/ HTTP/1.1" 200 46901 INFO 2025-09-16 17:30:21,327 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:30:31,212 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:31,271 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:30:31,361 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:38,290 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:38,400 basehttp 98208 6189690880 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:30:38,476 basehttp 98208 6189690880 "GET /en/inpatients/beds/?ward=6 HTTP/1.1" 200 1884932 INFO 2025-09-16 17:30:42,773 basehttp 98208 6189690880 "GET /en/inpatients/wards/6 HTTP/1.1" 301 0 ERROR 2025-09-16 17:30:42,823 log 98208 6223343616 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 246, in get_context_data context['recent_admissions'] = Admission.objects.filter( ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1503, in build_filter return self._add_q( ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'initial_ward' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-09-16 17:30:42,824 basehttp 98208 6223343616 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 158950 INFO 2025-09-16 17:31:31,971 autoreload 98208 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:31:32,536 autoreload 2827 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 17:31:33,716 log 2827 6190313472 Internal Server Error: /en/inpatients/wards/6/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 251, in get_context_data ).order_by('-admitted_at')[:10] ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'admitted_at' into field. Choices are: acuity_level, admission_datetime, admission_id, admission_notes, admission_source, admission_type, admitting_diagnosis, admitting_physician, admitting_physician_id, advance_directive, alerts, allergies, anticipated_discharge_date, assigned_bed, attending_physician, attending_physician_id, authorization_number, chief_complaint, code_status, consulting_physicians, created_at, created_by, created_by_id, current_bed, current_bed_id, current_ward, current_ward_id, discharge_datetime, discharge_disposition, discharge_planner, discharge_planner_id, discharge_planning_started, discharge_summary, encounters, estimated_length_of_stay, healthcare_proxy, id, insurance_verified, isolation_required, isolation_type, medical_bills, patient, patient_id, priority, secondary_diagnoses, special_needs, status, surgeries, surgical_cases, tenant, tenant_id, transfers, updated_at ERROR 2025-09-16 17:31:33,718 basehttp 2827 6190313472 "GET /en/inpatients/wards/6/ HTTP/1.1" 500 112586 INFO 2025-09-16 17:31:50,659 autoreload 2827 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:31:51,156 autoreload 2996 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:31:51,829 basehttp 2996 6159167488 "GET /en/inpatients/wards/6/ HTTP/1.1" 200 51306 INFO 2025-09-16 17:31:51,880 basehttp 2996 6159167488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:32:07,044 log 2996 6159167488 Not Found: /inpatients/beds/184/details/ WARNING 2025-09-16 17:32:07,047 basehttp 2996 6159167488 "GET /inpatients/beds/184/details/ HTTP/1.1" 404 2608 WARNING 2025-09-16 17:32:19,385 log 2996 6159167488 Not Found: /inpatients/beds/201/details/ WARNING 2025-09-16 17:32:19,386 basehttp 2996 6159167488 "GET /inpatients/beds/201/details/ HTTP/1.1" 404 2608 INFO 2025-09-16 17:32:32,738 basehttp 2996 6159167488 "GET /en/inpatients/wards/ HTTP/1.1" 200 46901 INFO 2025-09-16 17:32:32,778 basehttp 2996 6159167488 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:33,845 basehttp 2996 6159167488 "GET /en/inpatients/wards/9 HTTP/1.1" 301 0 INFO 2025-09-16 17:32:33,867 basehttp 2996 6325039104 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 45848 INFO 2025-09-16 17:32:33,892 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:40,667 basehttp 2996 6325039104 "GET /en/inpatients/wards/9/ HTTP/1.1" 200 45848 INFO 2025-09-16 17:32:40,706 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:42,841 basehttp 2996 6325039104 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 1833290 INFO 2025-09-16 17:32:42,945 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:32:43,007 basehttp 2996 6325039104 "GET /en/inpatients/beds/?ward=9 HTTP/1.1" 200 1833290 INFO 2025-09-16 17:32:49,467 basehttp 2996 6325039104 "GET /en/inpatients/wards/ HTTP/1.1" 200 46901 INFO 2025-09-16 17:32:49,513 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:32:51,503 log 2996 6325039104 Not Found: /en/inpatients/warjjujj WARNING 2025-09-16 17:32:51,504 basehttp 2996 6325039104 "GET /en/inpatients/warjjujj HTTP/1.1" 404 34789 INFO 2025-09-16 17:33:06,490 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 200 22371 INFO 2025-09-16 17:33:06,523 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:34:06,528 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:34:25,890 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 200 22371 INFO 2025-09-16 17:34:25,918 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:34:28,466 basehttp 2996 6325039104 "GET /en/admin/emr/clinicalnote/ HTTP/1.1" 200 166641 INFO 2025-09-16 17:34:28,484 basehttp 2996 6358691840 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-16 17:34:28,484 basehttp 2996 6375518208 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-16 17:34:28,484 basehttp 2996 6159167488 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-16 17:34:28,485 basehttp 2996 6341865472 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-16 17:34:28,485 basehttp 2996 6325039104 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-16 17:34:28,487 basehttp 2996 6358691840 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-16 17:34:28,487 basehttp 2996 6159167488 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-16 17:34:28,488 basehttp 2996 6325039104 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-16 17:34:28,489 basehttp 2996 6341865472 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-16 17:34:28,490 basehttp 2996 6325039104 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-16 17:34:28,491 basehttp 2996 6358691840 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-16 17:34:28,491 basehttp 2996 6159167488 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-16 17:34:28,492 basehttp 2996 6325039104 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-16 17:34:28,493 basehttp 2996 6375518208 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-16 17:34:28,494 basehttp 2996 6392344576 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 17:34:28,494 basehttp 2996 6358691840 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-16 17:34:28,494 basehttp 2996 6325039104 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-16 17:34:28,495 basehttp 2996 6341865472 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-16 17:34:28,498 basehttp 2996 6341865472 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-16 17:34:28,498 basehttp 2996 6325039104 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-16 17:34:28,505 basehttp 2996 6325039104 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-16 17:34:28,506 basehttp 2996 6341865472 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-16 17:34:28,506 basehttp 2996 6325039104 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-16 17:34:28,507 basehttp 2996 6325039104 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-16 17:34:34,081 basehttp 2996 6325039104 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 79991 INFO 2025-09-16 17:34:34,097 basehttp 2996 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-16 17:35:26,581 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:36:27,593 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:37:28,583 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:38:29,593 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:39:30,591 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:40:31,590 basehttp 2996 6325039104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:41:02,739 basehttp 2996 6325039104 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102298 INFO 2025-09-16 17:41:02,753 basehttp 2996 6325039104 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-16 17:41:05,751 log 2996 6325039104 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'postpone_surgery' not found. 'postpone_surgery' is not a valid view function or pattern name. ERROR 2025-09-16 17:41:05,753 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 500 263831 ERROR 2025-09-16 17:41:47,584 log 2996 6325039104 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_surgery' not found. 'cancel_surgery' is not a valid view function or pattern name. ERROR 2025-09-16 17:41:47,586 basehttp 2996 6325039104 "GET /en/inpatients/surgery/ HTTP/1.1" 500 263583 INFO 2025-09-16 17:44:09,824 autoreload 2996 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 17:44:10,243 autoreload 8528 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 17:44:11,501 log 8528 6170800128 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'cancel_surgery' with arguments '(15,)' not found. 1 pattern(s) tried: ['en/inpatients/surgery/cancel/\\Z'] ERROR 2025-09-16 17:44:11,505 basehttp 8528 6170800128 "GET /en/inpatients/surgery/ HTTP/1.1" 500 265201 INFO 2025-09-16 17:44:39,683 autoreload 8528 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 17:44:40,081 autoreload 8773 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:44:41,141 basehttp 8773 6164541440 "GET /en/inpatients/surgery/ HTTP/1.1" 200 85062 INFO 2025-09-16 17:44:41,167 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:44:51,323 log 8773 6164541440 Not Found: /en/inpatients/surgery/10 WARNING 2025-09-16 17:44:51,323 basehttp 8773 6164541440 "GET /en/inpatients/surgery/10 HTTP/1.1" 404 35185 INFO 2025-09-16 17:45:41,175 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:46:41,216 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:47:41,176 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:48:41,182 basehttp 8773 6164541440 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-16 17:49:09,805 autoreload 8773 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:49:10,223 autoreload 10799 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:49:41,225 basehttp 10799 6202896384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-16 17:50:01,560 log 10799 6202896384 Not Found: /en/inpatients/surgery/3 WARNING 2025-09-16 17:50:01,561 basehttp 10799 6202896384 "GET /en/inpatients/surgery/3 HTTP/1.1" 404 35182 INFO 2025-09-16 17:52:03,348 autoreload 10799 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 17:52:03,820 autoreload 12063 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:52:07,655 basehttp 12063 6197456896 "GET /en/inpatients/surgery/3 HTTP/1.1" 301 0 ERROR 2025-09-16 17:52:07,685 log 12063 6214283264 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:52:07,687 basehttp 12063 6214283264 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157735 INFO 2025-09-16 17:54:03,935 autoreload 12063 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:54:04,290 autoreload 13010 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 17:55:25,906 autoreload 13010 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:55:26,263 autoreload 13561 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 17:55:28,402 log 13561 6162771968 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:55:28,405 basehttp 13561 6162771968 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 ERROR 2025-09-16 17:55:29,394 log 13561 6162771968 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:55:29,396 basehttp 13561 6162771968 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 ERROR 2025-09-16 17:55:30,194 log 13561 6162771968 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 17:55:30,195 basehttp 13561 6162771968 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 INFO 2025-09-16 17:57:37,952 autoreload 13561 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 17:57:38,291 autoreload 14585 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:02:05,022 autoreload 14585 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-16 18:02:05,405 autoreload 16529 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:05:03,440 autoreload 16529 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 18:05:03,804 autoreload 17857 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:05:21,820 autoreload 18073 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:05:24,578 log 18073 6170865664 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:05:24,580 basehttp 18073 6170865664 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 INFO 2025-09-16 18:07:16,715 autoreload 18073 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:07:17,099 autoreload 18937 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:07:19,463 log 18937 6168342528 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:07:19,464 basehttp 18937 6168342528 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 ERROR 2025-09-16 18:07:20,330 log 18937 6168342528 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:07:20,332 basehttp 18937 6168342528 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 157872 INFO 2025-09-16 18:08:20,672 autoreload 18937 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:08:21,088 autoreload 19411 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:08:22,610 log 19411 6124974080 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgeon'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-16 18:08:22,611 basehttp 19411 6124974080 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 159380 INFO 2025-09-16 18:11:30,525 autoreload 19411 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:11:30,870 autoreload 20795 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:11:41,472 autoreload 20795 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:11:41,848 autoreload 20878 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:11:42,958 log 20878 6162575360 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_list' not found. 'surgery_list' is not a valid view function or pattern name. ERROR 2025-09-16 18:11:42,960 basehttp 20878 6162575360 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 174980 ERROR 2025-09-16 18:12:07,504 log 20878 6162575360 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_update' not found. 'surgery_update' is not a valid view function or pattern name. ERROR 2025-09-16 18:12:07,506 basehttp 20878 6162575360 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 173512 INFO 2025-09-16 18:12:55,841 autoreload 20878 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:12:56,226 autoreload 21440 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:12:56,581 log 21440 6164606976 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:12:56,582 basehttp 21440 6164606976 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175242 INFO 2025-09-16 18:13:25,556 autoreload 21440 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 18:13:25,905 autoreload 21683 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:13:26,441 log 21683 6133755904 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:13:26,442 basehttp 21683 6133755904 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175242 INFO 2025-09-16 18:14:08,796 autoreload 21683 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-16 18:14:09,169 autoreload 21993 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:14:09,926 log 21993 12918534144 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:14:09,927 basehttp 21993 12918534144 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175464 ERROR 2025-09-16 18:14:33,496 log 21993 12918534144 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:14:33,497 basehttp 21993 12918534144 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175443 INFO 2025-09-16 18:14:57,368 autoreload 21993 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:14:57,758 autoreload 22388 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:14:59,070 log 22388 12901707776 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:14:59,072 basehttp 22388 12901707776 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175555 INFO 2025-09-16 18:30:17,455 autoreload 22388 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:30:17,956 autoreload 29140 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:32:06,213 autoreload 29140 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:32:06,730 autoreload 30021 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:32:08,996 log 30021 6133379072 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'user_profile' with arguments '('',)' not found. 1 pattern(s) tried: ['en/accounts/profile/\\Z'] ERROR 2025-09-16 18:32:08,999 basehttp 30021 6133379072 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 175555 INFO 2025-09-16 18:35:07,117 autoreload 30021 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:35:07,504 autoreload 31332 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:35:07,969 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 18:35:07,972 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 176978 ERROR 2025-09-16 18:35:35,593 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 18:35:35,595 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 177034 ERROR 2025-09-16 18:35:56,959 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'employee_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/hr/employees/(?P[0-9]+)/\\Z'] ERROR 2025-09-16 18:35:56,961 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 177130 ERROR 2025-09-16 18:36:06,801 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:36:06,803 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 176025 ERROR 2025-09-16 18:36:56,194 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 18:36:56,195 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 189527 ERROR 2025-09-16 18:37:17,703 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_update_status' not found. 'surgery_update_status' is not a valid view function or pattern name. ERROR 2025-09-16 18:37:17,705 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 168399 INFO 2025-09-16 18:37:45,009 basehttp 31332 6194524160 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29913 INFO 2025-09-16 18:37:45,064 basehttp 31332 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:37:59,664 basehttp 31332 6194524160 "GET /en/patients/patientprofile/46/details/ HTTP/1.1" 200 35906 INFO 2025-09-16 18:37:59,704 basehttp 31332 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:38:06,692 basehttp 31332 6194524160 "GET /en/hr/employees/72/ HTTP/1.1" 200 32736 INFO 2025-09-16 18:38:06,732 basehttp 31332 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 ERROR 2025-09-16 18:38:16,921 log 31332 6194524160 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/surgery_schedule.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/surgery_schedule.html ERROR 2025-09-16 18:38:16,923 basehttp 31332 6194524160 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 107130 INFO 2025-09-16 18:38:58,341 autoreload 31332 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:38:58,734 autoreload 33072 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:38:59,388 log 33072 6160330752 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/partials/surgery_schedule.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 19, in get_template raise TemplateDoesNotExist(template_name, chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/partials/surgery_schedule.html ERROR 2025-09-16 18:38:59,389 basehttp 33072 6160330752 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 107825 INFO 2025-09-16 18:39:12,557 autoreload 33072 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:39:12,930 autoreload 33156 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:39:13,654 log 33156 6159495168 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/partials/surgery_calendar.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_calendar_data' not found. 'surgery_calendar_data' is not a valid view function or pattern name. ERROR 2025-09-16 18:39:13,656 basehttp 33156 6159495168 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 142744 INFO 2025-09-16 18:41:16,884 autoreload 33156 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:41:17,256 autoreload 34076 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:41:17,808 log 34076 6194868224 Internal Server Error: /en/inpatients/surgery/calendar/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1007, in surgery_calendar return render(request, 'inpatients/partials/surgery_calendar.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'surgery_quick_view' not found. 'surgery_quick_view' is not a valid view function or pattern name. ERROR 2025-09-16 18:41:17,810 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 500 142752 INFO 2025-09-16 18:43:01,091 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 15386 INFO 2025-09-16 18:44:12,935 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 15386 INFO 2025-09-16 18:44:27,790 basehttp 34076 6194868224 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 32136 INFO 2025-09-16 18:44:27,829 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:45:27,833 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:46:27,841 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:47:27,839 basehttp 34076 6194868224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:48:22,407 autoreload 34076 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:48:22,790 autoreload 37544 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:48:23,819 log 37544 6193049600 Internal Server Error: /en/inpatients/surgery/3/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 37, in get_object queryset = queryset.filter(pk=pk) ^^^^^^^^^^^^^^^ AttributeError: 'SurgerySchedule' object has no attribute 'filter' ERROR 2025-09-16 18:48:23,820 basehttp 37544 6193049600 "GET /en/inpatients/surgery/3/ HTTP/1.1" 500 85563 INFO 2025-09-16 18:49:00,466 autoreload 37544 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-16 18:49:00,801 autoreload 37878 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:49:06,419 log 37878 6170161152 Internal Server Error: /en/inpatients/surgery/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 940, in get_queryset queryset = queryset.order_by(*sort_fields) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_duration_minutes, actual_end_time, actual_start_time, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, assistant_surgeons, blood_products, circulating_nurse, circulating_nurse_id, complications, consent_date, consent_obtained, created_at, created_by, created_by_id, estimated_duration_minutes, id, implants_needed, operating_room, or_block_time, patient, patient_id, postop_diagnosis, preop_diagnosis, preop_orders, primary_surgeon, primary_surgeon_id, priority, procedure_code, procedure_name, procedure_performed, recovery_location, scheduled_date, scheduled_start_time, scrub_nurse, scrub_nurse_id, special_equipment, status, surgery_id, surgery_notes, surgery_type, tenant, tenant_id, updated_at ERROR 2025-09-16 18:49:06,421 basehttp 37878 6170161152 "GET /en/inpatients/surgery/list/ HTTP/1.1" 500 110242 INFO 2025-09-16 18:50:31,115 autoreload 37878 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:50:31,508 autoreload 38571 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 18:50:33,670 log 38571 6341865472 Internal Server Error: /en/inpatients/surgery/list/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 178, in get context = self.get_context_data() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 969, in get_context_data ).order_by('name') ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'name' into field. Choices are: accepts_emergency, air_changes_per_hour, building, ceiling_height, cleaning_time, created_at, created_by, created_by_id, equipment_list, floor_number, has_c_arm, has_ct, has_mri, has_neuromonitoring, has_ultrasound, humidity_max, humidity_min, id, is_active, max_case_duration, or_blocks, positive_pressure, required_nurses, required_techs, room_id, room_name, room_number, room_size, room_type, special_features, status, supports_laparoscopic, supports_laser, supports_microscopy, supports_robotic, temperature_max, temperature_min, tenant, tenant_id, turnover_time, updated_at, wing ERROR 2025-09-16 18:50:33,671 basehttp 38571 6341865472 "GET /en/inpatients/surgery/list/ HTTP/1.1" 500 108981 INFO 2025-09-16 18:51:01,128 autoreload 38571 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 18:51:01,523 autoreload 38734 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 18:51:02,385 basehttp 38734 6156972032 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 INFO 2025-09-16 18:51:02,434 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:18,655 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29913 INFO 2025-09-16 18:51:18,709 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:31,795 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35915 WARNING 2025-09-16 18:51:31,812 basehttp 38734 6156972032 "GET /static/assets/plugins/select2/dist/css/select2.min.css HTTP/1.1" 404 2068 WARNING 2025-09-16 18:51:31,814 basehttp 38734 13438578688 "GET /static/assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 404 2131 WARNING 2025-09-16 18:51:31,817 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-16 18:51:31,819 basehttp 38734 13455405056 "GET /static/assets/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 404 2077 WARNING 2025-09-16 18:51:31,819 basehttp 38734 13472231424 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-16 18:51:31,823 basehttp 38734 6156972032 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-16 18:51:31,824 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 404 2125 WARNING 2025-09-16 18:51:31,825 basehttp 38734 13438578688 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-16 18:51:31,840 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:40,321 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35915 WARNING 2025-09-16 18:51:40,337 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-16 18:51:40,337 basehttp 38734 6156972032 "GET /static/assets/plugins/select2/dist/css/select2.min.css HTTP/1.1" 404 2068 WARNING 2025-09-16 18:51:40,338 basehttp 38734 13455405056 "GET /static/assets/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 404 2077 WARNING 2025-09-16 18:51:40,340 basehttp 38734 13472231424 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-16 18:51:40,343 basehttp 38734 13438578688 "GET /static/assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 404 2131 WARNING 2025-09-16 18:51:40,343 basehttp 38734 13489057792 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-16 18:51:40,343 basehttp 38734 13505884160 "GET /static/assets/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 404 2125 WARNING 2025-09-16 18:51:40,344 basehttp 38734 6156972032 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-16 18:51:40,367 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:51:48,020 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35915 WARNING 2025-09-16 18:51:48,039 basehttp 38734 6156972032 "GET /static/assets/plugins/select2/dist/css/select2.min.css HTTP/1.1" 404 2068 WARNING 2025-09-16 18:51:48,044 basehttp 38734 13472231424 "GET /static/assets/plugins/select2/dist/js/select2.min.js HTTP/1.1" 404 2062 WARNING 2025-09-16 18:51:48,044 basehttp 38734 13438578688 "GET /static/assets/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 404 2131 WARNING 2025-09-16 18:51:48,047 basehttp 38734 6173798400 "GET /static/assets/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 404 2146 WARNING 2025-09-16 18:51:48,047 basehttp 38734 13489057792 "GET /static/assets/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 404 2140 WARNING 2025-09-16 18:51:48,048 basehttp 38734 13505884160 "GET /static/assets/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 404 2125 WARNING 2025-09-16 18:51:48,048 basehttp 38734 13455405056 "GET /static/assets/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 404 2077 WARNING 2025-09-16 18:51:48,050 basehttp 38734 6156972032 "GET /static/assets/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 404 2086 INFO 2025-09-16 18:51:48,074 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:52:25,319 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35859 INFO 2025-09-16 18:52:25,333 basehttp 38734 6156972032 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-16 18:52:25,333 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 18:52:25,333 basehttp 38734 6173798400 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 18:52:25,334 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 18:52:25,395 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:52:45,839 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:52:48,488 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35859 INFO 2025-09-16 18:52:48,530 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 18:52:51,544 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:52:51,544 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:52:51,560 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 18:53:48,543 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:54:04,921 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:54:04,938 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:54:04,938 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:54:04,999 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:54:55,623 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:54:55,642 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:54:55,642 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:54:55,707 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:55:35,791 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:55:35,811 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:55:35,811 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:55:35,873 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:56:32,302 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:56:32,322 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:32,322 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:32,378 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 18:56:45,446 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 18:56:45,446 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 18:56:45,446 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 18:56:45,456 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:45,456 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:46,808 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29781 WARNING 2025-09-16 18:56:46,826 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:46,826 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:46,882 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:56:57,697 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29779 WARNING 2025-09-16 18:56:57,711 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:56:57,711 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:56:57,765 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:57:57,763 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:58:36,160 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29989 WARNING 2025-09-16 18:58:36,174 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:58:36,174 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:58:36,223 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:59:32,771 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29995 WARNING 2025-09-16 18:59:32,783 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:59:32,783 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:59:32,824 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 18:59:34,440 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 36813 WARNING 2025-09-16 18:59:34,455 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 18:59:34,455 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 18:59:34,508 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:00:34,510 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:01:34,513 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:01:57,736 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35161 WARNING 2025-09-16 19:01:57,749 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:01:57,749 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:01:57,803 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:02:07,588 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35161 WARNING 2025-09-16 19:02:07,602 log 38734 6173798400 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:02:07,602 basehttp 38734 6173798400 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:02:07,653 basehttp 38734 6173798400 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:02:10,384 basehttp 38734 6173798400 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35161 INFO 2025-09-16 19:02:10,393 basehttp 38734 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:02:10,394 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:02:10,395 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:02:10,396 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 WARNING 2025-09-16 19:02:10,399 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:02:10,400 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:02:10,401 basehttp 38734 6173798400 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:02:10,404 basehttp 38734 13489057792 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 19:02:10,406 basehttp 38734 13472231424 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 19:02:10,408 basehttp 38734 13489057792 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:02:10,415 basehttp 38734 6156972032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:02:10,417 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:02:10,422 basehttp 38734 13489057792 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:02:10,422 basehttp 38734 6173798400 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 19:02:10,430 basehttp 38734 6156972032 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:02:10,433 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:02:10,434 basehttp 38734 13472231424 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:02:10,437 basehttp 38734 6156972032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:02:10,441 basehttp 38734 13438578688 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:02:10,444 basehttp 38734 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:02:10,445 basehttp 38734 6156972032 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:02:10,445 basehttp 38734 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:02:10,446 basehttp 38734 13455405056 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:02:10,447 basehttp 38734 6173798400 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:02:10,451 basehttp 38734 13438578688 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:02:10,452 basehttp 38734 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:02:10,453 basehttp 38734 6173798400 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:02:10,455 basehttp 38734 13438578688 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:02:10,455 basehttp 38734 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:02:10,456 basehttp 38734 6173798400 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:02:10,458 basehttp 38734 6173798400 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:02:10,458 basehttp 38734 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:02:10,458 basehttp 38734 13455405056 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:02:10,468 basehttp 38734 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:02:10,469 basehttp 38734 6156972032 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:02:10,470 basehttp 38734 13438578688 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:02:10,472 basehttp 38734 13489057792 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:02:10,472 basehttp 38734 13455405056 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:02:10,473 basehttp 38734 13438578688 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:02:10,473 basehttp 38734 6156972032 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:02:10,485 basehttp 38734 6173798400 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:02:10,490 basehttp 38734 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:02:10,614 basehttp 38734 13472231424 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:02:10,643 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 19:02:10,760 log 38734 13472231424 Not Found: /favicon.ico WARNING 2025-09-16 19:02:10,760 basehttp 38734 13472231424 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:03:10,646 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:03:18,270 basehttp 38734 13472231424 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:03:18,283 log 38734 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:03:18,283 basehttp 38734 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:03:18,352 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:03:38,459 basehttp 38734 13472231424 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:03:38,480 log 38734 13472231424 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:03:38,480 basehttp 38734 13472231424 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:03:38,516 basehttp 38734 13472231424 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:03:47,600 basehttp 38734 13472231424 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 INFO 2025-09-16 19:03:47,611 basehttp 38734 6156972032 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:03:47,612 basehttp 38734 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:03:47,613 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:03:47,614 basehttp 38734 6156972032 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 WARNING 2025-09-16 19:03:47,619 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 19:03:47,620 basehttp 38734 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 WARNING 2025-09-16 19:03:47,620 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:03:47,621 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 19:03:47,622 basehttp 38734 13472231424 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:03:47,625 basehttp 38734 13455405056 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:03:47,628 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:03:47,629 basehttp 38734 13455405056 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:03:47,631 basehttp 38734 13472231424 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:03:47,633 basehttp 38734 13438578688 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 19:03:47,636 basehttp 38734 13472231424 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:03:47,638 basehttp 38734 13455405056 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:03:47,639 basehttp 38734 13438578688 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:03:47,639 basehttp 38734 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:03:47,642 basehttp 38734 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:03:47,643 basehttp 38734 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:03:47,645 basehttp 38734 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:03:47,647 basehttp 38734 13438578688 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:03:47,648 basehttp 38734 13472231424 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:03:47,648 basehttp 38734 13455405056 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:03:47,651 basehttp 38734 13455405056 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:03:47,652 basehttp 38734 13438578688 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:03:47,653 basehttp 38734 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:03:47,654 basehttp 38734 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:03:47,656 basehttp 38734 13455405056 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:03:47,656 basehttp 38734 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:03:47,658 basehttp 38734 13438578688 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:03:47,661 basehttp 38734 13472231424 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:03:47,662 basehttp 38734 13455405056 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:03:47,663 basehttp 38734 6173798400 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:03:47,665 basehttp 38734 13438578688 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:03:47,666 basehttp 38734 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:03:47,666 basehttp 38734 6173798400 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:03:47,666 basehttp 38734 13489057792 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:03:47,667 basehttp 38734 13455405056 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:03:47,668 basehttp 38734 6156972032 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:03:47,905 basehttp 38734 6156972032 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:03:47,924 basehttp 38734 6156972032 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:03:47,926 basehttp 38734 13455405056 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:03:47,940 basehttp 38734 13455405056 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 19:03:48,057 log 38734 13455405056 Not Found: /favicon.ico WARNING 2025-09-16 19:03:48,057 basehttp 38734 13455405056 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:04:01,178 basehttp 38734 13455405056 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 INFO 2025-09-16 19:04:01,187 basehttp 38734 6173798400 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:04:01,188 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:04:01,188 basehttp 38734 13472231424 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:04:01,189 basehttp 38734 6173798400 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-16 19:04:01,192 basehttp 38734 13472231424 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 WARNING 2025-09-16 19:04:01,194 log 38734 13489057792 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:01,195 basehttp 38734 13489057792 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:01,197 basehttp 38734 13438578688 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 19:04:01,197 basehttp 38734 13455405056 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:04:01,200 basehttp 38734 13438578688 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:04:01,204 basehttp 38734 13455405056 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:04:01,204 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:04:01,209 basehttp 38734 13438578688 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:04:01,214 basehttp 38734 13455405056 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:04:01,215 basehttp 38734 13489057792 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-16 19:04:01,217 basehttp 38734 13455405056 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:04:01,218 basehttp 38734 13472231424 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:04:01,220 basehttp 38734 13489057792 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:04:01,222 basehttp 38734 13472231424 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:04:01,223 basehttp 38734 13455405056 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:04:01,224 basehttp 38734 13489057792 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:04:01,225 basehttp 38734 13438578688 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:04:01,227 basehttp 38734 13438578688 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:04:01,228 basehttp 38734 13489057792 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:04:01,230 basehttp 38734 13455405056 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:04:01,231 basehttp 38734 13472231424 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:04:01,231 basehttp 38734 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:04:01,232 basehttp 38734 13489057792 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:04:01,232 basehttp 38734 13455405056 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:04:01,232 basehttp 38734 6156972032 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:04:01,232 basehttp 38734 6173798400 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:04:01,238 basehttp 38734 6173798400 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:04:01,238 basehttp 38734 13438578688 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:04:01,239 basehttp 38734 13472231424 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:04:01,239 basehttp 38734 13489057792 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:04:01,239 basehttp 38734 6156972032 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:04:01,240 basehttp 38734 13455405056 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:04:01,242 basehttp 38734 6173798400 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:04:01,243 basehttp 38734 13489057792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:04:01,243 basehttp 38734 13438578688 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:04:01,244 basehttp 38734 13472231424 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:04:01,244 basehttp 38734 6156972032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:04:01,437 basehttp 38734 6156972032 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:04:01,450 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 WARNING 2025-09-16 19:04:01,469 log 38734 6156972032 Not Found: /favicon.ico WARNING 2025-09-16 19:04:01,469 basehttp 38734 6156972032 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:04:29,279 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:04:29,291 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:29,292 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:29,361 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:04:38,249 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:04:38,260 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:38,260 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:38,307 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:04:56,049 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:04:56,059 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:04:56,059 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:04:56,100 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:05:07,561 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34777 WARNING 2025-09-16 19:05:07,572 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:05:07,572 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:05:07,623 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:05:57,017 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34814 WARNING 2025-09-16 19:05:57,030 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:05:57,030 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:05:57,073 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4665 INFO 2025-09-16 19:06:50,822 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34838 WARNING 2025-09-16 19:06:50,834 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:06:50,834 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:06:50,880 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:07:10,307 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34806 WARNING 2025-09-16 19:07:10,322 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:07:10,322 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:07:10,364 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:08:10,568 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:08:26,461 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34827 WARNING 2025-09-16 19:08:26,472 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:08:26,472 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:08:26,514 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:09:26,583 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:10:20,945 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34837 WARNING 2025-09-16 19:10:20,958 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:10:20,958 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:10:21,012 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:10:39,750 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34832 WARNING 2025-09-16 19:10:39,763 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:10:39,763 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:10:39,804 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:11:40,563 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:12:22,347 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34899 WARNING 2025-09-16 19:12:22,360 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:12:22,360 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:12:22,429 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:13:22,454 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:14:22,461 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:15:22,467 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:16:22,584 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:16:33,079 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35048 WARNING 2025-09-16 19:16:33,093 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:16:33,093 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:16:33,166 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:17:18,314 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35201 WARNING 2025-09-16 19:17:18,326 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:17:18,327 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:17:18,373 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:18:18,570 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:18:20,116 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35547 WARNING 2025-09-16 19:18:20,129 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:18:20,130 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:18:20,204 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:19:20,584 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:20:21,586 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:21:22,107 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:21:22,808 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34918 WARNING 2025-09-16 19:21:22,833 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:21:22,833 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:21:22,866 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:22:13,877 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34813 WARNING 2025-09-16 19:22:13,888 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:22:13,888 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:22:13,941 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:22:32,057 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34810 WARNING 2025-09-16 19:22:32,070 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:22:32,070 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:22:32,111 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:23:32,669 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:23:40,530 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35148 WARNING 2025-09-16 19:23:40,543 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:23:40,543 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:23:40,589 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:24:18,540 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34795 WARNING 2025-09-16 19:24:18,552 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:24:18,552 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:24:18,594 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:24:43,832 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34799 WARNING 2025-09-16 19:24:43,845 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:24:43,845 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:24:43,887 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:24:54,180 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34799 WARNING 2025-09-16 19:24:54,191 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:24:54,191 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:24:54,235 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:25:18,197 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34811 WARNING 2025-09-16 19:25:18,210 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:25:18,210 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:25:18,252 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:26:18,258 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:26:18,615 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34861 WARNING 2025-09-16 19:26:18,628 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:26:18,628 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:26:18,671 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:27:18,672 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:27:36,635 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 34987 WARNING 2025-09-16 19:27:36,647 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:27:36,647 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:27:36,688 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:28:35,432 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35063 WARNING 2025-09-16 19:28:35,445 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:28:35,445 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:28:35,486 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:29:35,496 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:30:35,498 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:30:48,145 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35031 WARNING 2025-09-16 19:30:48,159 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:30:48,160 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:30:48,206 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:31:48,218 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:32:48,211 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:32:58,186 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35241 WARNING 2025-09-16 19:32:58,199 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:32:58,200 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:32:58,241 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:33:58,246 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:34:01,064 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 WARNING 2025-09-16 19:34:01,078 log 38734 6156972032 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:34:01,078 basehttp 38734 6156972032 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:34:01,119 basehttp 38734 6156972032 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:34:04,174 basehttp 38734 6156972032 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 INFO 2025-09-16 19:34:04,182 basehttp 38734 13438578688 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-16 19:34:04,184 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-16 19:34:04,186 basehttp 38734 13472231424 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-16 19:34:04,186 basehttp 38734 13455405056 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-16 19:34:04,189 basehttp 38734 13438578688 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 INFO 2025-09-16 19:34:04,190 basehttp 38734 6156972032 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-16 19:34:04,194 basehttp 38734 6173798400 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-16 19:34:04,195 basehttp 38734 13489057792 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-16 19:34:04,198 basehttp 38734 6173798400 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-16 19:34:04,200 basehttp 38734 6156972032 "GET /static/js/app.min.js HTTP/1.1" 200 110394 WARNING 2025-09-16 19:34:04,206 log 38734 13455405056 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:34:04,206 basehttp 38734 13455405056 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:34:04,207 basehttp 38734 13489057792 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-16 19:34:04,208 basehttp 38734 6173798400 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-16 19:34:04,210 basehttp 38734 6156972032 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 INFO 2025-09-16 19:34:04,213 basehttp 38734 13489057792 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-16 19:34:04,214 basehttp 38734 13455405056 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-16 19:34:04,215 basehttp 38734 13438578688 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-16 19:34:04,221 basehttp 38734 13472231424 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-16 19:34:04,223 basehttp 38734 6173798400 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-16 19:34:04,224 basehttp 38734 13489057792 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-16 19:34:04,225 basehttp 38734 6156972032 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-16 19:34:04,225 basehttp 38734 13472231424 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-16 19:34:04,226 basehttp 38734 13438578688 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-16 19:34:04,227 basehttp 38734 13455405056 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-16 19:34:04,230 basehttp 38734 6173798400 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-16 19:34:04,230 basehttp 38734 13438578688 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-16 19:34:04,231 basehttp 38734 13455405056 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-16 19:34:04,232 basehttp 38734 13472231424 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-16 19:34:04,233 basehttp 38734 13489057792 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-16 19:34:04,233 basehttp 38734 13455405056 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-16 19:34:04,234 basehttp 38734 13438578688 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-16 19:34:04,235 basehttp 38734 6173798400 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-16 19:34:04,235 basehttp 38734 13472231424 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-16 19:34:04,236 basehttp 38734 13489057792 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-16 19:34:04,240 basehttp 38734 6156972032 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-16 19:34:04,241 basehttp 38734 13455405056 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-16 19:34:04,243 basehttp 38734 13489057792 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-16 19:34:04,243 basehttp 38734 13472231424 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-16 19:34:04,243 basehttp 38734 6173798400 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-16 19:34:04,244 basehttp 38734 6156972032 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-16 19:34:04,252 basehttp 38734 13438578688 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-16 19:34:04,505 basehttp 38734 13438578688 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-16 19:34:04,555 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:34:04,640 log 38734 13438578688 Not Found: /favicon.ico WARNING 2025-09-16 19:34:04,640 basehttp 38734 13438578688 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-16 19:34:42,712 basehttp 38734 13438578688 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35269 WARNING 2025-09-16 19:34:42,722 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:34:42,722 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:34:42,795 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:35:07,462 basehttp 38734 13438578688 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 WARNING 2025-09-16 19:35:07,475 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:07,475 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:07,522 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-16 19:35:15,443 log 38734 13438578688 Internal Server Error: /en/inpatients/surgery/3/edit/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 206, in post return super().post(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/edit.py", line 150, in post if form.is_valid(): ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 206, in is_valid return self.is_bound and not self.errors ^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 201, in errors self.full_clean() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 338, in full_clean self._clean_form() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/forms.py", line 354, in _clean_form cleaned_data = self.clean() ^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 438, in clean if scheduled_datetime < timezone.now(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: can't compare offset-naive and offset-aware datetimes ERROR 2025-09-16 19:35:15,444 basehttp 38734 13438578688 "POST /en/inpatients/surgery/3/edit/ HTTP/1.1" 500 110440 WARNING 2025-09-16 19:35:15,456 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:15,456 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:35:18,418 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:18,418 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:19,616 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 WARNING 2025-09-16 19:35:19,631 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:19,632 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:19,668 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:35:20,979 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 WARNING 2025-09-16 19:35:20,991 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:20,992 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:21,031 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:35:25,009 log 38734 13438578688 Forbidden (CSRF token missing.): /en/inpatients/surgery/13/cancel/ WARNING 2025-09-16 19:35:25,009 basehttp 38734 13438578688 "POST /en/inpatients/surgery/13/cancel/ HTTP/1.1" 403 2491 INFO 2025-09-16 19:35:27,069 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71632 WARNING 2025-09-16 19:35:27,080 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:35:27,081 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:35:27,124 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:36:27,133 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:37:27,137 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:38:27,143 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:39:27,135 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:40:27,146 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:40:48,220 basehttp 38734 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 72520 WARNING 2025-09-16 19:40:48,235 log 38734 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:40:48,236 basehttp 38734 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:40:48,288 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:40:51,966 basehttp 38734 13438578688 "POST /en/inpatients/surgery/15/cancel/ HTTP/1.1" 302 0 ERROR 2025-09-16 19:40:51,988 log 38734 13438578688 Internal Server Error: /en/inpatients/surgery/15/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 19:40:51,989 basehttp 38734 13438578688 "GET /en/inpatients/surgery/15/ HTTP/1.1" 500 202529 INFO 2025-09-16 19:41:48,289 basehttp 38734 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:42:11,051 autoreload 38734 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:42:11,569 autoreload 61553 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 19:42:24,257 autoreload 61553 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:42:24,702 autoreload 61635 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 19:42:25,413 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71920 WARNING 2025-09-16 19:42:25,432 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:42:25,432 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:42:25,473 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:42:33,798 basehttp 61635 6156840960 "POST /en/inpatients/surgery/21/cancel/ HTTP/1.1" 302 0 ERROR 2025-09-16 19:42:33,821 log 61635 6156840960 Internal Server Error: /en/inpatients/surgery/21/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'users' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'users' is not a registered namespace ERROR 2025-09-16 19:42:33,823 basehttp 61635 6156840960 "GET /en/inpatients/surgery/21/ HTTP/1.1" 500 202417 INFO 2025-09-16 19:43:25,474 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:44:19,974 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 71320 WARNING 2025-09-16 19:44:19,992 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:44:19,992 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:44:20,039 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:44:28,664 basehttp 61635 6156840960 "POST /en/inpatients/surgery/1/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:44:28,685 basehttp 61635 6156840960 "GET /en/inpatients/surgery/1/ HTTP/1.1" 200 30557 INFO 2025-09-16 19:44:34,500 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 70721 WARNING 2025-09-16 19:44:34,519 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:44:34,519 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:44:34,570 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:34,567 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:40,210 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 70721 WARNING 2025-09-16 19:45:40,224 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:45:40,224 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:45:40,273 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:44,243 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/?page=2 HTTP/1.1" 200 33370 WARNING 2025-09-16 19:45:44,259 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:45:44,259 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:45:44,291 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:45:46,613 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 70721 WARNING 2025-09-16 19:45:46,635 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:45:46,635 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:45:46,680 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:46:00,554 basehttp 61635 6156840960 "POST /en/inpatients/surgery/13/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:46:00,568 basehttp 61635 6156840960 "GET /en/inpatients/surgery/13/ HTTP/1.1" 200 30755 INFO 2025-09-16 19:46:05,198 basehttp 61635 6156840960 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 70121 WARNING 2025-09-16 19:46:05,220 log 61635 6156840960 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:46:05,221 basehttp 61635 6156840960 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:46:05,266 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:47:05,282 basehttp 61635 6156840960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:47:57,385 autoreload 61635 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:47:57,805 autoreload 64130 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 19:47:58,915 basehttp 64130 6125432832 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 70121 WARNING 2025-09-16 19:47:58,934 log 64130 6125432832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:47:58,935 basehttp 64130 6125432832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:47:58,980 basehttp 64130 6125432832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:48:01,894 basehttp 64130 6125432832 "POST /en/inpatients/surgery/5/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:48:01,951 basehttp 64130 6125432832 "GET /en/inpatients/surgery/5/ HTTP/1.1" 200 30833 INFO 2025-09-16 19:48:06,593 basehttp 64130 6125432832 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 69522 WARNING 2025-09-16 19:48:06,612 log 64130 6125432832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:06,613 basehttp 64130 6125432832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:06,662 basehttp 64130 6125432832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:48:41,871 autoreload 64130 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:48:42,244 autoreload 64454 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 19:48:43,490 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:43,490 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:48:43,499 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:43,499 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:44,122 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 69522 WARNING 2025-09-16 19:48:44,139 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:44,139 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:44,191 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:48:48,775 basehttp 64454 6127038464 "POST /en/inpatients/surgery/6/cancel/ HTTP/1.1" 302 0 INFO 2025-09-16 19:48:48,797 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 69315 INFO 2025-09-16 19:48:51,576 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/?page=1 HTTP/1.1" 200 68923 WARNING 2025-09-16 19:48:51,593 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:48:51,593 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:48:51,643 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:49:51,655 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:50:51,674 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:50:55,805 basehttp 64454 6127038464 "GET /en/inpatients/surgery/list/?page=2 HTTP/1.1" 200 33370 WARNING 2025-09-16 19:50:55,823 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:50:55,824 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:50:55,842 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:01,570 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:01,571 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:01,583 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:01,583 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:02,107 log 64454 6143864832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,107 basehttp 64454 6143864832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:02,109 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:02,122 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,122 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:02,543 log 64454 6143864832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,545 basehttp 64454 6143864832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:02,545 basehttp 64454 6127038464 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:02,556 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:02,557 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:03,025 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:03,026 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:05,813 basehttp 64454 6127038464 "GET /en/inpatients/surgery/3/ HTTP/1.1" 200 29995 INFO 2025-09-16 19:51:05,834 basehttp 64454 6160691200 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 INFO 2025-09-16 19:51:05,834 basehttp 64454 6143864832 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 WARNING 2025-09-16 19:51:05,837 log 64454 6127038464 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-16 19:51:05,837 basehttp 64454 13455405056 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 WARNING 2025-09-16 19:51:05,837 basehttp 64454 6127038464 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:05,837 basehttp 64454 6160691200 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-16 19:51:05,838 basehttp 64454 13472231424 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-16 19:51:05,838 basehttp 64454 13438578688 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-16 19:51:10,911 basehttp 64454 13438578688 "GET /en/inpatients/surgery/calendar/ HTTP/1.1" 200 32136 WARNING 2025-09-16 19:51:10,931 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:10,931 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:10,970 basehttp 64454 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:14,732 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:14,732 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:14,745 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:14,745 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:21,477 basehttp 64454 13438578688 "GET /en/inpatients/surgery/3/edit/ HTTP/1.1" 200 35270 WARNING 2025-09-16 19:51:21,498 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:21,498 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:21,550 basehttp 64454 13438578688 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:51:23,535 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:23,535 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:23,552 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:23,552 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:23,765 basehttp 64454 13438578688 "GET /en/inpatients/surgery/list/ HTTP/1.1" 200 68923 WARNING 2025-09-16 19:51:23,784 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:23,785 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:24,503 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:24,503 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 19:51:25,600 log 64454 13438578688 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/surgery_schedule.html, inpatients/surgeryschedule_list.html ERROR 2025-09-16 19:51:25,601 basehttp 64454 13438578688 "GET /en/inpatients/surgery/ HTTP/1.1" 500 104003 WARNING 2025-09-16 19:51:25,628 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:25,628 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:51:26,002 log 64454 13438578688 Not Found: /en/inpatients/warjjujj WARNING 2025-09-16 19:51:26,003 basehttp 64454 13438578688 "GET /en/inpatients/warjjujj HTTP/1.1" 404 36696 WARNING 2025-09-16 19:51:26,027 log 64454 13438578688 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:26,028 basehttp 64454 13438578688 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:45,141 basehttp 64454 6127038464 "GET /en/inpatients/discharge/5 HTTP/1.1" 301 0 INFO 2025-09-16 19:51:45,156 basehttp 64454 6143864832 "GET /en/inpatients/discharge/5/ HTTP/1.1" 302 0 INFO 2025-09-16 19:51:45,175 basehttp 64454 6143864832 "GET /en/inpatients/admissions/5/ HTTP/1.1" 200 23162 WARNING 2025-09-16 19:51:45,194 log 64454 6143864832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:51:45,194 basehttp 64454 6143864832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:51:45,237 basehttp 64454 6143864832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:52:45,251 basehttp 64454 6143864832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:53:00,610 autoreload 64454 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-16 19:53:01,108 autoreload 66391 8682856640 Watching for file changes with StatReloader WARNING 2025-09-16 19:53:04,345 log 66391 6203322368 Not Found: /en/inpatients/atransfers WARNING 2025-09-16 19:53:04,346 basehttp 66391 6203322368 "GET /en/inpatients/atransfers HTTP/1.1" 404 36702 WARNING 2025-09-16 19:53:04,368 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:04,368 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:53:16,317 basehttp 66391 6203322368 "GET /en/inpatients/transfers HTTP/1.1" 301 0 INFO 2025-09-16 19:53:16,388 basehttp 66391 6220148736 "GET /en/inpatients/transfers/ HTTP/1.1" 200 89486 WARNING 2025-09-16 19:53:16,405 log 66391 6220148736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:16,405 basehttp 66391 6220148736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:53:16,450 basehttp 66391 6220148736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 19:53:25,349 log 66391 6220148736 Not Found: /en/inpatients/transfers/34 WARNING 2025-09-16 19:53:25,349 basehttp 66391 6220148736 "GET /en/inpatients/transfers/34 HTTP/1.1" 404 36708 WARNING 2025-09-16 19:53:25,365 log 66391 6220148736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:25,366 basehttp 66391 6220148736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 19:53:27,895 log 66391 6220148736 Not Found: /en/inpatients/transfers/3 WARNING 2025-09-16 19:53:27,895 basehttp 66391 6220148736 "GET /en/inpatients/transfers/3 HTTP/1.1" 404 36705 WARNING 2025-09-16 19:53:27,915 log 66391 6220148736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:53:27,915 basehttp 66391 6220148736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:56:27,375 basehttp 66391 6220148736 "GET /en/emr HTTP/1.1" 301 0 INFO 2025-09-16 19:56:27,428 basehttp 66391 6203322368 "GET /en/emr/ HTTP/1.1" 200 70362 WARNING 2025-09-16 19:56:27,440 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:56:27,441 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 19:56:27,495 basehttp 66391 6203322368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:56:27,508 basehttp 66391 6220148736 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 19:56:57,514 basehttp 66391 6220148736 "GET /en/emr/stats/ HTTP/1.1" 200 2966 INFO 2025-09-16 19:57:27,521 basehttp 66391 6220148736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 19:57:27,531 basehttp 66391 6203322368 "GET /en/emr/stats/ HTTP/1.1" 200 2966 WARNING 2025-09-16 19:57:27,563 log 66391 6203322368 Not Found: /en/emr/care WARNING 2025-09-16 19:57:27,563 basehttp 66391 6203322368 "GET /en/emr/care HTTP/1.1" 404 32849 WARNING 2025-09-16 19:57:27,583 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:57:27,584 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 19:57:47,924 log 66391 6203322368 Internal Server Error: /en/emr/care-plans/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'complete_care_plan' not found. 'complete_care_plan' is not a valid view function or pattern name. ERROR 2025-09-16 19:57:47,926 basehttp 66391 6203322368 "GET /en/emr/care-plans/ HTTP/1.1" 500 271506 WARNING 2025-09-16 19:57:47,944 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 19:57:47,944 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:04:27,589 log 66391 6203322368 Internal Server Error: /en/emr/care-plans/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/care_plan_list.html, emr/careplan_list.html ERROR 2025-09-16 20:04:27,590 basehttp 66391 6203322368 "GET /en/emr/care-plans/ HTTP/1.1" 500 102769 WARNING 2025-09-16 20:04:27,603 log 66391 6203322368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:04:27,603 basehttp 66391 6203322368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:05:36,857 autoreload 66391 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:05:37,230 autoreload 72004 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:05:37,670 basehttp 72004 6159233024 "GET /en/emr/care-plans/ HTTP/1.1" 200 110427 WARNING 2025-09-16 20:05:37,685 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:37,685 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:05:37,755 basehttp 72004 6159233024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 20:05:48,492 log 72004 6159233024 Not Found: /en/emr/care-plans/5 WARNING 2025-09-16 20:05:48,492 basehttp 72004 6159233024 "GET /en/emr/care-plans/5 HTTP/1.1" 404 32873 WARNING 2025-09-16 20:05:48,516 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:48,516 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:05:50,262 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:50,262 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:05:50,273 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:50,274 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:05:52,499 log 72004 6159233024 Not Found: /en/emr/care-plans/1 WARNING 2025-09-16 20:05:52,499 basehttp 72004 6159233024 "GET /en/emr/care-plans/1 HTTP/1.1" 404 32873 WARNING 2025-09-16 20:05:52,515 log 72004 6159233024 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:05:52,516 basehttp 72004 6159233024 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:08:48,610 autoreload 72004 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-16 20:08:49,039 autoreload 73420 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:08:50,095 basehttp 73420 6136934400 "GET /en/emr/care-plans/1 HTTP/1.1" 301 0 ERROR 2025-09-16 20:08:50,171 log 73420 6153760768 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 20:08:50,172 basehttp 73420 6153760768 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 172417 WARNING 2025-09-16 20:08:50,188 log 73420 6153760768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:08:50,188 basehttp 73420 6153760768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:10:47,574 log 73420 6153760768 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'problem_detail' not found. 'problem_detail' is not a valid view function or pattern name. ERROR 2025-09-16 20:10:47,575 basehttp 73420 6153760768 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 197592 WARNING 2025-09-16 20:10:47,592 log 73420 6153760768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:10:47,592 basehttp 73420 6153760768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:11:50,763 autoreload 73420 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:11:51,139 autoreload 74750 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:17:06,088 autoreload 74750 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:17:06,482 autoreload 77081 8682856640 Watching for file changes with StatReloader ERROR 2025-09-16 20:17:08,049 log 77081 6127775744 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' not found. 'patient_detail' is not a valid view function or pattern name. ERROR 2025-09-16 20:17:08,051 basehttp 77081 6127775744 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 171808 WARNING 2025-09-16 20:17:08,065 log 77081 6127775744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:17:08,065 basehttp 77081 6127775744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:17:44,486 log 77081 6127775744 Internal Server Error: /en/emr/care-plans/1/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_approve' not found. 'care_plan_approve' is not a valid view function or pattern name. ERROR 2025-09-16 20:17:44,488 basehttp 77081 6127775744 "GET /en/emr/care-plans/1/ HTTP/1.1" 500 172677 WARNING 2025-09-16 20:17:44,501 log 77081 6127775744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:17:44,501 basehttp 77081 6127775744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:18:11,240 basehttp 77081 6127775744 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 INFO 2025-09-16 20:18:11,253 basehttp 77081 6144602112 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-16 20:18:11,254 basehttp 77081 6127775744 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 WARNING 2025-09-16 20:18:11,256 basehttp 77081 6127775744 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-16 20:18:11,258 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:18:11,258 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:18:11,287 basehttp 77081 6161428480 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-16 20:18:11,302 basehttp 77081 6161428480 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-16 20:18:11,309 basehttp 77081 6144602112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-16 20:18:29,984 log 77081 6144602112 Internal Server Error: /en/emr/problems/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-16 20:18:29,986 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 500 168293 WARNING 2025-09-16 20:18:30,006 log 77081 6144602112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:18:30,006 basehttp 77081 6144602112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:18:56,869 log 77081 6144602112 Internal Server Error: /en/emr/problems/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'patient_detail' not found. 'patient_detail' is not a valid view function or pattern name. ERROR 2025-09-16 20:18:56,870 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 500 168206 WARNING 2025-09-16 20:18:56,886 log 77081 6144602112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:18:56,886 basehttp 77081 6144602112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:19:15,020 log 77081 6144602112 Internal Server Error: /en/emr/problems/2/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'problem_resolve' not found. 'problem_resolve' is not a valid view function or pattern name. ERROR 2025-09-16 20:19:15,021 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 500 169007 WARNING 2025-09-16 20:19:15,034 log 77081 6144602112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:15,034 basehttp 77081 6144602112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:19:32,557 basehttp 77081 6144602112 "GET /en/emr/problems/2/ HTTP/1.1" 200 33328 WARNING 2025-09-16 20:19:32,571 basehttp 77081 6144602112 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-16 20:19:32,578 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:32,579 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:19:32,627 basehttp 77081 6161428480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:19:40,775 basehttp 77081 6161428480 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-16 20:19:40,789 basehttp 77081 6127775744 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-16 20:19:40,802 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:40,802 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:19:40,836 basehttp 77081 6161428480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-16 20:19:42,887 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:42,888 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-16 20:19:42,891 basehttp 77081 6127775744 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-16 20:19:42,914 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:42,914 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:19:57,306 log 77081 6161428480 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/problem_list.html, emr/problemlist_list.html ERROR 2025-09-16 20:19:57,307 basehttp 77081 6161428480 "GET /en/emr/problems/ HTTP/1.1" 500 102842 WARNING 2025-09-16 20:19:57,326 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:19:57,326 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-16 20:21:16,543 log 77081 6161428480 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: emr/problem_list.html, emr/problemlist_list.html ERROR 2025-09-16 20:21:16,544 basehttp 77081 6161428480 "GET /en/emr/problems/ HTTP/1.1" 500 102979 WARNING 2025-09-16 20:21:16,565 log 77081 6161428480 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:21:16,565 basehttp 77081 6161428480 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:22:37,093 autoreload 77081 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-16 20:22:37,503 autoreload 79472 8682856640 Watching for file changes with StatReloader INFO 2025-09-16 20:22:38,086 basehttp 79472 6193262592 "GET /en/emr/problems/ HTTP/1.1" 200 104902 WARNING 2025-09-16 20:22:38,104 log 79472 6193262592 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-16 20:22:38,104 basehttp 79472 6193262592 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-16 20:22:38,155 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:22:50,346 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:22:52,034 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:23:56,718 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:24:56,723 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:25:56,714 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:26:56,732 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:27:56,737 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:28:56,738 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:29:56,735 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:30:56,731 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:31:56,746 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:32:56,729 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:33:57,633 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:34:59,636 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:36:23,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 20:39:32,688 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:05:01,527 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:43:32,754 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:45:32,754 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:46:32,740 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:48:32,739 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:49:32,740 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:51:32,733 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:52:32,739 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 22:59:01,961 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:03:05,416 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:09:35,793 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:11:35,790 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:13:35,791 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:14:35,776 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:15:35,797 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:17:35,872 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:18:35,858 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:20:35,880 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:21:35,876 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:23:35,877 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:24:35,873 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:26:35,868 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:27:35,876 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:28:35,878 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:29:35,880 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:31:35,883 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:32:35,884 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:33:35,883 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:35:35,871 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:36:35,886 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:37:35,889 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:39:35,888 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:40:35,885 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:42:35,876 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:43:35,888 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:44:35,881 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:46:35,887 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:47:35,904 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:49:35,900 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:50:35,916 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:52:35,922 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:54:35,904 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:55:35,920 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:57:35,917 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:58:35,905 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-16 23:59:35,924 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:01:35,922 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:03:35,910 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:05:35,904 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:06:35,905 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:08:35,905 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:09:35,907 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:10:35,909 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:12:44,975 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:19:25,132 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:24:23,654 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:30:13,586 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:35:44,100 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:38:20,657 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:43:32,735 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:44:32,716 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:45:32,719 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:47:32,699 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:48:32,709 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:49:32,706 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:51:32,714 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:53:32,724 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:54:32,723 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:56:32,715 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 00:58:32,721 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:00:32,704 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:01:32,715 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:03:32,729 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:04:32,725 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:05:32,729 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:07:32,719 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:08:32,719 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:10:32,764 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:12:32,713 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:13:32,718 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:14:32,948 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:16:32,800 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:18:32,795 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:19:32,798 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:21:32,796 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:22:32,789 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:23:32,794 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:25:32,806 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:27:32,800 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:28:32,804 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:30:32,787 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:32:32,680 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:34:32,688 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:35:32,693 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:37:32,696 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:38:32,669 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:40:32,690 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:42:32,663 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:47:19,755 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:50:34,973 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 01:58:03,128 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:08:24,638 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:10:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:12:24,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:13:24,634 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:15:24,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:16:24,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:18:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:20:24,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:21:24,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:23:24,640 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:24:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:25:24,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:27:24,634 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:29:24,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:30:24,633 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:32:24,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:34:24,612 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:36:24,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:38:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:39:24,652 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:41:24,644 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:43:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:44:24,643 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:46:24,638 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:47:24,643 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:49:24,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:50:24,644 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:52:24,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:53:24,636 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:55:24,632 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:56:24,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:58:24,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 02:59:24,633 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:01:24,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:02:24,630 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:04:24,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:05:24,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:06:24,612 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 03:08:24,635 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:13:34,109 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:20:07,457 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:26:06,332 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:27:06,315 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:29:06,316 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:30:06,334 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:32:06,313 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:33:06,341 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:35:06,555 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:37:06,336 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:39:06,325 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:40:06,242 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:42:06,239 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:44:06,219 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:45:06,247 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:47:06,235 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:48:06,233 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:50:06,236 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:51:06,249 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:53:06,225 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:54:06,231 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:55:06,236 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:57:06,171 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 03:58:06,177 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:00:06,173 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:01:06,177 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:03:06,168 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:04:06,167 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:05:06,167 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:07:06,182 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:08:06,176 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:10:06,160 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:12:06,162 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:13:06,147 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:15:06,143 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:16:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:18:06,148 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:19:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:21:06,142 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:22:06,153 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:24:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:25:06,135 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:27:06,108 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:28:06,120 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:29:06,096 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:31:06,106 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:32:06,106 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:33:06,108 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:35:06,109 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:36:06,099 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:38:06,094 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:40:06,102 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:41:06,078 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:43:06,085 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:45:06,074 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:46:06,071 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:48:06,067 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:49:06,087 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:51:06,062 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:52:06,063 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:54:06,075 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:55:06,074 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:57:06,078 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 04:59:06,086 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:01:06,091 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:02:06,076 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:04:06,076 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:05:06,074 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:06:06,064 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:07:06,095 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:09:06,068 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:10:06,062 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:11:06,079 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:13:06,039 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:14:06,049 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:16:06,056 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:17:06,042 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:18:06,035 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:20:06,056 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:22:06,041 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:23:06,030 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:25:06,022 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:26:06,031 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:27:06,189 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:29:06,155 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:30:06,155 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:31:06,171 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:33:06,173 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:34:06,157 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:36:06,149 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:37:06,156 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:39:06,195 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:41:06,153 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:42:06,164 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:43:06,220 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:45:06,219 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:46:06,224 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:48:06,224 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:49:06,211 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:50:06,209 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:52:06,210 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:53:06,206 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:55:06,215 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:57:06,217 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 05:59:06,278 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:00:06,275 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:02:06,274 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:03:06,274 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:05:06,265 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:06:06,279 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:08:06,276 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:09:06,273 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:11:06,283 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:12:06,287 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:14:06,456 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:16:06,296 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:17:06,287 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:19:06,295 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:20:06,292 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:22:06,294 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:24:06,295 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:25:06,297 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:27:06,300 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:28:06,329 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:30:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:31:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:33:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:34:06,355 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:35:06,360 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:37:06,359 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:38:06,346 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:39:06,361 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:41:06,369 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:43:06,360 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:45:06,249 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:46:06,248 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:48:06,234 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:49:06,248 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:53:53,954 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:55:53,928 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:56:53,931 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:58:53,934 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 06:59:53,946 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:01:53,938 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:02:53,936 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:03:53,945 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:05:53,958 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:06:53,940 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:07:53,935 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:09:53,861 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:10:53,848 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:12:53,860 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:13:53,844 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:14:53,860 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:16:53,850 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:17:53,838 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:18:53,849 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:20:53,842 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:21:53,845 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:22:53,839 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:24:53,878 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:26:53,867 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:27:53,849 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:28:53,855 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:30:53,864 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:31:53,864 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:33:53,838 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:34:53,894 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:36:53,864 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:37:53,844 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:38:53,931 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:40:53,955 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:41:53,956 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:43:53,935 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:45:53,945 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:47:53,953 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:49:53,940 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:51:53,978 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:52:53,973 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 07:59:55,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:00:55,622 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:02:55,606 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:03:55,621 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:04:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:06:55,624 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:07:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:08:55,621 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:10:55,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:11:55,617 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:13:55,623 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:14:55,685 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:16:55,686 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:17:55,687 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:19:55,700 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:21:55,702 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:23:55,686 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:24:55,679 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:26:55,703 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:28:55,688 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:29:55,631 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:30:55,637 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:32:55,630 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:33:55,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:35:55,632 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:36:55,615 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:38:55,628 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:39:55,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:41:55,632 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:42:55,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:43:55,642 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:45:55,621 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:46:55,622 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:47:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:49:55,625 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:50:55,627 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:52:55,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:54:55,629 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:55:55,626 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:57:55,619 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 08:58:55,623 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:02:03,286 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:09:44,194 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:11:40,697 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:13:52,152 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:14:52,159 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:15:52,153 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:17:52,253 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:18:52,247 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:20:52,270 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:21:52,256 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:23:33,540 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:25:33,526 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:27:33,524 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:29:33,539 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:30:33,514 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:31:33,526 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:33:33,525 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:34:33,537 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:36:33,533 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:37:33,550 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:39:33,433 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:40:33,440 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:42:33,446 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:44:33,431 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:45:33,450 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:47:33,445 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:48:33,432 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:50:33,451 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:51:33,443 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:53:33,386 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:54:33,369 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:55:33,369 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:57:33,382 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:58:33,370 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 09:59:33,368 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:01:33,371 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:03:33,378 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:04:33,361 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:06:33,382 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:07:33,373 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:09:33,339 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:10:33,321 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:12:33,341 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:13:33,345 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:15:33,329 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:16:33,323 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:18:33,332 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:19:33,317 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:20:33,352 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:22:33,309 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:23:33,322 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:24:37,596 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:34:32,108 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:40:41,058 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:41:41,072 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:42:41,057 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:44:41,060 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:45:41,062 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:47:41,058 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:49:41,075 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:50:41,065 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:52:41,059 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:53:41,060 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:54:41,064 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:56:41,054 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:58:41,069 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 10:59:41,068 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:00:41,075 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:02:41,077 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:04:41,069 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:05:41,071 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:07:41,068 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:08:41,067 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:10:41,053 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:11:41,060 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:13:41,041 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:14:41,048 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:16:41,047 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:17:41,038 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:18:41,055 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:20:41,053 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:22:26,667 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:22:49,035 basehttp 79472 6193262592 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 11:22:49,050 basehttp 79472 6193262592 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-09-17 11:22:49,054 basehttp 79472 6210088960 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 INFO 2025-09-17 11:22:49,097 basehttp 79472 6210088960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:23:49,108 basehttp 79472 6210088960 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:24:09,947 basehttp 79472 6210088960 "GET /en/emr/care-plans/2 HTTP/1.1" 301 0 INFO 2025-09-17 11:24:09,973 basehttp 79472 6193262592 "GET /en/emr/care-plans/2/ HTTP/1.1" 200 62284 WARNING 2025-09-17 11:24:09,986 basehttp 79472 6193262592 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 INFO 2025-09-17 11:24:10,006 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:25:10,029 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 11:25:28,260 log 79472 6193262592 Internal Server Error: /en/emr/care-plans/2/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-17 11:25:28,261 basehttp 79472 6193262592 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 500 185181 INFO 2025-09-17 11:26:00,859 basehttp 79472 6193262592 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 116720 INFO 2025-09-17 11:26:00,873 basehttp 79472 6193262592 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-17 11:26:00,909 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:27:00,925 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:28:00,928 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:29:00,940 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:30:00,928 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:31:00,943 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:32:00,957 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:33:00,943 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:34:00,955 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:35:00,956 basehttp 79472 6193262592 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:35:27,478 autoreload 79472 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 11:35:28,028 autoreload 93290 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 11:35:32,055 basehttp 93290 6127153152 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 116979 INFO 2025-09-17 11:35:32,113 basehttp 93290 6127153152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:36:24,455 autoreload 93290 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 11:36:24,848 autoreload 93695 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 11:36:27,170 basehttp 93695 6127906816 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 117053 INFO 2025-09-17 11:36:27,218 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:36:29,843 basehttp 93695 6127906816 "GET /en/emr/care-plans/2/update/ HTTP/1.1" 200 117053 INFO 2025-09-17 11:36:29,889 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:37:29,919 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 11:38:09,990 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:38:09,991 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:38:29,973 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:39:29,974 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:40:29,962 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:41:19,484 basehttp 93695 6127906816 "GET /en/emr/care-plans/2/ HTTP/1.1" 200 62284 WARNING 2025-09-17 11:41:19,506 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:41:19,506 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:41:21,165 basehttp 93695 6127906816 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 11:41:21,184 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:41:21,185 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:41:22,634 basehttp 93695 6127906816 "GET /en/emr/care-plans/ HTTP/1.1" 200 110427 WARNING 2025-09-17 11:41:22,653 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:41:22,653 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:42:22,723 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:42:24,968 basehttp 93695 6127906816 "GET /en/emr/care-plans/ HTTP/1.1" 200 111390 WARNING 2025-09-17 11:42:24,980 log 93695 6127906816 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 11:42:24,980 basehttp 93695 6127906816 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 11:42:25,052 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:43:25,067 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:44:25,065 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:45:25,065 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:46:25,078 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:47:25,084 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:48:25,080 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:49:25,094 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:50:25,098 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:51:25,102 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:52:25,106 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:53:25,114 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:54:25,120 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:55:25,122 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:56:25,125 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:57:25,131 basehttp 93695 6127906816 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:57:57,288 autoreload 93695 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 11:57:57,784 autoreload 3812 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 11:58:25,273 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 11:59:27,212 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:00:41,212 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:01:41,232 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:03:41,219 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:05:41,220 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:07:41,215 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:09:41,115 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:10:41,124 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:12:41,107 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:14:41,111 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:16:41,108 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:18:41,105 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:20:41,115 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:21:41,130 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:23:41,104 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:25:41,137 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:26:41,139 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:28:41,190 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:30:41,146 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:31:41,150 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:33:41,154 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:35:41,144 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:37:41,137 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:40:05,910 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 12:51:48,608 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 13:52:49,722 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:01:38,047 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:03:38,049 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:04:38,046 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:05:38,036 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:06:38,050 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:07:38,111 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:08:38,103 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:08:47,229 basehttp 3812 6123024384 "GET /en/emr/care-plans/ HTTP/1.1" 200 112233 WARNING 2025-09-17 14:08:47,248 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:08:47,248 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:08:47,309 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:09:47,319 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:10:47,337 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:11:22,243 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:11:22,243 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:11:56,830 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:11:56,830 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:12:02,225 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 14:12:02,243 basehttp 3812 6139850752 "GET /static/plugins/chart.js/dist/Chart.min.js HTTP/1.1" 404 2029 WARNING 2025-09-17 14:12:02,246 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:12:02,246 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:12:02,293 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:12:21,630 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 INFO 2025-09-17 14:12:21,640 basehttp 3812 6123024384 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 WARNING 2025-09-17 14:12:21,642 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:12:21,642 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:12:21,689 basehttp 3812 6139850752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:12:21,692 basehttp 3812 6123024384 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-17 14:13:21,690 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:14:21,710 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:14:41,332 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63256 WARNING 2025-09-17 14:14:41,348 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:14:41,348 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:14:41,394 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:15:20,202 basehttp 3812 6123024384 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 63255 WARNING 2025-09-17 14:15:20,214 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:15:20,214 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:15:20,260 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:16:20,280 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:17:20,272 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:17:32,879 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:17:32,881 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:32,882 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:17:32,891 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:32,891 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:17:33,524 basehttp 3812 6139850752 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 14:17:33,536 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:33,536 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:17:33,582 basehttp 3812 6139850752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:17:35,487 basehttp 3812 6139850752 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 63209 WARNING 2025-09-17 14:17:35,506 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:17:35,506 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:17:35,553 basehttp 3812 6139850752 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:18:35,557 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:19:35,557 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:20:35,571 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:21:35,561 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:21:57,481 basehttp 3812 6123024384 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 65822 WARNING 2025-09-17 14:21:57,499 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:21:57,501 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:21:57,551 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:22:57,563 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:23:57,567 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:24:47,917 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:47,918 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:47,919 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:24:47,928 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:47,928 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:49,913 basehttp 3812 6123024384 "GET /en/emr/care-plans/206/ HTTP/1.1" 200 66369 WARNING 2025-09-17 14:24:49,927 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:49,928 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:49,972 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:24:56,620 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:56,620 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:24:56,630 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:56,630 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:59,311 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63778 WARNING 2025-09-17 14:24:59,331 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:24:59,331 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:24:59,381 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:25:55,004 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63779 WARNING 2025-09-17 14:25:55,017 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:25:55,017 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:25:55,063 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:26:55,064 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:27:46,839 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63834 WARNING 2025-09-17 14:27:46,851 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:27:46,852 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:27:46,899 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:28:46,904 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:29:46,917 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:30:26,427 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63907 WARNING 2025-09-17 14:30:26,443 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:30:26,443 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:30:26,490 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:31:26,490 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:31:47,487 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63893 WARNING 2025-09-17 14:31:47,498 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:31:47,499 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:31:47,547 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:32:30,708 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63890 WARNING 2025-09-17 14:32:30,720 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:32:30,720 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:32:30,770 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:32:48,631 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63891 WARNING 2025-09-17 14:32:48,643 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:32:48,643 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:32:48,690 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:33:48,698 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:34:48,697 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:34:59,567 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 63893 WARNING 2025-09-17 14:34:59,581 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:34:59,581 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:34:59,633 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:35:36,947 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64034 INFO 2025-09-17 14:35:36,957 basehttp 3812 6139850752 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 WARNING 2025-09-17 14:35:36,963 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:35:36,963 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:35:37,016 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:36:23,947 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64034 WARNING 2025-09-17 14:36:23,959 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:36:23,960 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:36:24,008 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:36:59,334 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64046 WARNING 2025-09-17 14:36:59,345 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:36:59,346 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:36:59,397 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:10,696 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 WARNING 2025-09-17 14:37:10,714 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:10,714 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:10,761 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:23,866 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 WARNING 2025-09-17 14:37:23,877 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:23,877 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:23,922 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:25,948 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 WARNING 2025-09-17 14:37:25,967 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:25,967 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:26,018 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:37:28,758 basehttp 3812 6123024384 "GET /en/emr/care-plans/203/ HTTP/1.1" 200 64033 INFO 2025-09-17 14:37:28,767 basehttp 3812 6173503488 "GET /static/css/custom.css HTTP/1.1" 200 2063 INFO 2025-09-17 14:37:28,771 basehttp 3812 6123024384 "GET /static/css/vendor.min.css HTTP/1.1" 200 177466 INFO 2025-09-17 14:37:28,772 basehttp 3812 6173503488 "GET /static/js/htmx.min.js HTTP/1.1" 200 51076 INFO 2025-09-17 14:37:28,774 basehttp 3812 13572796416 "GET /static/plugins/bootstrap-icons/font/bootstrap-icons.css HTTP/1.1" 200 98255 WARNING 2025-09-17 14:37:28,777 log 3812 6156677120 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:37:28,778 basehttp 3812 6156677120 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:37:28,778 basehttp 3812 13572796416 "GET /static/js/custom.js HTTP/1.1" 200 4105 INFO 2025-09-17 14:37:28,783 basehttp 3812 6139850752 "GET /static/css/default/app.min.css HTTP/1.1" 200 893480 INFO 2025-09-17 14:37:28,786 basehttp 3812 6173503488 "GET /static/js/app.min.js HTTP/1.1" 200 110394 INFO 2025-09-17 14:37:28,788 basehttp 3812 13572796416 "GET /static/plugins/moment/min/moment.min.js HTTP/1.1" 200 58890 INFO 2025-09-17 14:37:28,791 basehttp 3812 6173503488 "GET /static/plugins/chart.js/dist/chart.umd.js HTTP/1.1" 200 206279 INFO 2025-09-17 14:37:28,792 basehttp 3812 6123024384 "GET /static/js/vendor.min.js HTTP/1.1" 200 1091361 INFO 2025-09-17 14:37:28,792 basehttp 3812 6156677120 "GET /static/webfonts/fa-solid-900.woff2 HTTP/1.1" 200 158220 INFO 2025-09-17 14:37:28,794 basehttp 3812 13572796416 "GET /static/img/theme/default.jpg HTTP/1.1" 200 26964 INFO 2025-09-17 14:37:28,796 basehttp 3812 6123024384 "GET /static/img/theme/material.jpg HTTP/1.1" 200 28774 INFO 2025-09-17 14:37:28,796 basehttp 3812 6156677120 "GET /static/img/theme/apple.jpg HTTP/1.1" 200 28822 INFO 2025-09-17 14:37:28,796 basehttp 3812 6173503488 "GET /static/img/theme/transparent.jpg HTTP/1.1" 200 32747 INFO 2025-09-17 14:37:28,797 basehttp 3812 13589622784 "GET /media/profile_pictures/me.jpg HTTP/1.1" 200 721666 INFO 2025-09-17 14:37:28,798 basehttp 3812 13572796416 "GET /static/img/theme/facebook.jpg HTTP/1.1" 200 27881 INFO 2025-09-17 14:37:28,800 basehttp 3812 6139850752 "GET /static/plugins/bootstrap-icons/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 HTTP/1.1" 200 130396 INFO 2025-09-17 14:37:28,801 basehttp 3812 13572796416 "GET /static/img/version/angular10x.jpg HTTP/1.1" 200 24580 INFO 2025-09-17 14:37:28,802 basehttp 3812 6156677120 "GET /static/img/version/html.jpg HTTP/1.1" 200 17325 INFO 2025-09-17 14:37:28,802 basehttp 3812 13589622784 "GET /static/img/version/angular1x.jpg HTTP/1.1" 200 22869 INFO 2025-09-17 14:37:28,803 basehttp 3812 6173503488 "GET /static/img/version/ajax.jpg HTTP/1.1" 200 20223 INFO 2025-09-17 14:37:28,804 basehttp 3812 6139850752 "GET /static/img/version/svelte.jpg HTTP/1.1" 200 25060 INFO 2025-09-17 14:37:28,807 basehttp 3812 13572796416 "GET /static/img/version/laravel.jpg HTTP/1.1" 200 26040 INFO 2025-09-17 14:37:28,807 basehttp 3812 6139850752 "GET /static/img/version/dotnet.jpg HTTP/1.1" 200 24791 INFO 2025-09-17 14:37:28,808 basehttp 3812 13589622784 "GET /static/img/version/django.jpg HTTP/1.1" 200 20935 INFO 2025-09-17 14:37:28,808 basehttp 3812 6173503488 "GET /static/img/version/vuejs.jpg HTTP/1.1" 200 22518 INFO 2025-09-17 14:37:28,808 basehttp 3812 6156677120 "GET /static/img/version/reactjs.jpg HTTP/1.1" 200 26850 INFO 2025-09-17 14:37:28,810 basehttp 3812 13589622784 "GET /static/img/theme/e-commerce.jpg HTTP/1.1" 200 37734 INFO 2025-09-17 14:37:28,810 basehttp 3812 6156677120 "GET /static/img/theme/blog.jpg HTTP/1.1" 200 32334 INFO 2025-09-17 14:37:28,810 basehttp 3812 6173503488 "GET /static/img/theme/forum.jpg HTTP/1.1" 200 28744 INFO 2025-09-17 14:37:28,811 basehttp 3812 13589622784 "GET /static/img/theme/corporate.jpg HTTP/1.1" 200 38911 INFO 2025-09-17 14:37:28,815 basehttp 3812 13572796416 "GET /static/img/version/nextjs.jpg HTTP/1.1" 200 20152 INFO 2025-09-17 14:37:28,815 basehttp 3812 6123024384 "GET /static/img/theme/google.jpg HTTP/1.1" 200 86013 INFO 2025-09-17 14:37:28,816 basehttp 3812 6139850752 "GET /static/img/theme/one-page-parallax.jpg HTTP/1.1" 200 22474 INFO 2025-09-17 14:37:29,070 basehttp 3812 6139850752 "GET /static/css/default/app.min.css.map HTTP/1.1" 200 1957526 INFO 2025-09-17 14:37:29,071 basehttp 3812 6123024384 "GET /static/plugins/moment/min/moment.min.js.map HTTP/1.1" 200 98730 INFO 2025-09-17 14:37:29,071 basehttp 3812 13572796416 "GET /static/plugins/chart.js/dist/chart.umd.js.map HTTP/1.1" 200 958364 INFO 2025-09-17 14:37:29,075 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:37:29,188 log 3812 13589622784 Not Found: /favicon.ico WARNING 2025-09-17 14:37:29,188 basehttp 3812 13589622784 "GET /favicon.ico HTTP/1.1" 404 2557 INFO 2025-09-17 14:38:01,446 basehttp 3812 13589622784 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 14:38:01,461 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:01,461 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:38:05,989 basehttp 3812 13589622784 "GET /en/emr/care-plans/206/ HTTP/1.1" 200 66593 WARNING 2025-09-17 14:38:06,010 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:06,010 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:38:06,074 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:38:25,960 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:25,960 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 14:38:25,975 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:38:25,976 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:39:01,565 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:39:38,741 basehttp 3812 13589622784 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 14:39:38,760 log 3812 13589622784 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:39:38,760 basehttp 3812 13589622784 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:39:38,811 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:40:38,834 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:41:38,838 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:42:38,841 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:43:38,844 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:44:38,837 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:45:38,854 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:46:38,853 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:47:38,857 basehttp 3812 13589622784 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:48:38,861 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:49:12,371 log 3812 6139850752 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:12,372 basehttp 3812 6139850752 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:12,373 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 14:49:12,383 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:12,383 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:22,292 basehttp 3812 6123024384 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 14:49:22,312 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:22,312 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:22,366 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:49:23,579 basehttp 3812 6123024384 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117039 INFO 2025-09-17 14:49:23,599 basehttp 3812 6156677120 "GET /static/plugins/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css HTTP/1.1" 200 15733 INFO 2025-09-17 14:49:23,599 basehttp 3812 6139850752 "GET /static/plugins/select2/dist/css/select2.min.css HTTP/1.1" 200 14966 INFO 2025-09-17 14:49:23,599 basehttp 3812 6173503488 "GET /static/plugins/summernote/dist/summernote-lite.min.css HTTP/1.1" 200 30684 INFO 2025-09-17 14:49:23,600 basehttp 3812 13589622784 "GET /static/plugins/bootstrap-datepicker/dist/js/bootstrap-datepicker.min.js HTTP/1.1" 200 33871 INFO 2025-09-17 14:49:23,600 basehttp 3812 13572796416 "GET /static/plugins/select2/dist/js/select2.min.js HTTP/1.1" 200 70851 WARNING 2025-09-17 14:49:23,601 log 3812 6123024384 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:49:23,601 basehttp 3812 6123024384 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:49:23,607 basehttp 3812 6123024384 "GET /static/plugins/summernote/dist/summernote-lite.min.js HTTP/1.1" 200 186367 INFO 2025-09-17 14:49:23,688 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:50:23,709 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:51:23,695 basehttp 3812 6123024384 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:52:05,905 autoreload 3812 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py changed, reloading. INFO 2025-09-17 14:52:06,450 autoreload 46951 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 14:52:23,748 basehttp 46951 6157201408 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:55:29,090 autoreload 50066 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 14:56:23,871 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:56:58,598 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117059 WARNING 2025-09-17 14:56:58,619 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:56:58,620 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:56:58,692 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:57:50,736 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117094 WARNING 2025-09-17 14:57:50,756 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:57:50,756 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:57:50,816 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:58:41,457 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117114 WARNING 2025-09-17 14:58:41,482 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:58:41,482 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:58:41,539 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 14:59:01,532 basehttp 50066 6158659584 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117010 WARNING 2025-09-17 14:59:01,549 log 50066 6158659584 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 14:59:01,549 basehttp 50066 6158659584 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 14:59:01,615 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:00:01,622 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:01:01,616 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:02:01,631 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:03:01,633 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:04:01,633 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:05:01,643 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:06:01,645 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:07:01,656 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:08:01,660 basehttp 50066 6158659584 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:08:29,008 autoreload 50066 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 15:08:29,370 autoreload 56240 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:08:37,906 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 117010 WARNING 2025-09-17 15:08:37,927 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:08:37,927 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:08:37,987 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:09:38,002 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:10:38,013 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:11:38,012 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:12:38,009 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:13:38,024 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:14:38,021 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:15:38,033 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:16:38,037 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:17:14,169 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116146 WARNING 2025-09-17 15:17:14,188 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:17:14,189 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:17:14,242 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:18:07,116 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116181 WARNING 2025-09-17 15:18:07,134 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:18:07,134 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:18:07,196 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:19:00,737 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116251 WARNING 2025-09-17 15:19:00,751 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:19:00,752 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:19:00,813 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:19:46,375 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116288 WARNING 2025-09-17 15:19:46,393 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:19:46,393 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:19:46,455 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:20:26,934 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116195 WARNING 2025-09-17 15:20:26,952 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:20:26,952 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:20:27,011 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:21:17,502 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116195 WARNING 2025-09-17 15:21:17,522 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:21:17,522 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:21:17,583 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:22:05,253 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116230 WARNING 2025-09-17 15:22:05,272 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:22:05,272 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:22:05,332 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:22:33,508 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116265 WARNING 2025-09-17 15:22:33,528 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:22:33,528 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:22:33,584 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:22:49,661 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116250 WARNING 2025-09-17 15:22:49,681 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:22:49,681 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:22:49,759 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:23:50,211 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 15:24:03,191 log 56240 6158249984 Internal Server Error: /en/emr/care-plans/210/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py", line 27, in add_class return field.as_widget(attrs={"class": css_class}) ^^^^^^^^^^^^^^^ AttributeError: 'SafeString' object has no attribute 'as_widget' ERROR 2025-09-17 15:24:03,193 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 500 204177 WARNING 2025-09-17 15:24:03,211 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:24:03,211 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:24:21,586 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116230 WARNING 2025-09-17 15:24:21,603 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:24:21,603 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:24:21,674 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 15:24:51,196 log 56240 6158249984 Internal Server Error: /en/emr/care-plans/210/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 749, in resolve new_obj = func(obj, *arg_vals) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/core/templatetags/custom_filters.py", line 40, in attr return field.as_widget(attrs=attrs) ^^^^^^^^^^^^^^^ AttributeError: 'SafeString' object has no attribute 'as_widget' ERROR 2025-09-17 15:24:51,198 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 500 204784 WARNING 2025-09-17 15:24:51,213 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:24:51,215 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:25:12,931 basehttp 56240 6158249984 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116265 WARNING 2025-09-17 15:25:12,946 log 56240 6158249984 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:25:12,947 basehttp 56240 6158249984 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:25:13,010 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:26:13,020 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:27:13,016 basehttp 56240 6158249984 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:27:23,886 autoreload 56240 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:27:24,243 autoreload 64620 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:27:24,780 basehttp 64620 6160314368 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116202 WARNING 2025-09-17 15:27:24,801 log 64620 6160314368 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:27:24,801 basehttp 64620 6160314368 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:27:24,863 basehttp 64620 6160314368 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:28:18,556 autoreload 64620 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:28:18,940 autoreload 65012 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:28:20,366 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116239 WARNING 2025-09-17 15:28:20,386 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:28:20,387 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:28:20,496 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:29:20,448 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:30:17,446 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116172 WARNING 2025-09-17 15:30:17,468 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:30:17,468 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:30:17,549 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:31:17,549 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:31:50,965 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115850 WARNING 2025-09-17 15:31:50,982 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:31:50,982 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:31:51,061 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:32:40,428 basehttp 65012 6129823744 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115850 WARNING 2025-09-17 15:32:40,449 log 65012 6129823744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:32:40,449 basehttp 65012 6129823744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:32:40,524 basehttp 65012 6129823744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:33:31,462 autoreload 65012 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:33:31,829 autoreload 67333 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:33:32,921 log 67333 6134968320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:33:32,921 basehttp 67333 6134968320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:33:32,947 log 67333 6134968320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:33:32,947 basehttp 67333 6134968320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:33:33,750 basehttp 67333 6134968320 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115998 WARNING 2025-09-17 15:33:33,769 log 67333 6134968320 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:33:33,769 basehttp 67333 6134968320 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:33:33,855 basehttp 67333 6134968320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:34:33,847 basehttp 67333 6134968320 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:35:04,874 autoreload 67333 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:35:05,257 autoreload 68054 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:35:06,138 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115998 WARNING 2025-09-17 15:35:06,160 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:35:06,160 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:35:06,240 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:36:06,230 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:36:34,409 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 107975 WARNING 2025-09-17 15:36:34,428 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:36:34,428 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:36:34,488 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:37:34,506 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:38:34,508 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:38:59,258 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 107975 WARNING 2025-09-17 15:38:59,277 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:38:59,277 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:38:59,343 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:39:50,542 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 115998 WARNING 2025-09-17 15:39:50,561 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:39:50,561 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:39:50,639 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:39:58,357 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116091 WARNING 2025-09-17 15:39:58,377 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:39:58,377 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:39:58,433 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:05,129 basehttp 68054 6134263808 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116091 WARNING 2025-09-17 15:40:05,149 log 68054 6134263808 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:05,149 basehttp 68054 6134263808 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:05,209 basehttp 68054 6134263808 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:25,528 autoreload 68054 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:40:25,887 autoreload 70360 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:40:27,057 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:27,057 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:40:27,092 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:27,093 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:27,781 basehttp 70360 6136164352 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 15:40:27,797 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:27,797 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:27,861 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 15:40:35,102 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:35,103 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:40:36,558 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:36,559 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:37,293 basehttp 70360 6136164352 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 15:40:37,308 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:37,308 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:37,359 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:42,301 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/ HTTP/1.1" 200 66593 WARNING 2025-09-17 15:40:42,316 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:42,316 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:42,357 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:40:44,047 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116237 WARNING 2025-09-17 15:40:44,066 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:40:44,066 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:40:44,124 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:41:44,133 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:42:40,375 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:42:40,397 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:42:40,397 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:42:40,460 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:42:46,688 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:42:46,708 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:42:46,708 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:42:46,765 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:43:23,280 basehttp 70360 6136164352 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:43:23,297 log 70360 6136164352 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:43:23,297 basehttp 70360 6136164352 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:43:23,361 basehttp 70360 6136164352 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:44:17,414 autoreload 70360 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:44:17,834 autoreload 72063 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:44:18,793 log 72063 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:18,825 basehttp 72063 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:44:18,852 log 72063 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:18,852 basehttp 72063 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:21,014 basehttp 72063 6132133888 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:44:21,035 log 72063 6132133888 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:21,035 basehttp 72063 6132133888 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:21,099 basehttp 72063 6132133888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:44:53,329 autoreload 72063 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:44:53,744 autoreload 72403 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 15:44:54,597 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:54,597 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 15:44:54,636 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:54,636 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:55,672 basehttp 72403 6162411520 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116246 WARNING 2025-09-17 15:44:55,689 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:44:55,690 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:44:55,750 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:45:55,765 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:46:23,294 basehttp 72403 6162411520 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 112794 WARNING 2025-09-17 15:46:23,315 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:46:23,315 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:46:23,370 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:46:44,044 basehttp 72403 6162411520 "GET /en/emr/care-plans/206/update/ HTTP/1.1" 200 116237 WARNING 2025-09-17 15:46:44,063 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:46:44,063 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:46:44,123 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:46:57,620 basehttp 72403 6162411520 "GET /en/emr/care-plans/ HTTP/1.1" 200 112758 WARNING 2025-09-17 15:46:57,643 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:46:57,643 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:46:57,696 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:47:57,707 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:48:42,266 basehttp 72403 6162411520 "GET /en/emr/care-plans/ HTTP/1.1" 200 121323 WARNING 2025-09-17 15:48:42,281 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:48:42,282 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:48:42,327 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:48:52,730 basehttp 72403 6162411520 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 15:48:52,753 log 72403 6162411520 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:48:52,753 basehttp 72403 6162411520 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:48:52,812 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:49:52,835 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:50:52,840 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:51:52,848 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:52:52,849 basehttp 72403 6162411520 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:53:10,243 autoreload 72403 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/forms.py changed, reloading. INFO 2025-09-17 15:53:10,746 autoreload 76046 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:53:52,921 basehttp 76046 6194524160 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:54:30,333 autoreload 76046 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 15:54:30,913 autoreload 76606 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:54:52,859 basehttp 76606 6160052224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:55:52,808 basehttp 76606 6160052224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:56:52,800 basehttp 76606 6160052224 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:56:57,777 autoreload 76606 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 15:56:58,278 autoreload 77719 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:57:49,779 autoreload 77719 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-17 15:57:50,258 autoreload 78115 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 15:57:51,611 basehttp 78115 6202798080 "GET /en/emr/care-plans/ HTTP/1.1" 200 121353 WARNING 2025-09-17 15:57:51,631 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:57:51,631 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:57:51,677 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 15:57:54,921 log 78115 6202798080 Internal Server Error: /en/emr/care-plans/210/progress/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'careplan_detail' not found. 'careplan_detail' is not a valid view function or pattern name. ERROR 2025-09-17 15:57:54,923 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 500 162612 WARNING 2025-09-17 15:57:54,940 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:57:54,940 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:58:07,508 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 21093 WARNING 2025-09-17 15:58:07,525 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:58:07,525 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:58:07,568 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:59:07,583 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 15:59:30,426 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 29600 WARNING 2025-09-17 15:59:30,439 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 15:59:30,440 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 15:59:30,483 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:00:01,763 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 29600 WARNING 2025-09-17 16:00:01,783 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:00:01,784 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:00:01,831 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:01:01,843 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:02:01,849 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:03:01,841 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:04:01,443 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 30923 WARNING 2025-09-17 16:04:01,464 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:04:01,464 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:04:01,510 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:04:25,744 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 16:04:25,765 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:04:25,765 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:04:25,835 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:04:34,615 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 16:04:34,637 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:04:34,637 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:04:34,706 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:05:34,713 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:26,727 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/update/ HTTP/1.1" 200 116116 WARNING 2025-09-17 16:06:26,746 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:26,746 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:26,852 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:28,619 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:06:28,622 log 78115 6219624448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:28,622 basehttp 78115 6219624448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:06:28,638 log 78115 6219624448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:28,643 basehttp 78115 6219624448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:30,455 basehttp 78115 6219624448 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:06:30,458 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:30,458 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:06:30,470 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:30,470 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:32,434 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 25148 WARNING 2025-09-17 16:06:32,455 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:32,455 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:32,502 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:33,682 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 25148 WARNING 2025-09-17 16:06:33,701 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:33,702 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:33,753 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:06:52,034 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/progress/ HTTP/1.1" 200 25149 WARNING 2025-09-17 16:06:52,052 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:06:52,052 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:06:52,093 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:07:06,157 basehttp 78115 6202798080 "POST /en/emr/care-plans/210/progress/ HTTP/1.1" 302 0 INFO 2025-09-17 16:07:06,180 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66479 WARNING 2025-09-17 16:07:06,202 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:06,202 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:06,250 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:07:21,721 basehttp 78115 6202798080 "GET /en/emr/care-plans/210/ HTTP/1.1" 200 66077 WARNING 2025-09-17 16:07:21,737 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:21,738 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:21,793 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:07:27,247 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,247 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:27,268 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,268 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:27,957 log 78115 6219624448 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,958 basehttp 78115 6219624448 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:27,959 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:07:27,967 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:27,967 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:28,363 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:28,363 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:29,684 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:29,684 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:07:29,702 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:29,702 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:30,366 basehttp 78115 6202798080 "GET /en/emr/care-plans/ HTTP/1.1" 200 121353 WARNING 2025-09-17 16:07:30,381 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:07:30,382 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:07:30,435 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:07:43,349 log 78115 6202798080 Forbidden (CSRF token missing.): /en/emr/care-plans/complete/210/ WARNING 2025-09-17 16:07:43,350 basehttp 78115 6202798080 "POST /en/emr/care-plans/complete/210/ HTTP/1.1" 403 2491 INFO 2025-09-17 16:08:19,385 basehttp 78115 6202798080 "GET /en/emr/care-plans/ HTTP/1.1" 200 123588 WARNING 2025-09-17 16:08:19,397 log 78115 6202798080 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:08:19,397 basehttp 78115 6202798080 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:08:19,444 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 16:08:23,079 log 78115 6202798080 Internal Server Error: /en/emr/care-plans/complete/210/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1273, in complete_care_plan AuditLogEntry.objects.create( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 661, in create obj = self.model(**kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/base.py", line 569, in __init__ raise TypeError( TypeError: AuditLogEntry() got unexpected keyword arguments: 'model_name' ERROR 2025-09-17 16:08:23,081 basehttp 78115 6202798080 "POST /en/emr/care-plans/complete/210/ HTTP/1.1" 500 90607 INFO 2025-09-17 16:09:19,450 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:10:19,476 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:11:19,440 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:12:19,438 basehttp 78115 6202798080 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:12:37,745 autoreload 78115 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 16:12:38,247 autoreload 84967 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 16:12:39,049 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:39,049 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:12:39,087 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:39,087 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:12:39,747 basehttp 84967 6204616704 "GET /en/emr/care-plans/ HTTP/1.1" 200 122575 WARNING 2025-09-17 16:12:39,762 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:39,762 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:12:39,816 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:12:45,422 basehttp 84967 6204616704 "POST /en/emr/care-plans/complete/209/ HTTP/1.1" 302 0 INFO 2025-09-17 16:12:45,449 basehttp 84967 6204616704 "GET /en/emr/care-plans/209/ HTTP/1.1" 200 66233 INFO 2025-09-17 16:12:48,326 basehttp 84967 6204616704 "GET /en/emr/care-plans/ HTTP/1.1" 200 121562 WARNING 2025-09-17 16:12:48,341 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:12:48,341 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:12:48,394 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:13:48,410 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:14:40,909 basehttp 84967 6204616704 "GET /en/emr/care-plans/ HTTP/1.1" 200 121562 WARNING 2025-09-17 16:14:40,928 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:40,928 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:14:40,985 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:14:51,300 basehttp 84967 6204616704 "GET /en/emr/care-plans/190/progress/ HTTP/1.1" 200 25158 WARNING 2025-09-17 16:14:51,324 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:51,324 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:14:51,368 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:14:53,877 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:53,877 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:14:53,892 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:14:53,892 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:15:03,520 basehttp 84967 6204616704 "GET /en/emr/problems HTTP/1.1" 301 0 INFO 2025-09-17 16:15:03,548 basehttp 84967 6221443072 "GET /en/emr/problems/ HTTP/1.1" 200 104902 WARNING 2025-09-17 16:15:03,566 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:15:03,566 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:15:03,583 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:15:12,685 basehttp 84967 6221443072 "GET /en/emr/problems/1 HTTP/1.1" 301 0 INFO 2025-09-17 16:15:12,704 basehttp 84967 6204616704 "GET /en/emr/problems/1/ HTTP/1.1" 200 33446 WARNING 2025-09-17 16:15:12,725 basehttp 84967 6221443072 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-17 16:15:12,729 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:15:12,729 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:15:12,774 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:16:12,783 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:17:12,796 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:18:12,807 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:19:12,818 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:20:12,815 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:21:12,814 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:22:12,801 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:23:12,825 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:24:12,841 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:25:12,838 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:26:13,183 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:27:15,195 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:28:38,183 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:29:00,463 basehttp 84967 6204616704 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66092 WARNING 2025-09-17 16:29:00,482 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:29:00,482 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:29:00,593 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:29:08,034 basehttp 84967 6204616704 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66092 WARNING 2025-09-17 16:29:08,053 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:29:08,053 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:29:08,123 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:30:08,131 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:30:41,381 basehttp 84967 6204616704 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66091 WARNING 2025-09-17 16:30:41,393 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:30:41,393 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:30:41,439 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:31:16,857 basehttp 84967 6238269440 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 WARNING 2025-09-17 16:31:16,867 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:16,868 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:16,870 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:31:16,875 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:16,875 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:31:19,278 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:19,279 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:31:24,593 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:24,593 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:32,223 basehttp 84967 6221443072 "GET /en/emr/care-plans/202/ HTTP/1.1" 200 64463 WARNING 2025-09-17 16:31:32,244 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:32,245 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:32,293 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:31:35,093 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:35,093 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:31:35,108 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:35,109 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:38,210 basehttp 84967 6221443072 "GET /en/emr/care-plans/?page=2 HTTP/1.1" 200 120767 WARNING 2025-09-17 16:31:38,228 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:38,228 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:38,277 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:31:43,551 basehttp 84967 6221443072 "GET /en/emr/care-plans/183/ HTTP/1.1" 200 65830 WARNING 2025-09-17 16:31:43,575 log 84967 6221443072 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:31:43,576 basehttp 84967 6221443072 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:31:43,623 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:32:43,637 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:33:43,640 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:34:43,650 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:35:41,044 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 16:35:41,046 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:35:41,047 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 16:35:41,076 log 84967 6204616704 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 16:35:41,076 basehttp 84967 6204616704 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 16:35:56,907 basehttp 84967 6204616704 "GET /en/emr/care-plans/185/ HTTP/1.1" 200 66151 INFO 2025-09-17 16:35:56,955 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:28,367 basehttp 84967 6204616704 "GET /en/emr/care-plans/185/update/ HTTP/1.1" 200 116152 INFO 2025-09-17 16:36:28,433 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:34,448 basehttp 84967 6204616704 "GET /en/emr/care-plans/185/progress/ HTTP/1.1" 200 25158 INFO 2025-09-17 16:36:34,473 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:41,046 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:36:59,222 basehttp 84967 6204616704 "GET /en/emr/problems/ HTTP/1.1" 200 104902 INFO 2025-09-17 16:36:59,256 basehttp 84967 6204616704 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:37:12,515 basehttp 84967 6204616704 "GET /en/emr/problems/1/ HTTP/1.1" 200 33446 WARNING 2025-09-17 16:37:12,523 basehttp 84967 6204616704 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 INFO 2025-09-17 16:37:12,557 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:38:12,575 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:39:10,102 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 16:40:10,172 basehttp 84967 6221443072 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 18:13:49,118 autoreload 39399 8682856640 Watching for file changes with StatReloader ERROR 2025-09-17 18:13:57,306 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 18:13:57,311 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 500 267163 ERROR 2025-09-17 18:15:06,137 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 18:15:06,140 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 500 267300 ERROR 2025-09-17 18:16:13,101 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 18:16:13,104 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 500 307063 INFO 2025-09-17 18:16:53,275 basehttp 39399 6189084672 "GET /en/emr/icd10/ HTTP/1.1" 200 17427 INFO 2025-09-17 18:16:53,323 basehttp 39399 6189084672 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:17:09,009 log 39399 6189084672 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 81, in reverse extra, resolver = resolver.namespace_dict[ns] ~~~~~~~~~~~~~~~~~~~~~~~^^^^ KeyError: 'icd10' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 92, in reverse raise NoReverseMatch("%s is not a registered namespace" % key) django.urls.exceptions.NoReverseMatch: 'icd10' is not a registered namespace ERROR 2025-09-17 18:17:09,011 basehttp 39399 6189084672 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 244340 INFO 2025-09-17 18:19:06,886 autoreload 39399 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-17 18:19:07,240 autoreload 41743 8682856640 Watching for file changes with StatReloader ERROR 2025-09-17 18:19:08,045 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Code' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Code' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Code' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 548, in render values = {key: val.resolve(context) for key, val in self.extra_context.items()} ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Code] in {'name': 'M30', 'description': 'Polyarteritis nodosa and related conditions', 'inclusion_term': [], 'excludes1': ['microscopic polyarteritis (M31.7)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': None, 'section_name': 'M30-M36', 'section_description': 'Systemic connective tissue disorders (M30-M36)', 'chapter': '13'} ERROR 2025-09-17 18:19:08,047 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 305177 ERROR 2025-09-17 18:20:24,490 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 550, in render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:20:24,492 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 289933 INFO 2025-09-17 18:32:26,735 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17427 INFO 2025-09-17 18:32:26,773 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:33:11,588 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17427 INFO 2025-09-17 18:33:11,622 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:33:21,170 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 550, in render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:33:21,172 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 500 289796 INFO 2025-09-17 18:38:56,809 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:38:57,511 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 INFO 2025-09-17 18:38:57,541 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:39:05,727 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:05,728 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 18:39:29,737 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 550, in render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:39:29,741 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 359056 WARNING 2025-09-17 18:39:29,759 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:29,759 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:39:57,192 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:57,192 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:39:57,209 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:57,209 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:39:57,561 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:39:57,897 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 18:39:57,917 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:39:57,917 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:39:57,984 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:40:04,684 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 24572 WARNING 2025-09-17 18:40:04,708 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:04,708 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:04,777 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:40:16,753 basehttp 41743 6167851008 "GET /en/emr/icd10/?page=2 HTTP/1.1" 200 17421 WARNING 2025-09-17 18:40:16,778 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:16,778 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:16,837 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:40:19,348 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:19,348 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:40:19,362 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:19,363 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:20,052 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 24572 WARNING 2025-09-17 18:40:20,071 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:40:20,072 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:40:20,138 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:41:20,153 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:20,163 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:24,390 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heartattack&mode=description HTTP/1.1" 200 17617 WARNING 2025-09-17 18:42:24,411 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:42:24,411 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:42:24,480 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:35,721 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart+attack&mode=description HTTP/1.1" 200 17619 WARNING 2025-09-17 18:42:35,737 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:42:35,738 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:42:35,810 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:42:42,391 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart&mode=description HTTP/1.1" 200 20838 WARNING 2025-09-17 18:42:42,415 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:42:42,415 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:42:42,487 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:43:23,035 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart&mode=description HTTP/1.1" 200 20550 WARNING 2025-09-17 18:43:23,046 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:43:23,046 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:43:23,107 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:43:25,273 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=heart&mode=description HTTP/1.1" 200 20550 WARNING 2025-09-17 18:43:25,292 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:43:25,293 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:43:25,361 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:43:32,230 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 18:43:32,256 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:43:32,257 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:43:32,315 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:44:02,854 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 24038 WARNING 2025-09-17 18:44:02,874 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:44:02,874 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:44:02,947 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:45:02,964 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:45:11,771 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=pneumonia&mode=code HTTP/1.1" 200 17606 WARNING 2025-09-17 18:45:11,794 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:45:11,794 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:45:11,864 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:45:22,321 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18222 WARNING 2025-09-17 18:45:22,340 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:45:22,340 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:45:22,408 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:46:07,106 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 18:46:07,129 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:46:07,130 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:46:07,202 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:46:13,298 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18222 WARNING 2025-09-17 18:46:13,317 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:46:13,317 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:46:13,381 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:47:13,396 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:47:59,407 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18227 WARNING 2025-09-17 18:47:59,423 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:47:59,423 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:47:59,491 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:48:11,058 log 41743 6167851008 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1762, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 18:48:11,059 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 500 202740 WARNING 2025-09-17 18:48:11,069 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:48:11,069 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:48:25,555 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 18:48:25,569 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:48:25,569 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:48:25,642 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:48:27,707 log 41743 6167851008 Internal Server Error: /en/emr/icd10/E11.9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_detail_view return render(request, "emr/icd10_detail.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Description] in {'name': 'E11.9', 'description': 'Type 2 diabetes mellitus without complications', 'inclusion_term': [], 'excludes1': ['type 2 diabetes mellitus, without complications in remission (E11.A)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': 'E11', 'section_name': 'E08-E13', 'section_description': 'Diabetes mellitus (E08-E13)', 'chapter': '4'} ERROR 2025-09-17 18:48:27,708 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 500 221988 WARNING 2025-09-17 18:48:27,734 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:48:27,734 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 18:49:29,782 log 41743 6167851008 Internal Server Error: /en/emr/icd10/E11.9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_detail_view return render(request, "emr/icd10_detail.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Description] in {'name': 'E11.9', 'description': 'Type 2 diabetes mellitus without complications', 'inclusion_term': [], 'excludes1': ['type 2 diabetes mellitus, without complications in remission (E11.A)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': 'E11', 'section_name': 'E08-E13', 'section_description': 'Diabetes mellitus (E08-E13)', 'chapter': '4'} ERROR 2025-09-17 18:49:29,783 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 500 221870 WARNING 2025-09-17 18:49:29,800 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:29,800 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:49:33,006 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:33,007 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:33,009 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:49:33,021 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:33,021 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:33,565 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 18:49:33,576 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:33,576 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:33,639 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 ERROR 2025-09-17 18:49:35,670 log 41743 6167851008 Internal Server Error: /en/emr/icd10/E11.9/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 891, in _resolve_lookup current = current[bit] ~~~~~~~^^^^^ KeyError: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Document' object has no attribute 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 907, in _resolve_lookup current = current[int(bit)] ^^^^^^^^ ValueError: invalid literal for int() with base 10: 'Description' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_detail_view return render(request, "emr/icd10_detail.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 743, in resolve arg_vals.append(arg.resolve(context)) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 914, in _resolve_lookup raise VariableDoesNotExist( django.template.base.VariableDoesNotExist: Failed lookup for key [Description] in {'name': 'E11.9', 'description': 'Type 2 diabetes mellitus without complications', 'inclusion_term': [], 'excludes1': ['type 2 diabetes mellitus, without complications in remission (E11.A)'], 'excludes2': [], 'includes': [], 'code_first': [], 'additional_codes': [], 'parent': 'E11', 'section_name': 'E08-E13', 'section_description': 'Diabetes mellitus (E08-E13)', 'chapter': '4'} ERROR 2025-09-17 18:49:35,671 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 500 221733 WARNING 2025-09-17 18:49:35,691 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:35,691 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:59,556 basehttp 41743 6167851008 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 200 18934 WARNING 2025-09-17 18:49:59,576 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:49:59,576 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:49:59,662 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:50:59,676 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:51:59,684 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:52:59,687 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:27,974 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:27,976 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:27,977 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:27,986 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:27,986 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:30,734 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:30,735 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:30,736 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:30,743 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:30,743 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:31,364 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,365 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:31,367 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:31,373 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,373 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:31,884 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,885 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:31,886 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:31,892 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:31,892 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:32,546 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:32,548 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:32,548 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:32,561 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:32,561 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:53:33,654 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 18:53:33,656 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:33,656 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:33,668 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:33,668 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:34,200 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:34,200 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:34,804 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:34,805 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:35,350 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:35,350 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:35,779 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:35,779 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:35,989 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:35,990 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:36,236 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:36,236 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:36,453 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:36,453 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:36,696 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:36,697 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:39,069 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:39,069 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 18:53:39,085 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 18:53:39,085 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 18:54:36,502 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:55:37,317 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:56:38,302 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:57:39,326 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:58:40,282 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 18:59:41,269 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:00:43,270 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:02:38,284 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:04:38,270 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 WARNING 2025-09-17 19:04:42,631 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:04:42,631 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:05:29,772 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=Cyclosporiasis&mode=description HTTP/1.1" 200 18348 WARNING 2025-09-17 19:05:29,796 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json INFO 2025-09-17 19:05:29,796 basehttp 41743 6184677376 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-17 19:05:29,797 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:05:29,855 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:06:29,857 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4670 INFO 2025-09-17 19:06:51,600 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=Cortril&mode=description HTTP/1.1" 200 17609 WARNING 2025-09-17 19:06:51,617 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:06:51,617 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:06:51,658 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:07:51,672 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:08:51,678 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:09:51,678 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:10:51,684 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:11:11,092 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=A00.1&mode=code HTTP/1.1" 200 18356 WARNING 2025-09-17 19:11:11,115 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:11:11,115 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:11:11,162 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:11:16,798 basehttp 41743 6167851008 "GET /en/emr/icd10/A00.1/ HTTP/1.1" 200 18894 WARNING 2025-09-17 19:11:16,819 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:11:16,819 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:11:16,866 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:11:27,910 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 19:11:27,932 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:11:27,932 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:11:27,970 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:12:27,984 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:13:05,173 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=M30&mode=code HTTP/1.1" 200 20135 WARNING 2025-09-17 19:13:05,216 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:13:05,216 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:13:05,236 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:13:15,853 basehttp 41743 6167851008 "GET /en/emr/icd10/M30.2/ HTTP/1.1" 200 18826 WARNING 2025-09-17 19:13:15,874 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:13:15,874 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:13:15,920 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:14:16,255 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:15:17,243 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:15:26,622 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:15:26,627 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:15:26,627 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:15:26,649 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:15:26,649 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:16:26,633 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:17:26,646 basehttp 41743 6184677376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:18:26,641 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:19:27,239 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:20:28,271 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:21:30,271 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:22:06,384 log 41743 6184677376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:06,385 basehttp 41743 6184677376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:22:06,385 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:22:06,394 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:06,394 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:06,727 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:06,728 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:07,269 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:07,269 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:07,774 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:07,774 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:08,286 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:08,287 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:08,801 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:08,802 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:22:09,259 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:22:09,259 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:09,312 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:23:23,291 log 41743 6167851008 Not Found: /en/emr/problems/create WARNING 2025-09-17 19:23:23,291 basehttp 41743 6167851008 "GET /en/emr/problems/create HTTP/1.1" 404 37096 WARNING 2025-09-17 19:23:23,318 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:23,318 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:41,619 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:41,619 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:41,636 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:41,637 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:41,892 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:41,893 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:42,393 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:42,393 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:42,942 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:42,942 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:23:43,958 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:43,958 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:48,510 basehttp 41743 6167851008 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 19:23:48,534 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:48,535 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:48,545 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:23:58,564 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 28531 WARNING 2025-09-17 19:23:58,583 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:23:58,584 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:23:58,624 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:24:10,282 basehttp 41743 6167851008 "GET /en/emr/icd10/J15.1/ HTTP/1.1" 200 18825 WARNING 2025-09-17 19:24:10,302 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:10,303 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:24:10,349 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 19:24:24,768 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:24,768 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 19:24:24,781 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:24,783 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:24:36,467 basehttp 41743 6167851008 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 200 20201 WARNING 2025-09-17 19:24:36,489 log 41743 6167851008 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 19:24:36,489 basehttp 41743 6167851008 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 19:24:36,535 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:25:36,568 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:26:36,570 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:27:36,563 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:28:37,254 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:29:38,223 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:30:39,210 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:31:41,213 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:33:38,212 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:35:38,210 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:37:38,204 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:39:38,212 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:41:38,221 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:43:38,221 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:45:38,197 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:47:38,203 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:49:38,209 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:51:38,209 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:52:38,206 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:54:38,199 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:56:38,189 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 19:58:38,203 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:00:38,256 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:01:38,267 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:02:38,269 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:03:38,270 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:04:38,272 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:05:38,275 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:06:38,280 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:07:38,274 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:08:38,299 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:09:38,292 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:10:38,307 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:11:38,301 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:12:38,315 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:13:39,271 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:14:39,291 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:15:39,290 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:16:41,287 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:18:38,298 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:20:38,296 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:22:38,297 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:24:38,296 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:26:38,299 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:28:38,283 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:30:38,254 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:32:38,259 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:34:38,257 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:36:38,259 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:38:38,251 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:40:38,261 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:42:38,261 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:44:38,267 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:46:38,273 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:48:38,279 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:50:38,280 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:52:38,276 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:54:38,274 basehttp 41743 6167851008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 20:55:19,556 autoreload 41743 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/models.py changed, reloading. INFO 2025-09-17 20:55:20,046 autoreload 13021 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 20:58:08,812 schemas 14365 8682856640 Resource 'XMLSchema.xsd' is already loaded INFO 2025-09-17 21:04:00,509 schemas 16914 8682856640 Resource 'XMLSchema.xsd' is already loaded INFO 2025-09-17 21:04:10,869 schemas 17013 8682856640 Resource 'XMLSchema.xsd' is already loaded INFO 2025-09-17 21:11:02,518 autoreload 20055 8682856640 Watching for file changes with StatReloader ERROR 2025-09-17 21:11:07,206 log 20055 6159872000 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'icd10_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/icd10/(?P[^/]+)/\\Z'] ERROR 2025-09-17 21:11:07,211 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 500 199206 WARNING 2025-09-17 21:11:07,279 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:11:07,279 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:03,081 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 200 20201 WARNING 2025-09-17 21:12:03,095 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:03,096 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:03,149 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:10,899 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=J15.2&mode=code HTTP/1.1" 200 20201 WARNING 2025-09-17 21:12:10,913 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:10,914 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:10,940 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:12,199 basehttp 20055 6159872000 "GET /en/emr/icd10/J15.2/ HTTP/1.1" 200 17368 WARNING 2025-09-17 21:12:12,218 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:12,218 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:12,255 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:20,208 basehttp 20055 6159872000 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 21:12:20,225 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:20,226 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:20,271 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:35,005 basehttp 20055 6159872000 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 21:12:35,024 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:35,024 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:35,067 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:12:38,585 basehttp 20055 6159872000 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 200 17398 WARNING 2025-09-17 21:12:38,602 log 20055 6159872000 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:12:38,603 basehttp 20055 6159872000 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:12:38,646 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:13:38,650 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:14:38,664 basehttp 20055 6159872000 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:15:06,010 autoreload 20055 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/admin.py changed, reloading. INFO 2025-09-17 21:15:06,419 autoreload 21879 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:15:09,488 basehttp 21879 6136213504 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102740 INFO 2025-09-17 21:15:09,507 basehttp 21879 6341865472 "GET /static/admin/js/theme.js HTTP/1.1" 200 1653 INFO 2025-09-17 21:15:09,507 basehttp 21879 6169866240 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 200 2810 INFO 2025-09-17 21:15:09,508 basehttp 21879 6325039104 "GET /static/admin/css/changelists.css HTTP/1.1" 200 6878 INFO 2025-09-17 21:15:09,508 basehttp 21879 6153039872 "GET /static/admin/css/dark_mode.css HTTP/1.1" 200 2808 INFO 2025-09-17 21:15:09,509 basehttp 21879 6136213504 "GET /static/admin/css/base.css HTTP/1.1" 200 22120 INFO 2025-09-17 21:15:09,510 basehttp 21879 6325039104 "GET /static/admin/js/jquery.init.js HTTP/1.1" 200 347 INFO 2025-09-17 21:15:09,510 basehttp 21879 6153039872 "GET /static/admin/js/core.js HTTP/1.1" 200 6208 INFO 2025-09-17 21:15:09,511 basehttp 21879 6136213504 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 200 9777 INFO 2025-09-17 21:15:09,512 basehttp 21879 6325039104 "GET /static/admin/js/actions.js HTTP/1.1" 200 8076 INFO 2025-09-17 21:15:09,512 basehttp 21879 6341865472 "GET /static/admin/css/responsive.css HTTP/1.1" 200 16565 INFO 2025-09-17 21:15:09,513 basehttp 21879 6136213504 "GET /static/admin/js/prepopulate.js HTTP/1.1" 200 1531 INFO 2025-09-17 21:15:09,514 basehttp 21879 6153039872 "GET /static/admin/js/urlify.js HTTP/1.1" 200 7887 INFO 2025-09-17 21:15:09,514 basehttp 21879 6341865472 "GET /static/admin/img/search.svg HTTP/1.1" 200 458 INFO 2025-09-17 21:15:09,515 basehttp 21879 6169866240 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 200 285314 INFO 2025-09-17 21:15:09,517 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:09,519 basehttp 21879 6358691840 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 200 3063 INFO 2025-09-17 21:15:09,519 basehttp 21879 6325039104 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 200 325171 INFO 2025-09-17 21:15:09,523 basehttp 21879 6325039104 "GET /static/admin/js/filters.js HTTP/1.1" 200 978 INFO 2025-09-17 21:15:09,531 basehttp 21879 6325039104 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 200 331 INFO 2025-09-17 21:15:09,532 basehttp 21879 6325039104 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 200 331 INFO 2025-09-17 21:15:09,532 basehttp 21879 6358691840 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 200 1097 INFO 2025-09-17 21:15:09,533 basehttp 21879 6169866240 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 200 581 INFO 2025-09-17 21:15:10,718 basehttp 21879 6169866240 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102740 INFO 2025-09-17 21:15:10,730 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:16,213 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:15:16,226 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:21,246 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/2/change/ HTTP/1.1" 200 4550150 INFO 2025-09-17 21:15:21,249 basehttp 21879 6358691840 "GET /static/admin/css/forms.css HTTP/1.1" 200 8525 INFO 2025-09-17 21:15:21,255 basehttp 21879 6169866240 "GET /static/admin/css/widgets.css HTTP/1.1" 200 11991 INFO 2025-09-17 21:15:21,256 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:21,258 basehttp 21879 6358691840 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 200 380 INFO 2025-09-17 21:15:21,258 basehttp 21879 6169866240 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 200 586 INFO 2025-09-17 21:15:21,260 basehttp 21879 6169866240 "GET /static/admin/js/change_form.js HTTP/1.1" 200 606 INFO 2025-09-17 21:15:35,890 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:15:39,214 basehttp 21879 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:15:40,579 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/?p=468 HTTP/1.1" 200 115452 INFO 2025-09-17 21:15:40,591 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:43,698 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/46709/change/?_changelist_filters=p%3D468 HTTP/1.1" 200 4550209 INFO 2025-09-17 21:15:43,715 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:15:53,143 basehttp 21879 6358691840 "GET /en/admin/emr/icd10/?p=468 HTTP/1.1" 200 115452 INFO 2025-09-17 21:15:53,889 basehttp 21879 6358691840 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:15:54,450 basehttp 21879 6358691840 "GET /en/admin/inpatients/surgeryschedule/ HTTP/1.1" 200 102740 INFO 2025-09-17 21:16:00,280 basehttp 21879 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:16:00,283 log 21879 6169866240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:16:00,283 basehttp 21879 6169866240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:16:00,302 log 21879 6169866240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:16:00,302 basehttp 21879 6169866240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:16:09,529 basehttp 21879 6169866240 "GET /en/emr/icd10/E11.9/ HTTP/1.1" 200 17398 WARNING 2025-09-17 21:16:09,551 log 21879 6169866240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:16:09,551 basehttp 21879 6169866240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:16:09,594 basehttp 21879 6169866240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:16:28,615 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:16:28,628 basehttp 21879 6169866240 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:16:31,690 basehttp 21879 6169866240 "GET /en/admin/emr/icd10/9/change/ HTTP/1.1" 200 4550098 INFO 2025-09-17 21:16:31,710 basehttp 21879 6358691840 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:17:10,212 basehttp 21879 6358691840 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:17:48,684 autoreload 21879 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:17:49,074 autoreload 23124 8682856640 Watching for file changes with StatReloader WARNING 2025-09-17 21:17:50,724 log 23124 6146207744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:17:50,724 basehttp 23124 6146207744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:17:50,778 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:17:50,780 log 23124 6146207744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:17:50,781 basehttp 23124 6146207744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:17:51,551 basehttp 23124 6146207744 "GET /en/emr/icd10/?q=E11.9&mode=code HTTP/1.1" 200 18355 WARNING 2025-09-17 21:17:51,566 log 23124 6146207744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:17:51,566 basehttp 23124 6146207744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:17:51,609 basehttp 23124 6146207744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:03,786 basehttp 23124 6129381376 "GET /en/emr/icd10/?q=E11.1&mode=code HTTP/1.1" 200 19105 WARNING 2025-09-17 21:18:03,806 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:03,806 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:03,852 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:11,249 basehttp 23124 6129381376 "GET /en/emr/icd10/E11.1/ HTTP/1.1" 200 18846 WARNING 2025-09-17 21:18:11,269 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:11,270 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:11,310 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:31,428 basehttp 23124 6129381376 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 21:18:31,442 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:31,442 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:31,486 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:44,635 basehttp 23124 6129381376 "GET /en/emr/icd10/?q=M30.1&mode=code HTTP/1.1" 200 18360 WARNING 2025-09-17 21:18:44,661 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:44,661 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:44,700 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:18:49,003 basehttp 23124 6129381376 "GET /en/emr/icd10/M30.1/ HTTP/1.1" 200 18993 WARNING 2025-09-17 21:18:49,023 log 23124 6129381376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:18:49,023 basehttp 23124 6129381376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:18:49,068 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:19:13,991 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/ HTTP/1.1" 200 110227 INFO 2025-09-17 21:19:21,843 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=469 HTTP/1.1" 200 108017 INFO 2025-09-17 21:19:21,858 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:24,667 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=466 HTTP/1.1" 200 115382 INFO 2025-09-17 21:19:24,684 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:26,600 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=463 HTTP/1.1" 200 118237 INFO 2025-09-17 21:19:26,614 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:28,220 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=460 HTTP/1.1" 200 115190 INFO 2025-09-17 21:19:28,241 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:29,841 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=457 HTTP/1.1" 200 119922 INFO 2025-09-17 21:19:29,854 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:36,781 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=200 HTTP/1.1" 200 116586 INFO 2025-09-17 21:19:36,797 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:42,649 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=197 HTTP/1.1" 200 118090 INFO 2025-09-17 21:19:42,661 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:46,058 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=194 HTTP/1.1" 200 117280 INFO 2025-09-17 21:19:46,078 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:49,208 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:19:51,986 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=180 HTTP/1.1" 200 116012 INFO 2025-09-17 21:19:51,997 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:56,452 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=181 HTTP/1.1" 200 115370 INFO 2025-09-17 21:19:56,471 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:19:58,462 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=183 HTTP/1.1" 200 112944 INFO 2025-09-17 21:19:58,476 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:00,453 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/?p=186 HTTP/1.1" 200 115932 INFO 2025-09-17 21:20:00,471 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:18,488 basehttp 23124 6129381376 "GET /en/admin/emr/icd10/18577/change/?_changelist_filters=p%3D186 HTTP/1.1" 200 4550257 INFO 2025-09-17 21:20:18,495 basehttp 23124 6146207744 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:28,852 basehttp 23124 6146207744 "GET /en/admin/emr/icd10/18575/change/?_to_field=id HTTP/1.1" 200 4550172 INFO 2025-09-17 21:20:28,861 basehttp 23124 6129381376 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-17 21:20:50,207 basehttp 23124 6129381376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:21:41,526 autoreload 23124 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:21:41,907 autoreload 24848 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:21:45,125 basehttp 24848 6136344576 "GET /en/emr/icd10/ HTTP/1.1" 200 17421 WARNING 2025-09-17 21:21:45,142 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:21:45,142 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:21:45,185 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:21:51,151 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 27633 WARNING 2025-09-17 21:21:51,170 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:21:51,170 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:21:51,204 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:21:54,107 basehttp 24848 6136344576 "GET /en/emr/icd10/?page=2 HTTP/1.1" 200 17421 WARNING 2025-09-17 21:21:54,128 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:21:54,128 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:21:54,169 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:22:54,183 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:22:57,523 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 27633 WARNING 2025-09-17 21:22:57,542 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:22:57,542 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:22:57,583 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:23:35,411 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 25076 WARNING 2025-09-17 21:23:35,423 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:23:35,424 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:23:35,471 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:24:35,485 basehttp 24848 6136344576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-17 21:25:34,177 log 24848 6136344576 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py", line 1784, in icd10_search_view return render(request, "emr/icd10_search.html", context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 61, in render_to_string template = get_template(template_name, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 15, in get_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:25:34,181 basehttp 24848 6136344576 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 312486 WARNING 2025-09-17 21:25:34,192 log 24848 6136344576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:25:34,192 basehttp 24848 6136344576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:33:54,748 autoreload 24848 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:33:55,129 autoreload 30260 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:34:36,007 autoreload 30260 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-17 21:34:36,368 autoreload 30575 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:35:04,618 autoreload 30575 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/urls.py changed, reloading. INFO 2025-09-17 21:35:04,958 autoreload 30836 8682856640 Watching for file changes with StatReloader INFO 2025-09-17 21:36:25,702 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 32732 WARNING 2025-09-17 21:36:25,720 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:25,720 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:36:25,773 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:36:29,726 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:29,726 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:36:30,423 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:36:30,424 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2 HTTP/1.1" 404 33841 WARNING 2025-09-17 21:36:30,439 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:30,439 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:36:37,163 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17420 WARNING 2025-09-17 21:36:37,178 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:36:37,178 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:36:37,217 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:04,086 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17420 WARNING 2025-09-17 21:37:04,104 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:04,105 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:04,145 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:13,739 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=E11.1&mode=code HTTP/1.1" 200 19870 WARNING 2025-09-17 21:37:13,757 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:13,757 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:13,798 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:18,239 basehttp 30836 6199668736 "GET /en/emr/icd10/E11.1/ HTTP/1.1" 200 19141 WARNING 2025-09-17 21:37:18,259 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:18,259 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:18,304 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:31,648 basehttp 30836 6199668736 "GET /en/emr/icd10/E11.10/ HTTP/1.1" 200 18593 WARNING 2025-09-17 21:37:31,669 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:31,670 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:31,709 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:37:38,236 basehttp 30836 6199668736 "GET /en/emr/icd10/E11/ HTTP/1.1" 200 21614 WARNING 2025-09-17 21:37:38,251 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:37:38,251 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:37:38,287 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:38:38,294 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:39:38,292 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:40:38,303 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:41:38,301 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:42:38,308 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:43:38,325 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:43:41,197 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17420 WARNING 2025-09-17 21:43:41,218 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:41,219 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:43:41,259 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:43:47,277 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 32732 WARNING 2025-09-17 21:43:47,293 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:47,293 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:43:47,341 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:43:49,450 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:43:49,450 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2 HTTP/1.1" 404 33841 WARNING 2025-09-17 21:43:49,481 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:49,481 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:43:56,133 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:56,134 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:43:56,145 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:43:56,145 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:44:22,484 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:44:22,487 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 306713 WARNING 2025-09-17 21:44:22,499 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:22,499 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:44:53,641 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:44:53,643 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 500 306593 WARNING 2025-09-17 21:44:53,655 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:53,655 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:44:56,209 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:56,210 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:44:56,211 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:44:56,220 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:56,220 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:44:56,818 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:44:56,821 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 500 305983 WARNING 2025-09-17 21:44:56,833 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:44:56,833 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-17 21:48:19,140 log 30836 6199668736 Internal Server Error: /en/emr/icd10/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 180, in translate_token op = OPERATORS[token] ~~~~~~~~~^^^^^^^ KeyError: '(num' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 42, in select_template return engine.get_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 79, in get_template return Template(self.engine.get_template(template_name), self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 177, in get_template template, origin = self.find_template(template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/engine.py", line 159, in find_template template = loader.get_template(name, skip=skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/cached.py", line 57, in get_template template = super().get_template(template_name, skip) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loaders/base.py", line 28, in get_template return Template( ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 154, in __init__ self.nodelist = self.compile_nodelist() ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 196, in compile_nodelist nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 299, in do_extends nodelist = parser.parse() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 234, in do_block nodelist = parser.parse(("endblock",)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 962, in do_if nodelist = parser.parse(("elif", "else", "endif")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 862, in do_for nodelist_loop = parser.parse( ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 518, in parse raise self.error(token, e) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 516, in parse compiled_result = compile_func(self, token) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 969, in do_if condition = TemplateIfParser(parser, bits).parse() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 894, in __init__ super().__init__(*args, **kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 171, in __init__ mapped_tokens.append(self.translate_token(token)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/smartif.py", line 182, in translate_token return self.create_var(token) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 897, in create_var return TemplateLiteral(self.template_parser.compile_filter(value), value) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 609, in compile_filter return FilterExpression(token, self) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 710, in __init__ raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: Could not parse the remainder: '(num' from '(num' ERROR 2025-09-17 21:48:19,143 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 500 306067 WARNING 2025-09-17 21:48:19,158 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:48:19,158 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:48:57,117 basehttp 30836 6199668736 "GET /en/emr/icd10/ HTTP/1.1" 200 17417 WARNING 2025-09-17 21:48:57,137 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:48:57,137 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:48:57,182 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:49:02,144 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 30591 WARNING 2025-09-17 21:49:02,160 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:49:02,160 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:49:02,206 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:49:06,064 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=2 HTTP/1.1" 200 30808 WARNING 2025-09-17 21:49:06,080 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:49:06,081 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:49:06,134 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:49:10,360 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 30834 WARNING 2025-09-17 21:49:10,376 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:49:10,376 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:49:10,421 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:50:10,422 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:50:11,598 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 38411 WARNING 2025-09-17 21:50:11,616 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:50:11,616 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:50:11,665 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:51:11,678 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:52:11,678 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:52:45,112 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 32259 WARNING 2025-09-17 21:52:45,125 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:52:45,125 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:52:45,175 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:53:45,179 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:54:38,827 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 33627 WARNING 2025-09-17 21:54:38,841 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:54:38,841 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:54:38,890 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:54:44,490 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:54:44,491 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2&mode=description HTTP/1.1" 404 33862 WARNING 2025-09-17 21:54:44,511 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:54:44,511 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:55:57,728 log 30836 6199668736 Not Found: /en/emr/icd10/ WARNING 2025-09-17 21:55:57,728 basehttp 30836 6199668736 "GET /en/emr/icd10/?page=2&mode=description HTTP/1.1" 404 33862 WARNING 2025-09-17 21:55:57,744 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:57,744 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:55:58,575 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:58,576 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:55:58,579 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:55:58,587 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:58,587 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:55:59,092 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 33661 WARNING 2025-09-17 21:55:59,103 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:55:59,103 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:55:59,155 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:56:59,159 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:57:59,165 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:58:59,165 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 21:59:18,306 basehttp 30836 6199668736 "GET /en/emr/icd10/M00.069/ HTTP/1.1" 200 18703 WARNING 2025-09-17 21:59:18,325 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:59:18,325 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:59:18,367 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-17 21:59:22,862 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:59:22,862 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-17 21:59:22,872 log 30836 6199668736 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 21:59:22,873 basehttp 30836 6199668736 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 21:59:59,175 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 22:02:55,552 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 22:50:31,081 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:01:08,878 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:09:13,073 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:35:53,194 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:36:53,167 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:37:54,154 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:38:56,151 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:40:04,160 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:42:04,150 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:44:04,162 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:46:04,152 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:48:04,209 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:50:04,199 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:52:04,196 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:54:04,199 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:56:04,229 basehttp 30836 6199668736 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:56:52,285 basehttp 30836 6199668736 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 43917 INFO 2025-09-17 23:56:52,300 basehttp 30836 6199668736 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-17 23:56:52,306 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 23:56:52,306 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 23:56:52,368 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:57:52,381 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:58:18,498 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 44094 WARNING 2025-09-17 23:58:18,516 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 23:58:18,516 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 23:58:18,596 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:59:18,588 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-17 23:59:52,103 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 44100 WARNING 2025-09-17 23:59:52,114 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-17 23:59:52,114 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-17 23:59:52,156 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:00:52,170 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:01:52,172 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:02:52,181 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:03:52,177 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:03:57,823 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 43986 WARNING 2025-09-18 00:03:57,838 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:03:57,838 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:03:57,881 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:04:35,350 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 44431 WARNING 2025-09-18 00:04:35,362 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:04:35,363 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:04:35,410 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:05:35,415 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:06:35,429 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:07:35,426 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:08:35,422 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:09:35,437 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:10:11,319 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=arthritis&mode=description&page=3 HTTP/1.1" 200 46925 WARNING 2025-09-18 00:10:11,336 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:10:11,336 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:10:11,384 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:10:25,585 basehttp 30836 6216495104 "GET /en/emr/icd10/ HTTP/1.1" 200 19158 WARNING 2025-09-18 00:10:25,601 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:10:25,601 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:10:25,617 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:10:58,089 basehttp 30836 6216495104 "GET /en/emr/icd10/ HTTP/1.1" 200 19148 WARNING 2025-09-18 00:10:58,105 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:10:58,105 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:10:58,160 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:11:16,378 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 45621 WARNING 2025-09-18 00:11:16,397 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:11:16,397 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:11:16,436 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:11:31,149 basehttp 30836 6216495104 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 45615 WARNING 2025-09-18 00:11:31,163 log 30836 6216495104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:11:31,164 basehttp 30836 6216495104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:11:31,201 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:12:31,205 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:13:31,209 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:14:31,211 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:15:31,215 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:16:31,218 basehttp 30836 6216495104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:16:52,469 autoreload 30836 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-18 00:16:52,968 autoreload 62997 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 00:16:53,705 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=pneumonia&mode=description HTTP/1.1" 200 45678 WARNING 2025-09-18 00:16:53,723 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:16:53,724 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:16:53,765 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:16:58,833 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=2&q=pneumonia&mode=description HTTP/1.1" 200 46277 WARNING 2025-09-18 00:16:58,846 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:16:58,846 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:16:58,885 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:17:03,882 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=3&q=pneumonia&mode=description HTTP/1.1" 200 46098 WARNING 2025-09-18 00:17:03,896 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:17:03,897 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:17:03,931 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:17:54,791 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=3&q=pneumonia&mode=description HTTP/1.1" 200 46077 WARNING 2025-09-18 00:17:54,805 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:17:54,805 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:17:54,847 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:18:08,230 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=3&q=pneumonia&mode=description HTTP/1.1" 200 46072 WARNING 2025-09-18 00:18:08,247 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:18:08,247 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:18:08,294 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:18:23,061 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21474 WARNING 2025-09-18 00:18:23,079 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:18:23,079 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:18:23,122 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:19:23,128 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:20:23,119 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:21:18,961 basehttp 62997 6204796928 "GET /en/admin/emr/icd10/18577/change/?_changelist_filters=p%3D186 HTTP/1.1" 200 4550257 INFO 2025-09-18 00:21:22,094 basehttp 62997 6204796928 "GET /en/admin/emr/icd10/?p=186 HTTP/1.1" 200 115932 INFO 2025-09-18 00:21:23,198 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:22:24,209 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:23:25,210 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:24:26,209 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:24:38,582 basehttp 62997 6204796928 "GET /en/admin/analytics/dashboardwidget/ HTTP/1.1" 200 99379 INFO 2025-09-18 00:24:38,597 basehttp 62997 6221623296 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 200 436 INFO 2025-09-18 00:24:38,599 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:24:42,155 basehttp 62997 6204796928 "GET /en/admin/ HTTP/1.1" 200 101620 INFO 2025-09-18 00:24:42,167 basehttp 62997 6204796928 "GET /static/admin/css/dashboard.css HTTP/1.1" 200 441 INFO 2025-09-18 00:24:42,170 basehttp 62997 6204796928 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 200 392 INFO 2025-09-18 00:24:50,988 basehttp 62997 6204796928 "GET /en/admin/radiology/dicomimage/ HTTP/1.1" 200 78285 INFO 2025-09-18 00:24:51,001 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:24:54,697 basehttp 62997 6204796928 "GET /en/admin/radiology/imagingorder/ HTTP/1.1" 200 79343 INFO 2025-09-18 00:24:54,718 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:24:57,698 basehttp 62997 6204796928 "GET /en/admin/radiology/imagingseries/ HTTP/1.1" 200 79878 INFO 2025-09-18 00:24:57,712 basehttp 62997 6204796928 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 00:25:00,148 basehttp 62997 6204796928 "GET /en/admin/ HTTP/1.1" 200 101620 INFO 2025-09-18 00:25:26,213 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:26:26,210 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:26:47,491 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21535 WARNING 2025-09-18 00:26:47,512 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:26:47,513 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:26:47,571 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:27:47,591 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:28:47,591 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:29:47,595 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:30:47,595 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:31:47,600 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:32:42,317 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21989 WARNING 2025-09-18 00:32:42,330 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:32:42,331 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:32:42,396 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:33:19,746 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21990 WARNING 2025-09-18 00:33:19,764 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:33:19,764 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:33:19,809 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:34:20,209 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:35:15,722 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 21981 WARNING 2025-09-18 00:35:15,735 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:35:15,735 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:35:15,773 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:36:15,786 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:36:36,832 basehttp 62997 6204796928 "GET /en/emr/icd10/J15.0/ HTTP/1.1" 200 18983 WARNING 2025-09-18 00:36:36,849 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:36:36,849 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:36:36,890 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:36:47,187 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:36:47,187 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:36:47,198 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:36:47,198 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:37:15,792 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:38:15,796 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:38:38,036 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 22943 WARNING 2025-09-18 00:38:38,052 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:38:38,052 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:38:38,096 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:39:38,101 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:40:38,103 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:41:38,108 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:42:38,117 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:43:36,175 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27443 WARNING 2025-09-18 00:43:36,188 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:43:36,188 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:43:36,225 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:44:36,142 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27423 WARNING 2025-09-18 00:44:36,159 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:44:36,160 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:44:36,203 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:18,434 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27423 WARNING 2025-09-18 00:45:18,452 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:18,452 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:18,499 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:20,944 basehttp 62997 6204796928 "GET /en/emr/icd10/J15.0/ HTTP/1.1" 200 20987 WARNING 2025-09-18 00:45:20,964 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:20,965 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:21,003 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:30,336 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27423 WARNING 2025-09-18 00:45:30,354 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:30,355 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:30,397 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:57,025 basehttp 62997 6204796928 "GET /en/emr/icd10/J15/ HTTP/1.1" 200 27429 WARNING 2025-09-18 00:45:57,037 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:57,037 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:57,075 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:45:59,788 basehttp 62997 6204796928 "GET /en/emr/icd10/ HTTP/1.1" 200 19118 WARNING 2025-09-18 00:45:59,803 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:45:59,804 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:45:59,837 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:46:15,537 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=headache&mode=description HTTP/1.1" 200 45711 WARNING 2025-09-18 00:46:15,551 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:46:15,551 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:46:15,589 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:46:41,430 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=vomiting&mode=description HTTP/1.1" 200 43180 WARNING 2025-09-18 00:46:41,446 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:46:41,447 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:46:41,482 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:46:49,584 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25694 WARNING 2025-09-18 00:46:49,601 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:46:49,601 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:46:49,633 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:47:49,638 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:48:36,651 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25716 WARNING 2025-09-18 00:48:36,665 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:48:36,665 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:48:36,705 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:48:54,467 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25713 WARNING 2025-09-18 00:48:54,478 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:48:54,479 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:48:54,519 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:49:27,266 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25716 WARNING 2025-09-18 00:49:27,278 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:27,278 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:49:27,315 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:49:32,554 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:49:32,558 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:32,559 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:49:32,571 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:32,572 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:49:57,422 basehttp 62997 6221623296 "GET /en/emr/icd10/?q=vomiting&mode=description HTTP/1.1" 200 43202 WARNING 2025-09-18 00:49:57,437 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:49:57,437 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:49:57,482 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:50:26,849 basehttp 62997 6221623296 "GET /en/emr/icd10/G43.A/ HTTP/1.1" 200 22298 WARNING 2025-09-18 00:50:26,869 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:50:26,869 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:50:26,911 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:51:17,561 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:51:17,564 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:51:17,564 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:51:17,575 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:51:17,575 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:52:17,572 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:53:17,574 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:54:17,574 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:55:17,572 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:56:17,575 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:57:17,573 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:57:39,739 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=vomiting&mode=description HTTP/1.1" 200 45072 WARNING 2025-09-18 00:57:39,753 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:57:39,753 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:57:39,799 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:58:39,817 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:58:58,399 basehttp 62997 6204796928 "GET /en/emr/icd10/R11/ HTTP/1.1" 200 22417 WARNING 2025-09-18 00:58:58,415 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:58:58,415 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:58:58,465 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:09,950 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.1/ HTTP/1.1" 200 25716 WARNING 2025-09-18 00:59:09,969 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:09,969 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:10,014 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:18,936 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.11/ HTTP/1.1" 200 21193 WARNING 2025-09-18 00:59:18,955 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:18,955 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:18,998 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:59:22,453 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:22,453 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:22,467 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:22,467 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:23,683 basehttp 62997 6204796928 "GET /en/emr/icd10/R11.12/ HTTP/1.1" 200 21185 WARNING 2025-09-18 00:59:23,706 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:23,706 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:23,749 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 00:59:29,257 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,257 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:29,279 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,279 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:29,699 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,699 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:29,711 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:29,711 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:30,135 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:30,135 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 00:59:30,146 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:30,146 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:39,814 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:40,682 basehttp 62997 6204796928 "GET /en/emr/icd10/?q=arthritis&mode=description HTTP/1.1" 200 47921 WARNING 2025-09-18 00:59:40,700 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:40,700 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:40,745 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 00:59:50,586 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=2&q=arthritis&mode=description HTTP/1.1" 200 48602 WARNING 2025-09-18 00:59:50,606 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 00:59:50,606 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 00:59:50,649 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:00:41,336 basehttp 62997 6204796928 "GET /en/emr/icd10/M00.021/ HTTP/1.1" 200 21431 WARNING 2025-09-18 01:00:41,355 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:41,355 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:41,401 basehttp 62997 6204796928 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:00:44,514 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:44,515 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:00:44,524 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:44,524 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:50,639 basehttp 62997 6204796928 "GET /en/emr/icd10/?page=4&q=arthritis&mode=description HTTP/1.1" 200 48932 WARNING 2025-09-18 01:00:50,666 log 62997 6204796928 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:50,667 basehttp 62997 6204796928 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:50,669 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:00:50,704 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:00:56,393 basehttp 62997 6221623296 "GET /en/emr/icd10/?page=6&q=arthritis&mode=description HTTP/1.1" 200 49105 WARNING 2025-09-18 01:00:56,412 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:00:56,412 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:00:56,458 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:01:21,316 basehttp 62997 6221623296 "GET /en/emr/icd10/M00.82/ HTTP/1.1" 200 23271 WARNING 2025-09-18 01:01:21,337 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:01:21,338 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:01:21,384 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:01:27,533 basehttp 62997 6221623296 "GET /en/emr/icd10/ HTTP/1.1" 200 19152 WARNING 2025-09-18 01:01:27,554 log 62997 6221623296 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:01:27,554 basehttp 62997 6221623296 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:01:27,594 basehttp 62997 6221623296 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:02:16,816 autoreload 62997 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/emr/views.py changed, reloading. INFO 2025-09-18 01:02:17,274 autoreload 83041 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 01:02:22,226 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 104902 WARNING 2025-09-18 01:02:22,246 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:02:22,247 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:02:22,261 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:03:22,264 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:04:22,278 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:05:22,296 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:06:22,307 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:07:22,311 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:08:22,311 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:09:22,319 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:10:22,321 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:10:41,653 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99497 WARNING 2025-09-18 01:10:41,669 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:10:41,669 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:10:41,713 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:11:07,593 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99517 WARNING 2025-09-18 01:11:07,609 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:11:07,609 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:11:07,660 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:11:18,454 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99519 WARNING 2025-09-18 01:11:18,466 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:11:18,466 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:11:18,514 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:12:18,529 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:13:14,887 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 100937 WARNING 2025-09-18 01:13:14,903 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:13:14,903 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:13:14,956 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:14:14,965 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:15:00,875 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 100990 WARNING 2025-09-18 01:15:00,894 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:15:00,894 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:15:00,945 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:16:00,948 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:16:26,613 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 101465 WARNING 2025-09-18 01:16:26,628 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:16:26,628 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:16:26,680 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:16:29,136 basehttp 83041 6133477376 "GET /en/emr/problems/442/ HTTP/1.1" 200 33407 WARNING 2025-09-18 01:16:29,153 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:16:29,155 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:16:29,155 basehttp 83041 6150303744 "GET /static/plugins/timeline/timeline.css HTTP/1.1" 404 2014 INFO 2025-09-18 01:16:29,214 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:17:29,225 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:18:29,238 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:19:30,156 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:20:31,190 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:20:44,749 basehttp 83041 6133477376 "GET /en/emr/problems/442/ HTTP/1.1" 200 33470 INFO 2025-09-18 01:20:44,757 basehttp 83041 6150303744 "GET /static/plugins/lity/dist/lity.min.js HTTP/1.1" 200 6639 INFO 2025-09-18 01:20:44,758 basehttp 83041 6133477376 "GET /static/plugins/lity/dist/lity.min.css HTTP/1.1" 200 3383 WARNING 2025-09-18 01:20:44,762 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:20:44,762 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:20:44,813 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:21:21,127 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 33472 WARNING 2025-09-18 01:21:21,148 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:21:21,148 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:21:21,195 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:21:46,337 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 33473 WARNING 2025-09-18 01:21:46,352 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:21:46,352 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:21:46,402 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:22:46,416 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:23:46,418 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:24:46,415 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:25:46,424 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:26:46,426 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:27:36,659 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 34894 WARNING 2025-09-18 01:27:36,679 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:27:36,679 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:27:36,734 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:28:36,740 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:29:36,743 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:30:36,740 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:31:36,754 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:31:40,738 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 34739 WARNING 2025-09-18 01:31:40,756 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:31:40,756 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:31:40,807 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:32:36,834 basehttp 83041 6167130112 "GET /en/emr/problems/442/ HTTP/1.1" 200 34746 WARNING 2025-09-18 01:32:36,847 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:32:36,847 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:32:36,890 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:33:12,450 basehttp 83041 6167130112 "GET /en/patients/patientprofile/45/details/ HTTP/1.1" 200 35456 WARNING 2025-09-18 01:33:12,472 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:12,473 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:33:12,503 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:33:38,175 basehttp 83041 6167130112 "GET /en/laboratory/orders/create/?patient=45 HTTP/1.1" 200 41114 WARNING 2025-09-18 01:33:38,194 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:38,194 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:33:38,237 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:33:43,912 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:43,912 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:33:43,923 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:43,923 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:33:46,661 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:33:46,663 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:46,663 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:33:46,673 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:33:46,673 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:03,928 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99992 WARNING 2025-09-18 01:34:03,944 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:03,944 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:03,993 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:34:21,868 log 83041 6133477376 Not Found: /en/emr/problems/create WARNING 2025-09-18 01:34:21,868 basehttp 83041 6133477376 "GET /en/emr/problems/create HTTP/1.1" 404 37096 WARNING 2025-09-18 01:34:21,889 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:21,890 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:34:47,747 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:47,748 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:34:47,757 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:47,758 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:48,607 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 99992 WARNING 2025-09-18 01:34:48,621 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:34:48,621 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:34:48,671 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:35:48,686 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:36:48,717 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:37:48,720 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-18 01:37:49,565 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:37:49,567 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 235458 WARNING 2025-09-18 01:37:49,581 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:37:49,581 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:21,324 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:21,326 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234028 WARNING 2025-09-18 01:38:21,340 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:21,340 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:28,745 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:28,746 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234013 WARNING 2025-09-18 01:38:28,762 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:28,763 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:30,135 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:30,137 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234013 WARNING 2025-09-18 01:38:30,152 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:30,152 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:38:40,936 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:38:40,937 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234018 WARNING 2025-09-18 01:38:40,954 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:38:40,954 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:39:05,787 log 83041 6133477376 Internal Server Error: /en/emr/problems/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'care_plan_detail' with arguments '('',)' not found. 1 pattern(s) tried: ['en/emr/care\\-plans/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 01:39:05,788 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 500 234018 WARNING 2025-09-18 01:39:05,805 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:39:05,805 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:40:48,792 basehttp 83041 6133477376 "GET /en/emr/problems/ HTTP/1.1" 200 90962 WARNING 2025-09-18 01:40:48,805 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:40:48,805 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:40:48,858 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:41:05,740 basehttp 83041 6133477376 "GET /en/emr/problems/461/ HTTP/1.1" 200 33762 WARNING 2025-09-18 01:41:05,759 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:41:05,759 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:41:05,806 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:41:55,752 basehttp 83041 6133477376 "GET /en/emr/problems/461/ HTTP/1.1" 200 33767 WARNING 2025-09-18 01:41:55,768 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:41:55,769 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:41:55,815 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-18 01:42:00,945 log 83041 6133477376 Internal Server Error: /en/emr/problems/461/delete/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-18 01:42:00,947 basehttp 83041 6133477376 "GET /en/emr/problems/461/delete/ HTTP/1.1" 500 164927 WARNING 2025-09-18 01:42:00,967 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:00,967 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:04,673 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:04,674 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:04,687 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:04,688 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 01:42:10,148 log 83041 6133477376 Internal Server Error: /en/emr/problems/461/update/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'dashboard' not found. 'dashboard' is not a valid view function or pattern name. ERROR 2025-09-18 01:42:10,150 basehttp 83041 6133477376 "GET /en/emr/problems/461/update/ HTTP/1.1" 500 179226 WARNING 2025-09-18 01:42:10,165 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:10,165 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:13,195 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:13,195 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:13,219 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:13,219 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:21,886 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:42:21,890 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:21,891 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:42:21,915 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:21,915 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:23,910 basehttp 83041 6150303744 "GET /en/emr/problems/460/ HTTP/1.1" 200 36286 WARNING 2025-09-18 01:42:23,934 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:23,934 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:23,978 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:42:45,232 basehttp 83041 6150303744 "GET /en/emr/care-plans/208/ HTTP/1.1" 200 64571 WARNING 2025-09-18 01:42:45,260 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:42:45,269 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:42:45,305 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:43:36,164 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:43:36,165 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:43:36,166 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:43:36,175 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:43:36,175 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:44:00,603 basehttp 83041 6133477376 "GET /en/emr/icd10/ HTTP/1.1" 200 19152 INFO 2025-09-18 01:44:00,629 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:05,789 basehttp 83041 6133477376 "GET /en/emr/icd10/?q=M19.9&mode=code HTTP/1.1" 200 26326 INFO 2025-09-18 01:44:05,807 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:33,320 basehttp 83041 6133477376 "GET /en/emr/icd10/M19.9/ HTTP/1.1" 200 23750 INFO 2025-09-18 01:44:33,339 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:36,221 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:44:59,361 basehttp 83041 6133477376 "GET /en/emr/icd10/ HTTP/1.1" 200 19152 INFO 2025-09-18 01:44:59,396 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:45:36,227 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:46:00,211 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:46:08,474 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36308 WARNING 2025-09-18 01:46:08,489 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:46:08,489 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:46:08,539 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:01,207 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:08,546 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:15,332 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36342 WARNING 2025-09-18 01:47:15,352 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:47:15,352 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:47:15,399 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:47:53,101 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36342 WARNING 2025-09-18 01:47:53,119 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:47:53,119 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:47:53,171 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:48:02,222 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:48:34,780 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36413 WARNING 2025-09-18 01:48:34,796 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:48:34,796 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:48:34,847 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:49:03,212 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:49:21,201 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36459 WARNING 2025-09-18 01:49:21,214 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:49:21,217 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:49:21,267 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:49:33,207 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36453 WARNING 2025-09-18 01:49:33,220 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:49:33,221 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:49:33,267 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:50:04,216 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:50:16,257 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36533 WARNING 2025-09-18 01:50:16,276 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:50:16,276 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:50:16,327 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:51:05,218 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:51:16,340 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:07,216 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:16,335 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:44,536 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36523 WARNING 2025-09-18 01:52:44,554 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:52:44,554 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:52:44,605 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:52:51,610 basehttp 83041 6133477376 "GET /en/emr/care-plans/208/ HTTP/1.1" 200 64723 WARNING 2025-09-18 01:52:51,632 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:52:51,633 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:52:51,682 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:53:01,524 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:53:01,524 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:53:01,548 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:53:01,548 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:53:44,618 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:54:01,777 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:01,777 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:04,226 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:54:13,387 basehttp 83041 6133477376 "GET /en/emr/problems/442/ HTTP/1.1" 200 34988 WARNING 2025-09-18 01:54:13,406 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:13,406 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:17,060 basehttp 83041 6133477376 "GET /en/emr/care-plans/1 HTTP/1.1" 301 0 INFO 2025-09-18 01:54:17,079 basehttp 83041 6150303744 "GET /en/emr/care-plans/1/ HTTP/1.1" 200 66243 WARNING 2025-09-18 01:54:17,094 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:17,094 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:17,115 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:54:20,966 basehttp 83041 6150303744 "GET /en/emr/care-plans/ HTTP/1.1" 200 121562 WARNING 2025-09-18 01:54:20,984 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:20,984 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:20,999 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:54:51,074 basehttp 83041 6150303744 "GET /en/emr/care-plans/207/ HTTP/1.1" 200 65838 WARNING 2025-09-18 01:54:51,089 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:54:51,089 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:54:51,141 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 01:55:01,616 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:55:01,616 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 01:55:01,628 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:55:01,628 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:55:21,016 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:56:04,228 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:56:21,009 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:56:44,294 basehttp 83041 6150303744 "GET /en/emr/care-plans/ HTTP/1.1" 200 121647 WARNING 2025-09-18 01:56:44,310 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:56:44,310 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:56:44,363 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:57:07,744 basehttp 83041 6150303744 "GET /en/emr/care-plans/ HTTP/1.1" 200 121669 WARNING 2025-09-18 01:57:07,759 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:57:07,759 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:57:07,815 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:57:30,516 basehttp 83041 6150303744 "GET /en/emr/care-plans/207/ HTTP/1.1" 200 65838 WARNING 2025-09-18 01:57:30,541 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:57:30,541 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:57:30,592 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:58:04,229 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:58:30,607 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:59:04,229 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:59:23,926 basehttp 83041 6150303744 "GET /en/emr/problems/ HTTP/1.1" 200 90962 WARNING 2025-09-18 01:59:23,945 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:59:23,945 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:59:23,962 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 01:59:25,482 basehttp 83041 6150303744 "GET /en/emr/problems/467/ HTTP/1.1" 200 36511 WARNING 2025-09-18 01:59:25,507 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 01:59:25,508 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 01:59:25,560 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:00:05,327 basehttp 83041 6150303744 "GET /en/emr/problems/467/ HTTP/1.1" 200 36500 WARNING 2025-09-18 02:00:05,340 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:05,340 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:05,389 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:00:16,050 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,051 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:00:16,062 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,062 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:16,765 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:00:16,766 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,767 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:00:16,784 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:16,784 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:58,142 basehttp 83041 6133477376 "GET /en/emr/problems/460/ HTTP/1.1" 200 36512 WARNING 2025-09-18 02:00:58,163 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:00:58,163 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:00:58,211 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:01:02,096 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:02,096 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:02,108 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:02,108 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:01:04,229 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:01:16,776 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:01:37,738 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:01:37,740 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:37,741 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:37,765 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:37,765 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:01:55,491 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:01:55,493 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:55,493 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:55,505 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:55,505 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:56,422 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:56,422 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:01:57,078 basehttp 83041 6133477376 "GET /en/emr/problems/?page=2 HTTP/1.1" 200 92290 WARNING 2025-09-18 02:01:57,098 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:57,099 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,398 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,398 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,410 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,410 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,906 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,906 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:01:58,918 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:01:58,918 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:00,454 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:00,454 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:00,466 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:00,466 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:01,691 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:01,691 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:01,701 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:01,702 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:02:02,596 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:02,596 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:04,233 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:05,689 basehttp 83041 6133477376 "GET / HTTP/1.1" 302 0 INFO 2025-09-18 02:02:05,710 basehttp 83041 6150303744 "GET /en/ HTTP/1.1" 200 47970 WARNING 2025-09-18 02:02:05,731 log 83041 6150303744 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:05,731 basehttp 83041 6150303744 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:05,801 basehttp 83041 6150303744 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:05,805 basehttp 83041 13304360960 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-18 02:02:05,806 basehttp 83041 6167130112 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-18 02:02:05,808 basehttp 83041 6133477376 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-18 02:02:15,129 basehttp 83041 6133477376 "GET /en/ HTTP/1.1" 200 47970 WARNING 2025-09-18 02:02:15,144 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:15,145 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:15,215 basehttp 83041 6150303744 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1105 INFO 2025-09-18 02:02:15,222 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:15,226 basehttp 83041 13304360960 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-18 02:02:15,226 basehttp 83041 6167130112 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-18 02:02:27,895 basehttp 83041 6167130112 "GET /en/inpatients/ HTTP/1.1" 200 71355 WARNING 2025-09-18 02:02:27,915 log 83041 6167130112 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:27,915 basehttp 83041 6167130112 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:02:27,950 basehttp 83041 6167130112 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:02:27,954 basehttp 83041 13304360960 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 INFO 2025-09-18 02:02:28,028 basehttp 83041 6133477376 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 ERROR 2025-09-18 02:02:49,668 log 83041 6133477376 Internal Server Error: /en/inpatients/surgery/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 90, in rendered_content template = self.resolve_template(self.template_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 72, in resolve_template return select_template(template, using=self.using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 47, in select_template raise TemplateDoesNotExist(", ".join(template_name_list), chain=chain) django.template.exceptions.TemplateDoesNotExist: inpatients/surgery_schedule.html, inpatients/surgeryschedule_list.html ERROR 2025-09-18 02:02:49,669 basehttp 83041 6133477376 "GET /en/inpatients/surgery/ HTTP/1.1" 500 104364 WARNING 2025-09-18 02:02:49,691 log 83041 6133477376 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:02:49,692 basehttp 83041 6133477376 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:04:04,230 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:04,234 basehttp 83041 6133477376 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:15,415 autoreload 83041 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 02:05:15,865 autoreload 11591 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 02:05:16,784 basehttp 11591 6125088768 "GET /en/inpatients/surgery/ HTTP/1.1" 200 82501 WARNING 2025-09-18 02:05:16,797 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:16,798 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:16,873 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:19,498 basehttp 11591 6125088768 "GET /en/inpatients/surgery/ HTTP/1.1" 200 82501 WARNING 2025-09-18 02:05:19,516 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:19,516 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:19,554 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:31,309 basehttp 11591 6125088768 "GET /en/inpatients/surgery/12 HTTP/1.1" 301 0 INFO 2025-09-18 02:05:31,331 basehttp 11591 6141915136 "GET /en/inpatients/surgery/12/ HTTP/1.1" 200 30391 INFO 2025-09-18 02:05:31,351 basehttp 11591 13186969600 "GET /static/plugins/datatables.net-bs5/js/dataTables.bootstrap5.min.js HTTP/1.1" 200 1470 INFO 2025-09-18 02:05:31,353 basehttp 11591 6125088768 "GET /static/plugins/datatables.net-bs5/css/dataTables.bootstrap5.min.css HTTP/1.1" 200 15096 INFO 2025-09-18 02:05:31,353 basehttp 11591 6158741504 "GET /static/plugins/datatables.net-responsive-bs5/css/responsive.bootstrap5.min.css HTTP/1.1" 200 6044 WARNING 2025-09-18 02:05:31,355 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:31,355 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:31,355 basehttp 11591 13186969600 "GET /static/plugins/datatables.net-responsive-bs5/js/responsive.bootstrap5.min.js HTTP/1.1" 200 1796 INFO 2025-09-18 02:05:31,355 basehttp 11591 13203795968 "GET /static/plugins/datatables.net-responsive/js/dataTables.responsive.min.js HTTP/1.1" 200 16086 INFO 2025-09-18 02:05:31,356 basehttp 11591 13170143232 "GET /static/plugins/datatables.net/js/dataTables.min.js HTTP/1.1" 200 95735 INFO 2025-09-18 02:05:31,420 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:05:49,077 basehttp 11591 13170143232 "GET /en/patients/patientprofile/50/details/ HTTP/1.1" 200 35525 WARNING 2025-09-18 02:05:49,093 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:49,093 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:05:49,133 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:05:52,039 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:52,040 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:05:52,048 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:05:52,048 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:06:04,865 basehttp 11591 13170143232 "GET /en/inpatients/surgery/12/edit/ HTTP/1.1" 200 35265 INFO 2025-09-18 02:06:04,877 basehttp 11591 13203795968 "GET /static/plugins/bootstrap-timepicker/css/bootstrap-timepicker.min.css HTTP/1.1" 200 3034 INFO 2025-09-18 02:06:04,878 basehttp 11591 13186969600 "GET /static/plugins/summernote/dist/summernote-lite.css HTTP/1.1" 200 38212 WARNING 2025-09-18 02:06:04,884 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:04,884 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:06:04,885 basehttp 11591 13186969600 "GET /static/plugins/bootstrap-timepicker/js/bootstrap-timepicker.min.js HTTP/1.1" 200 18685 INFO 2025-09-18 02:06:04,924 basehttp 11591 13186969600 "GET /static/plugins/summernote/dist/summernote-lite.css.map HTTP/1.1" 200 52049 INFO 2025-09-18 02:06:04,938 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:06:49,028 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:06:49,030 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:49,030 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:06:49,040 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:49,040 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:06:50,192 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:06:50,194 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:50,194 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:06:50,218 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:06:50,218 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:02,797 basehttp 11591 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 WARNING 2025-09-18 02:07:02,800 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:02,801 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:02,804 basehttp 11591 6141915136 - Broken pipe from ('127.0.0.1', 51878) INFO 2025-09-18 02:07:02,804 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:07:02,809 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:02,810 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:02,882 basehttp 11591 13203795968 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:07:02,952 basehttp 11591 13186969600 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:07:04,215 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:07:13,734 basehttp 11591 13186969600 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155899 WARNING 2025-09-18 02:07:13,750 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:13,751 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:13,800 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:07:25,521 basehttp 11591 13186969600 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25334 WARNING 2025-09-18 02:07:25,539 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:07:25,539 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:07:25,581 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:08:04,221 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:08:10,071 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:08:10,071 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:08:10,083 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:08:10,083 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:08:13,815 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:08:26,976 basehttp 11591 13186969600 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:08:26,996 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:08:26,996 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:08:27,037 basehttp 11591 13186969600 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:09:00,780 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:00,780 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:09:00,794 log 11591 13186969600 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:00,794 basehttp 11591 13186969600 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:09:09,465 basehttp 11591 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 WARNING 2025-09-18 02:09:09,473 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:09,474 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:09:09,476 basehttp 11591 13203795968 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:09:09,479 basehttp 11591 13186969600 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 WARNING 2025-09-18 02:09:09,483 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:09:09,484 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:09:09,549 basehttp 11591 13170143232 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:09:09,614 basehttp 11591 6158741504 "GET /en/inpatients/beds/grid/ HTTP/1.1" 200 1901295 INFO 2025-09-18 02:09:39,455 basehttp 11591 6158741504 "GET /en/inpatients/wards/stats/ HTTP/1.1" 200 3003 INFO 2025-09-18 02:10:02,952 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 WARNING 2025-09-18 02:10:02,979 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:02,979 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:03,246 basehttp 11591 6158741504 "GET /static/plugins/dropzone/dist/min/dropzone.min.js HTTP/1.1" 200 114702 INFO 2025-09-18 02:10:03,344 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:10:03,566 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:10:04,215 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:10:20,545 basehttp 11591 6158741504 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:10:20,574 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:20,574 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:20,611 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:10:22,653 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:22,653 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:10:22,667 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:22,667 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:27,705 basehttp 11591 6158741504 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:10:27,718 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:27,718 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:27,755 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:10:33,163 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:33,163 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:10:33,176 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:10:33,176 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:10:33,572 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:03,357 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:03,541 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:04,219 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:09,897 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 WARNING 2025-09-18 02:11:09,923 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:09,923 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:10,232 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:10,460 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:13,855 basehttp 11591 6158741504 "GET /en/inpatients/beds/create/ HTTP/1.1" 200 34237 WARNING 2025-09-18 02:11:13,885 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:13,885 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:13,928 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:11:19,236 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:19,236 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:11:19,250 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:19,250 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:40,451 basehttp 11591 6158741504 "GET /en/inpatients/beds/ HTTP/1.1" 200 5956751 INFO 2025-09-18 02:11:47,710 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 WARNING 2025-09-18 02:11:47,729 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:11:47,729 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:11:48,026 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:11:48,240 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:12:04,226 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:12:18,259 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:12:25,732 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 WARNING 2025-09-18 02:12:25,759 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:12:25,759 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:12:26,108 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:12:26,332 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:12:50,597 basehttp 11591 6158741504 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 109468 INFO 2025-09-18 02:12:50,614 basehttp 11591 6158741504 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:12:56,384 basehttp 11591 6158741504 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:13:05,221 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:13:26,234 basehttp 11591 6158741504 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:13:26,388 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:13:26,733 basehttp 11591 13170143232 "GET /en/admin/inpatients/ward/28/change/ HTTP/1.1" 200 279639 INFO 2025-09-18 02:13:26,777 basehttp 11591 13186969600 "GET /static/admin/js/SelectBox.js HTTP/1.1" 200 4530 INFO 2025-09-18 02:13:26,777 basehttp 11591 6158741504 "GET /static/admin/js/inlines.js HTTP/1.1" 200 15628 INFO 2025-09-18 02:13:26,778 basehttp 11591 13203795968 "GET /static/admin/js/SelectFilter2.js HTTP/1.1" 200 15845 INFO 2025-09-18 02:13:26,780 basehttp 11591 13203795968 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 200 655 INFO 2025-09-18 02:13:26,781 basehttp 11591 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:13:26,818 basehttp 11591 13170143232 "GET /static/admin/img/selector-icons.svg HTTP/1.1" 200 3291 INFO 2025-09-18 02:13:46,699 basehttp 11591 13170143232 "GET /en/admin/hr/employee/ HTTP/1.1" 200 160186 INFO 2025-09-18 02:13:46,713 basehttp 11591 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:13:53,678 basehttp 11591 13170143232 "GET /en/admin/hr/employee/45/change/ HTTP/1.1" 200 291670 INFO 2025-09-18 02:13:53,694 basehttp 11591 13203795968 "GET /static/admin/js/calendar.js HTTP/1.1" 200 9141 INFO 2025-09-18 02:13:53,694 basehttp 11591 6158741504 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 200 19319 INFO 2025-09-18 02:13:53,697 basehttp 11591 13170143232 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:13:53,743 basehttp 11591 6158741504 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 200 677 INFO 2025-09-18 02:13:53,743 basehttp 11591 13170143232 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 200 1086 INFO 2025-09-18 02:13:56,394 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:14:07,222 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:14:16,090 basehttp 11591 13170143232 "GET /en/admin/hr/employee/ HTTP/1.1" 200 160186 INFO 2025-09-18 02:14:18,095 basehttp 11591 13170143232 "GET /en/admin/inpatients/ward/28/change/ HTTP/1.1" 200 279639 INFO 2025-09-18 02:14:26,377 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:14:27,224 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:14:56,381 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:15:18,452 basehttp 11591 13170143232 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 109468 INFO 2025-09-18 02:15:28,226 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:15:37,410 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:15:40,537 basehttp 11591 13170143232 "GET /en/inpatients/beds/1114/edit/ HTTP/1.1" 200 35035 WARNING 2025-09-18 02:15:40,565 log 11591 13170143232 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:15:40,565 basehttp 11591 13170143232 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:15:40,600 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:16:04,222 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:16:22,664 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:16:22,665 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:16:22,691 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:16:22,691 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:16:22,835 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:16:26,325 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:16:28,232 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:16:56,320 basehttp 11591 13170143232 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:17:04,219 basehttp 11591 13170143232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:17:26,349 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:17:28,234 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:17:56,315 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:18:26,338 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:18:28,231 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:18:56,305 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:19:04,211 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:19:26,328 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:19:28,251 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:19:56,314 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:20:04,213 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:20:26,305 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:20:28,247 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:20:56,318 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:21:04,100 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:21:26,220 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:21:28,135 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:21:56,218 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:22:26,206 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:22:28,134 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:22:56,226 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5958163 INFO 2025-09-18 02:23:04,107 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:23:25,600 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 WARNING 2025-09-18 02:23:25,636 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:23:25,636 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:23:25,936 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:23:26,196 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 INFO 2025-09-18 02:23:56,159 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 INFO 2025-09-18 02:24:04,101 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:24:25,940 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:24:26,142 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5957992 INFO 2025-09-18 02:24:28,150 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 WARNING 2025-09-18 02:24:28,186 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:24:28,186 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:24:28,450 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:24:28,652 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:24:58,649 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:25:28,454 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:25:28,664 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:25:58,666 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:26:04,108 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:26:28,460 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:26:28,659 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6009988 INFO 2025-09-18 02:26:31,789 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 WARNING 2025-09-18 02:26:31,827 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:26:31,827 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:26:32,106 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:26:32,334 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 INFO 2025-09-18 02:27:02,327 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 INFO 2025-09-18 02:27:04,105 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:27:32,141 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:27:32,346 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964012 ERROR 2025-09-18 02:27:47,899 log 11591 6125088768 Internal Server Error: /en/inpatients/beds/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 243, in render nodelist.append(node.render_annotated(context)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 327, in render return nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'discharge_patient' with arguments '('',)' not found. 1 pattern(s) tried: ['en/inpatients/discharge/(?P[0-9]+)/\\Z'] ERROR 2025-09-18 02:27:47,901 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 500 301870 WARNING 2025-09-18 02:27:47,940 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:27:47,940 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:28:04,109 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:28:43,348 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 WARNING 2025-09-18 02:28:43,366 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:28:43,366 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:28:43,668 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:28:43,881 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:28:55,638 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 156047 INFO 2025-09-18 02:28:55,654 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:29:02,982 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/1120/change/ HTTP/1.1" 200 150071 INFO 2025-09-18 02:29:03,000 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:29:14,297 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:29:44,098 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:29:44,257 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:30:04,100 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:30:14,265 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6007464 INFO 2025-09-18 02:30:37,185 basehttp 11591 6141915136 "POST /en/admin/inpatients/bed/1120/change/ HTTP/1.1" 302 0 INFO 2025-09-18 02:30:37,235 basehttp 11591 6141915136 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 156307 INFO 2025-09-18 02:30:37,249 basehttp 11591 6141915136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:30:41,825 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6008756 WARNING 2025-09-18 02:30:41,864 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:30:41,864 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:30:42,142 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:30:42,362 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 6008756 INFO 2025-09-18 02:31:04,091 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:31:05,565 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:05,565 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:31:06,855 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:06,855 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:31:06,861 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:06,861 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:07,634 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 WARNING 2025-09-18 02:31:07,659 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:07,659 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:07,934 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:31:08,136 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:31:13,640 basehttp 11591 6141915136 "GET /en/inpatients/discharge/173/ HTTP/1.1" 302 0 INFO 2025-09-18 02:31:13,658 basehttp 11591 6141915136 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25766 WARNING 2025-09-18 02:31:13,685 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:13,685 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:13,725 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:31:23,489 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:23,489 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:31:23,499 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:31:23,499 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:31:38,266 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:31:47,894 basehttp 11591 6141915136 "GET /en/admin/inpatients/bed/1118/change/ HTTP/1.1" 200 150100 INFO 2025-09-18 02:31:47,914 basehttp 11591 6141915136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:32:00,867 basehttp 11591 6141915136 "GET /en/admin/inpatients/admission/183/change/?_to_field=id HTTP/1.1" 200 257461 INFO 2025-09-18 02:32:00,885 basehttp 11591 6141915136 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:32:08,133 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:32:08,288 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:32:22,667 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/1118/change/ HTTP/1.1" 200 150100 INFO 2025-09-18 02:32:38,260 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:33:04,093 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:08,268 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5964234 INFO 2025-09-18 02:33:09,114 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:28,776 basehttp 11591 6125088768 "POST /en/admin/inpatients/bed/1118/change/ HTTP/1.1" 302 0 INFO 2025-09-18 02:33:28,831 basehttp 11591 6125088768 "GET /en/admin/inpatients/bed/ HTTP/1.1" 200 156335 INFO 2025-09-18 02:33:28,847 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:33:33,053 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 WARNING 2025-09-18 02:33:33,078 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:33,079 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:33:33,346 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:33,550 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 INFO 2025-09-18 02:33:35,793 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 WARNING 2025-09-18 02:33:35,834 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:35,834 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:33:36,101 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:33:36,313 basehttp 11591 6125088768 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 INFO 2025-09-18 02:33:39,040 basehttp 11591 6125088768 "GET /en/inpatients/discharge/173/ HTTP/1.1" 302 0 INFO 2025-09-18 02:33:39,054 basehttp 11591 6125088768 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25766 WARNING 2025-09-18 02:33:39,082 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:39,082 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:33:39,121 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:33:42,130 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:42,130 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 02:33:42,140 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:33:42,140 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:34:03,923 basehttp 11591 6125088768 "GET /en/inpatients/admissions/create/ HTTP/1.1" 200 48398 WARNING 2025-09-18 02:34:03,941 log 11591 6125088768 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:34:03,941 basehttp 11591 6125088768 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:34:03,980 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:34:04,100 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:34:46,432 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:34:46,446 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:35:04,102 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:35:05,098 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:35:29,852 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/?o=1 HTTP/1.1" 200 112629 INFO 2025-09-18 02:35:29,866 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:35:38,882 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/?o=-1 HTTP/1.1" 200 112713 INFO 2025-09-18 02:35:38,896 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:35:52,443 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/?o=-1 HTTP/1.1" 200 112713 INFO 2025-09-18 02:35:52,454 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:36:05,094 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:36:07,098 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:36:13,036 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:36:13,052 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:37:06,033 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:37:28,291 basehttp 11591 6125088768 "POST /en/admin/patients/patientprofile/ HTTP/1.1" 200 382093 INFO 2025-09-18 02:37:28,306 basehttp 11591 6125088768 "GET /static/admin/js/cancel.js HTTP/1.1" 200 884 INFO 2025-09-18 02:37:53,589 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:37:57,914 basehttp 11591 6125088768 "GET /en/admin/patients/patientprofile/2/change/ HTTP/1.1" 200 172794 INFO 2025-09-18 02:37:57,936 basehttp 11591 6125088768 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 02:37:57,971 basehttp 11591 6125088768 "GET /static/admin/img/inline-delete.svg HTTP/1.1" 200 537 INFO 2025-09-18 02:38:04,027 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:38:07,032 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:39:04,023 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:39:08,030 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:40:09,030 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:41:04,016 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:41:11,028 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:42:04,029 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:43:04,018 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:44:04,026 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:44:05,023 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:45:04,029 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:46:04,020 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:47:04,007 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:48:04,017 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:48:04,030 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:48:14,051 basehttp 11591 6141915136 "GET /en/admin/patients/patientprofile/ HTTP/1.1" 200 110823 INFO 2025-09-18 02:49:04,024 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:49:04,348 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:49:04,348 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:49:04,951 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 INFO 2025-09-18 02:49:20,430 basehttp 11591 6141915136 "GET /en/inpatients/discharge/173/ HTTP/1.1" 302 0 INFO 2025-09-18 02:49:20,444 basehttp 11591 6141915136 "GET /en/inpatients/admissions/173/ HTTP/1.1" 200 25766 WARNING 2025-09-18 02:49:20,473 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:49:20,474 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:49:20,540 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:50:04,010 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:50:20,543 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:51:04,010 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:51:20,551 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:52:03,675 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:03,676 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:03,678 basehttp 11591 6125088768 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 02:52:03,685 log 11591 6158741504 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:03,686 basehttp 11591 6158741504 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:03,837 basehttp 11591 6141915136 "GET /en/inpatients/beds/?page=2 HTTP/1.1" 200 5965530 WARNING 2025-09-18 02:52:08,339 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:08,340 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:08,889 basehttp 11591 6141915136 "GET /en/inpatients/beds/ HTTP/1.1" 200 5963015 WARNING 2025-09-18 02:52:09,605 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:09,605 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:10,058 basehttp 11591 6141915136 "GET /en/inpatients/beds/ HTTP/1.1" 200 5963015 WARNING 2025-09-18 02:52:11,385 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:11,385 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:14,847 basehttp 11591 6141915136 "GET /en/inpatients/admissions/?action=new HTTP/1.1" 200 155899 WARNING 2025-09-18 02:52:14,873 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:14,873 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:14,920 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:52:26,585 basehttp 11591 6141915136 "GET /en/inpatients/admissions/183/ HTTP/1.1" 200 22854 WARNING 2025-09-18 02:52:26,604 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 02:52:26,604 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 02:52:26,670 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:53:03,981 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:53:26,669 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:54:03,981 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:54:26,671 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:55:26,674 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:56:03,976 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:56:26,675 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:57:03,978 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:57:26,677 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:58:26,680 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:59:03,980 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 02:59:26,682 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:00:26,696 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:01:03,959 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:01:26,690 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:02:03,963 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:02:26,697 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 03:02:43,111 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:02:43,111 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:03:00,041 basehttp 11591 6141915136 "GET /en/inpatients/admissions/?status=ADMITTED&ward=&admission_type=&search=&date_range= HTTP/1.1" 200 168380 WARNING 2025-09-18 03:03:00,059 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:00,059 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:03:00,113 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:03:08,363 basehttp 11591 6141915136 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23538 INFO 2025-09-18 03:03:08,411 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 03:03:08,444 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:08,445 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 03:03:14,029 log 11591 6141915136 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2313, in discharge_patient 'doctor_name': request.user_employee_profile.get_full_name() if request.user_employee_profile.role in ['DOCTOR', 'SPECIALIST'] else '' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'user_employee_profile' ERROR 2025-09-18 03:03:14,031 basehttp 11591 6141915136 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 77923 INFO 2025-09-18 03:03:45,430 basehttp 11591 6141915136 "GET /en/patients/patientprofile/19/details/ HTTP/1.1" 200 35652 WARNING 2025-09-18 03:03:45,455 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:45,455 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:03:45,495 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 WARNING 2025-09-18 03:03:59,982 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:59,982 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:03:59,996 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:03:59,996 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:04:03,962 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:04:08,422 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:05:03,970 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:05:08,425 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 INFO 2025-09-18 03:05:35,440 basehttp 11591 6141915136 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:05:35,465 log 11591 6141915136 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:05:35,465 basehttp 11591 6141915136 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:05:35,506 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4675 ERROR 2025-09-18 03:05:38,288 log 11591 6141915136 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2313, in discharge_patient 'doctor_name': request.user_employee_profile.get_full_name() if request.user_employee_profile.role in ['DOCTOR', 'SPECIALIST'] else '' ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'WSGIRequest' object has no attribute 'user_employee_profile' ERROR 2025-09-18 03:05:38,289 basehttp 11591 6141915136 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 77923 INFO 2025-09-18 03:06:35,623 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:07:04,051 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:07:35,618 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:08:04,080 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:08:35,628 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:09:35,621 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:10:04,058 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:10:35,635 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:11:04,052 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:11:35,638 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:12:04,073 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:12:35,647 basehttp 11591 6141915136 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:13:12,100 autoreload 11591 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:13:12,612 autoreload 41599 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:13:15,920 basehttp 41599 6124548096 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:13:15,943 log 41599 6124548096 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:13:15,943 basehttp 41599 6124548096 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:13:15,988 basehttp 41599 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:13:18,294 log 41599 6124548096 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2315, in discharge_patient summary_form = DischargeSummaryForm( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py", line 331, in __init__ self.fields['discharging_physician'].queryset = User.objects.filter( ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/manager.py", line 87, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1493, in filter return self._filter_or_exclude(False, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1511, in _filter_or_exclude clone._filter_or_exclude_inplace(negate, args, kwargs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1518, in _filter_or_exclude_inplace self._query.add_q(Q(*args, **kwargs)) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1646, in add_q clause, _ = self._add_q(q_object, can_reuse) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1678, in _add_q child_clause, needed_inner = self.build_filter( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1526, in build_filter lookups, parts, reffed_expression = self.solve_lookup_type(arg, summarize) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1333, in solve_lookup_type _, field, _, lookup_parts = self.names_to_path(lookup_splitted, self.get_meta()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'role' into field. Choices are: accessible_dashboards, acknowledged_alerts, administered_medications, administered_transfusions, admitted_patients, alertrule, analyzed_results, anesthesia_cases, approved_care_plans, approved_employees, approved_purchase_orders, approved_schedules, approved_time_entries, approved_transfers, assigned_incidents, assigned_queue_entries, assistant_or_blocks, assistant_surgeries, assistant_surgical_cases, attending_bills, attending_patients, attending_wards, audit_logs, audit_team_memberships, authored_notes, availability_slots, billing_provider_bills, blocked_beds, blood_requests, bloodtest, cancelled_appointments, cancelled_requests, care_team_plans, checked_in_appointments, circulating_cases, claim_status_updates, claimdocument, claimstatushistory, cleaned_beds, co_signed_notes, collected_specimens, collected_units, communicationchannel, completed_transfers, completed_transfusions, conducted_reviews, consulting_patients, created_admissions, created_alert_rules, created_appointment_templates, created_appointments, created_audit_plans, created_availability_slots, created_beds, created_billing_configurations, created_care_plans, created_claims, created_consent_forms, created_consent_templates, created_data_mappings, created_discharge_summaries, created_donors, created_drug_interactions, created_employees, created_encounters, created_external_systems, created_findings, created_hr_departments, created_improvement_projects, created_insurance_claims, created_integration_endpoints, created_inventory_items, created_inventory_locations, created_lab_tests, created_measurements, created_medical_bills, created_medications, created_note_templates, created_notifications, created_operating_rooms, created_or_blocks, created_patient_notes, created_pharmacy_inventory_items, created_problems, created_purchase_orders, created_reference_ranges, created_report_templates, created_risk_assessments, created_schedules, created_studies, created_suppliers, created_surgeries, created_surgical_cases, created_surgical_note_templates, created_telemedicine_sessions, created_training_records, created_waiting_list_entries, created_waiting_queues, created_wards, created_webhooks, crossmatch, dashboard, datasource, date_joined, diagnosed_problems, dictated_reports, discharge_planning_cases, dispensed_medications, double_checked_administrations, email, emailaddress, employee_profile, encounters, failed_login_attempts, first_name, force_password_change, groups, id, initiated_capas, inpatient_anesthesia_cases, inpatient_circulating_cases, inpatient_scrub_cases, integration_logs, interpreted_studies, investigated_reactions, is_active, is_staff, is_superuser, issued_units, last_login, last_name, last_password_change, led_audits, locked_until, logentry, managed_locations, managed_problems, managed_projects, managed_wards, max_concurrent_sessions, messagerecipient, metricdefinition, notificationtemplate, ordered_imaging_studies, ordered_lab_tests, password, password_expires_at, password_history, performed_qc, physician_discharges, planned_discharges, prescribed_medications, primary_care_plans, primary_nurse_discharges, primary_or_blocks, primary_surgeries, primary_surgical_cases, processed_payments, processed_requests, project_team_memberships, provider_appointments, provider_waiting_list, qc_tests, radiology_reports, received_payments, received_specimens, received_units, recorded_equipment_usage, referred_studies, registered_patients, removed_waiting_list_entries, rendered_line_items, report, reported_incidents, reported_reactions, reportexecution, requested_purchase_orders, requested_transfers, resolved_alerts, responsible_findings, responsible_quality_indicators, responsible_risks, reviewed_qc, reviewed_qc_tests, revoked_consents, scrub_cases, sent_messages, session_timeout_minutes, signed_encounters, social_accounts, sponsored_projects, stopped_transfusions, supervised_line_items, surgeon_surgical_notes, targeted_notifications, task, tenant, tenant_id, transcribed_reports, transport_assignments, triggered_integrations, two_factor_devices, two_factor_enabled, updated_configurations, updated_queue_entries, user_id, user_permissions, user_sessions, username, verified_crossmatches, verified_dispenses, verified_findings, verified_insurance, verified_measurements, verified_prescriptions, verified_problems, verified_results, verified_tests, verified_vital_signs, vital_signs_measurements, waiting_queues, waitinglistcontactlog, witnessed_administrations, witnessed_transfusions ERROR 2025-09-18 03:13:18,297 basehttp 41599 6124548096 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 155597 INFO 2025-09-18 03:14:04,051 basehttp 41599 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:14:15,990 basehttp 41599 6124548096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:14:42,365 autoreload 41599 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/forms.py changed, reloading. INFO 2025-09-18 03:14:42,752 autoreload 42260 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:14:45,865 basehttp 42260 6161051648 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:14:45,881 log 42260 6161051648 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:14:45,881 basehttp 42260 6161051648 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:14:45,925 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:14:47,478 basehttp 42260 6161051648 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 INFO 2025-09-18 03:14:47,492 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:04,050 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:45,938 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:47,516 basehttp 42260 6161051648 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:15:55,873 autoreload 42260 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:15:56,273 autoreload 42812 8682856640 Watching for file changes with StatReloader WARNING 2025-09-18 03:15:57,196 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:15:57,197 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:15:57,222 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:15:57,222 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:15:58,398 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:15:58,412 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:15:58,412 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:15:58,456 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:16:01,373 log 42812 12918534144 Internal Server Error: /en/inpatients/discharge/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2318, in discharge_patient return render(request, 'inpatients/discharges/discharge_planning.html', { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 56, in render result = self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 925, in _resolve_lookup current = current() ^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 72, in super raise TemplateSyntaxError( django.template.exceptions.TemplateSyntaxError: 'BlockNode' object has no attribute 'context'. Did you use {{ block.super }} in a base template? ERROR 2025-09-18 03:16:01,376 basehttp 42812 12918534144 "GET /en/inpatients/discharge/17/ HTTP/1.1" 500 152428 INFO 2025-09-18 03:16:04,054 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:16:13,704 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:16:13,723 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:16:13,723 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:16:13,766 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:16:14,841 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23582 WARNING 2025-09-18 03:16:14,859 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:16:14,859 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:16:14,902 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:16:16,374 basehttp 42812 12918534144 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 23335 INFO 2025-09-18 03:17:14,910 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:17:52,649 basehttp 42812 12918534144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:17:52,661 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:17:52,662 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:17:52,698 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:17:54,453 basehttp 42812 12918534144 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 WARNING 2025-09-18 03:17:54,464 log 42812 12918534144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:17:54,465 basehttp 42812 12918534144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:17:54,504 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:18:04,053 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:18:54,507 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:19:04,044 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:19:54,509 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:20:04,045 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:20:54,521 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:21:54,514 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:22:04,019 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:22:54,482 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:23:04,003 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:23:54,478 basehttp 42812 12918534144 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:23:58,167 autoreload 42812 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:23:58,639 autoreload 46473 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:24:21,464 autoreload 46473 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-18 03:24:21,828 autoreload 46722 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:24:28,550 log 46722 6164361216 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 112, in get self.object = self.get_object() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 53, in get_object obj = queryset.get() ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 629, in get num = len(clone) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 366, in __len__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'initial_ward', 'initial_bed'. Choices are: tenant, patient, admitting_physician, attending_physician, current_ward, current_bed, discharge_planner, created_by, discharge_summary ERROR 2025-09-18 03:24:28,553 basehttp 46722 6164361216 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 165181 WARNING 2025-09-18 03:24:28,575 log 46722 6164361216 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:24:28,576 basehttp 46722 6164361216 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:25:29,979 autoreload 46722 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:25:30,389 autoreload 47210 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:25:33,825 log 47210 6167818240 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2241, in get_context_data ).order_by('-requested_at') ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'requested_at' into field. Choices are: actual_datetime, admission, admission_id, approved_by, approved_by_id, completed_by, completed_by_id, complications, created_at, delay_reason, equipment_needed, from_bed, from_bed_id, from_ward, from_ward_id, handoff_report, id, medications_transferred, notes, patient, patient_condition, patient_id, priority, reason, requested_by, requested_by_id, requested_datetime, scheduled_datetime, status, supplies_needed, to_bed, to_bed_id, to_ward, to_ward_id, transfer_id, transfer_type, transport_method, transport_team, updated_at, vital_signs ERROR 2025-09-18 03:25:33,827 basehttp 47210 6167818240 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 104559 WARNING 2025-09-18 03:25:33,842 log 47210 6167818240 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:25:33,843 basehttp 47210 6167818240 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:26:04,089 basehttp 47210 6167818240 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:26:05,789 autoreload 47210 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:26:06,188 autoreload 47518 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:26:07,055 log 47518 6135558144 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/detail.py", line 113, in get context = self.get_context_data(object=self.object) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 2248, in get_context_data ).order_by('scheduled_date', 'scheduled_time') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'scheduled_time' into field. Choices are: actual_duration_minutes, actual_end_time, actual_start_time, admission, admission_id, anesthesia_type, anesthesiologist, anesthesiologist_id, assistant_surgeons, blood_products, circulating_nurse, circulating_nurse_id, complications, consent_date, consent_obtained, created_at, created_by, created_by_id, estimated_duration_minutes, id, implants_needed, operating_room, or_block_time, patient, patient_id, postop_diagnosis, preop_diagnosis, preop_orders, primary_surgeon, primary_surgeon_id, priority, procedure_code, procedure_name, procedure_performed, recovery_location, scheduled_date, scheduled_start_time, scrub_nurse, scrub_nurse_id, special_equipment, status, surgery_id, surgery_notes, surgery_type, tenant, tenant_id, updated_at ERROR 2025-09-18 03:26:07,056 basehttp 47518 6135558144 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 106244 WARNING 2025-09-18 03:26:07,069 log 47518 6135558144 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:26:07,070 basehttp 47518 6135558144 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:26:55,757 autoreload 47518 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:26:56,120 autoreload 47837 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:26:57,258 log 47837 6124335104 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-18 03:26:57,259 basehttp 47837 6124335104 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 206044 WARNING 2025-09-18 03:26:57,271 log 47837 6124335104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:26:57,271 basehttp 47837 6124335104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 03:26:59,151 log 47837 6124335104 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1230, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Non-relational field given in select_related: 'operating_room'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-18 03:26:59,152 basehttp 47837 6124335104 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 206044 WARNING 2025-09-18 03:26:59,168 log 47837 6124335104 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:26:59,168 basehttp 47837 6124335104 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:28:03,997 basehttp 47837 6124335104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:29:03,995 basehttp 47837 6124335104 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:29:18,019 autoreload 47837 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:29:18,396 autoreload 48918 8682856640 Watching for file changes with StatReloader ERROR 2025-09-18 03:29:19,262 log 48918 6161444864 Internal Server Error: /en/inpatients/admissions/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 326, in render if match: ^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1610, in execute_sql sql, params = self.as_sql() ^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 766, in as_sql extra_select, order_by, group_by = self.pre_sql_setup( ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 85, in pre_sql_setup self.setup_query(with_col_aliases=with_col_aliases) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 74, in setup_query self.select, self.klass_info, self.annotation_col_map = self.get_select( ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 299, in get_select related_klass_infos = self.get_related_selections(select, select_mask) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1396, in get_related_selections raise FieldError( django.core.exceptions.FieldError: Invalid field name(s) given in select_related: 'surgeon'. Choices are: tenant, patient, admission, primary_surgeon, anesthesiologist, scrub_nurse, circulating_nurse, created_by ERROR 2025-09-18 03:29:19,263 basehttp 48918 6161444864 "GET /en/inpatients/admissions/17/ HTTP/1.1" 500 214742 WARNING 2025-09-18 03:29:19,280 log 48918 6161444864 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:19,280 basehttp 48918 6161444864 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:29:39,288 autoreload 48918 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:29:39,669 autoreload 49094 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:29:40,061 basehttp 49094 6123384832 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:29:40,081 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:40,081 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:29:40,154 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:29:51,090 basehttp 49094 6123384832 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 WARNING 2025-09-18 03:29:51,104 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:51,104 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:29:51,139 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:29:54,372 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:54,372 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:29:54,382 log 49094 6123384832 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:29:54,382 basehttp 49094 6123384832 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 ERROR 2025-09-18 03:29:55,648 log 49094 6123384832 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1273, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_department_wards' not found. 'get_department_wards' is not a valid view function or pattern name. ERROR 2025-09-18 03:29:55,650 basehttp 49094 6123384832 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 190974 INFO 2025-09-18 03:30:03,996 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:30:40,142 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:31:04,006 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:31:40,162 basehttp 49094 6123384832 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:32:18,255 autoreload 49094 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py changed, reloading. INFO 2025-09-18 03:32:19,321 autoreload 50274 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:32:40,181 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:33:04,005 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:33:40,136 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:34:04,001 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:34:14,939 basehttp 50274 6197784576 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:34:14,956 log 50274 6197784576 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:34:14,956 basehttp 50274 6197784576 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:34:14,995 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:34:17,035 log 50274 6197784576 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1274, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'get_available_beds' not found. 'get_available_beds' is not a valid view function or pattern name. ERROR 2025-09-18 03:34:17,036 basehttp 50274 6197784576 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 192680 INFO 2025-09-18 03:35:03,992 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:35:14,997 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:36:14,998 basehttp 50274 6197784576 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:36:17,079 autoreload 50274 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/urls.py changed, reloading. INFO 2025-09-18 03:36:17,607 autoreload 52079 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 03:36:18,222 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:36:18,242 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:36:18,243 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:36:18,281 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:36:20,293 log 52079 6129233920 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1274, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'submit_transfer' not found. 'submit_transfer' is not a valid view function or pattern name. ERROR 2025-09-18 03:36:20,295 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 192435 INFO 2025-09-18 03:37:03,988 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:37:18,287 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:38:04,002 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:38:18,298 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:39:04,838 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:39:04,852 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:39:04,852 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:39:04,888 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 03:39:06,940 log 52079 6129233920 Internal Server Error: /en/inpatients/transfer/17/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 59, in _view_wrapper return view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/views.py", line 1274, in transfer_patient return render(request, 'inpatients/patient_transfer.html', context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/shortcuts.py", line 25, in render content = loader.render_to_string(template_name, context, request, using=using) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader.py", line 62, in render_to_string return template.render(context, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/defaulttags.py", line 480, in render url = reverse(view_name, args=args, kwargs=kwargs, current_app=current_app) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/base.py", line 98, in reverse resolved_url = resolver._reverse_with_prefix(view, prefix, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/urls/resolvers.py", line 831, in _reverse_with_prefix raise NoReverseMatch(msg) django.urls.exceptions.NoReverseMatch: Reverse for 'transfer_detail' not found. 'transfer_detail' is not a valid view function or pattern name. ERROR 2025-09-18 03:39:06,941 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 500 193794 INFO 2025-09-18 03:40:04,000 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:40:04,888 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:04,000 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:04,890 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:55,175 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23354 WARNING 2025-09-18 03:41:55,188 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:41:55,189 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:41:55,249 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:41:58,457 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 200 68227 INFO 2025-09-18 03:41:58,469 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:42:04,008 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:42:55,239 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:42:58,502 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:43:03,072 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23146 WARNING 2025-09-18 03:43:03,087 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:43:03,087 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:43:03,134 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:43:04,018 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:43:06,096 basehttp 52079 6129233920 "GET /en/inpatients/transfer/17/ HTTP/1.1" 200 68227 WARNING 2025-09-18 03:43:06,114 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:43:06,114 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:43:06,157 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:44:04,608 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:44:04,613 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:44:04,614 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:44:04,626 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:44:04,626 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:44:59,335 log 52079 6146060288 Not Found: /en/inpatients/admissions/17/update WARNING 2025-09-18 03:44:59,335 basehttp 52079 6146060288 "GET /en/inpatients/admissions/17/update HTTP/1.1" 404 37111 WARNING 2025-09-18 03:44:59,354 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:44:59,354 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:04,007 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:45:04,248 basehttp 52079 6146060288 "GET /en/inpatients/admissions/17/edit HTTP/1.1" 301 0 INFO 2025-09-18 03:45:04,266 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/edit/ HTTP/1.1" 200 48617 WARNING 2025-09-18 03:45:04,281 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:04,281 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:04,325 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:45:25,226 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:25,226 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:26,365 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 03:45:26,367 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:26,367 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 03:45:26,377 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:26,377 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:27,559 basehttp 52079 6146060288 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23146 WARNING 2025-09-18 03:45:27,576 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:45:27,576 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:45:27,621 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:46:04,004 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:46:27,637 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:47:27,639 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:48:04,004 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:48:27,648 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:49:04,006 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:49:10,585 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23272 WARNING 2025-09-18 03:49:10,601 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:49:10,601 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:49:10,648 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:49:55,748 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23271 WARNING 2025-09-18 03:49:55,764 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:49:55,764 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:49:55,813 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:50:56,009 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:51:03,998 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:51:57,019 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:52:04,003 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:52:57,077 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:52:59,237 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23408 WARNING 2025-09-18 03:52:59,253 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:52:59,253 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:52:59,299 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:04,075 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:19,250 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23400 WARNING 2025-09-18 03:53:19,262 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:53:19,262 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:53:19,300 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:36,171 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23400 WARNING 2025-09-18 03:53:36,190 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:53:36,190 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:53:36,232 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:53:52,143 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23411 WARNING 2025-09-18 03:53:52,163 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:53:52,163 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:53:52,203 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:14,278 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23411 WARNING 2025-09-18 03:54:14,291 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:14,291 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:14,331 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:30,204 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23412 WARNING 2025-09-18 03:54:30,220 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:30,220 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:30,264 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:38,473 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23401 WARNING 2025-09-18 03:54:38,490 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:38,490 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:38,533 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:54:54,853 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23412 WARNING 2025-09-18 03:54:54,872 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:54:54,872 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:54:54,916 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:55:04,064 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:55:08,378 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23396 WARNING 2025-09-18 03:55:08,393 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:55:08,393 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:55:08,439 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:55:26,815 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23396 WARNING 2025-09-18 03:55:26,832 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:55:26,832 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:55:26,873 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:56:04,073 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:56:27,076 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:57:28,072 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:57:43,883 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23408 WARNING 2025-09-18 03:57:43,896 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:57:43,896 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:57:43,935 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:58:04,068 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:58:43,954 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:58:56,687 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23277 WARNING 2025-09-18 03:58:56,705 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:58:56,705 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:58:56,752 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:59:04,058 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 03:59:09,422 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23271 WARNING 2025-09-18 03:59:09,435 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 03:59:09,435 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 03:59:09,478 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:00:09,486 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:01:04,055 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:01:09,492 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:01:44,685 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 23893 WARNING 2025-09-18 04:01:44,704 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:01:44,704 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:01:44,747 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:02:04,059 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:02:44,755 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:03:44,766 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:04:04,066 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:04:44,767 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:05:04,066 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:05:44,769 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:06:44,773 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:07:04,069 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:07:43,939 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 26244 WARNING 2025-09-18 04:07:43,956 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:07:43,956 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:07:44,002 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:08:04,025 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:08:43,987 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:09:43,985 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:10:04,022 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:10:08,096 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 26248 WARNING 2025-09-18 04:10:08,115 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:10:08,115 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:10:08,159 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:11:04,014 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:11:08,172 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:12:08,176 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:04,021 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:08,176 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:16,339 basehttp 52079 6129233920 "GET /en/inpatients/admissions/17/ HTTP/1.1" 200 26248 WARNING 2025-09-18 04:13:16,358 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:13:16,358 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:13:16,401 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:13:30,768 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40090 WARNING 2025-09-18 04:13:30,785 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:13:30,786 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:13:30,825 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:14:04,029 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:14:30,839 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:15:04,018 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:15:30,833 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:16:30,847 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:17:04,009 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:17:30,850 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:17:55,245 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40103 WARNING 2025-09-18 04:17:55,262 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:17:55,262 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:17:55,308 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:18:04,019 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:18:55,320 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:19:55,323 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:20:04,017 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:20:55,327 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:21:04,018 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:21:55,321 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:22:55,310 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:23:03,988 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:23:44,486 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40384 WARNING 2025-09-18 04:23:44,504 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:23:44,504 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:23:44,550 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:24:03,987 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:24:13,402 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 40113 WARNING 2025-09-18 04:24:13,423 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:24:13,423 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:24:13,463 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:25:03,981 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:25:13,468 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:26:06,655 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 38702 WARNING 2025-09-18 04:26:06,672 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:26:06,673 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:26:06,717 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:27:03,979 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:27:06,718 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:28:06,720 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:28:56,109 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39075 WARNING 2025-09-18 04:28:56,127 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:28:56,127 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:28:56,170 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:29:03,976 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:29:56,177 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:30:03,981 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 WARNING 2025-09-18 04:30:38,530 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:30:38,531 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 04:30:40,563 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:30:40,563 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 WARNING 2025-09-18 04:30:40,574 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:30:40,574 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:30:56,174 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:31:13,085 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39084 WARNING 2025-09-18 04:31:13,098 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:31:13,098 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:31:13,136 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:32:03,983 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:32:13,145 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:33:13,143 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:33:52,132 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39382 WARNING 2025-09-18 04:33:52,150 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:33:52,150 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:33:52,194 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:34:03,979 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:34:52,212 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:35:03,981 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:35:52,198 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:36:52,199 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:37:03,978 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:37:52,196 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:37:53,782 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 42943 WARNING 2025-09-18 04:37:53,826 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:37:53,827 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:37:53,845 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:38:03,964 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:38:44,067 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 43687 WARNING 2025-09-18 04:38:44,086 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:38:44,086 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:38:44,131 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:39:44,146 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:40:03,961 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:40:44,144 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:41:03,950 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:41:44,149 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:42:03,963 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:42:44,140 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:43:39,168 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39539 WARNING 2025-09-18 04:43:39,186 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 04:43:39,186 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 04:43:39,229 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:44:03,955 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:44:39,244 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:45:03,961 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:45:39,245 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:46:03,951 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:46:40,016 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:47:04,016 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:47:41,034 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:48:42,022 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:49:04,011 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:49:43,020 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:54:47,460 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:55:28,470 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:55:47,456 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 04:56:47,448 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:01:42,219 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:03:41,852 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:03:42,233 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:04:41,845 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:05:41,841 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:05:42,226 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:06:05,046 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39527 WARNING 2025-09-18 05:06:05,064 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:06:05,065 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:06:05,127 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:06:42,222 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:06:44,701 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39491 WARNING 2025-09-18 05:06:44,719 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:06:44,719 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:06:44,790 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:07:07,339 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39491 WARNING 2025-09-18 05:07:07,357 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:07:07,357 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:07:07,401 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:08:07,417 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:08:42,227 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:09:07,420 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:09:42,234 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:10:07,420 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:10:54,969 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39511 WARNING 2025-09-18 05:10:54,981 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:10:54,981 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:10:55,019 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:11:42,223 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:11:55,022 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:00,737 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39513 WARNING 2025-09-18 05:12:00,756 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:12:00,756 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:12:00,803 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:22,086 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39514 WARNING 2025-09-18 05:12:22,098 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:12:22,098 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:12:22,138 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:42,223 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:12:45,394 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39529 WARNING 2025-09-18 05:12:45,410 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:12:45,410 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:12:45,457 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:06,039 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39515 INFO 2025-09-18 05:13:06,053 basehttp 52079 6129233920 "GET /media/profile_pictures/me.jpg HTTP/1.1" 304 0 WARNING 2025-09-18 05:13:06,055 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:06,055 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:06,075 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:20,780 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39526 WARNING 2025-09-18 05:13:20,792 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:20,792 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:20,831 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:36,260 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39540 WARNING 2025-09-18 05:13:36,279 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:36,279 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:36,326 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:42,235 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:13:56,560 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39555 WARNING 2025-09-18 05:13:56,574 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:13:56,574 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:13:56,612 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:14:04,364 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39562 WARNING 2025-09-18 05:14:04,375 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:14:04,375 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:14:04,414 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:15:04,417 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:15:12,501 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 38788 WARNING 2025-09-18 05:15:12,515 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:15:12,516 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:15:12,562 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:15:42,234 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:16:13,228 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:16:38,551 basehttp 52079 6146060288 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 38786 WARNING 2025-09-18 05:16:38,562 log 52079 6146060288 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:16:38,562 basehttp 52079 6146060288 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:16:38,605 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:16:42,224 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:17:39,176 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:18:40,169 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:18:42,163 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:19:41,169 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:19:42,165 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:20:42,166 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:20:42,175 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:21:04,440 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39075 WARNING 2025-09-18 05:21:04,457 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:21:04,457 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:21:04,557 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:21:42,179 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:22:05,174 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:22:56,252 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:22:56,271 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:22:56,271 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:22:56,339 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:09,659 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:23:09,676 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:09,676 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:09,716 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:25,984 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39267 WARNING 2025-09-18 05:23:25,995 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:25,995 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:26,040 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:40,625 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:23:40,638 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:40,638 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:40,677 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:42,159 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:23:49,921 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39279 WARNING 2025-09-18 05:23:49,938 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:23:49,939 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:23:49,984 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:24:42,182 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:24:50,173 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:01,497 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39289 WARNING 2025-09-18 05:25:01,516 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:01,516 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:01,561 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:16,073 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39289 WARNING 2025-09-18 05:25:16,092 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:16,092 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:16,138 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:42,162 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:46,441 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39295 WARNING 2025-09-18 05:25:46,454 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:46,454 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:46,493 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:25:58,127 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39289 WARNING 2025-09-18 05:25:58,138 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:25:58,138 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:25:58,178 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:26:59,166 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:27:09,930 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39297 WARNING 2025-09-18 05:27:09,949 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:27:09,949 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:27:09,996 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:27:36,038 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39297 WARNING 2025-09-18 05:27:36,051 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:27:36,051 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:27:36,089 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:27:42,159 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:28:36,103 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:28:42,171 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:29:36,175 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:29:43,172 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:30:37,171 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:30:45,167 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:31:38,183 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:32:39,155 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:32:42,137 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:32:59,249 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39573 WARNING 2025-09-18 05:32:59,267 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:32:59,267 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:32:59,334 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:33:42,136 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:33:59,332 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:34:42,141 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:34:59,344 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:35:59,352 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:36:42,144 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:36:59,349 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:37:04,544 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39539 WARNING 2025-09-18 05:37:04,563 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:37:04,564 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:37:04,633 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:37:38,786 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39531 WARNING 2025-09-18 05:37:38,799 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:37:38,799 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:37:38,838 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:37:42,134 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:38:10,064 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39549 WARNING 2025-09-18 05:38:10,078 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:38:10,078 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:38:10,118 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:38:41,486 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39549 WARNING 2025-09-18 05:38:41,499 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 05:38:41,499 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 05:38:41,539 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:39:42,170 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:39:42,184 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:47:34,449 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:47:35,451 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:48:36,440 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:49:34,440 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:49:37,450 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 05:59:08,626 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:02:37,365 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:02:42,371 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:09:19,020 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:09:26,028 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:14:37,786 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:17:56,796 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:19:02,666 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:20:11,483 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:20:11,490 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:23:09,475 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:23:09,487 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:24:09,473 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:25:09,480 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:26:09,462 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:27:09,473 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:27:09,485 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:28:09,472 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:29:09,580 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:30:09,572 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:31:09,576 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:31:09,584 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:40:51,660 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:40:51,672 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:44:55,061 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:49:52,261 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:51:15,875 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:52:15,887 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:52:15,894 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:54:15,885 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:54:15,891 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:56:15,936 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:56:15,941 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:57:15,940 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:58:15,941 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:58:15,953 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 06:59:15,944 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:00:15,958 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:01:15,962 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:01:15,971 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:03:15,959 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:03:15,968 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:04:15,957 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:05:15,964 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:06:15,963 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:06:15,972 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:08:15,962 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:08:15,970 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:09:15,968 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:10:15,883 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:11:15,887 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:12:15,899 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:12:15,908 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:14:15,892 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:14:15,902 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:15:15,883 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:16:15,890 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:17:15,885 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:17:15,894 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:19:15,896 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:19:15,905 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:20:15,888 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:21:15,891 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:21:15,903 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:23:15,903 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:23:15,912 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:24:15,892 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:25:15,901 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:25:15,909 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:27:15,844 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:27:15,853 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:28:15,856 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:28:15,866 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:30:15,845 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:30:15,853 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:32:15,844 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:32:15,853 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:33:15,841 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:34:15,853 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:35:15,832 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:36:15,833 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:36:15,845 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:37:15,836 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:38:15,839 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:39:15,834 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:40:15,847 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:40:15,856 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:42:15,835 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:42:15,843 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:44:15,830 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:44:15,840 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:45:15,835 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:46:15,827 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:46:15,835 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:48:15,821 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:48:15,827 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:49:15,822 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:50:15,816 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:51:15,820 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:52:15,820 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:52:15,825 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:53:15,814 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 07:58:41,546 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:00:12,472 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:05:18,675 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:06:13,141 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39563 WARNING 2025-09-18 08:06:13,155 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:06:13,155 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:06:13,212 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:06:44,499 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39595 WARNING 2025-09-18 08:06:44,516 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:06:44,516 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:06:44,578 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:06:59,481 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:07:02,631 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39563 WARNING 2025-09-18 08:07:02,644 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:07:02,644 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:07:02,685 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:07:59,487 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:03,503 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:35,396 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:08:35,408 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:08:35,408 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:08:35,448 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:57,657 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:08:57,670 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:08:57,670 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:08:57,708 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:08:59,482 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:09:14,234 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:09:14,250 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:09:14,251 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:09:14,293 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:09:39,353 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39564 WARNING 2025-09-18 08:09:39,366 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:09:39,366 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:09:39,406 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:09:55,804 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:09:55,815 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:09:55,815 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:09:55,856 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:10:28,680 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39560 WARNING 2025-09-18 08:10:28,692 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:10:28,692 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:10:28,731 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:10:59,491 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:11:28,734 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:11:35,265 basehttp 52079 6129233920 "GET /en/inpatients/discharge/17/ HTTP/1.1" 200 39553 WARNING 2025-09-18 08:11:35,279 log 52079 6129233920 Not Found: /.well-known/appspecific/com.chrome.devtools.json WARNING 2025-09-18 08:11:35,279 basehttp 52079 6129233920 "GET /.well-known/appspecific/com.chrome.devtools.json HTTP/1.1" 404 2668 INFO 2025-09-18 08:11:35,319 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:11:59,493 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:12:35,334 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:13:35,403 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:13:57,525 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:14:07,932 basehttp 52079 6129233920 "GET /en/admin/inpatients/dischargesummary/ HTTP/1.1" 200 80144 INFO 2025-09-18 08:14:07,947 basehttp 52079 6129233920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 08:14:21,792 basehttp 52079 6129233920 "GET /en/admin/inpatients/admission/ HTTP/1.1" 200 166718 INFO 2025-09-18 08:14:21,810 basehttp 52079 6129233920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 08:14:30,886 basehttp 52079 6129233920 "GET /en/admin/inpatients/admission/154/change/ HTTP/1.1" 200 257909 INFO 2025-09-18 08:14:30,904 basehttp 52079 6129233920 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 08:14:35,573 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:14:57,564 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:15:36,576 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:15:59,564 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:16:37,575 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:16:59,566 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:17:38,576 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:18:40,582 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:18:59,565 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:19:59,568 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:19:59,579 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:21:59,564 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:21:59,573 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:23:59,669 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:23:59,675 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:25:59,575 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:25:59,586 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:26:59,573 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:27:59,577 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:27:59,588 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:29:59,609 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:29:59,620 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:30:59,607 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:31:59,612 basehttp 52079 6146060288 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:31:59,623 basehttp 52079 6129233920 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:32:23,789 autoreload 52079 8682856640 /Users/marwanalwali/manus_project/hospital_management_system_v4/inpatients/models.py changed, reloading. INFO 2025-09-18 08:32:24,341 autoreload 54161 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 08:33:59,649 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:33:59,656 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:34:59,610 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:35:59,615 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:35:59,626 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:37:59,604 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:37:59,609 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:38:59,614 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:39:59,622 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:39:59,632 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:41:59,617 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:41:59,627 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:42:59,620 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:43:59,627 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:44:59,616 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:45:59,623 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:45:59,634 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:46:59,627 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:47:59,631 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:48:59,618 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:49:59,636 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:49:59,659 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:51:59,696 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:51:59,706 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:52:59,697 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:53:59,706 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 08:59:04,205 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:01:09,277 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:01:09,289 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:03:09,274 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:03:09,287 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:04:09,281 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:05:09,280 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:06:09,270 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:07:09,263 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:07:09,271 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:08:09,269 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:09:09,277 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:09:09,288 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:11:09,283 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:11:09,292 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:12:09,273 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:13:09,286 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:14:09,269 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:15:09,294 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:15:09,303 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:17:09,290 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:17:09,299 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:18:09,276 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:19:09,292 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:20:09,285 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:21:09,287 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:21:09,292 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:22:09,153 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:23:09,159 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:24:09,143 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:25:09,146 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:25:09,156 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:27:09,159 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:27:09,168 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:28:09,161 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:29:09,156 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:29:09,169 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:31:09,157 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:31:09,167 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:32:09,145 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:33:09,148 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:33:09,158 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:35:09,154 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:35:09,162 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:37:09,145 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:37:09,153 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:38:09,127 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:39:09,126 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:40:09,134 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:41:09,122 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:41:09,130 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:42:09,126 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:43:09,138 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:44:09,120 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:45:09,112 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:45:09,119 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:46:09,113 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:47:09,111 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:48:09,121 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:48:09,132 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:49:09,117 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:50:09,110 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:50:09,116 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:52:09,234 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:52:09,245 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:53:09,240 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:54:09,240 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:55:09,234 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:56:09,241 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:56:09,249 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:58:09,237 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 09:58:09,248 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:00:09,239 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:00:09,251 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:01:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:02:09,252 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:03:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:04:09,228 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:04:09,233 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:05:09,230 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:06:09,239 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:07:09,222 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:08:09,223 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:08:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:10:09,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:10:09,241 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:11:09,225 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:12:09,234 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:12:09,244 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:14:09,223 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:14:09,231 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:15:09,234 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:16:09,235 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:16:09,246 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:18:09,230 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:18:09,240 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:19:09,237 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:20:09,243 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:21:09,243 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:22:09,212 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:22:09,220 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:24:09,226 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:24:09,234 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:25:09,205 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:26:09,204 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:27:09,214 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:28:09,215 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:28:09,227 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:30:09,216 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:30:09,228 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:31:09,214 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:32:09,206 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:32:09,213 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:34:09,220 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:34:09,231 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:35:09,215 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:36:09,222 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:36:15,019 basehttp 54161 12901707776 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 153541 INFO 2025-09-18 10:36:15,042 basehttp 54161 12901707776 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 10:37:09,131 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:37:44,214 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:38:09,133 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:38:44,221 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:39:44,224 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:40:09,115 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:40:44,226 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:41:09,120 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:41:44,225 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:42:44,232 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:43:09,121 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:43:44,237 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:44:09,127 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:44:44,242 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:45:44,237 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:46:09,122 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:46:44,230 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:47:44,243 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:48:09,120 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:48:44,239 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:49:09,123 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:49:44,249 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:50:44,252 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:51:09,123 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:51:44,251 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:52:09,131 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:52:44,279 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:53:44,266 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:54:09,134 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:54:44,282 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:55:09,129 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:55:44,277 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:56:44,271 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:57:09,142 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:57:44,271 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:58:09,133 basehttp 54161 12901707776 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:58:44,285 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 10:59:44,282 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:00:09,130 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:00:44,287 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:01:09,123 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:01:44,292 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:02:44,297 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:03:09,126 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:03:44,287 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:04:09,129 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:04:44,304 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:05:09,137 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:05:44,293 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:06:44,302 basehttp 54161 6165983232 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:07:58,945 autoreload 22129 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 11:08:04,910 basehttp 22129 6159200256 "GET /en/admin/emr/problemlist/ HTTP/1.1" 200 153541 INFO 2025-09-18 11:08:04,927 basehttp 22129 6159200256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 11:08:09,232 basehttp 22129 6159200256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 INFO 2025-09-18 11:08:17,053 basehttp 22129 6159200256 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 117616 INFO 2025-09-18 11:08:17,064 basehttp 22129 6159200256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-18 11:08:25,628 log 22129 6159200256 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2057, in changelist_view response = self.response_action( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1686, in response_action response = func(self, request, queryset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/actions.py", line 39, in delete_selected ) = modeladmin.get_deleted_objects(queryset, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2199, in get_deleted_objects return get_deleted_objects(objs, request, self.admin_site) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 138, in get_deleted_objects collector.collect(objs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 345, in collect on_delete(self, field, sub_objs, self.using) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 23, in CASCADE collector.collect( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 343, in collect if getattr(on_delete, "lazy_sub_objs", False) or sub_objs: ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id ERROR 2025-09-18 11:08:25,631 basehttp 22129 6159200256 "POST /en/admin/inpatients/ward/ HTTP/1.1" 500 319848 INFO 2025-09-18 11:08:29,414 basehttp 22129 6159200256 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 117616 INFO 2025-09-18 11:09:05,785 autoreload 22703 8682856640 Watching for file changes with StatReloader INFO 2025-09-18 11:09:08,682 basehttp 22703 6126612480 "GET /en/admin/inpatients/ward/ HTTP/1.1" 200 117616 INFO 2025-09-18 11:09:08,698 basehttp 22703 6126612480 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-18 11:09:09,223 basehttp 22703 6126612480 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4680 ERROR 2025-09-18 11:09:12,483 log 22703 6126612480 Internal Server Error: /en/admin/inpatients/ward/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ sqlite3.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2057, in changelist_view response = self.response_action( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1686, in response_action response = func(self, request, queryset) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/actions.py", line 39, in delete_selected ) = modeladmin.get_deleted_objects(queryset, request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2199, in get_deleted_objects return get_deleted_objects(objs, request, self.admin_site) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 138, in get_deleted_objects collector.collect(objs) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 345, in collect on_delete(self, field, sub_objs, self.using) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 23, in CASCADE collector.collect( File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/utils.py", line 205, in collect return super().collect(objs, source_attr=source_attr, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/deletion.py", line 343, in collect if getattr(on_delete, "lazy_sub_objs", False) or sub_objs: ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 398, in __bool__ self._fetch_all() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1949, in _fetch_all self._result_cache = list(self._iterable_class(self)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 91, in __iter__ results = compiler.execute_sql( ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/compiler.py", line 1623, in execute_sql cursor.execute(sql, params) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 122, in execute return super().execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 79, in execute return self._execute_with_wrappers( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 92, in _execute_with_wrappers return executor(sql, params, many, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 100, in _execute with self.db.wrap_database_errors: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/utils.py", line 91, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/utils.py", line 105, in _execute return self.cursor.execute(sql, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/backends/sqlite3/base.py", line 360, in execute return super().execute(query, params) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ django.db.utils.OperationalError: no such column: inpatients_surgery_schedule.operating_room_id ERROR 2025-09-18 11:09:12,607 basehttp 22703 6126612480 "POST /en/admin/inpatients/ward/ HTTP/1.1" 500 319848 INFO 2025-09-19 04:34:34,883 autoreload 72644 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 04:34:36,335 basehttp 72644 6129889280 "GET / HTTP/1.1" 302 0 ERROR 2025-09-19 04:34:36,353 log 72644 6146715648 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:36,355 basehttp 72644 6146715648 "GET /en/ HTTP/1.1" 500 109427 WARNING 2025-09-19 04:34:36,388 log 72644 6146715648 Not Found: /favicon.ico WARNING 2025-09-19 04:34:36,388 basehttp 72644 6146715648 "GET /favicon.ico HTTP/1.1" 404 2557 ERROR 2025-09-19 04:34:42,122 log 72644 6146715648 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:42,124 basehttp 72644 6146715648 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109545 INFO 2025-09-19 04:34:45,095 basehttp 72644 6146715648 "GET /en/admin HTTP/1.1" 301 0 ERROR 2025-09-19 04:34:45,116 log 72644 6129889280 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:45,117 basehttp 72644 6129889280 "GET /en/admin/ HTTP/1.1" 500 128747 ERROR 2025-09-19 04:34:45,974 log 72644 6129889280 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:45,976 basehttp 72644 6129889280 "GET /en/admin/ HTTP/1.1" 500 128473 ERROR 2025-09-19 04:34:47,019 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:34:47,020 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:36:47,029 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:36:47,031 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:37:47,025 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:37:47,026 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:39:47,038 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:39:47,039 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:40:47,040 log 72644 6129889280 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:40:47,042 basehttp 72644 6129889280 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 04:40:51,235 log 72644 6129889280 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:40:51,236 basehttp 72644 6129889280 "GET /en/ HTTP/1.1" 500 109427 INFO 2025-09-19 04:40:59,563 autoreload 75822 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 04:41:02,265 log 75822 6196916224 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 04:41:02,266 basehttp 75822 6196916224 "GET /en/ HTTP/1.1" 500 109564 INFO 2025-09-19 12:57:03,824 autoreload 83256 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 12:57:09,041 log 83256 6189854720 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 12:57:09,043 basehttp 83256 6189854720 "GET /en/ HTTP/1.1" 500 109564 ERROR 2025-09-19 12:58:31,073 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 12:58:31,076 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 12:59:31,067 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 12:59:31,069 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:01:31,061 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:01:31,063 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:02:31,070 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:02:31,072 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:04:31,067 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:04:31,072 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:05:31,071 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:05:31,073 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:07:31,063 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:07:31,064 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:08:31,065 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:08:31,066 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:10:31,130 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:10:31,133 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:11:31,141 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:11:31,144 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:12:31,145 log 83256 6189854720 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:12:31,147 basehttp 83256 6189854720 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 INFO 2025-09-19 13:21:22,087 autoreload 94296 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 13:21:24,666 log 94296 6165852160 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 71, in dispatch if not request.user.is_authenticated: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:24,668 basehttp 94296 6165852160 "GET /en/ HTTP/1.1" 500 109564 ERROR 2025-09-19 13:21:31,176 log 94296 6165852160 Internal Server Error: /en/htmx/system-notifications/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 56, in _view_wrapper test_pass = test_func(request.user) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/decorators.py", line 79, in lambda u: u.is_authenticated, ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:31,176 basehttp 94296 6165852160 "GET /en/htmx/system-notifications/ HTTP/1.1" 500 109517 ERROR 2025-09-19 13:21:39,091 log 94296 6165852160 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:39,092 basehttp 94296 6165852160 "GET /en/admin/ HTTP/1.1" 500 128747 ERROR 2025-09-19 13:21:40,755 log 94296 6165852160 Internal Server Error: /en/admin/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2766, in to_python return uuid.UUID(**{input_form: value}) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/uuid.py", line 178, in __init__ raise ValueError('badly formed hexadecimal UUID string') ValueError: badly formed hexadecimal UUID string During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 265, in wrapper return self.admin_view(view, cacheable)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 234, in inner if not self.has_permission(request): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 207, in has_permission return request.user.is_active and request.user.is_staff ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 251, in inner self._setup() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/functional.py", line 404, in _setup self._wrapped = self._setupfunc() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 40, in request.user = SimpleLazyObject(lambda: get_user(request)) ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/middleware.py", line 20, in get_user request._cached_user = auth.get_user(request) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 304, in get_user user_id = _get_user_session_key(request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/__init__.py", line 95, in _get_user_session_key return get_user_model()._meta.pk.to_python(request.session[SESSION_KEY]) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/__init__.py", line 2768, in to_python raise exceptions.ValidationError( django.core.exceptions.ValidationError: ['“1” is not a valid UUID.'] ERROR 2025-09-19 13:21:40,756 basehttp 94296 6165852160 "GET /en/admin/ HTTP/1.1" 500 128473 INFO 2025-09-19 14:04:46,420 autoreload 14908 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:04:49,701 basehttp 14908 6136229888 "GET /en/admin/ HTTP/1.1" 302 0 INFO 2025-09-19 14:04:49,725 basehttp 14908 6136229888 "GET /en/admin/login/?next=/en/admin/ HTTP/1.1" 200 4212 INFO 2025-09-19 14:04:49,740 basehttp 14908 6153056256 "GET /static/admin/css/dark_mode.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,741 basehttp 14908 6169882624 "GET /static/admin/css/responsive.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,741 basehttp 14908 6186708992 "GET /static/admin/css/base.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,741 basehttp 14908 6136229888 "GET /static/admin/css/login.css HTTP/1.1" 200 951 INFO 2025-09-19 14:04:49,742 basehttp 14908 6203535360 "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,742 basehttp 14908 6220361728 "GET /static/admin/js/theme.js HTTP/1.1" 304 0 INFO 2025-09-19 14:04:49,743 basehttp 14908 6220361728 "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 304 0 INFO 2025-09-19 14:04:51,408 basehttp 14908 6220361728 "POST /en/admin/login/?next=/en/admin/ HTTP/1.1" 302 0 INFO 2025-09-19 14:04:51,430 basehttp 14908 6220361728 "GET /en/admin/ HTTP/1.1" 200 98148 INFO 2025-09-19 14:04:51,445 basehttp 14908 6220361728 "GET /static/admin/css/dashboard.css HTTP/1.1" 304 0 INFO 2025-09-19 14:04:51,447 basehttp 14908 6136229888 "GET /static/admin/img/icon-changelink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:04:51,448 basehttp 14908 6220361728 "GET /static/admin/img/icon-addlink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:04:55,368 basehttp 14908 6220361728 "GET / HTTP/1.1" 302 0 ERROR 2025-09-19 14:04:55,410 log 14908 6136229888 Internal Server Error: /en/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 890, in _resolve_lookup raise TypeError TypeError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1075, in render output = self.filter_expression.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 722, in resolve obj = self.var.resolve(context) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 854, in resolve value = self._resolve_lookup(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 901, in _resolve_lookup current = getattr(current, bit) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/files.py", line 69, in url self._require_file() File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/fields/files.py", line 44, in _require_file raise ValueError( ValueError: The 'profile_picture' attribute has no file associated with it. ERROR 2025-09-19 14:04:55,411 basehttp 14908 6136229888 "GET /en/ HTTP/1.1" 500 177015 INFO 2025-09-19 14:05:31,175 basehttp 14908 6136229888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:07:31,165 basehttp 14908 6136229888 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:08:16,380 basehttp 14908 6136229888 "GET /en/ HTTP/1.1" 200 48333 INFO 2025-09-19 14:08:16,387 basehttp 14908 6136229888 "GET /static/img/user/user-12.jpg HTTP/1.1" 200 8541 INFO 2025-09-19 14:08:16,388 basehttp 14908 6203535360 "GET /static/js/htmx.min.js HTTP/1.1" 304 0 INFO 2025-09-19 14:08:16,461 basehttp 14908 6203535360 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:08:16,461 basehttp 14908 6169882624 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-19 14:08:16,463 basehttp 14908 6186708992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:08:16,463 basehttp 14908 6136229888 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:08:30,234 basehttp 14908 6136229888 "GET /en/hr HTTP/1.1" 301 0 INFO 2025-09-19 14:08:30,281 basehttp 14908 6186708992 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-19 14:08:30,322 basehttp 14908 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 INFO 2025-09-19 14:08:31,172 basehttp 14908 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4640 ERROR 2025-09-19 14:08:39,979 log 14908 6186708992 Internal Server Error: /en/hr/employees/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1425, in __iter__ yield self.choice(obj) ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1439, in choice self.field.label_from_instance(obj), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1529, in label_from_instance return str(obj) ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py", line 183, in __str__ return f"{self.employee_number} - {self.get_display_name()}" ^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Employee' object has no attribute 'employee_number' ERROR 2025-09-19 14:08:39,983 basehttp 14908 6186708992 "GET /en/hr/employees/create/ HTTP/1.1" 500 213025 INFO 2025-09-19 14:09:31,168 basehttp 14908 6186708992 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:09:47,700 autoreload 14908 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-19 14:09:48,272 autoreload 17163 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 14:09:51,448 log 17163 13186969600 Internal Server Error: /en/hr/employees/create/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 220, in _get_response response = response.render() ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 114, in render self.content = self.rendered_content ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/response.py", line 92, in rendered_content return template.render(context, self._request) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/backends/django.py", line 107, in render return self.template.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 171, in render return self._render(context) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 159, in render return compiled_parent._render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 163, in _render return self.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1016, in render return SafeString("".join([node.render_annotated(context) for node in self])) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 977, in render_annotated return self.render(context) ^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1081, in render return render_value_in_context(output, context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/template/base.py", line 1058, in render_value_in_context value = str(value) ^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/utils.py", line 79, in __str__ return self.as_widget() ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/boundfield.py", line 108, in as_widget return widget.render( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 329, in render context = self.get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 830, in get_context context = super().get_context(name, value, attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 781, in get_context context["widget"]["optgroups"] = self.optgroups( ^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/widgets.py", line 721, in optgroups for index, (option_value, option_label) in enumerate(self.choices): ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1425, in __iter__ yield self.choice(obj) ^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1439, in choice self.field.label_from_instance(obj), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1529, in label_from_instance return str(obj) ^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py", line 183, in __str__ return f"{self.employee_id} - {self.get_display_name()}" ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'Employee' object has no attribute 'get_display_name' ERROR 2025-09-19 14:09:51,451 basehttp 17163 13186969600 "GET /en/hr/employees/create/ HTTP/1.1" 500 213208 INFO 2025-09-19 14:10:14,591 autoreload 17163 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/models.py changed, reloading. INFO 2025-09-19 14:10:14,998 autoreload 17340 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:10:16,283 basehttp 17340 6163329024 "GET /en/hr/employees/create/ HTTP/1.1" 200 54893 INFO 2025-09-19 14:10:16,335 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:10:50,893 basehttp 17340 6163329024 "GET /en/hr/employees/ HTTP/1.1" 200 129415 INFO 2025-09-19 14:10:50,934 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:10:54,224 basehttp 17340 6163329024 "GET /en/hr/employees/76/ HTTP/1.1" 200 32705 INFO 2025-09-19 14:10:54,263 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:26,865 basehttp 17340 6163329024 "GET / HTTP/1.1" 302 0 INFO 2025-09-19 14:11:26,888 basehttp 17340 6180155392 "GET /en/ HTTP/1.1" 200 48333 INFO 2025-09-19 14:11:26,948 basehttp 17340 6180155392 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:26,953 basehttp 17340 6213808128 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-19 14:11:26,953 basehttp 17340 6196981760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:11:26,955 basehttp 17340 6163329024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:11:29,371 basehttp 17340 6163329024 "GET /en/audit-log/ HTTP/1.1" 200 226774 INFO 2025-09-19 14:11:29,417 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:31,162 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:11:56,925 basehttp 17340 6163329024 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:12:26,959 basehttp 17340 6163329024 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:12:26,959 basehttp 17340 6196981760 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:12:26,960 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:12:31,149 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:12:56,934 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:13:26,960 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:13:26,962 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:13:26,963 basehttp 17340 6196981760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:13:35,105 basehttp 17340 6196981760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:13:44,111 basehttp 17340 6196981760 "GET /en/admin/ HTTP/1.1" 200 98148 INFO 2025-09-19 14:13:46,312 basehttp 17340 6196981760 "GET /en/admin/accounts/user/ HTTP/1.1" 200 154723 INFO 2025-09-19 14:13:46,323 basehttp 17340 6180155392 "GET /static/admin/js/jquery.init.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,323 basehttp 17340 6213808128 "GET /static/admin/js/vendor/jquery/jquery.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,323 basehttp 17340 6163329024 "GET /static/admin/css/changelists.css HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,323 basehttp 17340 6230634496 "GET /static/admin/js/core.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6180155392 "GET /static/admin/js/actions.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6247460864 "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6213808128 "GET /static/admin/js/urlify.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6163329024 "GET /static/admin/js/prepopulate.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,325 basehttp 17340 6230634496 "GET /static/admin/js/vendor/xregexp/xregexp.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,326 basehttp 17340 6163329024 "GET /static/admin/img/icon-yes.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,327 basehttp 17340 6213808128 "GET /static/admin/img/search.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,330 basehttp 17340 6196981760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-19 14:13:46,330 basehttp 17340 6163329024 "GET /static/admin/img/icon-no.svg HTTP/1.1" 200 560 INFO 2025-09-19 14:13:46,331 basehttp 17340 6163329024 "GET /static/admin/js/filters.js HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,343 basehttp 17340 6163329024 "GET /static/admin/img/tooltag-add.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,343 basehttp 17340 6196981760 "GET /static/admin/img/sorting-icons.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:46,353 basehttp 17340 6196981760 "GET /static/admin/img/icon-viewlink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:13:52,471 basehttp 17340 6196981760 "GET /en/admin/hr/employee/ HTTP/1.1" 200 161659 INFO 2025-09-19 14:13:52,483 basehttp 17340 6196981760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-19 14:13:57,150 basehttp 17340 6196981760 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:14:04,445 basehttp 17340 6196981760 "GET /en/admin/hr/employee/?o=1 HTTP/1.1" 200 165048 INFO 2025-09-19 14:14:04,458 basehttp 17340 6196981760 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-19 14:14:06,944 log 17340 6196981760 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 840, in get_form return modelform_factory(self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 312, in __new__ fields = fields_for_model( ^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 207, in fields_for_model raise FieldError( django.core.exceptions.FieldError: 'employee_id' cannot be specified for Employee model form as it is a non-editable field During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1878, in _changeform_view ModelForm = self.get_form( ^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 842, in get_form raise FieldError( django.core.exceptions.FieldError: 'employee_id' cannot be specified for Employee model form as it is a non-editable field. Check fields/fieldsets/exclude attributes of class EmployeeAdmin. ERROR 2025-09-19 14:14:06,946 basehttp 17340 6196981760 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 165003 INFO 2025-09-19 14:14:27,160 basehttp 17340 6196981760 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:14:27,162 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:14:27,162 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:14:35,158 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:15:28,163 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:15:28,163 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:15:29,150 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:15:37,158 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:16:29,170 basehttp 17340 6213808128 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:16:29,171 basehttp 17340 6163329024 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:16:31,150 basehttp 17340 6213808128 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:17:27,441 autoreload 17340 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:17:27,945 autoreload 20521 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:17:30,211 basehttp 20521 6144962560 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:17:30,226 basehttp 20521 6128136192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 ERROR 2025-09-19 14:17:30,468 log 20521 6128136192 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_name, training_date) specified for TrainingRecord ERROR 2025-09-19 14:17:30,469 basehttp 20521 6128136192 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 173832 INFO 2025-09-19 14:17:31,167 basehttp 20521 6128136192 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:17:31,188 basehttp 20521 6144962560 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:18:31,189 basehttp 20521 6128136192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:18:31,191 basehttp 20521 6161788928 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:18:31,191 basehttp 20521 6144962560 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:18:31,200 basehttp 20521 6128136192 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:18:39,984 autoreload 20521 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:18:40,337 autoreload 21076 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:18:55,659 autoreload 21076 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:18:56,016 autoreload 21239 8602788160 Watching for file changes with StatReloader ERROR 2025-09-19 14:18:58,483 log 21239 6134902784 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_date, training_name) specified for TrainingRecord ERROR 2025-09-19 14:18:58,485 basehttp 21239 6134902784 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 173832 ERROR 2025-09-19 14:19:01,305 log 21239 6134902784 Internal Server Error: /en/admin/hr/employee/1/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_date, training_name) specified for TrainingRecord ERROR 2025-09-19 14:19:01,306 basehttp 21239 6134902784 "GET /en/admin/hr/employee/1/change/?_changelist_filters=o%3D1 HTTP/1.1" 500 173832 INFO 2025-09-19 14:19:08,350 basehttp 21239 6134902784 "GET /en/admin/hr/ HTTP/1.1" 200 8594 INFO 2025-09-19 14:19:10,194 basehttp 21239 6134902784 "GET /en/admin/hr/employee/ HTTP/1.1" 200 161198 INFO 2025-09-19 14:19:10,213 basehttp 21239 6134902784 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 ERROR 2025-09-19 14:19:28,619 log 21239 6134902784 Internal Server Error: /en/admin/hr/employee/76/change/ Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 719, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/decorators/cache.py", line 80, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/sites.py", line 246, in inner return view(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1987, in change_view return self.changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 48, in _wrapper return bound_method(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 192, in _view_wrapper result = _process_exception(request, e) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/utils/decorators.py", line 190, in _view_wrapper response = view_func(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1840, in changeform_view return self._changeform_view(request, object_id, form_url, extra_context) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 1916, in _changeform_view formsets, inline_instances = self._create_formsets( ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2358, in _create_formsets for FormSet, inline in self.get_formsets_with_inlines(*get_formsets_args): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 938, in get_formsets_with_inlines yield inline.get_formset(request, obj), inline ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/admin/options.py", line 2535, in get_formset return inlineformset_factory(self.parent_model, self.model, **defaults) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1343, in inlineformset_factory FormSet = modelformset_factory(model, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 1051, in modelformset_factory form = modelform_factory( ^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 654, in modelform_factory return type(form)(class_name, (form,), form_class_attrs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/forms/models.py", line 334, in __new__ raise FieldError(message) django.core.exceptions.FieldError: Unknown field(s) (training_date, training_name) specified for TrainingRecord ERROR 2025-09-19 14:19:28,620 basehttp 21239 6134902784 "GET /en/admin/hr/employee/76/change/ HTTP/1.1" 500 172747 INFO 2025-09-19 14:19:31,187 basehttp 21239 6168555520 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:19:31,187 basehttp 21239 6134902784 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:19:31,187 basehttp 21239 6151729152 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:11,437 autoreload 21239 8602788160 /Users/marwanalwali/manus_project/hospital_management_system_v4/hr/admin.py changed, reloading. INFO 2025-09-19 14:20:11,837 autoreload 21788 8602788160 Watching for file changes with StatReloader INFO 2025-09-19 14:20:13,869 basehttp 21788 6159200256 "GET /en/admin/hr/employee/76/change/ HTTP/1.1" 200 350728 INFO 2025-09-19 14:20:13,881 basehttp 21788 6176026624 "GET /static/admin/css/forms.css HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,882 basehttp 21788 6209679360 "GET /static/admin/js/calendar.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,882 basehttp 21788 6226505728 "GET /static/admin/js/prepopulate_init.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,883 basehttp 21788 6192852992 "GET /static/admin/js/admin/DateTimeShortcuts.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,883 basehttp 21788 6243332096 "GET /static/admin/js/inlines.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,884 basehttp 21788 6243332096 "GET /static/admin/css/widgets.css HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,886 basehttp 21788 6243332096 "GET /static/admin/img/icon-deletelink.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,886 basehttp 21788 6159200256 "GET /en/admin/jsi18n/ HTTP/1.1" 200 3342 INFO 2025-09-19 14:20:13,887 basehttp 21788 6243332096 "GET /static/admin/js/change_form.js HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,887 basehttp 21788 6159200256 "GET /static/admin/img/icon-unknown.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,977 basehttp 21788 6159200256 "GET /static/admin/img/icon-calendar.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:13,977 basehttp 21788 6243332096 "GET /static/admin/img/icon-clock.svg HTTP/1.1" 304 0 INFO 2025-09-19 14:20:27,067 basehttp 21788 6243332096 "GET /en/admin/ HTTP/1.1" 200 97505 INFO 2025-09-19 14:20:31,165 basehttp 21788 6243332096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:31,167 basehttp 21788 6159200256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:20:32,083 basehttp 21788 6159200256 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:32,084 basehttp 21788 6243332096 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-19 14:20:33,176 basehttp 21788 6243332096 "GET /en/ HTTP/1.1" 200 48335 INFO 2025-09-19 14:20:33,257 basehttp 21788 6243332096 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4645 INFO 2025-09-19 14:20:33,261 basehttp 21788 6226505728 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-19 14:20:33,261 basehttp 21788 6159200256 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-19 14:20:33,261 basehttp 21788 6192852992 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-20 14:16:48,908 autoreload 97953 8602788160 Watching for file changes with StatReloader INFO 2025-09-20 14:16:52,405 basehttp 97953 6204551168 "GET /en/ HTTP/1.1" 200 48322 INFO 2025-09-20 14:16:52,418 basehttp 97953 6204551168 "GET /static/css/custom.css HTTP/1.1" 304 0 INFO 2025-09-20 14:16:52,481 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:16:52,486 basehttp 97953 6255030272 "GET /en/htmx/tenant-info/ HTTP/1.1" 200 1094 INFO 2025-09-20 14:16:52,486 basehttp 97953 6238203904 "GET /en/htmx/system-health/ HTTP/1.1" 200 1356 INFO 2025-09-20 14:16:52,489 basehttp 97953 6221377536 "GET /en/htmx/dashboard-stats/ HTTP/1.1" 200 2095 INFO 2025-09-20 14:16:55,440 basehttp 97953 6221377536 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:16:55,499 basehttp 97953 6221377536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:02,604 basehttp 97953 6221377536 "GET /en/hr/employees/ HTTP/1.1" 200 129415 INFO 2025-09-20 14:17:02,648 basehttp 97953 6221377536 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:09,198 basehttp 97953 6221377536 "GET /en/hr/departments/ HTTP/1.1" 200 127577 INFO 2025-09-20 14:17:09,206 basehttp 97953 6221377536 "GET /static/plugins/datatables.net-buttons-bs5/css/buttons.bootstrap5.min.css HTTP/1.1" 200 8136 INFO 2025-09-20 14:17:09,210 basehttp 97953 6204551168 "GET /static/plugins/datatables.net-buttons/js/buttons.print.min.js HTTP/1.1" 200 3073 INFO 2025-09-20 14:17:09,211 basehttp 97953 6238203904 "GET /static/plugins/datatables.net-buttons-bs5/js/buttons.bootstrap5.min.js HTTP/1.1" 200 1627 INFO 2025-09-20 14:17:09,212 basehttp 97953 6255030272 "GET /static/plugins/datatables.net-buttons/js/buttons.html5.min.js HTTP/1.1" 200 26043 INFO 2025-09-20 14:17:09,213 basehttp 97953 6221377536 "GET /static/plugins/datatables.net-buttons/js/dataTables.buttons.min.js HTTP/1.1" 200 27926 INFO 2025-09-20 14:17:09,214 basehttp 97953 6271856640 "GET /static/plugins/jszip/dist/jszip.min.js HTTP/1.1" 200 97630 INFO 2025-09-20 14:17:09,221 basehttp 97953 6204551168 "GET /static/plugins/pdfmake/build/vfs_fonts.js HTTP/1.1" 200 828866 INFO 2025-09-20 14:17:09,221 basehttp 97953 6288683008 "GET /static/plugins/pdfmake/build/pdfmake.min.js HTTP/1.1" 200 1400771 INFO 2025-09-20 14:17:09,250 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:14,464 basehttp 97953 6288683008 "GET /en/hr/departments/30/ HTTP/1.1" 200 34622 INFO 2025-09-20 14:17:14,477 basehttp 97953 6288683008 "GET /static/plugins/chart.js/dist/chart.js HTTP/1.1" 200 403805 INFO 2025-09-20 14:17:14,490 basehttp 97953 6288683008 "GET /static/css/saudiriyalsymbol.woff2 HTTP/1.1" 200 720 INFO 2025-09-20 14:17:14,499 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:26,952 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:27,293 basehttp 97953 6288683008 "GET /en/hr/departments/30/update/ HTTP/1.1" 200 43247 WARNING 2025-09-20 14:17:27,302 basehttp 97953 6288683008 "GET /static/plugins/select2-bootstrap5-theme/select2-bootstrap5.min.css HTTP/1.1" 404 2104 INFO 2025-09-20 14:17:27,332 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:55,506 basehttp 97953 6204551168 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:17:57,500 basehttp 97953 6204551168 "GET /en/hr/schedules/ HTTP/1.1" 200 122326 INFO 2025-09-20 14:17:57,512 basehttp 97953 6204551168 "GET /static/plugins/%40fullcalendar/core/index.global.js HTTP/1.1" 200 444856 INFO 2025-09-20 14:17:57,516 basehttp 97953 6238203904 "GET /static/plugins/%40fullcalendar/list/index.global.js HTTP/1.1" 200 18635 INFO 2025-09-20 14:17:57,516 basehttp 97953 6288683008 "GET /static/plugins/%40fullcalendar/bootstrap/index.global.js HTTP/1.1" 200 2075 INFO 2025-09-20 14:17:57,517 basehttp 97953 6221377536 "GET /static/plugins/%40fullcalendar/timegrid/index.global.js HTTP/1.1" 200 68582 INFO 2025-09-20 14:17:57,517 basehttp 97953 6271856640 "GET /static/plugins/%40fullcalendar/daygrid/index.global.js HTTP/1.1" 200 58461 INFO 2025-09-20 14:17:57,517 basehttp 97953 6255030272 "GET /static/plugins/%40fullcalendar/interaction/index.global.js HTTP/1.1" 200 99452 INFO 2025-09-20 14:17:57,555 basehttp 97953 6255030272 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:18:04,352 basehttp 97953 6255030272 "GET /en/hr/schedules/134/ HTTP/1.1" 200 175832 WARNING 2025-09-20 14:18:04,360 basehttp 97953 6255030272 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-20 14:18:04,393 basehttp 97953 6271856640 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 WARNING 2025-09-20 14:18:04,412 basehttp 97953 6271856640 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 WARNING 2025-09-20 14:18:08,043 basehttp 97953 6221377536 "GET /static/img/user/default-avatar.jpg HTTP/1.1" 404 2008 INFO 2025-09-20 14:18:57,570 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:19:11,476 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:19:12,523 basehttp 97953 6288683008 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:19:12,553 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:19:26,958 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:20:12,568 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:20:26,958 basehttp 97953 6288683008 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 ERROR 2025-09-20 14:20:30,867 log 97953 6288683008 Internal Server Error: /en/hr/training-management Traceback (most recent call last): File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/exception.py", line 55, in inner response = get_response(request) ^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/core/handlers/base.py", line 197, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 105, in view return self.dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/contrib/auth/mixins.py", line 73, in dispatch return super().dispatch(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/base.py", line 144, in dispatch return handler(request, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/views/generic/list.py", line 158, in get self.object_list = self.get_queryset() ^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/hr/views.py", line 823, in get_queryset .order_by('-training_date', '-completion_date')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/query.py", line 1722, in order_by obj.query.add_ordering(*field_names) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 2305, in add_ordering self.names_to_path(item.split(LOOKUP_SEP), self.model._meta) File "/Users/marwanalwali/manus_project/hospital_management_system_v4/.venv/lib/python3.12/site-packages/django/db/models/sql/query.py", line 1806, in names_to_path raise FieldError( django.core.exceptions.FieldError: Cannot resolve keyword 'training_date' into field. Choices are: assessments, attendance, certificate, completion_date, cost_paid, created_at, created_by, created_by_id, credits_earned, employee, employee_id, enrolled_at, id, notes, passed, program, program_id, record_id, score, session, session_id, started_at, status, updated_at ERROR 2025-09-20 14:20:30,870 basehttp 97953 6288683008 "GET /en/hr/training-management HTTP/1.1" 500 101628 INFO 2025-09-20 14:20:35,397 basehttp 97953 6288683008 "GET /en/hr/reviews/ HTTP/1.1" 200 33229 INFO 2025-09-20 14:20:35,406 basehttp 97953 6288683008 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.css HTTP/1.1" 200 8069 INFO 2025-09-20 14:20:35,407 basehttp 97953 6238203904 "GET /static/plugins/bootstrap-daterangepicker/daterangepicker.js HTTP/1.1" 200 67842 INFO 2025-09-20 14:20:35,440 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:21:35,459 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:22:16,831 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:22:17,877 basehttp 97953 6238203904 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:22:17,910 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:22:26,947 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:23:17,922 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:23:26,954 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:24:17,918 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:24:18,955 basehttp 97953 6238203904 "GET /en/hr/ HTTP/1.1" 200 35063 INFO 2025-09-20 14:24:18,988 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:25:19,004 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620 INFO 2025-09-20 14:25:26,937 basehttp 97953 6238203904 "GET /en/htmx/system-notifications/ HTTP/1.1" 200 4620